0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make 'make' less verbose. More... about 13 years ago
Cherry-pick string-type related parts of the previously reverted commit More... over 13 years ago
Revert "get rid of cStringIO". Py3k support will be a separate development branch. More... over 13 years ago
Python 3 support, step 1: Get rid of cStringIO. More... over 13 years ago
Added a test case More... over 13 years ago
Fix a typo in test and remove a debug print More... over 13 years ago
Made 'make memwatch' use pgrep and removed 'make release' More... over 13 years ago
Use size_t for wsgi_getheaders More... over 13 years ago
Version 1.1.1 More... over 13 years ago
Fixed a severe memory leak by refactoring request body buffering. More... over 13 years ago
Update version number in setup.py More... over 13 years ago
Welcome, bjoern 1.1. More... over 13 years ago
Close #21: Call iterable.close() More... over 13 years ago
SCRIPT_NAME must always be present. More... over 13 years ago
e268cd follow-up: do not free request->client_addr on keep-alive. More... over 13 years ago
Use Py_ssize_t rather than ssize_t. More... over 13 years ago
Fixed a memory leak. Valgrind ftw More... over 13 years ago
Update README and add a CHANGELOG More... over 13 years ago
User 2-space indentation rather than 2-space intendation everywhere (I like it) More... over 13 years ago
Added some tests More... over 13 years ago
Fix #26 and #27 and some cleanup (back at 990 lines :-) More... over 13 years ago
remove remaining reference to REQUEST_URI More... over 13 years ago
Remove REQUEST_URI from the WSGI dict as it's not in the spec More... over 13 years ago
Don't use a buffer in unquote_url More... over 13 years ago
Whoops, I forgot common.{c,h} More... over 13 years ago
Fix #24: Unquote PATH_INFO WSGI dict item More... over 13 years ago
Whoops, introduced a bug in wsgi_http_header 2630d More... over 13 years ago
Refactoring promised in 56c26 (mostly moving code around). More... over 13 years ago
Yay HTTP/1.1 support! (experimental) More... over 13 years ago
Whoops, I broke empty chunk support More... over 13 years ago