Commit Graph

  • 009a3f2c0d fixed greenlet memory leaks Unbit 2013-10-28 07:59:45 +01:00
  • 11b3d1fb94 greenlet plugin still need a bit of checks for reference counting Unbit 2013-10-27 19:06:18 +01:00
  • 7a39472700 various improvements in greenlet plugin Unbit 2013-10-27 18:31:31 +01:00
  • 4489b48603 added tornado loop engine Unbit 2013-10-27 18:08:34 +01:00
  • d2f69af964 fixed #428 Unbit 2013-10-26 05:47:47 +02:00
  • 34e9dabffc Merge pull request #430 from xrmx/coverity2510 unbit 2013-10-25 19:14:19 -07:00
  • 6a4f46639e Merge pull request #432 from TheRealBill/master unbit 2013-10-25 19:09:56 -07:00
  • 0d07ff25f9 Fixing argument for length of the string 'destroy' Bill Anderson 2013-10-25 13:20:11 -05:00
  • c1d9c4ef12 core/utils: fix resource leak in uwsgi_write_intfile Riccardo Magliocchetti 2013-10-25 19:51:11 +02:00
  • 0227ff7a9b core/utils: fix resource leak Riccardo Magliocchetti 2013-10-25 19:45:51 +02:00
  • 082b178ae3 core/io: Fix resource leak Riccardo Magliocchetti 2013-10-25 19:41:27 +02:00
  • 0e695cbd6e core/fsmon: fix memory leak Riccardo Magliocchetti 2013-10-25 19:35:38 +02:00
  • be2ed4dc4a core/snmp: fix usage of pointer outside of scope Riccardo Magliocchetti 2013-10-25 19:30:08 +02:00
  • 4777666588 plugins/rrdtools: don't leak filename Riccardo Magliocchetti 2013-10-25 19:26:58 +02:00
  • 5647057ecc fixed UWSGI_PROFILE usage Unbit 2013-10-25 09:27:45 +02:00
  • 94cb950058 better error reporting for cgroups Unbit 2013-10-25 08:26:51 +02:00
  • 8d65371bf6 completely skip cgroups initialization when non-root Unbit 2013-10-24 21:34:07 +02:00
  • c747a36ae1 added PROFILE to Makefile Unbit 2013-10-24 18:55:55 +02:00
  • e51cb65857 fixed #427 Unbit 2013-10-24 18:52:03 +02:00
  • 8fa4fdb8c8 Merge pull request #426 from apoh/master unbit 2013-10-24 06:16:12 -07:00
  • d584857c78 set python-bin from enviroment variable in Makefile apoh 2013-10-23 17:32:36 +02:00
  • f0b1d79f8b added metrics api to pypy Unbit 2013-10-22 19:37:21 +02:00
  • 28566ad772 threads must be implicit in PyPy Unbit 2013-10-22 19:29:12 +02:00
  • 40c0e139d4 added metric api to python plugin Unbit 2013-10-22 16:25:56 +02:00
  • 04f2444ea0 added --zabbix-template Unbit 2013-10-22 12:11:19 +02:00
  • 9f71d28afa snmp integration with metrics subsystem Unbit 2013-10-22 10:18:09 +02:00
  • af262fb325 completed metric file collector Unbit 2013-10-22 07:08:12 +02:00
  • 243657b5aa added pluggables metric collectors Unbit 2013-10-22 06:29:01 +02:00
  • 032302edaa fixed #425 Unbit 2013-10-22 05:18:57 +02:00
  • d4bd658d84 added restorable metrics Unbit 2013-10-21 19:01:06 +02:00
  • 78843c3e06 added --vassal-set Unbit 2013-10-21 18:21:59 +02:00
  • 692ba1f6b3 added shortcut mode for --metric Unbit 2013-10-21 16:13:33 +02:00
  • 400a9d72ef reimplemented metrics initial_value Unbit 2013-10-21 15:59:25 +02:00
  • 11f8f0385a added router_metrics plugin Unbit 2013-10-21 15:48:37 +02:00
  • c40d15981c exposed the metric routing var Unbit 2013-10-21 14:32:59 +02:00
  • baa1bf21f1 expose metrics to request logging Unbit 2013-10-21 10:54:19 +02:00
  • 3dd3122236 ported rrdtool to the metric api Unbit 2013-10-21 10:37:50 +02:00
  • 927ef2ccde added sockets metrics Unbit 2013-10-19 18:33:41 +02:00
  • af6eaf6737 completed perl metric api Unbit 2013-10-19 09:54:28 +02:00
  • 7c543f5627 Merge pull request #424 from prymitive/daemon_fix unbit 2013-10-18 14:11:52 -07:00
  • b06e35c610 fixed sleep in daemons throttle code, sleep() only accepts unsigned int, but in some cases uWSGI could pass value < 0 Łukasz Mierzwa 2013-10-18 22:31:43 +02:00
  • 842c2148d7 fixed websocket example unbit 2013-10-18 20:18:51 +02:00
  • a2a94bd78e fixed websocket example for python3 unbit 2013-10-18 19:28:55 +02:00
  • 4452c30fc8 fixed typecasting Unbit 2013-10-18 18:46:17 +02:00
  • 3e17a7136b backported fix for python multiapp uwsgi-1.9.18 Unbit 2013-10-18 13:27:28 +02:00
  • 9548daf86f backported PSGI headers fix Unbit 2013-10-18 13:26:23 +02:00
  • 7e2cf0ea81 start 1.9.18.3 Unbit 2013-10-18 13:08:13 +02:00
  • f462792c8e fixed uwgsi-docs bug 98 Unbit 2013-10-18 12:13:02 +02:00
  • 03879fdc0c first test for metric api from apps (perl only) Unbit 2013-10-18 09:35:04 +02:00
  • 389d0b95d5 added the zabbix plugin (metrics based) Unbit 2013-10-17 16:30:19 +02:00
  • 6ec32e192f added puwsgi protocol Unbit 2013-10-17 10:15:34 +02:00
  • 22c034cdca removed uwsgidump protocol Roberto De Ioris 2013-10-17 05:57:43 +02:00
  • 396d8c3022 Merge pull request #422 from prymitive/metrics_cast unbit 2013-10-16 15:26:13 -07:00
  • a535ecbe17 missing cast to long long in metrics Łukasz Mierzwa 2013-10-16 22:56:31 +02:00
  • fd436c3e4f starting 1.9.19-dev Unbit 2013-10-16 20:59:15 +02:00
  • 41bc23bb40 backports from 1.9.19 1.9.18.2 Unbit 2013-10-16 20:58:20 +02:00
  • e5c245ea2f fixed stdin and embed configs Unbit 2013-10-16 20:51:26 +02:00
  • 3008b7c83b fixed #420 Unbit 2013-10-16 05:39:28 +02:00
  • eca6cd3066 added --iprint Unbit 2013-10-15 20:11:22 +02:00
  • 691a41f290 ignore specific vars with prefix UWSGI_ Unbit 2013-10-15 18:16:03 +02:00
  • df4cf539a1 automatically enable metrics with stats pushers Unbit 2013-10-15 16:11:59 +02:00
  • baa1167dfe exposed metric api functions Unbit 2013-10-15 16:02:52 +02:00
  • d8a83ab7cf added metric aliases Unbit 2013-10-15 15:04:10 +02:00
  • 8184351b3b implemented SUM metrics and parent/child relationship Unbit 2013-10-15 14:46:53 +02:00
  • 4a4dbbcf69 ported the stats plugin to the metric subsystem Unbit 2013-10-15 14:08:01 +02:00
  • 56f79efc74 fixed json format for metrics Unbit 2013-10-15 11:13:14 +02:00
  • ea073a9bbd exposes metrics to stats Unbit 2013-10-15 11:11:18 +02:00
  • c5b2ca4b20 added delta_requests and write_errors to metrics Unbit 2013-10-15 09:02:43 +02:00
  • c0f9d8d2ff prepare for file as metric source Unbit 2013-10-14 19:19:05 +02:00
  • 497660279f Merge branch 'master' of github.com:unbit/uwsgi Unbit 2013-10-14 15:11:09 +02:00
  • 625395bd26 preliminary metrics subsystem code Unbit 2013-10-14 15:10:53 +02:00
  • 79a7797409 fixed #415 Unbit 2013-10-12 08:05:56 +02:00
  • 3b13de3e6e check for NULL dictionary values in python autoreloader Unbit 2013-10-12 00:34:31 +02:00
  • 7f99855527 1.9.18.1 1.9.18.1 Unbit 2013-10-11 14:27:26 +02:00
  • 8c29178f81 fixed kFreeBSD support Unbit 2013-10-11 16:24:46 +02:00
  • ed71000033 fixed FreeBSD compilation Unbit 2013-10-11 09:44:50 +02:00
  • 20860ed069 fixed python3 build Unbit 2013-10-11 14:07:02 +02:00
  • 2e62f13917 fixed mono options parsing Unbit 2013-10-11 05:59:20 +02:00
  • 1b2a83ce70 updated gemspec for 1.9.18 Unbit 2013-10-11 05:51:19 +02:00
  • 113ec5ae9e added minimal profiles Unbit 2013-10-11 05:05:07 +02:00
  • 68e81828d1 finally fixed the problem with python and arm (raspberrypi/sheevaplug) root 2013-10-11 02:50:40 +00:00
  • 543790dc83 auto-modifier1 only if modifier1 is 0 Unbit 2013-10-10 09:29:28 +02:00
  • be24060578 Merge pull request #414 from arkaitzj/master unbit 2013-10-09 20:14:05 -07:00
  • bdedc1c94c Still need to loop again when EAGAIN after a read triggered by an event Arkaitz Jimenez 2013-10-10 00:12:28 +02:00
  • e2454aa898 Merge pull request #413 from prymitive/backlog2 unbit 2013-10-08 18:55:10 -07:00
  • dfa4834be3 fixed backlog2 example plugin Łukasz Mierzwa 2013-10-08 23:16:03 +02:00
  • f204249110 better fallback for non-zero modifiers Unbit 2013-10-07 17:50:43 +02:00
  • f4c25a6cd1 prepare for 1.9.18 release Unbit 2013-10-07 13:23:05 +02:00
  • fbfbacce14 fixed attach.py Unbit 2013-10-07 13:03:50 +02:00
  • a0eed32b3f move uWSGI 1.9 to GPL2 + linking exception Unbit 2013-10-07 12:19:33 +02:00
  • c0d61bc6a4 move uWSGI 1.4 to GPL2 + linking exception Unbit 2013-10-07 12:18:14 +02:00
  • 9fe9fe1bb6 fixed data:// scheme Unbit 2013-10-07 11:37:52 +02:00
  • 192312e3ea avoid crashing on non-conformant PSGI response headers Unbit 2013-10-07 10:21:39 +02:00
  • ee46fe6ba6 Merge branch 'master' of github.com:unbit/uwsgi Unbit 2013-10-07 10:11:59 +02:00
  • 58abd07a88 support remote sources for perl scripts Unbit 2013-10-07 10:11:50 +02:00
  • c246a6008e correctly returns http error on connect Unbit 2013-10-07 10:11:23 +02:00
  • 706f1b59c3 make clang happy Unbit 2013-10-07 09:52:32 +02:00
  • ddbc8920f7 use uwsgi_open_and_read for perl files Unbit 2013-10-07 09:50:56 +02:00
  • ce8588ce4b backports for cheaper busyness from 1.9 Unbit 2013-10-07 09:02:46 +02:00
  • 7e3bf6868e fixed perl autoreload when under clang Roberto De Ioris 2013-10-06 11:01:12 +02:00