0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed include-once-boilplate code. More... about 14 years ago
I-can't-decide-where-to-put-data-structures More... about 14 years ago
Replaced type alias macros with typedefs. More... about 14 years ago
Some restructuring. More... about 14 years ago
Added two .gitignores and tests/__main__.py. More... about 14 years ago
Moved stuff into subdirectories src/ include/ test/. More... about 14 years ago
mv http.c parsing.c More... about 14 years ago
Major re-ordering. bjoern can now be read top-to-bottom! :-) More... about 14 years ago
Some restructuring. More... about 14 years ago
Added `optsmall` make option. gcc seems to want a `main` function for that optimization, though. More... about 14 years ago
C99 fixes, using `bj_http_to_wsgi_header`, stuff. More... about 14 years ago
Fixed `bj_strcpy`. Added `bj_http_to_wsgi_header`. More... about 14 years ago
Now using C99 `bool` instead of some `enum` stuff. More... about 14 years ago
Removed `request_body` that caused the Segfault. Added `Py_INCREF(response_headers)`. More... about 14 years ago
Replaced wrong usage of `strcpy` with `bj_strcpy`. Some object misses a `Py_INCREF`... More... about 14 years ago
Implemented HTTP header sending. Almost works :) More... about 14 years ago
Some cleanup in response code. More... about 14 years ago
Typo fix. More... about 14 years ago
Yay! Responses work. More... about 14 years ago
Typo fix. More... about 14 years ago
Added LICENSE file. More... about 14 years ago
Work in WSGI interface. Works, but has two bugs: Always writes 57344 bytes to the socket and I can't call Python functions from within the WSGI app. More... about 14 years ago
Some work on WSGI interface. More... about 14 years ago
Added bjoern.py, the WSGI interface wrapper to bjoern. More... about 14 years ago
Moved bjoern.so to _bjoern.so, making ready for bjoern.py namespace. More... about 14 years ago
First working Python callback response. More... about 14 years ago
First working Python interaction! :-) More... about 14 years ago
Some work on macros. Added shortcuts.h. More... about 14 years ago
That looked really crappy. Hopefully better now. More... about 14 years ago
Replaced spaces with tabs in Makefile. More... about 14 years ago