Commit Graph

  • af17ba5739 Merge pull request #988 from xrmx/coverity2807 unbit 2015-07-28 12:57:16 +02:00
  • 0dd07763b2 core/io: cleanup error handling in uwsgi_proxy_nb Riccardo Magliocchetti 2015-07-28 12:27:38 +02:00
  • 1e97a5e8d0 lua_plugin: malloc oversize Hleran 2015-07-28 13:04:11 +03:00
  • 05748c2344 plugins/libffi: fix allocation mismatch Riccardo Magliocchetti 2015-07-28 11:53:13 +02:00
  • 4c152b237f lua_plugin: recheck async_status, clean threads Hleran 2015-07-28 11:24:55 +03:00
  • 1bd624b188 Change uwsgi.input_object() to uwsgi.request_context(). yueyoum 2015-07-28 15:11:45 +08:00
  • 41c02ad01a check argument: uwsgi_input yueyoum 2015-07-28 14:21:59 +08:00
  • 97304aded8 lua_plugin: better lazy check Hleran 2015-07-27 23:51:43 +03:00
  • 8569450a85 I add this feature for using uwsgi websocket with gevent more easy and convenient. yueyoum 2015-07-28 03:18:09 +08:00
  • fc088d4071 lua_plugin: .post_fork to .init_apps and lazy-apps Hleran 2015-07-27 19:51:46 +03:00
  • 916924c255 lua_plugin: change default gc mode etc... Hleran 2015-07-27 13:56:29 +03:00
  • cfaeb00a09 lua_plugin: .init_apps to .post_fork Hleran 2015-07-26 00:14:43 +03:00
  • ca673dfc5f Merge pull request #978 from xrmx/coverity2307 unbit 2015-07-23 18:36:52 +02:00
  • 0cfec33943 plugins/router_spnego: remove dead code Riccardo Magliocchetti 2015-07-23 15:15:38 +02:00
  • afedff7589 plugins/webdav: fix memory leak Riccardo Magliocchetti 2015-07-23 15:05:13 +02:00
  • ab7caae665 plugins/emperor_amqp: fix memory leak on error path Riccardo Magliocchetti 2015-07-23 15:02:22 +02:00
  • af613082c0 plugins/router_radius: fix resource leak on error path Riccardo Magliocchetti 2015-07-23 14:58:52 +02:00
  • 1362dcb117 dumbloop: fix memory leak Riccardo Magliocchetti 2015-07-23 14:47:30 +02:00
  • 774f732205 Merge pull request #977 from Darvame/patch-3 unbit 2015-07-22 20:48:19 +02:00
  • 6b0a89a117 lua_plugin: lua_newthread instead of new_State Hleran 2015-07-22 21:28:25 +03:00
  • 37bc47cb82 uWSGI 2.0.11.1 2.0.11.1 Unbit 2015-07-19 08:17:07 +02:00
  • 5348d803d6 fixed 963 Unbit 2015-07-19 08:11:06 +02:00
  • 35701f6ac6 fixed #963 Unbit 2015-07-19 08:11:06 +02:00
  • 078a2c354e Merge pull request #974 from Darvame/patch-2 unbit 2015-07-19 07:16:24 +02:00
  • 59f6cd5453 lua_plugin: rpc uwsgi_malloc and missing free Hleran 2015-07-18 23:28:12 +03:00
  • 11cddaf56c Merge pull request #969 from xtfxme/python-mule-from-callable-lazy-apps unbit 2015-07-17 06:43:53 +02:00
  • d01bd639a7 move initialization of up.loaders to uwsgi_python_preinit_apps, fixes #968 C Anthony Risinger 2015-07-16 12:25:15 -05:00
  • f1ef2eecfe Merge pull request #967 from xtfxme/python-mule-from-callable unbit 2015-07-16 01:21:55 +02:00
  • c840e4d54e Merge pull request #966 from rrva/master unbit 2015-07-16 01:19:59 +02:00
  • 0187247899 load python mule from callable, eg. --mule=package.module:callable C Anthony Risinger 2015-07-15 17:04:25 -05:00
  • b608eb1772 OSX 10.11 supports TCP_FASTOPEN Ragnar Rova 2015-07-15 00:17:46 +02:00
  • fb23d4a8ae Merge branch 'uwsgi-2.0' of https://github.com/unbit/uwsgi into uwsgi-2.0 Roberto De Ioris 2015-07-13 13:25:23 +02:00
  • 03b86d8414 Merge pull request #957 from xrmx/brownpaper0807 unbit 2015-07-08 13:14:02 +02:00
  • da897a36fc Fix compilation in router_access Riccardo Magliocchetti 2015-07-08 12:42:44 +02:00
  • a99ee6d09d Merge pull request #909 from xrmx/coverity050515-2 unbit 2015-07-08 12:37:41 +02:00
  • fe61e661bd Merge pull request #956 from xrmx/coverity0707-2 unbit 2015-07-07 23:48:14 +02:00
  • 5926144ebd Merge pull request #955 from xrmx/norouter unbit 2015-07-07 23:45:15 +02:00
  • 102f7387cb plugins/tuntap: add missing return on error Riccardo Magliocchetti 2015-07-07 18:32:43 +02:00
  • 5b56f7c570 plugins/alarm_curl: avoid null dereference Riccardo Magliocchetti 2015-07-07 18:26:33 +02:00
  • 06e96275d9 plugins/webdav: correct variable reference Riccardo Magliocchetti 2015-07-07 18:22:12 +02:00
  • fc1e9407c7 plugins/airbrake: remove dead code Riccardo Magliocchetti 2015-07-07 18:18:57 +02:00
  • 837da66440 plugins/router_access: fix copy-paste error Riccardo Magliocchetti 2015-07-07 18:16:24 +02:00
  • a2aa5a69a4 More specific error when you are missing a router plugin Riccardo Magliocchetti 2015-07-07 18:13:20 +02:00
  • 86a5c2ffe1 Merge pull request #954 from xrmx/coverity0707 unbit 2015-07-07 16:54:11 +02:00
  • ffc1c742c0 plugins/emperor_amqp: fix leak on error path Riccardo Magliocchetti 2015-07-07 16:14:23 +02:00
  • eb617e225f plugins/emperor_amqp: fix wrong exit point on error Riccardo Magliocchetti 2015-07-07 16:07:13 +02:00
  • af440aee53 plugins/emperor_amqp: fix leak on error path Riccardo Magliocchetti 2015-07-07 16:00:18 +02:00
  • 13e30ffa80 plugins/router_radius: fix memory leak on error path Riccardo Magliocchetti 2015-07-07 15:55:43 +02:00
  • 7648109b0c plugins/tuntap: remove self assignment Riccardo Magliocchetti 2015-07-07 15:52:16 +02:00
  • f674af3972 Don't touch rss if it hasn't been initialized in get_memusage Riccardo Magliocchetti 2015-07-07 15:46:04 +02:00
  • 9e24385cb1 Avoid usage of uninitialized variable Riccardo Magliocchetti 2015-07-07 15:44:14 +02:00
  • 30c667d34f added unix signal registration hook Unbit 2015-07-06 16:09:55 +02:00
  • 26babdffb0 added unix signal registration hook Unbit 2015-07-06 16:09:55 +02:00
  • 7a9d281994 Merge pull request #953 from parasyte/feature/pypy-logvar unbit 2015-07-03 12:36:42 +02:00
  • 4161f9b4e2 Merge pull request #952 from parasyte/bug/fix-pypy-setup-osx unbit 2015-07-03 12:36:02 +02:00
  • bfbc254108 Use getsectiondata as a fallback to the dlsym method Jay Oster 2015-07-03 02:48:34 -07:00
  • 36e045c4f7 Add uwsgi.get_logvar() and uwsgi.set_logvar() support to the PyPy plugin Jay Oster 2015-07-03 01:16:44 -07:00
  • f07e6db7af Fix pypy-setup on OSX Jay Oster 2015-07-03 00:11:42 -07:00
  • d09fd561b6 uWSGI 2.0.11 2.0.11 Unbit 2015-07-01 08:53:41 +02:00
  • ff05c16577 Merge branch 'uwsgi-2.0' of https://github.com/unbit/uwsgi into uwsgi-2.0 Roberto De Ioris 2015-07-01 08:51:04 +02:00
  • eefaa98cf3 backported pypy fixes from 2.1 Unbit 2015-07-01 08:35:16 +02:00
  • fa73189f11 fixed #918 Unbit 2015-07-01 08:35:16 +02:00
  • 9c4d563c72 Check whether *value is indeed an SvRV before casting it Fabrizio Gennari 2015-06-30 23:54:40 +02:00
  • 39a4389fd0 Merge pull request #951 from fabzzap/master unbit 2015-07-01 06:11:49 +02:00
  • 2c9bcd0605 Check whether *value is indeed an SvRV before casting it Fabrizio Gennari 2015-06-30 23:54:40 +02:00
  • ceda8a41e3 Fix version detection for gcc 5 James Oakley 2015-06-28 12:36:40 -07:00
  • 4f64b97ba2 Merge pull request #950 from jimfunk/master unbit 2015-06-30 08:00:29 +02:00
  • e7b79a07b4 Fix version detection for gcc 5 James Oakley 2015-06-28 12:36:40 -07:00
  • 3021ba3f85 ensure the mem_collector does not receive signals Unbit 2015-06-16 18:29:23 +02:00
  • 056417303c ensure the mem_collector does not receive signals Unbit 2015-06-16 18:29:23 +02:00
  • c13ceb4a0c Merge pull request #944 from methane/cheaper-spare2 unbit 2015-06-16 10:11:53 +02:00
  • f3bd8a9fab Add spare2 cheaper algorithm for larger workload INADA Naoki 2015-06-16 15:38:12 +09:00
  • df22643654 Merge pull request #942 from nopjmp/master unbit 2015-06-15 07:48:55 +02:00
  • 0439cfb5ba add content_encoding to router_redis nopjmp 2015-06-13 21:50:57 -05:00
  • 1ee961382d Merge pull request #940 from methane/cheaper-spare-faster-spawn unbit 2015-06-12 07:26:58 +02:00
  • 58c99abc38 When cheaper_overload=1, decheap worker for every 1 sec INADA Naoki 2015-06-11 17:34:59 +09:00
  • b03791785c Merge pull request #936 from Darvame/patch-1 unbit 2015-06-08 11:22:02 +02:00
  • 3be7312aa8 added fixpathinfo routing action Roberto De Ioris 2015-06-07 19:36:29 +02:00
  • 40c31f4601 added fixpathinfo routing action Roberto De Ioris 2015-06-07 19:36:29 +02:00
  • 993fd384f1 some features Hleran 2015-06-07 15:37:39 +03:00
  • 3de97b9f7e fixed shared sockets for gateways Roberto De Ioris 2015-06-03 07:23:16 +02:00
  • 83d782051c fixed shared sockets for gateways Roberto De Ioris 2015-06-03 07:23:16 +02:00
  • 70996049cc Changed abs to labs because offset is declared as a long protoCall7 2015-06-01 16:50:20 -07:00
  • 1b90727e31 Merge pull request #932 from protoCall7/fix-psgi-type-conflict unbit 2015-06-02 09:03:12 +02:00
  • e219e209a0 Add null terminator to uwsgi_get_dot_h() and uwsgi_config_py() Jay Oster 2015-06-01 17:43:21 -07:00
  • d972ae9eca Merge pull request #934 from parasyte/bug/fix-for-pypy-plugin unbit 2015-06-02 08:59:25 +02:00
  • fb7f9f228a Add null terminator to uwsgi_get_dot_h() and uwsgi_config_py() Jay Oster 2015-06-01 17:43:21 -07:00
  • 8a1f6c440a Changed abs to labs because offset is declared as a long protoCall7 2015-06-01 16:50:20 -07:00
  • 3e5493259e added sor and micros routing vars Unbit 2015-05-28 12:24:03 +02:00
  • eb728cfe23 added sor and micros routing vars Unbit 2015-05-28 12:24:03 +02:00
  • 7569544329 Merge pull request #929 from hulu/wait-init-thread-last unbit 2015-05-23 05:05:32 +02:00
  • ee86bf593d fixed #649 Roberto De Ioris 2015-05-23 05:16:02 +02:00
  • c92a0a3857 fixed #649 Roberto De Ioris 2015-05-23 05:16:02 +02:00
  • 25893678fc Merge pull request #929 from hulu/wait-init-thread-last unbit 2015-05-23 05:05:32 +02:00
  • b0f62cfccd Wait for initial thread last. Kevin Xu 2015-05-22 15:46:59 -07:00
  • ff3f7f3d2f Merge pull request #907 from xrmx/050515 unbit 2015-05-21 10:18:13 +02:00
  • 5399b083d6 Merge pull request #905 from xrmx/coveritybuildflags unbit 2015-05-21 10:10:48 +02:00
  • cd4bfb27e4 Merge pull request #928 from WeirdCarrotMonster/master unbit 2015-05-21 10:10:20 +02:00
  • 3a7bcb46dc Added replica set support Евгений Протозанов 2015-05-21 11:14:03 +04:00
  • 7b461838e0 Added mongo::client::initialize() call to default mongodb monitor init Евгений Протозанов 2015-05-21 10:22:28 +04:00