Let IOB_RESET() take the iob to reset as argument
[privoxy.git] / jcc.c
2012-10-21 Fabian KeilLet IOB_RESET() take the iob to reset as argument
2012-10-21 Fabian KeilWhen logging the buffering of server headers in chat...
2012-10-12 Fabian KeilUse the shiny-new drain_and_close_socket() when closing...
2012-09-04 Fabian KeilRelocate the connection-accepted message from listen_lo...
2012-09-04 Fabian KeilFigure out the request length before running sed()
2012-07-27 Fabian KeilBump copyright
2012-07-27 Fabian KeilAdd LOG_LEVEL_ACTIONS to log the applying actions
2012-07-27 Fabian KeilIn serve(), log the client socket and its condition...
2012-07-23 Fabian KeilRevert 1.381 which wasn't a style change after all
2012-07-23 Fabian KeilStart using malloc_or_die()
2012-07-23 Fabian KeilMerge two if conditions in main()
2012-07-23 Fabian KeilReplace strdup() calls with strdup_or_die() calls were...
2012-07-23 Fabian KeilDo not confuse a client hanging up with a connection...
2012-03-10 Fabian KeilWhen stopping to watch a client socket due to pipelinin...
2012-03-09 Fabian KeilAdd missing white-space behind if's and the following...
2012-03-09 Fabian KeilFix white-space around parentheses
2011-12-10 Fabian KeilRemove an obsolete part of the receive_client_request...
2011-11-06 Fabian KeilFix a subtle race condition between prepare_csp_for_nex...
2011-11-06 Fabian KeilReimplement segment splitting in get_last_url() by...
2011-10-30 Fabian KeilAdd a configure check for strtok() and add locks around...
2011-10-23 Fabian KeilIf only the server connection is kept alive, do not...
2011-10-23 Fabian KeilEnable sharing of server connections again, even if...
2011-10-23 Fabian KeilSimplify the signal setup in main()
2011-10-23 Fabian KeilIn chat(), do not bother to generate a client request...
2011-10-16 Fabian KeilFix a logic bug that could cause Privoxy to reuse a...
2011-10-08 Fabian KeilIn chat(), properly report missing server responses...
2011-09-04 Fabian KeilDitch trailing whitespace
2011-08-27 Fabian KeilChange the HTTP version in the snipplets to 1.1
2011-08-22 Fabian KeilWhen sending out the "no-server-data" response, do...
2011-07-17 Fabian KeilMinor style fixes for bind_port_helper()
2011-07-17 Fabian KeilReduce code duplication in bind_port_helper()
2011-07-17 Fabian KeilRestructure bind_ports_helper() a bit
2011-07-17 Fabian KeilDo not claim to listen on a socket until we actually do.
2011-07-17 Fabian KeilAllow to bind to multiple separate addresses.
2011-07-17 Fabian KeilMinor style fix for listen_loop().
2011-07-17 Fabian KeilAlso log the client socket when dropping a connection.
2011-07-08 Fabian KeilAdd the config directive compression-level
2011-07-03 Fabian KeilFix spelling of LOWER_LENGTH_LIMIT_FOR_COMPRESSION
2011-06-23 Fabian KeilAdd support for (re-)compression of buffered content...
2011-05-27 Fabian KeilRemove a useless '+' in main().
2011-05-03 Fabian KeilInclude the destination host in the 'Request ... marked...
2011-04-26 Fabian KeilSplit the --user delimiter skipping across two lines...
2011-04-26 Fabian KeilMake a copy of the --user value and only mess with...
2011-04-26 Fabian KeilRemove a harmless but pointless line in the code to...
2011-04-26 Fabian KeilWhen a specified user or group can't be found, put...
2011-04-26 Fabian KeilIf the --user argument user[.group] contains a dot...
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-03-27 Fabian KeilRemove a useless log message in chat()
2011-03-27 Fabian KeilMove the forwarded-connect-retries handling into a...
2011-03-03 Fabian KeilDon't bother trying to continue chatting if the client...
2011-03-03 Fabian KeilFix an invalid free when compiled with FEATURE_GRACEFUL...
2011-01-22 Fabian KeilFix various typos. Apparently I can't spell length...
2011-01-09 Fabian KeilRephrase a log message in serve(). Client request arriv...
2011-01-02 Fabian KeilIn listen_loop(), reload the configuration files after...
2011-01-02 Fabian KeilIn chat()'s receive-data loop, skip the socket_is_still...
2010-12-31 Fabian KeilDon't log whether or not a request on a client connecti...
2010-12-26 Fabian KeilIn serve(), log if a client connection isn't reused...
2010-12-26 Fabian KeilLet mark_server_socket_tainted() always mark the server...
2010-12-26 Fabian KeilKnock a debug message in serve() up a notch. Bam!
2010-12-26 Fabian KeilDon't keep the client connection alive if any configura...
2010-11-06 Fabian KeilSilence a 'gcc (Debian 4.3.2-1.1) 4.3.2' warning on...
2010-09-14 Fabian KeilAdd content_requires_filtering() as chat() not only...
2010-09-14 Fabian KeilUse a boolean (int actually) instead of a pointer to...
2010-09-14 Fabian KeilRename execute_content_filter() to execute_content_fil...
2010-09-03 Fabian KeilIn listen_loop(), mention the socket on which we accept...
2010-07-29 Fabian KeilIn the error paths in listen_loop(), we now have to...
2010-07-21 Fabian KeilIn chat(), add another last-chunk-check right after...
2010-07-21 Fabian KeilRemove the next member from the client_state struct.
2010-07-21 Fabian KeilRemove an unnecessary list_remove_all() call in chat().
2010-07-21 Fabian KeilGarbage-collect request_contains_null_bytes().
2010-07-12 Fabian KeilIn server_response_is_complete(), expect no body if...
2010-06-13 Fabian KeilIn main(), limit the scope of the variable pid.
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...
next