privoxy.git
2007-10-14 Fabian KeilRemove the old log_error() version.
2007-10-14 Fabian KeilWhen in daemon mode, close stderr after the configurati...
2007-10-12 proactivesvcsAdded .widgetbucks due to scrolly adverts
2007-10-10 Fabian KeilI forgot about Poland.
2007-10-09 Fabian KeilRemove Range and If-Range headers if content filtering...
2007-10-06 Fabian KeilLet msn hide sponsored links in #at divs.
2007-10-06 Fabian Keil- Let msn hide sponsored links in #ar divs.
2007-10-05 hal9Take nic.ad.jp to just .ad.jp per Tracker feedback.
2007-10-04 Fabian KeilMove ACTION_VANILLA_WAFER handling from jcc's chat...
2007-10-04 Fabian Keil- Fix a crash when parsing invalid requests whose first...
2007-09-30 Fabian KeilSet the maximum listen() backlog to 128. Apparently...
2007-09-30 Fabian Keil- Don't enable fast-redirect for ".*rd.yahoo.com/"...
2007-09-29 Fabian KeilRemove two redundant and one useless log messages.
2007-09-29 Fabian Keil- Remove "scanning headers for" log message again.
2007-09-29 Fabian Keil- Move get_filter_function() from jcc.c to filters.c
2007-09-28 Fabian KeilExecute content filters through execute_content_filter().
2007-09-28 Fabian Keil- Execute content filters through execute_content_filter().
2007-09-22 Fabian KeilUpdate copyright line.
2007-09-22 Fabian KeilMove our includes below system includes to prevent...
2007-09-22 Fabian Keil- Let it compile with pcc.
2007-09-22 Fabian KeilUpdate embedded show-url-info output.
2007-09-19 Fabian KeilIf privoxy_strlcpy() is called with a "buffer" size
2007-09-15 Fabian KeilIncrease listen() backlog to SOMAXCONN (or 128) to...
2007-09-09 Fabian KeilTurn privoxy_strlcpy() into a function and try to work...
2007-09-09 Fabian KeilUpdate defaults; add two fast-redirects exceptions.
2007-09-08 Fabian KeilRefactor client_referrer() and add conditional-forge...
2007-09-04 Fabian KeilInitialize req to NULL to make sure it's defined if the
2007-09-02 Fabian KeilMove match_portlist() from filter.c to urlmatch.c.
2007-09-02 Fabian Keil- Allow port lists in url patterns.
2007-09-02 Fabian KeilRemove newline at the end of a log_error() message.
2007-09-01 Fabian KeilStop disabling actions here, they are off by default.
2007-08-28 Fabian KeilA bunch of whitespace fixes, pointy hat to me.
2007-08-28 Fabian KeilFix possible memory corruption in server_http, make...
2007-08-27 Fabian KeilFix --pre-chroot-nslookup description which I failed to
2007-08-26 Fabian KeilAdd Stephen Gildea's --pre-chroot-nslookup patch [...
2007-08-26 Fabian KeilMinor rewordings and fixes.
2007-08-25 Fabian KeilDon't crash if a broken header filter wiped out the...
2007-08-20 Fabian KeilFix byte_count calculation in case of flushes
2007-08-19 Fabian Keil- If there's a connection problem after we already...
2007-08-19 Fabian KeilFix a conversion warning.
2007-08-18 Fabian KeilDitch hex_to_byte() in favour of xtoi().
2007-08-18 Fabian KeilMake xtoi() extern so it can be used in pcrs.c.
2007-08-18 Fabian KeilLet content-type-overwrite{} honour force-text-mode...
2007-08-17 hal9Add tribalfusion/ctxt which is just like intellitxt
2007-08-15 Fabian KeilAdd two fast-redirects exceptions.
2007-08-11 Fabian Keil- Complete the changes from r1.42.
2007-08-11 Fabian Keil- Add prototpyes for the header parsers and make them...
2007-08-11 Fabian KeilRemove the prototypes for functions that are only
2007-08-11 Fabian KeilAdd some more prototypes for static functions.
2007-08-05 Fabian Keil- Don't claim that thousands of people read our code.
2007-08-05 Fabian Keil- Don't claim HTTP/1.1 compliance.
2007-08-05 Fabian Keil#1763173 from Stefan Huehner: declare unload_configfile...
2007-08-05 Fabian KeilComment out request_contains_null_bytes() until it...
2007-08-05 Fabian Keil#1763173 from Stefan Huehner: declare some more functions
2007-08-05 Fabian Keil#1763173 from Stefan Huehner: s@const static@static...
2007-08-05 Fabian Keil#1763173 from Stefan Huehner: s@const static@static...
2007-08-05 Fabian Keil#1763173 from Stefan Huehner: declare some more functio...
2007-08-04 Fabian KeilUse strlcpy() instead of strcpy().
2007-08-04 Fabian Keil- Log rejected CONNECT requests with LOG_LEVEL_INFO
2007-08-02 hal9Broadening scope of bwp.* ads.
2007-07-31 proactivesvcsReplaced missing .microsoft.com/.*/adschema/
2007-07-30 Fabian KeilMove the method check into unknown_method()
2007-07-30 proactivesvcsAddition to rule covering tracker #1637648
2007-07-28 Fabian KeilModified patch from Song Weijia (#1762559) to
2007-07-27 hal9Add references for user-agent strings for hide-user...
2007-07-23 hal9Actionsfile feedback item #1757121 2007-07-19: .microso...
2007-07-21 Fabian KeilIf show-url-info is called with an URL that Privoxy
2007-07-21 Fabian KeilMention new config option "allow-cgi-request-crunching".
2007-07-21 Fabian KeilAs Hal noticed, checking dispatch_cgi() as the last...
2007-07-18 hal9Submit new version of manual so some of Fabians work...
2007-07-18 hal9Replace notarget with '' in all popups filter to keep...
2007-07-18 hal9Add misc note about valid mark-up in Privoxy.
2007-07-14 Fabian Keils@failiure@failure@
2007-07-14 Fabian KeilAdd destination rewriting and the fix for BR#1750917.
2007-07-14 Fabian Keil- Allow to rewrite the request destination behind the...
2007-07-14 Fabian KeilMove the ACTION_FORCE_TEXT_MODE check out of
2007-07-14 Fabian KeilAdd new csp->content_type flag (CT_DECLARED).
2007-07-14 Fabian KeilAdd translation function for JB_ERR_FOO codes.
2007-07-11 proactivesvcsclickdensity.com JS tracking
2007-07-11 proactivesvcsparcelforce.com delivery tracker unblocker
2007-07-10 proactivesvcsatdmt.com amendment per Actionsfile feedback #1751020
2007-07-09 hal9Fine tune the unblock for Adiumx.
2007-07-08 hal9Add img.direttrack.com per Actionsfile feedback item...
2007-07-01 Fabian KeilAdd limited hex notation support for the PCRS
2007-06-17 Fabian Keil#ifdef _WIN32 the last commit. According to David Shaw,
2007-06-15 hal9New block for bwp.zdnet. per feedback request.
2007-06-14 hal9Add block for js.adsonar.com per feedback request.
2007-06-13 hal9Linuxinsider banner ads.
2007-06-10 Fabian KeilChange replacement timegm() to better match our style...
2007-06-09 Fabian KeilAdd /usr/xpg4/bin to the PATH to make sure the POSIX
2007-06-07 Fabian KeilApply Roland's 29_usermanual.dpatch to fix a bunch
2007-06-07 Roland RosenfeldAdd changes from 3.0.6-2, 3.0.6-3 and several unrelease...
2007-06-03 Fabian KeilTemporary workaround for BR#1730105.
2007-06-02 Fabian KeilAdd various changes made in the last three months.
2007-06-02 Fabian KeilStart to document forward-override{}.
2007-06-01 Fabian KeilUse the same mutex for gethostbyname() and gethostbyadd...
2007-06-01 Fabian KeilAdd forward-override{} to change the forwarding setting...
2007-06-01 Fabian KeilAdjust cgi_show_url_info() to show what forward-override{}
2007-06-01 Fabian KeilAdd forward-override{} to change the forwarding setting...
2007-06-01 Fabian KeilChange sed() to return a jb_err in preparation for...
next