| 2012-10-21 | Fabian Keil | In verify_request_length(), use clear_iob() when nuking... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Rephrase #12 now that pipelining on incoming connection... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Replace the IOB_RESET() macro with the new function... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Keep track of how many request are sent through a serve... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | In cgi_show_request() only restore the client request... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Deal with unsupported methods sent to the CGI pages... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Add optional client-side pipelining support | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Let the IOB_PEEK macro take the iob as argument | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Let serve() wait for keep-alive-timeout seconds for... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | When closing the client socket in serve(), also log... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | chat() with the client as long as the connection state... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Remove a pointless fflush() call in chat() | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Set the socket option SO_LINGER for the client socket... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | In chat(), check for failed delivery of request headers... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Use a dedicated iob for the data read from the client | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Use IOB_RESET() in prepare_csp_for_next_request() | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Let IOB_RESET() take the iob to reset as argument | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Remove pre-3.0 compatibility goo which has been obolete... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Do not promise a logrotate script for Red-Hat-based... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Clarify that the log detail of the Windows GUI log... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Parse the Windows-specific toggles with parse_toggle_st... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | In the redirect{} section, refer pcrs newbies to the... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Use the correct type for reusable_connection.forwarder_type | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | Accept and highlight: Continuing buffering server heade... | commit | commitdiff | tree | snapshot | 
| 2012-10-21 | Fabian Keil | When logging the buffering of server headers in chat... | commit | commitdiff | tree | snapshot | 
| 2012-10-17 | Fabian Keil | Rename ACTION_NO_COOKIE_KEEP to ACTION_SESSION_COOKIES_... | commit | commitdiff | tree | snapshot | 
| 2012-10-17 | Fabian Keil | Rename ACTION_NO_COOKIE_READ to ACTION_CRUNCH_OUTGOING_... | commit | commitdiff | tree | snapshot | 
| 2012-10-17 | Fabian Keil | Rename ACTION_NO_COOKIE_SET to ACTION_CRUNCH_INCOMING_C... | commit | commitdiff | tree | snapshot | 
| 2012-10-17 | Fabian Keil | Fix grammar in an error message in remember_connection() | commit | commitdiff | tree | snapshot | 
| 2012-10-17 | Fabian Keil | Use strdup_or_die() in remember_connection() | commit | commitdiff | tree | snapshot | 
| 2012-10-17 | Fabian Keil | Fix latency calculation for shared connections | commit | commitdiff | tree | snapshot | 
| 2012-10-17 | Fabian Keil | Use parse_toggle_state() to get the global_toggle_state | commit | commitdiff | tree | snapshot | 
| 2012-10-17 | Fabian Keil | Downgrade two error messages in drain_and_close_socket... | commit | commitdiff | tree | snapshot | 
| 2012-10-12 | Fabian Keil | Fix a comment typo. | commit | commitdiff | tree | snapshot | 
| 2012-10-12 | Fabian Keil | Use the shiny-new drain_and_close_socket() when closing... | commit | commitdiff | tree | snapshot | 
| 2012-10-12 | Fabian Keil | Add drain_and_close_socket() | commit | commitdiff | tree | snapshot | 
| 2012-10-12 | Fabian Keil | Don't bother checking for strstr() as we have no fallba... | commit | commitdiff | tree | snapshot | 
| 2012-10-12 | Fabian Keil | Spread a AC_CHECK_FUNCS() line across one line per... | commit | commitdiff | tree | snapshot | 
| 2012-10-12 | Fabian Keil | Remove two checks that were already commented out | commit | commitdiff | tree | snapshot | 
| 2012-10-12 | Fabian Keil | Spread the AC_CHECK_HEADERS() check across one line... | commit | commitdiff | tree | snapshot | 
| 2012-10-12 | Fabian Keil | Update server_proxy_connection_adder()'s description... | commit | commitdiff | tree | snapshot | 
| 2012-10-12 | Fabian Keil | Add DragonFly to the list of BSDs Privoxy is known... | commit | commitdiff | tree | snapshot | 
| 2012-10-12 | Fabian Keil | Add Haiku to the list of operating systems Privoxy... | commit | commitdiff | tree | snapshot | 
| 2012-10-05 | Fabian Keil | Move a variable declaration in parse_client_header_orde... | commit | commitdiff | tree | snapshot | 
| 2012-10-05 | Fabian Keil | Move a couple of variable declarations in get_last_url... | commit | commitdiff | tree | snapshot | 
| 2012-10-05 | Fabian Keil | Additional Haiku-specific improvements | commit | commitdiff | tree | snapshot | 
| 2012-09-26 | Fabian Keil | Spell 'refresh-tags' correctly | commit | commitdiff | tree | snapshot | 
| 2012-09-20 | Fabian Keil | Documentation for 3.0.19, regenerated with the modified... | commit | commitdiff | tree | snapshot | 
| 2012-09-20 | Fabian Keil | Bring back the body attributes now that tidy no longer... | commit | commitdiff | tree | snapshot | 
| 2012-09-20 | Fabian Keil | Leave it up to the user whether or not smart tags are... | commit | commitdiff | tree | snapshot | 
| 2012-09-20 | Fabian Keil | Ditch pointless keywords. Search engines no longer... | commit | commitdiff | tree | snapshot | 
| 2012-09-20 | Fabian Keil | Remove tidy's clean flag as it changes the scope of... | commit | commitdiff | tree | snapshot | 
| 2012-09-20 | Fabian Keil | Ditch obsolete body attributes | commit | commitdiff | tree | snapshot | 
| 2012-09-18 | Fabian Keil | In finish_http_response(), set 'Connection: close'... | commit | commitdiff | tree | snapshot | 
| 2012-09-18 | Fabian Keil | Revert an incorrect part of 1.250 that could result... | commit | commitdiff | tree | snapshot | 
| 2012-09-05 | Fabian Keil | On Haiku, do not pass -lpthread to the compiler | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Fabian Keil | Accept and highlight: Accepted connection from 10.0... | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Fabian Keil | Relocate the connection-accepted message from listen_lo... | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Fabian Keil | Stop suppressing messages about accepted client connect... | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Fabian Keil | Fix a comment in client_connection() | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Fabian Keil | After preventing the client from pipeling, don't signal... | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Fabian Keil | Figure out the request length before running sed() | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Fabian Keil | Add get_expected_content_length() | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Fabian Keil | Let get_content_length() use a header value as input... | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Fabian Keil | Note that CSP_FLAG_SERVER_SOCKET_TAINTED is poorly... | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Fabian Keil | Bump generated Firefox version to 14.0.1 | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Fabian Keil | Block g.adspeed.net/ | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Accept and highlight: Closing client socket 5. Keep... | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Remove #101: Forward known client headers in a predefin... | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Bump copyright | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Mention the shiny new LOG_LEVEL_ACTIONS | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Accept the shiny new LOG_LEVEL_ACTIONS | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Add LOG_LEVEL_ACTIONS to log the applying actions | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Add #106: actionlist.h should be embedded in a way... | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Let get_percentage() show 0 of x as 0% even if x is... | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Accept and ignore: Enlisting (sorted|left-over) header ... | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Implement the client-header-order directive | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | In serve(), log the client socket and its condition... | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Add debug_level_is_enabled() | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Block rotation.linuxnewmedia.com/ | commit | commitdiff | tree | snapshot | 
| 2012-07-27 | Fabian Keil | Block reklamy.sfd.pl/ | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Revert 1.381 which wasn't a style change after all | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Add #105: Add support for socks authentication. | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Add test URLs for .freebsd.org and .watson.org | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Unblock .urbandictionary.com/popular | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Block requests to .adnxs.com/ | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Block farm.plista.com/widgetdata.php | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Update copyright range | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | In ssplit(), assert() that the last substring already... | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Use an enum to replace a couple of magic numbers in... | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Remove two pointless casts in ssplit() | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Relocate a comment in ssplit() | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Bump copyright year | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Start using malloc_or_die() | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Add malloc_or_die() which will allow to simplify code... | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Merge two if conditions in main() | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Bump copyright to 2012 | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Properly highlight the new log messages from get_reques... | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Replace strdup() calls with strdup_or_die() calls were... | commit | commitdiff | tree | snapshot | 
| 2012-07-23 | Fabian Keil | Do not confuse a client hanging up with a connection... | commit | commitdiff | tree | snapshot | 
| next |