0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 7 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
method needs self More... over 14 years ago
small cleanups More... over 14 years ago
add proxy-connection to hop-by-hop headers More... over 14 years ago
remove host header if it preexists More... over 14 years ago
refactor push_tcp to reduce class duplication More... over 14 years ago
refactor push_tcp to reduce class duplication More... over 14 years ago
refactor HttpMessage* into HttpMessageHandler More... over 14 years ago
refactor HttpMessage* into HttpMessageHandler More... over 14 years ago
rearrange output More... over 14 years ago
first go at moving HTTP message serialisation out of server and client into common More... over 14 years ago
use handle_error instead of input_error when response headers haven't completed yet More... over 14 years ago
remove unused import More... over 14 years ago
revert pipelining changes; not ready for master. More... almost 15 years ago
fix connection closing behaviour; improve retries; tweak timeouts. More... almost 15 years ago
add read and connect timeouts to proxy More... almost 15 years ago
rework asyncore loop so that an event can successfully delete another event. More... almost 15 years ago
Strictly enforce messages without body for redbot; will conflict with pipelining (but not today) More... almost 15 years ago
Identify and start to address unmet 2616 requirements More... almost 15 years ago
add classifiers More... almost 15 years ago
use linesep More... almost 15 years ago
don't need to set input_state when close delimited. More... almost 15 years ago
assure that connect_error_handler is only callled once More... almost 15 years ago
in handle_error, schedule res_done_cb so it doesn't complete before start finishes. More... almost 15 years ago
set state to WAITING before calling input_end() in chunked encoding More... almost 15 years ago
check for a close-delimited connection before assuming everything is OK; start work on ERR_HTTP_VERSION More... almost 15 years ago
stop() needs to clear events as well as the socket map. More... almost 15 years ago
each trailing whitespace on the status code when there is no phrase More... almost 15 years ago
oops... re-enable libevent More... almost 15 years ago
client-side read timeout (will likely want refactoring into common later) More... almost 15 years ago
add err_read_timeout More... almost 15 years ago