Unbit
|
c986a06bf7
|
more api functions in the uwsgi pypy module, it is enough for 1.9.11
|
2013-05-26 07:24:57 +02:00 |
|
Unbit
|
ea1f239807
|
added memory offload
|
2013-05-25 20:01:26 +02:00 |
|
Unbit
|
eb9e419bb0
|
fixed GC problem with pypy callback
|
2013-05-25 08:26:52 +02:00 |
|
Unbit
|
f98f71ac26
|
added rbtimer and rpc/call to pypy
|
2013-05-25 08:09:09 +02:00 |
|
Unbit
|
22ba6cc406
|
added uwsgi.lock/unlock to pypy and fixed --pypy-wsgi-file
|
2013-05-24 18:10:29 +02:00 |
|
Unbit
|
6bd172acb4
|
added preinit_apps hook in pypy
|
2013-05-24 06:59:13 +02:00 |
|
Unbit
|
15a94b8fb0
|
fixed a typo
|
2013-05-23 12:10:28 +02:00 |
|
Unbit
|
1ae05a9ebc
|
avoid loading pypy when python is already loaded
|
2013-05-23 12:02:35 +02:00 |
|
Unbit
|
2cad82d537
|
removed support for SLOW pypy cpyext
|
2013-05-23 07:48:19 +02:00 |
|
Unbit
|
b61be000de
|
added support for non-file object in pypy wsgi.file_wrapper
|
2013-05-23 07:03:41 +02:00 |
|
Unbit
|
9ca6de6e7a
|
fixed #291
|
2013-05-23 06:51:59 +02:00 |
|
Roberta Giordano
|
23843163ad
|
right fix for pipeline requests
|
2013-05-22 07:41:18 +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
|
0e1de3d6e8
|
added __name__ and sys.argv[0] in pypy setup script
|
2013-05-21 00:37:02 +02:00 |
|
Unbit
|
3a7ba3675b
|
better sanity check for http requests
|
2013-05-20 23:44:05 +02:00 |
|
Unbit
|
5c0deb5bdb
|
correctly handle pep333 exc_info in pypy
|
2013-05-20 23:31:14 +02:00 |
|
Unbit
|
50dcbc2b01
|
improved sendfile() on pypy
|
2013-05-20 23:21:08 +02:00 |
|
Unbit
|
90d72f7843
|
completed pep3333 vars for pypy
|
2013-05-20 21:35:02 +02:00 |
|
Unbit
|
90ee59c70d
|
try to automatically set pypy home during compilation
|
2013-05-20 21:05:41 +02:00 |
|
Unbit
|
59eda11c1b
|
Merge branch 'master' of https://github.com/unbit/uwsgi
|
2013-05-20 18:58:21 +02:00 |
|
Unbit
|
78684a424f
|
support for http keepalive for request with body
|
2013-05-20 14:27:50 +02:00 |
|
Andre Cruz
|
094d4b99a4
|
Drop obvious invalid requests.
|
2013-05-20 10:44:35 +01:00 |
|
Unbit
|
382268308e
|
improved PYTHONPATH management
|
2013-05-19 23:40:49 +02:00 |
|
Unbit
|
97315d27b9
|
added osx support to pypy plugin
|
2013-05-19 23:33:49 +02:00 |
|
Unbit
|
26ae573b72
|
added cache_get,cache_update and cache_del to pypy
|
2013-05-19 22:40:47 +02:00 |
|
Unbit
|
803c44d783
|
added pypy management of .wsgi files and pythonpath manipulation
|
2013-05-19 22:33:42 +02:00 |
|
Unbit
|
ce39a751d9
|
improved uwsgi_get_app_id
|
2013-05-19 12:00:12 +02:00 |
|
unbit
|
ceebf7d32d
|
Merge pull request #288 from alex/pypy-cleanups
Some cleanups for the PyPy plugin:
|
2013-05-18 22:54:53 -07:00 |
|
Unbit
|
8da59bf0ac
|
better __main__ setup in pypy
|
2013-05-19 07:52:31 +02:00 |
|
Unbit
|
d25979502a
|
better auto-detection of pypy paths
|
2013-05-19 07:45:21 +02:00 |
|
Unbit
|
549bc3bf9f
|
added --pypy-eval --pypy-eval-post-fork --pypy-eval-exec --pypy-eval-exec-post-fork
|
2013-05-19 07:17:22 +02:00 |
|
Alex Gaynor
|
22b2f325e0
|
removed a method with a nonsense implementation
|
2013-05-18 22:09:24 -07:00 |
|
Alex Gaynor
|
a4434349e5
|
whoops, a few small fixse
|
2013-05-18 22:03:55 -07:00 |
|
Alex Gaynor
|
be0beed403
|
Some cleanups for the PyPy plugin:
a) pep8 and such
b) Made classes be newstyle
c) Made the classes be created once, not once per request
|
2013-05-18 21:59:37 -07:00 |
|
Unbit
|
453d2abed5
|
another micro optimization for pypy
|
2013-05-19 06:52:01 +02:00 |
|
Unbit
|
57e9ccbef0
|
added uwsgi.opt to pypy
|
2013-05-19 06:33:57 +02:00 |
|
Unbit
|
989124772b
|
added wsgi.file_wrapper and improved import in pypy
|
2013-05-19 06:20:02 +02:00 |
|
Unbit
|
72400e4b91
|
completed wsgi.input for pypy
|
2013-05-19 05:33:53 +02:00 |
|
Unbit
|
900cba29a7
|
fixed python3 pyargv
|
2013-05-19 04:55:52 +02:00 |
|
Unbit
|
f177a65c1e
|
added uwsgi.add_file_monitor to pypy
|
2013-05-18 20:08:50 +02:00 |
|
Unbit
|
b6baf9016d
|
Merge branch 'master' of github.com:unbit/uwsgi
|
2013-05-18 20:02:37 +02:00 |
|
Unbit
|
86ac6e8044
|
implemented uwsgi.add_timer for pypy
|
2013-05-18 20:01:18 +02:00 |
|
unbit
|
66d8fb95db
|
Merge pull request #286 from alex/patch-1
Fixed a clear typo.
|
2013-05-18 10:55:50 -07:00 |
|
Unbit
|
22da8d9ba2
|
optimized pypy environ helper
|
2013-05-18 19:45:18 +02:00 |
|
Alex Gaynor
|
819e9c1b16
|
Fixed a clear typo.
Only call writer once when the result of a WSGI application is a string.
|
2013-05-18 11:23:01 -06:00 |
|
Unbit
|
e2f7ac2017
|
added --mule-msg-size
|
2013-05-18 18:28:50 +02:00 |
|
Unbit
|
25fe3035c2
|
fixed SCRIPT_NAME handling in python
|
2013-05-18 17:27:51 +02:00 |
|
Unbit
|
0cf56823cd
|
added uwsgi.cache_get to pypy
|
2013-05-18 15:45:53 +02:00 |
|
Unbit
|
c2f36968c3
|
trying to understand why multirheading is flaky on pypy
|
2013-05-18 12:17:43 +02:00 |
|