2009-09-06 |
Fabian Keil | Remove a superfluous debug message in chat(). |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Fabian Keil | Fix gcc45 on amd64 warning. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Fabian Keil | Use encodeURIComponent() instead of escape() which... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Fabian Keil | Show status of CONNECTION_SHARING support on the show... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Fabian Keil | Enable FEATURE_CONNECTION_KEEP_ALIVE unconditionally... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Fabian Keil | Disable connection-sharing unless FEATURE_CONNECTION_SH... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Fabian Keil | In get_content_length(), add a sanity check for mingw32. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Fabian Keil | Factor get_content_length() out of client_save_content_... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Fabian Keil | In get_reusable_connection(), also log when the timesta... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Fabian Keil | In serve(), don't bother assuming a timeout value if... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Keil | Simplify the initial byte_count calculation to get... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Fabian Keil | In chat(), reset byte_count each time we are buffering... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Fabian Keil | Don't miscalculate byte_count when buffering server... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Fabian Keil | Factor verify_request_length() out of parse_client_requ... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fabian Keil | Accept and highlight: Reduced expected bytes to 0 to... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fabian Keil | Remove redundant log message in client_save_content_len... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fabian Keil | Highlight: Empty server or forwarder response received... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fabian Keil | Accept and ignore: There might be a request body. The... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Fabian Keil | In chat(), set CSP_FLAG_CLIENT_REQUEST_COMPLETELY_READ... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Fabian Keil | Subtract already buffered request bytes from the expect... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Fabian Keil | If the client specified a content length, assume that... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Fabian Keil | In preparation to allow connection reuse after forwardi... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Fabian Keil | Fix gcc45 warning in pcrs_substitute(). |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Fabian Keil | Remove bogus assertion in decompress_iob(). |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Fabian Keil | Fix gcc45 warnings in decompress_iob(). |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Fabian Keil | Fix log message in case of DNS resolution problems... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Fabian Keil | Fix gcc45 warning. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Fabian Keil | Add redirect exceptions for some news sites linked... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Fabian Keil | Make a few domain patterns a bit more restrictive. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Fabian Keil | Update the "Download recent releases" URL and fix the... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Fabian Keil | Fix server_set_cookie() description. The jarfile code... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Fabian Keil | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Fabian Keil | Bump version to 3.0.15 UNRELEASED. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Fabian Keil | This announcement is for 3.0.14 beta, not 3.0.13 beta. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Fabian Keil | Rebuild for Privoxy 3.0.14 beta. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Fabian Keil | Remove duplicated period. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Fabian Keil | Change code status from BETA to beta. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Fabian Keil | Bump version for 3.0.14 beta. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Fabian Keil | Disarm the !socket_is_still_usable() check in chat... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Fabian Keil | Let socket_is_still_usable() properly report the socket... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Lee | also hilight |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Fabian Keil | Disable content filtering for URLs ending in .ogg or... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Fabian Keil | Ignore line feeds at the end of the message. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Fabian Keil | Highlight: Connect: to archiv.radiotux.de |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Fabian Keil | If RUNTIME_FEATURE_CONNECTION_KEEP_ALIVE is disabled... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Fabian Keil | If you're masking csp->flags with RUNTIME_FEATURE_CONNE... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Fabian Keil | If connection-sharing is enabled but keep-alive-timeout... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Fabian Keil | Don't set CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE in... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Fabian Keil | Don't assume persistence if RUNTIME_FEATURE_CONNECTION_... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Fabian Keil | Unbreak client_connection() for !defined(FEATURE_CONNEC... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Fabian Keil | Update FEATURE_CONNECTION_KEEP_ALIVE description. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Fabian Keil | Tests with level 16 also depends on FEATURE_CONNECTION_... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Fabian Keil | There currently are no packages for AmigaOS, Fedora... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | - Add ChangeLog for 3.0.14 beta. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | Don't claim that NTLM should work when there are multip... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | Regenerate for 3.0.14 beta. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | Fix trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | Bump entities for 3.0.14 beta. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | Update for 3.0.14 beta. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | Update description for 3.0.14 beta. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | Add most of the changes in 3.0.14 to the "What's New... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | - Move less interesting changes to the bottom. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | Add changes in 3.0.14 BETA. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | Change code status to BETA. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | Don't add a Proxy-Connection header if there already... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Fabian Keil | Don't describe the action files in the FAQ when we... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Fabian Keil | Accept and ignore: The server didn't specify how long... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Fabian Keil | In parse_client_request(), assume a request is complete... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Fabian Keil | If the server doesn't specify how long the connection... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Fabian Keil | Back out the last commit so it can return with related... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Fabian Keil | Must not reuse flag masks. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Fabian Keil | Accept and ignore: Removing 'Connection: close' to... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Fabian Keil | Take the latency into account when evaluating whether... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Fabian Keil | If keep-alive support is disabled, don't let the client... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Fabian Keil | Timestamp the connection at the end of chat(). |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Fabian Keil | If the socket isn't reusable, don't bother remembering... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Fabian Keil | Accept and ignore: The server still wants to talk,... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Fabian Keil | In the year 2525 ... header time randomization fails... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Fabian Keil | Set the timestamp directly after receiving the response... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Fabian Keil | Don't bother reading from the server if the client... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Fabian Keil | Update regression tests for the keep-alive changes. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Fabian Keil | Back out 1.187 for now. There has to be a better way. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Fabian Keil | For HTTP/1.1 requests other than CONNECT requests,... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Fabian Keil | Garbage collect get_appropiate_connection_header()... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Fabian Keil | Don't set 'Connection: keep-alive' headers in server_co... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Fabian Keil | In client_connection_header_adder(), add a 'Connection... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Fabian Keil | Hashes in git object URLs may contain 'ad's. Deal with it. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Lee | don't need the extra time() call |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Fabian Keil | Highlight: Client keep-alive timeout is 20. Sticking... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Fabian Keil | Fix a log message in client_keep_alive(). |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Fabian Keil | Revert r261 as it would sabotage NTLM authentication. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Lee | Verizon DNS server returns addr of their 'search' page... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Lee | Fixes Bugs item #2816541 - http download stops at 0... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Fabian Keil | Mention the tainted socket in mark_server_socket_tainted(). |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Fabian Keil | Highlight: Marking the server socket 7 tainted. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Fabian Keil | Also react to the client's Keep-Alive header. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Fabian Keil | Comment spelling fix. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Fabian Keil | Mention the offending socket in the 'Empty server or... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Fabian Keil | If we decided not to keep the connection to the server... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Fabian Keil | If we decided not to keep the connection to the server... |
commit | commitdiff | tree | snapshot |
next |