Unbit
|
bf01cea062
|
added micros() api function
|
2014-04-12 18:34:57 +02:00 |
|
Roberto De Ioris
|
5f74e6d964
|
fixed stupid bug with python add_var
|
2014-03-15 12:51:15 +01:00 |
|
Roberto De Ioris
|
ae87fdd0f7
|
added uwsgi.add_var
|
2014-03-15 12:47:59 +01:00 |
|
Unbit
|
b5a0434710
|
fixed #513
|
2014-02-02 04:56:21 +01:00 |
|
Unbit
|
a0ff5b91b8
|
cast non-bytes arguments to bytes in python3 spool api
|
2014-01-05 09:08:29 +01:00 |
|
Unbit
|
15fa2be4ee
|
preliminary refactoring for the spooler
|
2014-01-04 19:28:01 +01:00 |
|
Unbit
|
61f3d162a4
|
getting rid og dynamic options (step 1)
|
2013-12-26 16:48:50 +01:00 |
|
Riccardo Magliocchetti
|
fbf9a5b27c
|
uwsgi_app.chdir is an array
So check if it's first member is not 0 instead.
Fix Coverity CID #971000, #970998.
|
2013-12-23 16:53:41 +01:00 |
|
Unbit
|
4e260fa8a1
|
fixed #476 and #477
|
2013-12-14 07:45:38 +01:00 |
|
Unbit
|
bb4be12fda
|
implemented more async api in lua
|
2013-12-13 11:51:05 +01:00 |
|
Unbit
|
82fa510030
|
fixed build on python 2.6
|
2013-12-10 12:04:52 +01:00 |
|
Unbit
|
a6e6bff082
|
sharedarea can be mapped to generic objects
|
2013-12-10 10:09:38 +01:00 |
|
Unbit
|
304f847dc6
|
added sharedarea_update api
|
2013-12-10 09:06:27 +01:00 |
|
Roberto De Ioris
|
5bb7f02921
|
added memoryview wrapper for sharedarea and locking api
|
2013-12-10 07:33:45 +01:00 |
|
Unbit
|
b934ac9588
|
refactored sharedarea read
|
2013-11-30 18:30:52 +00:00 |
|
Unbit
|
60b54c4d7c
|
allows sending websockets messages directly from a sharedarea
|
2013-11-30 11:19:28 +00:00 |
|
Unbit
|
ace79b1179
|
various websockets and sharedarea optimizations
|
2013-11-30 10:41:56 +00:00 |
|
Roberto De Ioris
|
98541dbc65
|
more sharedarea improvements
|
2013-11-30 07:23:05 +01:00 |
|
Roberto De Ioris
|
cabb6d72d9
|
added uwsgi.websocket_send_binary_message to cpython
|
2013-11-30 06:49:15 +01:00 |
|
Roberto De Ioris
|
0715031b00
|
prepare for the new sharedarea api
|
2013-11-29 07:39:12 +01:00 |
|
Unbit
|
26386909de
|
first attempt of moving rpc output from 16 to 64 bit
|
2013-11-11 13:00:20 +01:00 |
|
Unbit
|
40c0e139d4
|
added metric api to python plugin
|
2013-10-22 16:25:56 +02:00 |
|
Unbit
|
f6545be647
|
fixed reference counting bug in rpc and signal handlers
|
2013-08-29 14:45:08 +02:00 |
|
Unbit
|
d4e90f5215
|
added uwsgi.cache_keys function api
|
2013-08-23 10:43:13 +02:00 |
|
Unbit
|
737a7f4d51
|
attempt to fix spooler's body in python
|
2013-07-23 08:40:11 +02:00 |
|
Unbit
|
744e166e9d
|
Revert "uwsgi.is_locked raises an exception"
This reverts commit 5a3b93f763.
|
2013-07-03 15:41:57 +02:00 |
|
Unbit
|
5a3b93f763
|
uwsgi.is_locked raises an exception
|
2013-07-03 14:53:55 +02:00 |
|
Unbit
|
656de924eb
|
fixed latin1 encoding with python3
|
2013-07-02 16:19:12 +02:00 |
|
Unbit
|
28321a0f94
|
more python api static functions
|
2013-06-23 07:59:36 +02:00 |
|
Unbit
|
6c8fe2cc53
|
improved ready_fd call
|
2013-06-10 23:01:19 +02:00 |
|
Unbit
|
a8505be6c0
|
standardized uwsgi.disconnect()
|
2013-06-09 22:47:44 +02:00 |
|
Unbit
|
8fdef7a1f9
|
added chunked input api
|
2013-06-09 03:02:16 +02:00 |
|
Unbit
|
9323ca5136
|
added cache math api to python
|
2013-05-08 10:34:34 +02:00 |
|
Unbit
|
375d6ee331
|
allows non-request plugin to register rpc functions
|
2013-04-21 09:43:45 +02:00 |
|
Unbit
|
538ab57b6e
|
extend magic cache api to export the expires value (if available)
|
2013-04-16 18:56:25 +02:00 |
|
Unbit
|
aa19ccda1d
|
removed the probe subsystem
|
2013-04-08 17:05:12 +02:00 |
|
Unbit
|
35f47371ed
|
first part of uwsgi_legion_scrolls() function api
|
2013-03-18 13:22:10 +01:00 |
|
Unbit
|
e640bd6f9b
|
completed legion scroll
|
2013-03-11 09:44:50 +01:00 |
|
Unbit
|
dd1881576a
|
removed grunt support
|
2013-03-10 22:22:16 +01:00 |
|
Riccardo Magliocchetti
|
9d735fdbea
|
plugins/python: don't copy router_name in py_uwsgi_route
No need to create a news string since uwsgi_route_api_func use it
for just a strcmp.
Reported by Coverity as CID #989251.
|
2013-03-09 15:50:02 +01:00 |
|
Unbit
|
a684bc6124
|
completed magic cache clear
|
2013-03-08 17:21:08 +01:00 |
|
Unbit
|
849ba0856f
|
implemented cache magic exists and del
|
2013-03-08 17:04:36 +01:00 |
|
Unbit
|
d11fed3511
|
prepare for exists del and clear
|
2013-03-08 16:32:46 +01:00 |
|
Unbit
|
f3b1acc55e
|
completed cache magic update
|
2013-03-08 16:26:16 +01:00 |
|
Unbit
|
e418a35159
|
added cache check for max item size
|
2013-03-08 14:18:49 +01:00 |
|
Unbit
|
4383578795
|
prepare for magic cache functions
|
2013-03-08 10:04:13 +01:00 |
|
Unbit
|
773d853bb4
|
the RPC subsystem is no more dependent on cow
|
2013-03-03 13:28:06 +01:00 |
|
Unbit
|
4aa17c40fc
|
allows building without ssl
|
2013-02-28 14:08:15 +01:00 |
|
Unbit
|
b20fbf5fe8
|
re-added uwsgi.route()
|
2013-02-26 06:38:34 +01:00 |
|
Unbit
|
f31186a0f9
|
completetd first part of the new exceptions framework
|
2013-02-17 14:26:31 +01:00 |
|