privoxy.git
2006-09-06 Fabian KeilIncorporate modified version of Roland Rosenfeld's...
2006-09-06 Fabian KeilAlways have parse_header_time return a pointer
2006-09-06 Fabian KeilRespond with 400 and a short text message
2006-09-06 Fabian KeilAdded sections for enable-remote-http-toggle
2006-09-06 Fabian KeilAdded config option enable-remote-http-toggle
2006-09-06 Fabian KeilMake number of retries in case of forwarded-connect...
2006-09-06 hal9Remove MS Windows references and a few minor adjustments.
2006-09-06 hal9Comment out user filter.
2006-09-06 David SchmidtNeed to keep user.filter commented out... we aren't...
2006-09-05 Fabian KeilSorted alphabetically, fixed spelling mistakes
2006-09-05 David SchmidtAdd Windows service invocation stuff (duplicated) in...
2006-09-05 hal9Small effort at removing some deadweight. Checked all...
2006-09-04 Fabian KeilAdjusted anonymity related sections to match reality.
2006-09-04 hal9Adpating Fabian's config changes to p-config.sgml and...
2006-09-04 hal9Turn off demoronizer in Adventuresome mode.
2006-09-04 Fabian KeilChanged Adventuresome settings to offer a higher default
2006-09-04 hal9Added Fabian's suggested changes. Noted actionsfile...
2006-09-04 hal9- More changes to move all actionsfile problem reportin...
2006-09-04 Fabian KeilAfter filtering de-chunked instances, remove
2006-09-03 Fabian KeilSet random(3) seed.
2006-09-03 Fabian KeilUse gmtime_r if available, fallback to gmtime with...
2006-09-03 hal9Updates for upcoming 3.0.4.
2006-09-03 hal9Various updates, including 7 or 8 new FAQs, and updates...
2006-09-02 hal9Include user.filter, and do not overwrite trust file...
2006-09-02 hal9Add a generic -filter for wiki* hosts.
2006-09-02 hal9Add to code status to make install output.
2006-09-02 Fabian KeilFollow the OpenBSD port's lead and protect the resolve
2006-09-02 hal9Minor update.
2006-09-02 hal9Clearing out a few of the Actionsfile tracker items.
2006-09-02 hal9Various small updates for new actions, filterfiles...
2006-09-02 Fabian KeilInclude pthread.h for OpenBSD to make Privoxy build...
2006-09-01 hal9Re-ordered the actions list so that they display in...
2006-09-01 hal9Include new actions on all settting. The new ones are...
2006-09-01 hal9Fix typo in actions list.
2006-09-01 hal9Sync actions list with default.action.master, +minor_ch...
2006-09-01 hal9Include the new actions in both the comment section...
2006-09-01 hal9Small change to hopefully better reflect some of the...
2006-08-31 Fabian KeilWork around a buffer overflow that caused Privoxy to
2006-08-31 Fabian KeilBlock requests for untrusted URLs with status
2006-08-31 Fabian KeilDon't use @referrer@ as link target. If the referrer...
2006-08-31 Fabian KeilDon't free p which is still in use and will be later
2006-08-30 hal9Syncing with recent sgml updates.
2006-08-30 hal9More work on the new actions, especially filter-*-heade...
2006-08-30 hal9Sorry, fixing a stupid typo that won't die.
2006-08-30 hal9Clean-ups and fine-tuning.
2006-08-30 hal9Preserve alphabetization of each section
2006-08-29 hal9Remove reference to nightly cvs tarball, no longer...
2006-08-29 hal9Add a "Whats New in this release" Section. Further...
2006-08-29 hal9Add user.filter to $CONFIGS.
2006-08-29 David SchmidtAccidentially turned prevent-compression off.
2006-08-29 David SchmidtJust polishing the chrome a little...
2006-08-29 hal9Change Actions file feedback reporting method to SF...
2006-08-29 David SchmidtJust polishing the chrome a little...
2006-08-28 hal9First stab at more verbose ChangeLog to show-off the...
2006-08-28 hal9Remove reference to defunct nightly cvs tarballs.
2006-08-27 hal9Change Actions File report URL to SF Tracker.
2006-08-27 hal9More minor updates per Fabian's suggestions. Now have...
2006-08-27 hal9Additions to Bug Reporting. Change Actions problem...
2006-08-27 Fabian KeilDisabled jarfile by default.
2006-08-26 hal9Minor updates for new release.
2006-08-26 hal9Updating authors for new release.
2006-08-26 hal9Minor changes preparing for new release.
2006-08-26 hal9Change date and email address.
2006-08-25 hal9Proposed update for 3.0.4 release.
2006-08-24 Fabian Keil--user fix. Only use the user as group if no group...
2006-08-22 hal9HTML developer manual.
2006-08-22 hal9Fix email address, cvs URI, address branching changes...
2006-08-22 hal9Silence warnings and errors. This should build now...
2006-08-22 Fabian KeilChanged client_referrer to use the right type (size_t...
2006-08-22 hal9Reverting to original content.
2006-08-21 David SchmidtFormatting cleanup
2006-08-21 David SchmidtMS Visual C++ build updates
2006-08-21 David SchmidtWindows service integration
2006-08-21 hal9Update.
2006-08-21 hal9Repairing contents to what it should have been, and...
2006-08-19 David SchmidtGoogle Images need img-reorder turned off.
2006-08-18 David SchmidtTweak for OS/2 build happiness.
2006-08-18 David SchmidtWindows service (re-)integration
2006-08-18 David SchmidtUpdate the ChangeLog a little bit...
2006-08-18 David SchmidtMaking icon go back to blue when idle.
2006-08-17 Fabian Keil- Back to timegm() using GnuPG's replacement if necessary.
2006-08-17 Fabian KeilAdded check for timegm().
2006-08-15 David SchmidtWindows service integration
2006-08-14 David SchmidtOS/2 compilation compatibility fixups
2006-08-14 Fabian KeilChanged include from strptime.c to strptime.h
2006-08-14 Fabian KeilBorrowed from GNU C Library.
2006-08-14 Fabian KeilDocumented new actions that were part of
2006-08-14 Fabian KeilSplit filter-headers{} into filter-client-headers{}
2006-08-14 Fabian KeilSplit filter-headers{} into filter-client-headers{}
2006-08-14 David SchmidtFeature request 595948: Re-Filter logging in single...
2006-08-13 Fabian KeilAdded checks for strptime() and random()
2006-08-12 David SchmidtOops, unit testing change made it back to CVS...
2006-08-12 David SchmidtWindows service integration
2006-08-03 David SchmidtIncorporate Fabian Keil's patch work:\rfabiankeil.de...
2006-08-02 David SchmidtTracker 1204760- Site adobe.com is blocked
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2004-10-05 David SchmidtTypo: inspect_jpegs, not inspect-jpegs in form v_3_1_archive_branchpoint
2004-10-05 David SchmidtAdd the ability to check jpeg images for invalid
2004-05-25 David SchmidtRemoving the "arbitrary" limit of 1000 elements in...
2003-11-27 oesFixed bug #827619 (tar and rpm call syntax).
next