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
|
dec2b234f8
|
fixed no default app
|
2013-11-12 12:14:15 +01:00 |
|
Pavlo Kapyshin
|
c62aa8e7ed
|
Fix typos
|
2013-11-11 23:05:30 +02:00 |
|
Unbit
|
def65c4793
|
fixed python, perl and ruby rpc 64bit
|
2013-11-11 13:06:16 +01:00 |
|
Unbit
|
26386909de
|
first attempt of moving rpc output from 16 to 64 bit
|
2013-11-11 13:00:20 +01:00 |
|
Adam Wentz
|
0326c1d508
|
Fixed spelling of error message in pyloader.c
|
2013-11-10 14:08:41 -06:00 |
|
Unbit
|
94353efb3f
|
correctly support python2.4
|
2013-11-01 10:02:35 +01:00 |
|
Unbit
|
40c0e139d4
|
added metric api to python plugin
|
2013-10-22 16:25:56 +02:00 |
|
Unbit
|
f462792c8e
|
fixed uwgsi-docs bug 98
|
2013-10-18 12:13:02 +02:00 |
|
Unbit
|
3b13de3e6e
|
check for NULL dictionary values in python autoreloader
|
2013-10-12 00:34:31 +02:00 |
|
Unbit
|
ed71000033
|
fixed FreeBSD compilation
|
2013-10-11 09:44:50 +02:00 |
|
Unbit
|
20860ed069
|
fixed python3 build
|
2013-10-11 14:07:02 +02:00 |
|
root
|
68e81828d1
|
finally fixed the problem with python and arm (raspberrypi/sheevaplug)
|
2013-10-11 02:50:40 +00:00 |
|
Unbit
|
7604ce3441
|
--wsgi-accept-buffers
|
2013-10-05 12:34:57 +02:00 |
|
Unbit
|
a0082b5b98
|
accepting buffer is an option: --wsgi-accept-buffer
|
2013-10-05 12:32:49 +02:00 |
|
Unbit
|
c90c639348
|
--wsgi-strict disable string/bytes optimizations too
|
2013-10-05 09:09:53 +02:00 |
|
Unbit
|
10377f02a3
|
run the autoreloader even in non-apps mode when non-lazy
|
2013-10-04 06:22:06 +02:00 |
|
Unbit
|
f51db4481b
|
added sendfile support to raw mode
|
2013-09-30 15:45:27 +02:00 |
|
Unbit
|
717eba7ab3
|
implemented raw response for python
|
2013-09-30 15:25:00 +02:00 |
|
Unbit
|
23b3d7483f
|
introducing raw mode
|
2013-09-30 13:43:13 +02:00 |
|
Unbit
|
27be00b4cc
|
fixed #399
|
2013-09-30 11:47:14 +02:00 |
|
Unbit
|
19aa7c2560
|
clear exception on PyObject_CheckReadBuffer error
|
2013-09-30 09:40:40 +02:00 |
|
Unbit
|
215e0c4cbc
|
typos
|
2013-09-30 09:26:58 +02:00 |
|
Unbit
|
d484acefa4
|
use buffer protocol in WSGI response
|
2013-09-30 09:25:25 +02:00 |
|
Unbit
|
b190744b77
|
on kFreeBSD python atexit will make mess, disable it for now
|
2013-09-25 09:20:20 +02:00 |
|
Unbit
|
373b89e70c
|
finally removed strtok()
|
2013-09-17 16:03:40 +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
|
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 |
|