2009-09-12 |
Fabian Keil | Make it easier to figure out whether or not the actual... |
blob | commitdiff | raw |
2009-09-12 |
Fabian Keil | Turn mark_server_socket_tainted() into a nop if the... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Fabian Keil | If we got a complete client request, keep watching... |
blob | commitdiff | raw | diff to current |
2009-09-10 |
Fabian Keil | len refers to the number of bytes actually read which... |
blob | commitdiff | raw | diff to current |
2009-09-10 |
Fabian Keil | Don't constify argv in the main() and real_main() proto... |
blob | commitdiff | raw | diff to current |
2009-09-09 |
Fabian Keil | Fix recently introduced compiler warnings on amd64. |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Fabian Keil | Remove a superfluous debug message in chat(). |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Fabian Keil | Disable connection-sharing unless FEATURE_CONNECTION_SH... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Fabian Keil | In serve(), don't bother assuming a timeout value if... |
blob | commitdiff | raw | diff to current |
2009-09-05 |
Fabian Keil | Simplify the initial byte_count calculation to get... |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Fabian Keil | In chat(), reset byte_count each time we are buffering... |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Fabian Keil | Don't miscalculate byte_count when buffering server... |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Fabian Keil | Factor verify_request_length() out of parse_client_requ... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Fabian Keil | In chat(), set CSP_FLAG_CLIENT_REQUEST_COMPLETELY_READ... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Fabian Keil | Subtract already buffered request bytes from the expect... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Fabian Keil | If the client specified a content length, assume that... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Fabian Keil | In preparation to allow connection reuse after forwardi... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Fabian Keil | Disarm the !socket_is_still_usable() check in chat... |
blob | commitdiff | raw | diff to current |
2009-07-19 |
Fabian Keil | If you're masking csp->flags with RUNTIME_FEATURE_CONNE... |
blob | commitdiff | raw | diff to current |
2009-07-19 |
Fabian Keil | Don't assume persistence if RUNTIME_FEATURE_CONNECTION_... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Fabian Keil | In parse_client_request(), assume a request is complete... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Fabian Keil | If the server doesn't specify how long the connection... |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Fabian Keil | Take the latency into account when evaluating whether... |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Fabian Keil | Timestamp the connection at the end of chat(). |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Fabian Keil | If the socket isn't reusable, don't bother remembering... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Fabian Keil | Set the timestamp directly after receiving the response... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Fabian Keil | Don't bother reading from the server if the client... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Fabian Keil | For HTTP/1.1 requests other than CONNECT requests,... |
blob | commitdiff | raw | diff to current |
2009-07-07 |
Fabian Keil | Revert r261 as it would sabotage NTLM authentication. |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Fabian Keil | Mention the tainted socket in mark_server_socket_tainted(). |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Fabian Keil | Mention the offending socket in the 'Empty server or... |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Fabian Keil | If we decided not to keep the connection to the server... |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Fabian Keil | In mark_server_socket_tainted(), update the log message... |
blob | commitdiff | raw | diff to current |
2009-06-28 |
Fabian Keil | If we think we already got a complete request, don... |
blob | commitdiff | raw | diff to current |
2009-06-27 |
Fabian Keil | Remove a useless 'because' in a log message. |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Fabian Keil | Tell crunch_reason() about RSP_REASON_NO_SERVER_DATA. |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Fabian Keil | Send a template-based response in case of prematurely... |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Fabian Keil | Send a template-based response in case of server connec... |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Fabian Keil | Remove error_response()'s third parameter. None of... |
blob | commitdiff | raw | diff to current |
2009-06-08 |
Fabian Keil | The fflush() argument is a pointer. Don't use 0 instead... |
blob | commitdiff | raw | diff to current |
2009-06-08 |
Fabian Keil | Don't leak parts of the client headers if a timeout... |
blob | commitdiff | raw | diff to current |
2009-06-03 |
Fabian Keil | Streamline struct http_request if FEATURE_EXTENDED_HOST... |
blob | commitdiff | raw | diff to current |
2009-05-16 |
Fabian Keil | Remove CVS revision logs. TODO item #33. |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Fabian Keil | Respect the server's keep-alive value if it's below... |
blob | commitdiff | raw | diff to current |
2009-05-10 |
Fabian Keil | Change wait_for_alive_connection() prototype to use... |
blob | commitdiff | raw | diff to current |
2009-05-10 |
Fabian Keil | Reenable server-side-only keep-alive support, but only... |
blob | commitdiff | raw | diff to current |
2009-05-10 |
Fabian Keil | Initial keep-alive support for the client socket. |
blob | commitdiff | raw | diff to current |
2009-04-24 |
Fabian Keil | Allow to limit the number of of client connections. |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Fabian Keil | Style cosmetics for the IPv6 code. |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Fabian Keil | Petr Pisar's privoxy-3.0.12-ipv6-3.diff. |
blob | commitdiff | raw | diff to current |
2009-04-11 |
Fabian Keil | Update a comment. We're not in Kansas anymore. |
blob | commitdiff | raw | diff to current |
2009-04-11 |
Fabian Keil | When dropping connections due to ACL, don't leak csp... |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Fabian Keil | Fix two cases in which an invalid server response would... |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Fabian Keil | If the server rudely resets the connection directly... |
blob | commitdiff | raw | diff to current |
2009-03-27 |
Fabian Keil | Correct the status code for CONNECTION_TIMEOUT_RESPONSE. |
blob | commitdiff | raw | diff to current |
2009-03-27 |
Fabian Keil | If spawning a child in listen_loop() fails, send a... |
blob | commitdiff | raw | diff to current |
2009-03-25 |
Fabian Keil | In serve(), keep the client socket open until we marked the |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Fabian Keil | Comment fix. Spotted by Roland. |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Fabian Keil | If the --no-daemon option is used, enable LOG_LEVEL_INFO |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Fabian Keil | Fix some more harmless warnings on amd64. |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Fabian Keil | Reinitialize the timeout structure every time before... |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Fabian Keil | Fix justified (but harmless) compiler warnings |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Fabian Keil | Change csp->expected_content and_csp->expected_content_... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Fabian Keil | Fix compiler warning. |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Fabian Keil | Log unsigned values as such. |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Fabian Keil | Streamline parse_http_request()'s prototype. As |
blob | commitdiff | raw | diff to current |
2009-03-01 |
Fabian Keil | Help clang understand that we aren't dereferencing |
blob | commitdiff | raw | diff to current |
2009-02-19 |
Fabian Keil | Unbreak build without FEATURE_CONNECTION_KEEP_ALIVE. |
blob | commitdiff | raw | diff to current |
2009-02-14 |
Fabian Keil | Add the request URL to the timeout message in chat(). |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Fabian Keil | Now that init_log_module() is called earlier, call... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Fabian Keil | Call initialize_mutexes() before init_log_module()... |
blob | commitdiff | raw | diff to current |
2009-02-06 |
Fabian Keil | When dropping privileges, also give up membership in... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Fabian Keil | Initialize the log module before parsing arguments. |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Fabian Keil | Remove redundant error check in receive_client_request(). |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Fabian Keil | Flatten indentation in receive_client_request(). |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Fabian Keil | - If the socket-timeout has been reached and the client |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Lee | fix GCC 3.4.4 warning |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Fabian Keil | Keep a thread around to timeout alive connections |
blob | commitdiff | raw | diff to current |
2008-12-20 |
Fabian Keil | Add config option socket-timeout to control the time |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Fabian Keil | When logging crunches, log the whole URL, so one can... |
blob | commitdiff | raw | diff to current |
2008-12-14 |
Fabian Keil | Give crunched requests their own log level. |
blob | commitdiff | raw | diff to current |
2008-12-06 |
Fabian Keil | Downgrade "Received x bytes while expecting y." message to |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Fabian Keil | Don't miscalculate byte_count if we don't get all the |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Fabian Keil | Cosmetics for the last commit: Don't watch out for |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Fabian Keil | Recognize that the server response is complete if the |
blob | commitdiff | raw | diff to current |
2008-11-25 |
Fabian Keil | Don't convert the client-header list to text until... |
blob | commitdiff | raw | diff to current |
2008-11-23 |
Fabian Keil | Some more chat() cosmetics. |
blob | commitdiff | raw | diff to current |
2008-11-16 |
Fabian Keil | Turn keep-alive support into a runtime feature |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Fabian Keil | Fix last-chunk detection hack to also apply |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Fabian Keil | Factor receive_client_request() and |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Fabian Keil | If we received a different amount of data than we expected, |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Fabian Keil | Revert revision 1.195 and try again. |
blob | commitdiff | raw | diff to current |
2008-10-26 |
Fabian Keil | Fix gcc44 warning. |
blob | commitdiff | raw | diff to current |
2008-10-26 |
Fabian Keil | Remove two debug messages with LOG_LEVEL_INFO. |
blob | commitdiff | raw | diff to current |
2008-10-22 |
Fabian Keil | Once More, With Feeling: if there is no logfile |
blob | commitdiff | raw | diff to current |
2008-10-20 |
Fabian Keil | If SIGHUP is received while we aren't running in daemon |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Fabian Keil | - Fix two gcc44 conversion warnings. |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Fabian Keil | Make sure we don't try to reuse tainted server sockets. |
blob | commitdiff | raw | diff to current |
2008-10-12 |
Fabian Keil | The last commit was a bit too ambitious, apparently... |
blob | commitdiff | raw | diff to current |
2008-10-12 |
Fabian Keil | Fix content length calculation if we read headers |
blob | commitdiff | raw | diff to current |
next |