Commit Graph

  • 60b54c4d7c allows sending websockets messages directly from a sharedarea Unbit 2013-11-30 11:19:28 +00:00
  • ace79b1179 various websockets and sharedarea optimizations Unbit 2013-11-30 10:41:56 +00:00
  • 9993e3710c first attempt of uwsgi_sharedarea_readfast Roberto De Ioris 2013-11-30 07:31:57 +01:00
  • 98541dbc65 more sharedarea improvements Roberto De Ioris 2013-11-30 07:23:05 +01:00
  • cabb6d72d9 added uwsgi.websocket_send_binary_message to cpython Roberto De Ioris 2013-11-30 06:49:15 +01:00
  • 217f2f99ff added declarations for sharedarea api Roberto De Ioris 2013-11-30 06:47:52 +01:00
  • 890e0004b6 fixed signs in sharedarea Unbit 2013-11-29 17:28:05 +01:00
  • d17d947cd1 added dec variants for sharedarea Unbit 2013-11-29 17:21:15 +01:00
  • a69c775cd5 added inc variants for sharedarea Unbit 2013-11-29 17:17:36 +01:00
  • 4c051d90ed split setup from running for easy library integration Unbit 2013-11-29 17:07:11 +01:00
  • f55c52eaff added milliseconds hook support for rbthreads Unbit 2013-11-29 16:47:33 +01:00
  • 88b5f968a4 added milliseconds hook support to gevent Unbit 2013-11-29 16:43:07 +01:00
  • 6fdeecce0f added milliseconds wait hook to Coro::AnyEvent Unbit 2013-11-29 16:33:39 +01:00
  • f6923728d8 more sharedarea api functions Unbit 2013-11-29 16:07:27 +01:00
  • cf96783dce Merge pull request #468 from xrmx/coverity2911 unbit 2013-11-29 06:34:36 -08:00
  • e4d3d209c8 allows sharedarea_wait to specify the freq Unbit 2013-11-29 13:32:30 +00:00
  • 5182eaf485 another round of sharedarea implementations Unbit 2013-11-29 12:47:59 +00:00
  • 082d47e156 area is a better field name for sharedarea Roberto De Ioris 2013-11-29 07:46:28 +01:00
  • 0715031b00 prepare for the new sharedarea api Roberto De Ioris 2013-11-29 07:39:12 +01:00
  • 27c3532617 added S master fifo command Unbit 2013-11-28 11:36:28 +01:00
  • cb1370b148 avoid allocating memory structures for fd monitoring and timeouts when non-plain async mode is in place Roberto De Ioris 2013-11-28 07:12:38 +01:00
  • 9cc58a3c13 avoid segfault when async mode api is called without async mode Roberto De Ioris 2013-11-28 07:00:18 +01:00
  • 150f0c631e fixed plain (without suspend engine) async mode Roberto De Ioris 2013-11-28 06:47:36 +01:00
  • 0574a120bc ported mjpeg stream to newer osx Roberto De Ioris 2013-11-28 06:04:15 +01:00
  • c6550ece68 added as-mule hook Unbit 2013-11-27 16:01:49 +01:00
  • e76a40530b in request context uwsgi_req_error should always be used Unbit 2013-11-26 09:41:15 +01:00
  • 31c73ce298 report request data in writers and readers Unbit 2013-11-26 09:33:02 +01:00
  • b304766718 added werr, rerr and ioerr to logvars Unbit 2013-11-26 07:20:36 +01:00
  • 0ab1cfacc9 added read errors counters and --log-ioerror Unbit 2013-11-26 07:13:07 +01:00
  • b1f06bce32 plugins/rpc_plugin: check return value of uwsgi_response_prepare_headers Riccardo Magliocchetti 2013-11-23 16:18:09 +01:00
  • 347ef1a5bf plugins/router_hash: Avoid possible divide by zero Riccardo Magliocchetti 2013-11-23 16:05:56 +01:00
  • b4d9eb4f73 various fifo improvements Unbit 2013-11-23 08:01:56 +01:00
  • f44a36900a added unlink command Unbit 2013-11-23 07:48:50 +01:00
  • b6c969254d added accepting once variant Unbit 2013-11-23 07:40:53 +01:00
  • c5003561dd added write hook Unbit 2013-11-23 07:35:08 +01:00
  • 18dead4cd2 added hook-accepting1 Unbit 2013-11-23 07:31:20 +01:00
  • 62aee259fa prepare for 1.9.21 Unbit 2013-11-23 05:11:02 +01:00
  • 69c49f713e remove zeromq from build profiles Unbit 2013-11-23 05:09:50 +01:00
  • 08525a91ee reverted gccgo argv_list free Unbit 2013-11-23 04:59:12 +01:00
  • 40fee74a5f Merge pull request #464 from xrmx/coverity2211 unbit 2013-11-22 19:56:37 -08:00
  • 6d8f179863 Merge pull request #465 from xrmx/coverity2211-2 unbit 2013-11-22 19:52:40 -08:00
  • d0b3c442c1 core: Fix unintential integer overflow Riccardo Magliocchetti 2013-11-22 20:13:54 +01:00
  • de82b58952 plugins/gccgo: fix memory leak Riccardo Magliocchetti 2013-11-22 19:44:04 +01:00
  • eb33fa7b19 core/config: fix memory leak Riccardo Magliocchetti 2013-11-22 19:32:56 +01:00
  • 9dde5f9d82 completed error pages Unbit 2013-11-22 18:53:05 +01:00
  • 036df0e5ff fixed fd leak in error pages Unbit 2013-11-22 18:52:02 +01:00
  • 1154aa8ddc added accepting hook Unbit 2013-11-22 18:46:07 +01:00
  • 3371dd2f94 added error-page management Unbit 2013-11-22 18:42:30 +01:00
  • 06791376af honour CFLAGS and LDFLAGS in embedded builder unbit 2013-11-22 09:22:08 +01:00
  • 30e0af3826 only GCC_LIST and NAME are required Roberto De Ioris 2013-11-22 06:45:14 +01:00
  • e4903ee0bf first working prototype of embedded plugins builder Unbit 2013-11-21 15:29:30 +01:00
  • 859c386b40 improved --extra-plugin Unbit 2013-11-21 14:54:42 +01:00
  • b83fecf4d3 another step for embedded plugins builder Unbit 2013-11-21 14:37:58 +01:00
  • 25dc608fa3 prepare for embedded plugins builder Unbit 2013-11-21 14:10:41 +01:00
  • c01cf1f6be added accepting and ready state to the Emperor Roberto De Ioris 2013-11-21 06:39:23 +01:00
  • 9825f95ed5 improved chain reloading Roberto De Ioris 2013-11-20 18:47:55 +01:00
  • 36143381e1 tiny uwsgi.h refactoring Unbit 2013-11-20 05:28:32 +01:00
  • 8c25bafc73 Merge pull request #462 from Kapishin/master unbit 2013-11-19 01:46:12 -08:00
  • 826f49c010 Fix few typos Pavlo Kapyshin 2013-11-19 11:22:07 +02:00
  • 8b006c0874 support timerfd_create/timerfd_settime on __arm__ Unbit 2013-11-18 16:34:45 +01:00
  • 5806c333f5 do not spit errors on non x86 timerfd_create Unbit 2013-11-18 16:21:36 +01:00
  • e606d1e5d1 removal of embedded zeromq api Unbit 2013-11-18 11:11:46 +01:00
  • ec954b8aa7 fixed v8 RPC 1.9.20 Unbit 2013-11-17 07:02:21 +01:00
  • 95d20e9f48 add rack to gemspec Unbit 2013-11-17 06:44:16 +01:00
  • 165aad8cd0 Merge branch 'master' of ssh://github.com/unbit/uwsgi Unbit 2013-11-17 06:42:04 +01:00
  • 29c339a3c3 gemspec for 1.9.20 Unbit 2013-11-17 06:41:46 +01:00
  • 12afba035b Merge pull request #460 from Kapishin/master unbit 2013-11-16 09:01:33 -08:00
  • eeb203afd4 Fix typos Pavlo Kapyshin 2013-11-16 17:41:26 +02:00
  • 2ccdd0fb67 fixed zeromq support Roberto De Ioris 2013-11-15 07:46:37 +01:00
  • 6a18d10c56 fixed typo in total_tx metric Unbit 2013-11-13 21:38:56 +01:00
  • d1383d7749 added multiplier and adder collector Unbit 2013-11-13 19:53:47 +01:00
  • 0abbabbe10 added accumulator metrics collector Unbit 2013-11-13 19:51:22 +01:00
  • ea44525c22 fixed zeromq support Roberto De Ioris 2013-11-15 07:48:49 +01:00
  • 2396c7cf31 prepare for 1.9.20 Unbit 2013-11-13 15:14:51 +01:00
  • 4805a9c219 added chunked input api to psgi Roberto De Ioris 2013-11-14 07:44:13 +01:00
  • 882cdcc2b6 added --plshell and Perl uwsgi::rpc Roberto De Ioris 2013-11-14 06:24:56 +01:00
  • 59c8bb51b4 Merge pull request #454 from xiaost-bytedance/master unbit 2013-11-13 08:50:52 -08:00
  • 3c2350f5ad fixed master hang when gracefully reloading in lazy mode xiaost 2013-11-14 00:33:49 +08:00
  • 422e958fe3 added uwsgi over SSL Unbit 2013-11-13 04:46:27 +01:00
  • 4d9c7809d6 added support for proxy protocol Unbit 2013-11-13 03:20:55 +01:00
  • 6b3d8ea146 added avg metrics collector Unbit 2013-11-13 02:41:47 +01:00
  • b5d8538fe8 added oid metric in stats Unbit 2013-11-12 17:48:48 +01:00
  • 47796b315e fixed stupid bug in websocket perl example Unbit 2013-11-12 12:38:22 +01:00
  • 222bcd8fdc another fix for default app Unbit 2013-11-12 12:22:54 +01:00
  • f92b800a7c fixed default app usage Unbit 2013-11-12 12:18:31 +01:00
  • dec2b234f8 fixed no default app Unbit 2013-11-12 12:14:15 +01:00
  • 3dbd7e3115 fixed comments in websockets_chat.pl Unbit 2013-11-12 08:50:50 +01:00
  • 09d8747918 added tests/websockets_chat.pl Unbit 2013-11-12 08:48:49 +01:00
  • fa78fd915b force https to on when --https-socket is in place Unbit 2013-11-12 05:59:10 +01:00
  • db56141485 completed --https-socket Unbit 2013-11-12 05:54:47 +01:00
  • 7685af4652 pluginized the socket protocols Unbit 2013-11-12 05:44:52 +01:00
  • 21cb62db6c Merge pull request #452 from Kapishin/master unbit 2013-11-11 20:15:07 -08:00
  • c62aa8e7ed Fix typos Pavlo Kapyshin 2013-11-11 23:05:30 +02:00
  • 4765965d8e Merge pull request #451 from xrmx/coverity1111 unbit 2013-11-11 10:14:08 -08:00
  • 556feaef2c build/coverity: remove broken erlang plugin Riccardo Magliocchetti 2013-11-11 19:11:20 +01:00
  • 799b8a22e0 improved content_type detection for rpc-path_info bridge Unbit 2013-11-11 15:50:11 +01:00
  • 2336580164 more rpc fixes Unbit 2013-11-11 15:09:13 +01:00
  • ca4f30c003 fixed rpc 64bit networking extension Unbit 2013-11-11 14:52:22 +01:00
  • d7d0a71d87 completed rpc 64bit network client Unbit 2013-11-11 14:42:28 +01:00
  • 44b92f1578 implemented 64bit extension for rpc protocol Unbit 2013-11-11 14:08:26 +01:00