2013-03-01 |
Fabian Keil | Default to a max-client-connections limit of 128 |
blob | commitdiff | raw |
2012-12-07 |
Fabian Keil | Add support for Tor's optimistic-data SOCKS extension |
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 | Parse the Windows-specific toggles with parse_toggle_st... |
blob | commitdiff | raw | diff to current |
2012-10-17 |
Fabian Keil | Use parse_toggle_state() to get the global_toggle_state |
blob | commitdiff | raw | diff to current |
2012-10-05 |
Fabian Keil | Move a variable declaration in parse_client_header_orde... |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Fabian Keil | Implement the client-header-order directive |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Fabian Keil | Shorten ssplit()'s prototype by removing the last two... |
blob | commitdiff | raw | diff to current |
2012-05-24 |
Fabian Keil | Accept a socket-timeout value of 0 seconds. |
blob | commitdiff | raw | diff to current |
2012-05-24 |
Fabian Keil | Accept a default-server-timeout of 0. It's the default... |
blob | commitdiff | raw | diff to current |
2012-03-18 |
Fabian Keil | Update an error message that still tried to print direc... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
Fabian Keil | Fix white-space around parentheses |
blob | commitdiff | raw | diff to current |
2012-03-04 |
Fabian Keil | Rename ijb_foo macros to privoxy_foo |
blob | commitdiff | raw | diff to current |
2012-03-04 |
Fabian Keil | Relocate ijb_isupper()'s definition to project.h and... |
blob | commitdiff | raw | diff to current |
2012-03-04 |
Fabian Keil | Change the hashes used in load_config() to unsigned int |
blob | commitdiff | raw | diff to current |
2011-07-30 |
Fabian Keil | Add the filter-file loaders before the action-file... |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Fabian Keil | Minor style fix for load_config() |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Fabian Keil | Minor style fix for unload_configfile() |
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-08 |
Fabian Keil | Add an enable-compression directive and disable compres... |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Fabian Keil | parse_toggle_state() only returns 0 or 1, so check... |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Fabian Keil | Also let parse_toggle_state() reject values like '1... |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Fabian Keil | Add a dedicated function to parse the values of toggles |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Fabian Keil | Add the config directive compression-level |
blob | commitdiff | raw | diff to current |
2011-03-03 |
Fabian Keil | Don't enforce a logical line length limit in read_confi... |
blob | commitdiff | raw | diff to current |
2010-08-14 |
Lee | Feature Requests 3040263 :: Add "user.filter" to "Edit... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Fabian Keil | Ditch redundant code in unload_configfile(). |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Lee | Workaround for firefox hanging on blocked javascript... |
blob | commitdiff | raw | diff to current |
2010-01-03 |
Fabian Keil | Rename no_daemon to daemon_mode to ditch the double... |
blob | commitdiff | raw | diff to current |
2009-11-27 |
Fabian Keil | Add the config option default-server-timeout to control... |
blob | commitdiff | raw | diff to current |
2009-09-10 |
Fabian Keil | In the Argv declaration, move the const qualifier to... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Fabian Keil | Disable connection-sharing unless FEATURE_CONNECTION_SH... |
blob | commitdiff | raw | diff to current |
2009-07-19 |
Fabian Keil | If connection-sharing is enabled but keep-alive-timeout... |
blob | commitdiff | raw | diff to current |
2009-06-15 |
Fabian Keil | Don't request 'Connection: keep-alive' from the server... |
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 | There's no reason for keep_alive_timeout to be signed. |
blob | commitdiff | raw | diff to current |
2009-05-10 |
Fabian Keil | Reenable server-side-only keep-alive support, but only... |
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-04-24 |
Fabian Keil | Allow to limit the number of of client connections. |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Fabian Keil | Replace HAVE_GETADDRINFO and HAVE_GETNAMEINFO macros |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Fabian Keil | Add and use parse_forwarder_address() to reduce code... |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Fabian Keil | Style cosmetics for the IPv6 code. |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Fabian Keil | Petr Pisar's privoxy-3.0.12-ipv6-3.diff. |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Fabian Keil | Revert the last commit as there's a better way. |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Fabian Keil | Don't enable LOG_LEVEL_INFO by default and don't apply... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Fabian Keil | As of r1.88, the show-status page can use a single... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Fabian Keil | Fix two mingw32-only buffer overflows. Note that triggering |
blob | commitdiff | raw | diff to current |
2009-03-01 |
Fabian Keil | - Help clang understand that we aren't |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Fabian Keil | Gimme a break or two. Don't let the show-status page |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Fabian Keil | Increase default socket timeout to 300 seconds. |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Fabian Keil | Now that we have the match-all.action file, the other... |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Fabian Keil | Don't keep connections alive when running single-threaded. |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Fabian Keil | Due to the standard.action file removal, the other... |
blob | commitdiff | raw | diff to current |
2008-12-20 |
Fabian Keil | Add config option socket-timeout to control the time |
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-13 |
Fabian Keil | Add new config option: keep-alive-timeout. |
blob | commitdiff | raw | diff to current |
2008-08-31 |
Fabian Keil | There's no reason to let remote toggling support depend |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Fabian Keil | Remove FEATURE_COOKIE_JAR. |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Fabian Keil | If the enforce-blocks directive is used with FEATURE_FO... |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Fabian Keil | Reuse directive_hash and don't hash the same directive... |
blob | commitdiff | raw | diff to current |
2008-05-10 |
Fabian Keil | - Merge three string_append() calls. |
blob | commitdiff | raw | diff to current |
2008-03-30 |
Fabian Keil | Rename load_actions_file() and load_re_filterfile() |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Fabian Keil | Add hostname directive. Closes PR#1918189. |
blob | commitdiff | raw | diff to current |
2008-02-16 |
Fabian Keil | Fix typo. |
blob | commitdiff | raw | diff to current |
2008-02-03 |
Fabian Keil | Add SOCKS5 support. Patch #1862863 by Eric M. Hopper... |
blob | commitdiff | raw | diff to current |
2007-12-23 |
Fabian Keil | Reword "unrecognized directive" warning, use better |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Fabian Keil | Plug memory leak if listen-address only specifies the... |
blob | commitdiff | raw | diff to current |
2007-10-27 |
Fabian Keil | Relocate daemon-mode-related log messages to make sure |
blob | commitdiff | raw | diff to current |
2007-10-19 |
Fabian Keil | Plug memory leak introduced with my last commit. |
blob | commitdiff | raw | diff to current |
2007-10-14 |
Fabian Keil | When in daemon mode, close stderr after the configurati... |
blob | commitdiff | raw | diff to current |
2007-08-05 |
Fabian Keil | #1763173 from Stefan Huehner: declare unload_configfile... |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Fabian Keil | As Hal noticed, checking dispatch_cgi() as the last... |
blob | commitdiff | raw | diff to current |
2007-05-21 |
Fabian Keil | - Use strlcpy() instead of strcpy(). |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Fabian Keil | Don't mistake VC++'s _snprintf() for a snprintf() repla... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Fabian Keil | New config option: enforce-blocks. |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Fabian Keil | - Mention other reasons why acl directive loading might... |
blob | commitdiff | raw | diff to current |
2007-01-27 |
Fabian Keil | Add new config option "templdir" to |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Fabian Keil | Added config option accept-intercepted-requests |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Fabian Keil | Fix gcc43 compiler warnings. |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Fabian Keil | Add config option "split-large-forms" |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Fabian Keil | Move the <br> in the generated HTML for the config |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Fabian Keil | Fix memory leak in case of config file reloads. |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Fabian Keil | Modified kludge for win32 to make ming32 menu |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Fabian Keil | Incorporate modified version of Roland Rosenfeld's... |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Fabian Keil | Added config option enable-remote-http-toggle |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Fabian Keil | Make number of retries in case of forwarded-connect... |
blob | commitdiff | raw | diff to current |
2006-07-18 |
David Schmidt | Reorganizing the repository: swapping out what was... |
blob | commitdiff | raw | diff to current |
2002-06-04 |
jongfoster | Moving sources to /src |
blob | commitdiff | raw |
2002-05-14 |
oes | savearg now uses own linking code instead of (now speci... |
blob | commitdiff | raw | diff to current |
2002-05-12 |
jongfoster | Correcting function comments |
blob | commitdiff | raw | diff to current |
2002-04-26 |
oes | - New option "user-manual", defaults to our site |
blob | commitdiff | raw | diff to current |
2002-04-24 |
oes | Jon's multiple AF patch: Allow up to MAX_ACTION_FILES... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
swa | fixed JB spelling |
blob | commitdiff | raw | diff to current |
2002-04-08 |
swa | fixed JB spelling |
blob | commitdiff | raw | diff to current |
2002-04-05 |
oes | fix for invalid HTML proxy_args |
blob | commitdiff | raw | diff to current |
2002-03-31 |
jongfoster | Win32 only: Enabling STRICT to fix a VC++ compile warning. |
blob | commitdiff | raw | diff to current |
2002-03-26 |
swa | we have a new homepage! |
blob | commitdiff | raw | diff to current |
2002-03-24 |
swa | name change related issues |
blob | commitdiff | raw | diff to current |
2002-03-24 |
jongfoster | Renaming re_filterfile to filterfile |
blob | commitdiff | raw | diff to current |
2002-03-16 |
jongfoster | Adding graceful termination feature, to help look for... |
blob | commitdiff | raw | diff to current |
next |