0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added setup.py More... over 13 years ago
Handle files as generic iterables until I implemented sendfile() support More... over 13 years ago
Fixed http-parser building stuff in Makefile More... over 13 years ago
Fixed 'StartResponse_Type' initialization More... over 13 years ago
Actually, bjoern is HTTP/1.0. More... over 13 years ago
Fixed some memory leaks and crashes related to exceptions in the WSGI app. More... over 13 years ago
Changed 'tmp' to 'list' to make code easier to read More... over 13 years ago
Fixed `start_response` object deallocation bug: I shouldn't call `PyObject_FREE` manually but use `Py_DECREF`. More... over 13 years ago
show more output in 'make memwatch' More... over 13 years ago
Make DBG possible anywhere. More... over 13 years ago
foo More... over 13 years ago
Updated TODO More... over 13 years ago
Use a more complex URL in 'make ab' and 'make wget' More... over 13 years ago
Performance optimization: Pre-Alloc and re-use frequently used strings. More... over 13 years ago
Fix http_parser link More... over 13 years ago
Added README More... over 13 years ago
Cleaned up WSGI environ population in request.c. More... over 13 years ago
Implemented wsgi.input (request body). More... over 13 years ago
Added SERVER_PROTOCOL, CONTENT_TYPE and CONTENT_LENGTH headers to the WSGI environ and fixed SERVER_PORT type (was int, is now str) More... over 13 years ago
Removed old tests file More... over 13 years ago
Add a TODO More... over 13 years ago
Fix make test More... over 13 years ago
The environ dict is now populated with standard items as defined in PEP333. More... over 13 years ago
Updated TODO More... over 13 years ago
Remove include/ and stuff/ More... over 13 years ago
Added DBG macros and fixed Request_parse More... over 13 years ago
Fix header dict memory leak More... over 13 years ago
rm CONTRIBUTORS (this is a rewrite), remove cruft from KNOWN_ISSUES More... over 13 years ago
Refactoring, type checks; started free-stuff More... over 13 years ago
Fix iterator responses More... over 13 years ago