privoxy.git
2009-01-01 LeeActionsfile feedback item #2017126 2008-07-13
2009-01-01 Leeadd windows taskbar icon to use when privoxy is toggled...
2009-01-01 LeeChange the Windows taskbar icon when privoxy is toggled...
2009-01-01 Leekeep the input field and 'go' button on the same line.
2009-01-01 Leenew block section for domain parking sites.
2008-12-25 Fabian KeilAdd missing colon in regex.
2008-12-25 Fabian KeilHighlight:
2008-12-24 Leefix GCC 3.4.4 warning
2008-12-24 Fabian KeilKeep a thread around to timeout alive connections
2008-12-24 Fabian KeilAnchor a few regexes in handle_loglevel_connect().
2008-12-20 LeeThe crunch log message format changed, so update the...
2008-12-20 Fabian KeilAdd config option socket-timeout to control the time
2008-12-19 Fabian Keil- Sync comment with for-privoxy-version.
2008-12-15 Fabian KeilWhen logging crunches, log the whole URL, so one can...
2008-12-14 Fabian KeilFix a cparser warning.
2008-12-14 Fabian Keil- Mention the new log level for crunched requests.
2008-12-14 Fabian Keil- Handle shiny new LOG_LEVEL_CRUNCH.
2008-12-14 Fabian KeilGive crunched requests their own log level.
2008-12-13 Fabian KeilAdd keep-alive-timeout section.
2008-12-13 Fabian KeilReword FEATURE_CONNECTION_KEEP_ALIVE description.
2008-12-13 Fabian KeilRemove duplicated debugging checks
2008-12-13 Fabian KeilDocument the keep-alive-timeout directive.
2008-12-13 Fabian KeilBlock feedproxy.google.com/~r/.*/~4/.
2008-12-06 Fabian KeilHighlight:
2008-12-06 Fabian KeilHighlight:
2008-12-06 Fabian KeilDowngrade "Received x bytes while expecting y." message to
2008-12-04 Fabian KeilFix some cparser warnings.
2008-12-04 Fabian KeilFix a cparser warning.
2008-12-04 Fabian KeilFix some cparser warnings.
2008-12-02 Fabian KeilDon't miscalculate byte_count if we don't get all the
2008-11-30 Fabian Keil- Block .googleadservices.com/~.
2008-11-27 Fabian KeilCosmetics for the last commit: Don't watch out for
2008-11-26 Fabian KeilRecognize that the server response is complete if the
2008-11-26 Fabian KeilIgnore:
2008-11-25 Fabian KeilDon't convert the client-header list to text until...
2008-11-24 Fabian KeilTwo changes suggested by Roger Dingledine:
2008-11-23 Fabian KeilSome more chat() cosmetics.
2008-11-23 Fabian KeilUpdate a log message I missed in 1.80.
2008-11-23 Fabian Keil- Update copyright range.
2008-11-23 Fabian KeilIn log_error(), don't surround the thread id with ...
2008-11-23 Fabian KeilSupport log messages with and without
2008-11-22 Fabian KeilHighlight:
2008-11-22 Fabian KeilMove log message around to include the socket number.
2008-11-21 Fabian KeilIn case of CONNECT requests there's no point
2008-11-20 hal9Added -filter to wiktionary.org/.
2008-11-20 hal9Unblock wiktionary.org per tracker feedback.
2008-11-20 Fabian KeilRemove an obsolete comment.
2008-11-16 Fabian KeilTurn keep-alive support into a runtime feature
2008-11-13 Fabian KeilMake keep_alive_timeout static.
2008-11-13 Fabian KeilAdd new config option: keep-alive-timeout.
2008-11-10 Fabian KeilAccept and ignore:
2008-11-10 Fabian KeilAdd a fast-redirects exception for .groundspring.org.
2008-11-10 Fabian KeilFix a gcc44 warning and remove a now-obsolete cast.
2008-11-10 Fabian KeilFix a gcc44 warning (in filters.c).
2008-11-10 Fabian KeilFix a gcc44 warning.
2008-11-08 Fabian KeilMention actual values when complaining about
2008-11-08 Fabian KeilHighlight two recently unified log messages properly.
2008-11-08 Fabian KeilUnify two debug messages.
2008-11-08 Fabian KeilFix duplicated debugging check.
2008-11-06 Fabian KeilFix last-chunk detection hack to also apply
2008-11-06 Fabian KeilFactor receive_client_request() and
2008-11-04 Fabian KeilAccept and ignore:
2008-11-04 Fabian KeilHTTP/1.1 responses without Connection
2008-11-03 Fabian KeilMention that the "clear log" view option
2008-11-03 Fabian KeilAccept and ignore "Connect: Unsetting keep-alive flag.".
2008-11-03 LeeDocument addition of the "clear log" view option to...
2008-11-02 Fabian KeilIf we received a different amount of data than we expected,
2008-11-02 Fabian KeilRevert revision 1.195 and try again.
2008-11-02 Leecommit the part of the patches I've been using that...
2008-11-01 Fabian Keils@higlight@highlight@
2008-10-26 Fabian KeilFix gcc44 warning.
2008-10-26 Fabian KeilRemove two debug messages with LOG_LEVEL_INFO.
2008-10-25 Fabian KeilBring back Connection: header tests. Enable the right
2008-10-25 Fabian KeilCosmetics.
2008-10-25 Fabian KeilUnderstand dependencies like:
2008-10-25 Fabian KeilRemove already out-commented line left over from debugging.
2008-10-24 Fabian Keil- Tone the "keep-alive support is experimental" warning
2008-10-23 Fabian KeilFix forget_connection() and mark_connection_unused(),
2008-10-22 Fabian KeilOnce More, With Feeling: if there is no logfile
2008-10-20 Fabian KeilUpdate init_error_log() description to match reality.
2008-10-20 Fabian KeilIf SIGHUP is received while we aren't running in daemon
2008-10-18 Fabian Keil- Factor close_unusable_connections() out of
2008-10-18 Fabian KeilIgnore two tests that are only correct if
2008-10-18 Fabian KeilAccept two additional keep-alive related messages.
2008-10-18 Fabian KeilConnection keep-alive support is ready for testing,
2008-10-18 Fabian KeilImprove seed used by pick_from_range() on mingw32.
2008-10-17 Fabian KeilIn socket_is_still_usable(), use select()
2008-10-17 Fabian KeilAdd preliminary timeout support.
2008-10-16 Fabian KeilFix two gcc44 warnings.
2008-10-16 Fabian KeilFix compiler warning.
2008-10-16 Fabian Keil- Fix two gcc44 conversion warnings.
2008-10-16 Fabian Keil- Factor socket_is_still_usable() out of get_reusable_c...
2008-10-16 Fabian KeilFix a bunch of gcc44 conversion warnings.
2008-10-13 Fabian KeilIf a remembered connection is no longer usable and
2008-10-13 Fabian KeilMake sure we don't try to reuse tainted server sockets.
2008-10-12 Fabian KeilThe last commit was a bit too ambitious, apparently...
2008-10-12 Fabian KeilRemove obsolete warning about delayed delivery with...
2008-10-12 Fabian KeilFix content length calculation if we read headers
2008-10-11 Fabian KeilEven more chat() cosmetics.
2008-10-11 Fabian KeilReformat some comments in chat().
next