2009-12-25 |
Fabian Keil | Let server_set_cookie() accept quoted expiration dates. |
blob | commitdiff | raw |
2009-09-06 |
Fabian Keil | In get_content_length(), add a sanity check for mingw32. |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Fabian Keil | Factor get_content_length() out of client_save_content_... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Fabian Keil | Remove redundant log message in client_save_content_len... |
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-08-19 |
Fabian Keil | Remove bogus assertion in decompress_iob(). |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Fabian Keil | Fix gcc45 warnings in decompress_iob(). |
blob | commitdiff | raw | diff to current |
2009-08-01 |
Fabian Keil | Fix server_set_cookie() description. The jarfile code... |
blob | commitdiff | raw | diff to current |
2009-07-19 |
Fabian Keil | If RUNTIME_FEATURE_CONNECTION_KEEP_ALIVE is disabled... |
blob | commitdiff | raw | diff to current |
2009-07-19 |
Fabian Keil | Don't set CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE in... |
blob | commitdiff | raw | diff to current |
2009-07-19 |
Fabian Keil | Unbreak client_connection() for !defined(FEATURE_CONNEC... |
blob | commitdiff | raw | diff to current |
2009-07-18 |
Fabian Keil | Don't add a Proxy-Connection header if there already... |
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 | If keep-alive support is disabled, don't let the client... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Fabian Keil | Back out 1.187 for now. There has to be a better way. |
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-11 |
Fabian Keil | Garbage collect get_appropiate_connection_header()... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Fabian Keil | Don't set 'Connection: keep-alive' headers in server_co... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Fabian Keil | In client_connection_header_adder(), add a 'Connection... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Fabian Keil | Fix a log message in client_keep_alive(). |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Lee | Fixes Bugs item #2816541 - http download stops at 0... |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Fabian Keil | Also react to the client's Keep-Alive header. |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Fabian Keil | Comment spelling fix. |
blob | commitdiff | raw | diff to current |
2009-06-30 |
Fabian Keil | If the status code isn't 200, don't assume a missing... |
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 | Don't set CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE in... |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Fabian Keil | If strftime() fails, drop the header without replacemen... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Fabian Keil | Don't trust gmtime() to return usable structures for... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Fabian Keil | In the strftime() failure messages, put the offending... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Fabian Keil | Check for strftime() failures in server_last_modified... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Fabian Keil | Fix the log message from the last commit. |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Fabian Keil | In case of strftime() failures in client_if_modified_si... |
blob | commitdiff | raw | diff to current |
2009-06-11 |
David Schmidt | Protect a keepalive flag inside FEATURE_CONNECTION_KEEP... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Fabian Keil | Factor create_content_length_header() out of server_adj... |
blob | commitdiff | raw | diff to current |
2009-06-08 |
Fabian Keil | Don't force the client to wait for the connection to... |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Fabian Keil | Document the 6 mysterious bytes we skip in decompress_i... |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Fabian Keil | Remove stray empty line. |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Fabian Keil | Use macros for the magic numbers in decompress_iob(). |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Fabian Keil | If all the data we got decompressed OK, but zlib wants... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Fabian Keil | In decompress_iob(), remove the skip_bytes history... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Fabian Keil | Style fix. |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Fabian Keil | In client_if_modified_since(), rename negative to negat... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Fabian Keil | In server_last_modified(), rename negative to negative_... |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Fabian Keil | Unbreak compilation for compilers that don't recognize... |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Fabian Keil | Turn server_proxy_connection_adder() into a nop if... |
blob | commitdiff | raw | diff to current |
2009-05-28 |
Fabian Keil | Check the right macro to decide if we can use privoxy_m... |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Fabian Keil | In client_connection_header_adder(), check flags agains... |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Fabian Keil | Keep the server header 'Connection: keep-alive' around... |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Fabian Keil | If we are keeping the server connection alive behind... |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Fabian Keil | Doh. Unbreak extra field skipping in decompress_iob(). |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Fabian Keil | Fix a recently added logic error that could result... |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Fabian Keil | Fix clang warning: Value stored to 'timeptr' is never... |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Fabian Keil | Fix keep-alive upgrading if connection-sharing is used. |
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 | Initial keep-alive support for the client socket. |
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-07 |
Fabian Keil | Change csp->expected_content and_csp->expected_content_... |
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-15 |
Fabian Keil | Don't let hide-referrer{conditional-*}} pass |
blob | commitdiff | raw | diff to current |
2008-12-04 |
Fabian Keil | Fix some cparser warnings. |
blob | commitdiff | raw | diff to current |
2008-11-21 |
Fabian Keil | In case of CONNECT requests there's no point |
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-04 |
Fabian Keil | HTTP/1.1 responses without Connection |
blob | commitdiff | raw | diff to current |
2008-10-12 |
Fabian Keil | Remove obsolete warning about delayed delivery with... |
blob | commitdiff | raw | diff to current |
2008-10-09 |
Fabian Keil | Flush work-in-progress changes to keep outgoing connections |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Fabian Keil | Treat unknown change-x-forwarded-for parameters as... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Fabian Keil | If change-x-forwarded-for{add} is used and the client |
blob | commitdiff | raw | diff to current |
2008-09-20 |
Fabian Keil | Remove hide-forwarded-for-headers action which has |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Fabian Keil | Add change-x-forwarded-for{} action to block or add |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Fabian Keil | - A few style fixes. |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Fabian Keil | Prepare for critical sections on Windows by adding a |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Fabian Keil | Remove FEATURE_COOKIE_JAR. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Fabian Keil | Remove questionable micro-optimizations |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Fabian Keil | s@Insufficent@Insufficient@ |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Fabian Keil | The whole point of strclean() is to modify the |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Fabian Keil | As the wafer actions are gone, we can stop including... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Fabian Keil | Ditch cast from (char **) to (char **). |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Fabian Keil | Streamline sed()'s prototype and declare |
blob | commitdiff | raw | diff to current |
2008-05-20 |
Fabian Keil | Factor update_server_headers() out of sed(), ditch the |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Fabian Keil | Wrap memmove() calls in string_move() |
blob | commitdiff | raw | diff to current |
2008-05-17 |
Fabian Keil | Normalize linear header white space. |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Fabian Keil | If a header is split across multiple lines, |
blob | commitdiff | raw | diff to current |
2008-05-10 |
Fabian Keil | Don't provide get_header() with the whole client state |
blob | commitdiff | raw | diff to current |
2008-05-03 |
Fabian Keil | Change content_filters_enabled()'s parameter from |
blob | commitdiff | raw | diff to current |
2008-04-17 |
Fabian Keil | Provide get_http_time() with the buffer size so it... |
blob | commitdiff | raw | diff to current |
2008-04-16 |
Fabian Keil | Don't pass the whole csp structure to flush_socket() |
blob | commitdiff | raw | diff to current |
2008-03-29 |
Fabian Keil | Remove send-wafer and send-vanilla-wafer actions. |
blob | commitdiff | raw | diff to current |
2008-03-28 |
Fabian Keil | Remove inspect-jpegs action. |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Fabian Keil | Let client_range() also handle Request-Range headers |
blob | commitdiff | raw | diff to current |
2008-01-04 |
Fabian Keil | Improve the warning messages that get logged if the... |
blob | commitdiff | raw | diff to current |
2007-12-28 |
Fabian Keil | In server_content_type(): |
blob | commitdiff | raw | diff to current |
2007-12-28 |
Fabian Keil | Minor server_content_disposition() changes: |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Fabian Keil | Garbage-collect the code to add a X-Forwarded-For |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Fabian Keil | Fix a crash on mingw32 with some Last Modified times... |
blob | commitdiff | raw | diff to current |
2007-11-02 |
Fabian Keil | Remove a "can't happen" error block which, over |
blob | commitdiff | raw | diff to current |
2007-10-19 |
Fabian Keil | - Downgrade "Buffer limit reached" message to LOG_LEVEL... |
blob | commitdiff | raw | diff to current |
2007-10-10 |
Fabian Keil | I forgot about Poland. |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Fabian Keil | Remove Range and If-Range headers if content filtering... |
blob | commitdiff | raw | diff to current |
2007-10-04 |
Fabian Keil | Move ACTION_VANILLA_WAFER handling from jcc's chat... |
blob | commitdiff | raw | diff to current |
next |