Add Nedžad Hrnjica as contributor
[privoxy.git] / jcc.c
2018-12-30 Fabian KeilFix misplaced parentheses
2018-12-16 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-12-16 Fabian KeilFix comment typo
2018-12-14 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-11-12 Fabian KeilDowngrade log message from ERROR to CONNECT
2018-11-12 Fabian KeilPut URL in error message
2018-11-12 Fabian KeilRename flush_socket() to flush_iob()
2018-11-12 Fabian KeilBump copyright
2018-11-12 Fabian KeilAdd delay-response{} action
2018-10-23 Fabian KeilRemove support for AmigaOS
2018-10-23 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-10-10 Fabian KeilFix parameter index in a comment
2018-10-10 Fabian KeilFix parameter index in a comment
2018-03-10 Leelanguage nit
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2018-03-01 Fabian KeilChange write_pid_file()'s prototype to take the path...
2017-08-12 Fabian KeilAdd the pointer to the receive buffer to the csp
2017-08-12 Fabian KeilStreamline handle_established_connection()'s parameter...
2017-08-12 Fabian KeilWarn when still using select()
2017-06-26 Fabian Keillisten_loop(): Reuse a single thread attribute object
2017-06-26 Fabian KeilFree csp resources in the thread that belongs to the csp
2017-06-26 Fabian KeilImprove 'socket timeout reached' message
2017-06-26 Fabian KeilAdd a listen-backlog directive
2017-06-26 Fabian KeilEnable accept filter only once
2017-06-26 Fabian KeilExplicitly taint the server socket in case of CONNECT...
2017-06-26 Fabian KeilUpdate comments that still mentioned 'show-proxy-args...
2017-06-08 Fabian KeilFix indentation in handle_established_connection()
2017-05-29 Fabian KeilMake sure binaries with fuzzing support are used for...
2017-05-29 Fabian KeilAdd a receive-buffer-size directive
2017-05-25 Fabian KeilBump copyright
2017-05-25 Fabian KeilNever use select() when poll() is available
2017-05-25 Fabian KeilReduce chat()'s stack usage
2017-05-25 Fabian KeilAdd missing space
2017-05-20 Fabian KeilRemove pointless-looking bzero() define for OS/2
2017-05-04 Fabian KeilUse arc4random() if it's available
2017-03-08 Fabian KeilExplain why SIGPIPE is ignored and remove the 'FIXME...
2016-12-24 Fabian KeilFactor send_http_request() out of chat()
2016-12-24 Fabian KeilAdd a --fuzz option
2016-12-24 Fabian KeilFactor handle_established_connection() out of chat()
2016-09-27 Leeupdate windows build system to use supported software
2016-05-25 Fabian Keilprepare_csp_for_next_request(): Use the global toggle...
2016-05-25 Fabian Keillisten_loop(): Include the listen-address in the log...
2016-05-25 Fabian KeilLet dynamic filters and taggers support a $listen-addre...
2016-05-22 Fabian KeilOptionally use the X-Forwarded-For header for client...
2016-03-17 Fabian KeilImplement client-specific tags
2016-02-26 Fabian KeilStart using zalloc_or_die()
2016-01-16 Fabian KeilBump copyright year
2016-01-16 Fabian KeilRemove non-standard Proxy-Agent headers in HTTP snipplets
2016-01-16 Fabian KeilIntroduce the new forwarding type 'forward-webserver'
2015-12-28 Fabian KeilCheck requests more carefully before serving them force...
2015-03-27 Fabian Keillisten_loop(): Add number of active threads to a couple...
2015-01-24 Fabian KeilPrevent parse errors after failing to deliver a client...
2015-01-24 Fabian Keilchunked_body_is_complete(): Check input more carefully
2015-01-24 Fabian KeilFix comment typo
2014-12-19 Fabian KeilFix comment typos
2014-10-18 Fabian Keilreceive_client_request(): Don't ignore list_append_list...
2014-07-25 Fabian KeilLet sed() failures result in an error response
2014-07-25 Fabian KeilReject requests with unsupported Expect header values
2014-06-03 Fabian KeilReduce code duplication by setting http->ocmd in parse_...
2014-06-02 Fabian KeilBump copyright
2014-06-02 Fabian KeilAdd support for external filters
2014-02-10 Fabian KeilFix comment typo
2013-03-01 Fabian KeilReject network sockets with file descriptor values...
2013-01-03 Fabian KeilRevert the previous commit 1.422 for now
2012-12-27 Fabian KeilInclude the protocol when logging requests with 'debug 1'
2012-12-07 Fabian KeilDowngrade a log message in change_request_destination()
2012-12-07 Fabian KeilAdd support for Tor's optimistic-data SOCKS extension
2012-12-07 Fabian KeilAdd support for chunk-encoded client request bodies
2012-12-07 Fabian KeilMake any_loaded_file_changed() more reliable
2012-11-24 Fabian KeilStop considering client sockets tainted after receving...
2012-11-24 Fabian KeilFix a harmless logic bug in mark_server_socket_tainted()
2012-11-24 Fabian KeilAllow serve() to keep client connections open if the...
2012-11-09 Fabian KeilStyle fix for the previous commit
2012-11-09 Fabian KeilAdd a --config-test option
2012-10-29 Fabian KeilDo not keep the client connection open if it has to...
2012-10-29 Fabian KeilIn verify_request_length(), express 'unread client...
2012-10-29 Fabian KeilFix an assertion in verify_request_length()
2012-10-29 Fabian KeilUpdate verify_request_length()'s description
2012-10-23 Fabian KeilMake a log message in serve() more consistent with...
2012-10-23 Fabian KeilUnbreak compilation without FEATURE_CONNECTION_KEEP_ALIVE
2012-10-21 Fabian KeilIn serve(), stop considering connection sharing a reaso...
2012-10-21 Fabian KeilRemember connections in case of destination mismatches...
2012-10-21 Fabian KeilRephrase log messages in serve()
2012-10-21 Fabian KeilKeep track of how many requests have been received...
2012-10-21 Fabian KeilIn verify_request_length(), use clear_iob() when nuking...
2012-10-21 Fabian KeilReplace the IOB_RESET() macro with the new function...
2012-10-21 Fabian KeilKeep track of how many request are sent through a serve...
2012-10-21 Fabian KeilAdd optional client-side pipelining support
2012-10-21 Fabian KeilLet serve() wait for keep-alive-timeout seconds for...
2012-10-21 Fabian KeilWhen closing the client socket in serve(), also log...
2012-10-21 Fabian Keilchat() with the client as long as the connection state...
2012-10-21 Fabian KeilRemove a pointless fflush() call in chat()
2012-10-21 Fabian KeilIn chat(), check for failed delivery of request headers...
2012-10-21 Fabian KeilUse a dedicated iob for the data read from the client
2012-10-21 Fabian KeilUse IOB_RESET() in prepare_csp_for_next_request()
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()
next