2013-01-03 |
Fabian Keil | Revert the previous commit 1.422 for now |
blob | commitdiff | raw |
2012-12-27 |
Fabian Keil | Include the protocol when logging requests with 'debug 1' |
blob | commitdiff | raw | diff to current |
2012-12-07 |
Fabian Keil | Downgrade a log message in change_request_destination() |
blob | commitdiff | raw | diff to current |
2012-12-07 |
Fabian Keil | Add support for Tor's optimistic-data SOCKS extension |
blob | commitdiff | raw | diff to current |
2012-12-07 |
Fabian Keil | Add support for chunk-encoded client request bodies |
blob | commitdiff | raw | diff to current |
2012-12-07 |
Fabian Keil | Make any_loaded_file_changed() more reliable |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Fabian Keil | Stop considering client sockets tainted after receving... |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Fabian Keil | Fix a harmless logic bug in mark_server_socket_tainted() |
blob | commitdiff | raw | diff to current |
2012-11-24 |
Fabian Keil | Allow serve() to keep client connections open if the... |
blob | commitdiff | raw | diff to current |
2012-11-09 |
Fabian Keil | Style fix for the previous commit |
blob | commitdiff | raw | diff to current |
2012-11-09 |
Fabian Keil | Add a --config-test option |
blob | commitdiff | raw | diff to current |
2012-10-29 |
Fabian Keil | Do not keep the client connection open if it has to... |
blob | commitdiff | raw | diff to current |
2012-10-29 |
Fabian Keil | In verify_request_length(), express 'unread client... |
blob | commitdiff | raw | diff to current |
2012-10-29 |
Fabian Keil | Fix an assertion in verify_request_length() |
blob | commitdiff | raw | diff to current |
2012-10-29 |
Fabian Keil | Update verify_request_length()'s description |
blob | commitdiff | raw | diff to current |
2012-10-23 |
Fabian Keil | Make a log message in serve() more consistent with... |
blob | commitdiff | raw | diff to current |
2012-10-23 |
Fabian Keil | Unbreak compilation without FEATURE_CONNECTION_KEEP_ALIVE |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | In serve(), stop considering connection sharing a reaso... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Remember connections in case of destination mismatches... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Rephrase log messages in serve() |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Keep track of how many requests have been received... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | In verify_request_length(), use clear_iob() when nuking... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Replace the IOB_RESET() macro with the new function... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Keep track of how many request are sent through a serve... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Add optional client-side pipelining support |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Let serve() wait for keep-alive-timeout seconds for... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | When closing the client socket in serve(), also log... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | chat() with the client as long as the connection state... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Remove a pointless fflush() call in chat() |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | In chat(), check for failed delivery of request headers... |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Use a dedicated iob for the data read from the client |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Use IOB_RESET() in prepare_csp_for_next_request() |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | Let IOB_RESET() take the iob to reset as argument |
blob | commitdiff | raw | diff to current |
2012-10-21 |
Fabian Keil | When logging the buffering of server headers in chat... |
blob | commitdiff | raw | diff to current |
2012-10-12 |
Fabian Keil | Use the shiny-new drain_and_close_socket() when closing... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Fabian Keil | Relocate the connection-accepted message from listen_lo... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Fabian Keil | Figure out the request length before running sed() |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Fabian Keil | Bump copyright |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Fabian Keil | Add LOG_LEVEL_ACTIONS to log the applying actions |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Fabian Keil | In serve(), log the client socket and its condition... |
blob | commitdiff | raw | diff to current |
2012-07-23 |
Fabian Keil | Revert 1.381 which wasn't a style change after all |
blob | commitdiff | raw | diff to current |
2012-07-23 |
Fabian Keil | Start using malloc_or_die() |
blob | commitdiff | raw | diff to current |
2012-07-23 |
Fabian Keil | Merge two if conditions in main() |
blob | commitdiff | raw | diff to current |
2012-07-23 |
Fabian Keil | Replace strdup() calls with strdup_or_die() calls were... |
blob | commitdiff | raw | diff to current |
2012-07-23 |
Fabian Keil | Do not confuse a client hanging up with a connection... |
blob | commitdiff | raw | diff to current |
2012-03-10 |
Fabian Keil | When stopping to watch a client socket due to pipelinin... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
Fabian Keil | Add missing white-space behind if's and the following... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
Fabian Keil | Fix white-space around parentheses |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Fabian Keil | Remove an obsolete part of the receive_client_request... |
blob | commitdiff | raw | diff to current |
2011-11-06 |
Fabian Keil | Fix a subtle race condition between prepare_csp_for_nex... |
blob | commitdiff | raw | diff to current |
2011-11-06 |
Fabian Keil | Reimplement segment splitting in get_last_url() by... |
blob | commitdiff | raw | diff to current |
2011-10-30 |
Fabian Keil | Add a configure check for strtok() and add locks around... |
blob | commitdiff | raw | diff to current |
2011-10-23 |
Fabian Keil | If only the server connection is kept alive, do not... |
blob | commitdiff | raw | diff to current |
2011-10-23 |
Fabian Keil | Enable sharing of server connections again, even if... |
blob | commitdiff | raw | diff to current |
2011-10-23 |
Fabian Keil | Simplify the signal setup in main() |
blob | commitdiff | raw | diff to current |
2011-10-23 |
Fabian Keil | In chat(), do not bother to generate a client request... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
Fabian Keil | Fix a logic bug that could cause Privoxy to reuse a... |
blob | commitdiff | raw | diff to current |
2011-10-08 |
Fabian Keil | In chat(), properly report missing server responses... |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Fabian Keil | Ditch trailing whitespace |
blob | commitdiff | raw | diff to current |
2011-08-27 |
Fabian Keil | Change the HTTP version in the snipplets to 1.1 |
blob | commitdiff | raw | diff to current |
2011-08-22 |
Fabian Keil | When sending out the "no-server-data" response, do... |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Fabian Keil | Minor style fixes for bind_port_helper() |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Fabian Keil | Reduce code duplication in bind_port_helper() |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Fabian Keil | Restructure bind_ports_helper() a bit |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Fabian Keil | Do not claim to listen on a socket until we actually do. |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Fabian Keil | Allow to bind to multiple separate addresses. |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Fabian Keil | Minor style fix for listen_loop(). |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Fabian Keil | Also log the client socket when dropping a connection. |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Fabian Keil | Add the config directive compression-level |
blob | commitdiff | raw | diff to current |
2011-07-03 |
Fabian Keil | Fix spelling of LOWER_LENGTH_LIMIT_FOR_COMPRESSION |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Fabian Keil | Add support for (re-)compression of buffered content... |
blob | commitdiff | raw | diff to current |
2011-05-27 |
Fabian Keil | Remove a useless '+' in main(). |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Fabian Keil | Include the destination host in the 'Request ... marked... |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Fabian Keil | Split the --user delimiter skipping across two lines... |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Fabian Keil | Make a copy of the --user value and only mess with... |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Fabian Keil | Remove a harmless but pointless line in the code to... |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Fabian Keil | When a specified user or group can't be found, put... |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Fabian Keil | If the --user argument user[.group] contains a dot... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Fabian Keil | Fix various spelling errors in the comments. |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Remove a useless log message in chat() |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Fabian Keil | Move the forwarded-connect-retries handling into a... |
blob | commitdiff | raw | diff to current |
2011-03-03 |
Fabian Keil | Don't bother trying to continue chatting if the client... |
blob | commitdiff | raw | diff to current |
2011-03-03 |
Fabian Keil | Fix an invalid free when compiled with FEATURE_GRACEFUL... |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Fabian Keil | Fix various typos. Apparently I can't spell length... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Fabian Keil | Rephrase a log message in serve(). Client request arriv... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Fabian Keil | In listen_loop(), reload the configuration files after... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Fabian Keil | In chat()'s receive-data loop, skip the socket_is_still... |
blob | commitdiff | raw | diff to current |
2010-12-31 |
Fabian Keil | Don't log whether or not a request on a client connecti... |
blob | commitdiff | raw | diff to current |
2010-12-26 |
Fabian Keil | In serve(), log if a client connection isn't reused... |
blob | commitdiff | raw | diff to current |
2010-12-26 |
Fabian Keil | Let mark_server_socket_tainted() always mark the server... |
blob | commitdiff | raw | diff to current |
2010-12-26 |
Fabian Keil | Knock a debug message in serve() up a notch. Bam! |
blob | commitdiff | raw | diff to current |
2010-12-26 |
Fabian Keil | Don't keep the client connection alive if any configura... |
blob | commitdiff | raw | diff to current |
2010-11-06 |
Fabian Keil | Silence a 'gcc (Debian 4.3.2-1.1) 4.3.2' warning on... |
blob | commitdiff | raw | diff to current |
2010-09-14 |
Fabian Keil | Add content_requires_filtering() as chat() not only... |
blob | commitdiff | raw | diff to current |
2010-09-14 |
Fabian Keil | Use a boolean (int actually) instead of a pointer to... |
blob | commitdiff | raw | diff to current |
2010-09-14 |
Fabian Keil | Rename execute_content_filter() to execute_content_fil... |
blob | commitdiff | raw | diff to current |
2010-09-03 |
Fabian Keil | In listen_loop(), mention the socket on which we accept... |
blob | commitdiff | raw | diff to current |
2010-07-29 |
Fabian Keil | In the error paths in listen_loop(), we now have to... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Fabian Keil | In chat(), add another last-chunk-check right after... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Fabian Keil | Remove the next member from the client_state struct. |
blob | commitdiff | raw | diff to current |
next |