Commit Graph

619 Commits

Author SHA1 Message Date
Unbit
d4e90f5215 added uwsgi.cache_keys function api 2013-08-23 10:43:13 +02:00
Unbit
4061826da4 try to fix python3 static files handling 2013-08-20 07:32:41 +02:00
Unbit
2854321891 improved python3 exceptions management 2013-08-16 07:09:50 +02:00
Ryan Petrello
0d9bc03c53 Add plugin support for the pecan WSGI framework (http://pecanpy.org). 2013-08-10 00:44:40 -04:00
Unbit
737a7f4d51 attempt to fix spooler's body in python 2013-07-23 08:40:11 +02:00
Unbit
2d5adacc65 preliminary python profiler for python3 2013-07-23 06:28:10 +02:00
Unbit
e69cc2bcd5 fixed python modifier management 2013-07-18 16:43:37 +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
95f15ab9dd added a note for python logger 2013-06-02 19:20:35 +02:00
Unbit
2cad82d537 removed support for SLOW pypy cpyext 2013-05-23 07:48:19 +02:00
Unbit
9ca6de6e7a fixed #291 2013-05-23 06:51:59 +02:00
Roberta Giordano
8b07fbbedc honour read() method if original file_wrapper object is not a file 2013-05-22 07:16:34 +02:00
Unbit
5bf55220d4 fixed python3 stdout/stderr line buffering 2013-05-21 14:19:33 +02:00
Unbit
ce39a751d9 improved uwsgi_get_app_id 2013-05-19 12:00:12 +02:00
Unbit
900cba29a7 fixed python3 pyargv 2013-05-19 04:55:52 +02:00
Unbit
b0abab7a1d fixed #277 2013-05-12 22:57:07 +02:00
Unbit
9323ca5136 added cache math api to python 2013-05-08 10:34:34 +02:00
Unbit
ce507e7851 try to fix multithread + dynamic mode 2013-05-04 15:44:44 +02:00
Unbit
e752b1f8e5 added Graham credits 2013-05-03 10:21:15 +02:00
Unbit
6152555f26 another fix in python async mode 2013-04-25 14:43:40 +02:00
Unbit
bbad505044 fixed python async mode with the improved api 2013-04-25 14:28:38 +02:00
Unbit
42d4ba09d7 refactored uwsgi_get_app_id 2013-04-22 09:43:20 +02:00
Unbit
375d6ee331 allows non-request plugin to register rpc functions 2013-04-21 09:43:45 +02:00
Roberta Giordano
709964ca92 raise an exception with python3 if the headers are not encodable in latin1 2013-04-20 08:08:53 +02:00
Unbit
538ab57b6e extend magic cache api to export the expires value (if available) 2013-04-16 18:56:25 +02:00
Unbit
86fcb78cc3 fix for broken linkers 2013-04-09 14:51:47 +02:00
Unbit
aa19ccda1d removed the probe subsystem 2013-04-08 17:05:12 +02:00
Unbit
00bd8cc525 improved pyshell 2013-04-06 07:44:12 +02:00
Unbit
cf6a232aef added check for seek and tell in wsgi 2013-04-06 07:33:25 +02:00
Unbit
252e8484a8 added chdir,setapp and sethome routing actions 2013-04-04 11:19:31 +02:00
Unbit
1b89203932 prepare for language independent home concept 2013-04-04 11:03:26 +02:00
Unbit
230fa1f3bb fixed multiple interpreters support 2013-04-01 09:00:24 +02:00
Unbit
eeff935fc9 fixed signal handling in non-workers 2013-03-29 12:50:56 +01:00
Unbit
b41a4c8c3b fixed python3 headers management 2013-03-26 16:45:57 +01:00
Unbit
51e99e0f5a removed UWSGI_INI 2013-03-23 03:15:33 +01:00
Unbit
35f47371ed first part of uwsgi_legion_scrolls() function api 2013-03-18 13:22:10 +01:00
Unbit
2dcd8624a2 psgi support for windows 2013-03-13 10:12:24 +01:00
Roberto De Ioris
e8aa0e1e26 fixed a typecasting 2013-03-11 20:51:08 +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
28153af4ad plugin/python: fix leak in uwsgi_file_loader
Reported by Coverity as CID #971055.
2013-03-09 16:21:16 +01:00
Riccardo Magliocchetti
341cfd90b6 plugin/python: fix a leak in symimporter_load_module
Reported by Coverity as CID #971058.
2013-03-09 16:17:18 +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