Does it make any difference if it's
[privoxy.git] / jcc.c
2010-05-24 Fabian KeilRemove an incorrect cgi_error_unknown() call in a cannn...
2010-05-24 Fabian KeilTurn http_response.reason into an enum and rename it...
2010-05-01 Fabian KeilFactor prepare_csp_for_next_request() out of serve().
2010-04-23 Fabian KeilRename socket_is_still_usable() to socket_is_still_alive().
2010-04-12 Fabian KeilAllow to keep the client connection alive after crunchi...
2010-04-03 Fabian KeilFix the tense in a comment in send_crunch_response().
2010-04-03 Fabian KeilImprove chat()'s description a bit.
2010-01-24 Fabian KeilMinor log message rewording for the sake of consistency.
2010-01-03 Fabian KeilRename no_daemon to daemon_mode to ditch the double...
2009-12-29 Fabian KeilForced commit to note that by rev 0.99 I meant rev...
2009-12-29 Fabian KeilRevert a last-minute 'optimization' in rev 1.99 that...
2009-12-26 Fabian KeilWhen in daemon mode, bind fd 0, 1 and 2 to /dev/null.
2009-12-26 Fabian KeilDitch some dead code in main().
2009-12-22 Fabian KeilIn serve()'s log messages, mention the client socket...
2009-12-22 Fabian KeilIn serve(), don't call forget_connection() if connectio...
2009-11-27 Fabian KeilAdd the config option default-server-timeout to control...
2009-10-29 Fabian KeilFix an error message in send_crunch_response().
2009-10-09 Fabian KeilFix compiler warning when compiled with FEATURE_CONNECT...
2009-10-08 Fabian KeilPlug a server socket leak introduced in 1.299.
2009-10-04 Fabian KeilDowngrade "request line timeout" message to LOG_LEVEL_C...
2009-10-04 Fabian KeilGarbage collect csp->sfd and consistently use csp-...
2009-10-04 Fabian KeilIn case of missing server data, send no error message...
2009-10-03 Fabian KeilStreamline remember_connection()'s prototype.
2009-10-01 Fabian KeilAnd by 'latency' we don't mean the round trip time.
2009-09-26 Fabian KeilIn receive_client_request(), mark the server socket...
2009-09-18 Fabian KeilDon't bother remembering connections that already timed...
2009-09-18 Fabian KeilIn serve(), make the latency loop-local and actually...
2009-09-12 Fabian KeilMake it easier to figure out whether or not the actual...
2009-09-12 Fabian KeilTurn mark_server_socket_tainted() into a nop if the...
2009-09-12 Fabian KeilIf we got a complete client request, keep watching...
2009-09-10 Fabian Keillen refers to the number of bytes actually read which...
2009-09-10 Fabian KeilDon't constify argv in the main() and real_main() proto...
2009-09-09 Fabian KeilFix recently introduced compiler warnings on amd64.
2009-09-06 Fabian KeilRemove a superfluous debug message in chat().
2009-09-06 Fabian KeilDisable connection-sharing unless FEATURE_CONNECTION_SH...
2009-09-06 Fabian KeilIn serve(), don't bother assuming a timeout value if...
2009-09-05 Fabian KeilSimplify the initial byte_count calculation to get...
2009-09-04 Fabian KeilIn chat(), reset byte_count each time we are buffering...
2009-08-28 Fabian KeilDon't miscalculate byte_count when buffering server...
2009-08-28 Fabian KeilFactor verify_request_length() out of parse_client_requ...
2009-08-19 Fabian KeilIn chat(), set CSP_FLAG_CLIENT_REQUEST_COMPLETELY_READ...
2009-08-19 Fabian KeilSubtract already buffered request bytes from the expect...
2009-08-19 Fabian KeilIf the client specified a content length, assume that...
2009-08-19 Fabian KeilIn preparation to allow connection reuse after forwardi...
2009-07-22 Fabian KeilDisarm the !socket_is_still_usable() check in chat...
2009-07-19 Fabian KeilIf you're masking csp->flags with RUNTIME_FEATURE_CONNE...
2009-07-19 Fabian KeilDon't assume persistence if RUNTIME_FEATURE_CONNECTION_...
2009-07-14 Fabian KeilIn parse_client_request(), assume a request is complete...
2009-07-14 Fabian KeilIf the server doesn't specify how long the connection...
2009-07-13 Fabian KeilTake the latency into account when evaluating whether...
2009-07-13 Fabian KeilTimestamp the connection at the end of chat().
2009-07-13 Fabian KeilIf the socket isn't reusable, don't bother remembering...
2009-07-11 Fabian KeilSet the timestamp directly after receiving the response...
2009-07-11 Fabian KeilDon't bother reading from the server if the client...
2009-07-11 Fabian KeilFor HTTP/1.1 requests other than CONNECT requests,...
2009-07-07 Fabian KeilRevert r261 as it would sabotage NTLM authentication.
2009-07-05 Fabian KeilMention the tainted socket in mark_server_socket_tainted().
2009-07-05 Fabian KeilMention the offending socket in the 'Empty server or...
2009-07-05 Fabian KeilIf we decided not to keep the connection to the server...
2009-07-05 Fabian KeilIn mark_server_socket_tainted(), update the log message...
2009-06-28 Fabian KeilIf we think we already got a complete request, don...
2009-06-27 Fabian KeilRemove a useless 'because' in a log message.
2009-06-12 Fabian KeilTell crunch_reason() about RSP_REASON_NO_SERVER_DATA.
2009-06-11 Fabian KeilSend a template-based response in case of prematurely...
2009-06-11 Fabian KeilSend a template-based response in case of server connec...
2009-06-11 Fabian KeilRemove error_response()'s third parameter. None of...
2009-06-08 Fabian KeilThe fflush() argument is a pointer. Don't use 0 instead...
2009-06-08 Fabian KeilDon't leak parts of the client headers if a timeout...
2009-06-03 Fabian KeilStreamline struct http_request if FEATURE_EXTENDED_HOST...
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-05-13 Fabian KeilRespect the server's keep-alive value if it's below...
2009-05-10 Fabian KeilChange wait_for_alive_connection() prototype to use...
2009-05-10 Fabian KeilReenable server-side-only keep-alive support, but only...
2009-05-10 Fabian KeilInitial keep-alive support for the client socket.
2009-04-24 Fabian KeilAllow to limit the number of of client connections.
2009-04-17 Fabian KeilStyle cosmetics for the IPv6 code.
2009-04-17 Fabian KeilPetr Pisar's privoxy-3.0.12-ipv6-3.diff.
2009-04-11 Fabian KeilUpdate a comment. We're not in Kansas anymore.
2009-04-11 Fabian KeilWhen dropping connections due to ACL, don't leak csp...
2009-04-09 Fabian KeilFix two cases in which an invalid server response would...
2009-04-07 Fabian KeilIf the server rudely resets the connection directly...
2009-03-27 Fabian KeilCorrect the status code for CONNECTION_TIMEOUT_RESPONSE.
2009-03-27 Fabian KeilIf spawning a child in listen_loop() fails, send a...
2009-03-25 Fabian KeilIn serve(), keep the client socket open until we marked the
2009-03-18 Fabian KeilComment fix. Spotted by Roland.
2009-03-18 Fabian KeilIf the --no-daemon option is used, enable LOG_LEVEL_INFO
2009-03-13 Fabian KeilFix some more harmless warnings on amd64.
2009-03-08 Fabian KeilReinitialize the timeout structure every time before...
2009-03-08 Fabian KeilFix justified (but harmless) compiler warnings
2009-03-07 Fabian KeilChange csp->expected_content and_csp->expected_content_...
2009-03-07 Fabian KeilFix compiler warning.
2009-03-06 Fabian KeilLog unsigned values as such.
2009-03-02 Fabian KeilStreamline parse_http_request()'s prototype. As
2009-03-01 Fabian KeilHelp clang understand that we aren't dereferencing
2009-02-19 Fabian KeilUnbreak build without FEATURE_CONNECTION_KEEP_ALIVE.
2009-02-14 Fabian KeilAdd the request URL to the timeout message in chat().
2009-02-09 Fabian KeilNow that init_log_module() is called earlier, call...
2009-02-08 Fabian KeilCall initialize_mutexes() before init_log_module()...
2009-02-06 Fabian KeilWhen dropping privileges, also give up membership in...
2009-02-04 Fabian KeilInitialize the log module before parsing arguments.
next