hal9 [Thu, 26 Jun 2003 13:38:08 +0000 (13:38 +0000)]
Add FAQ on whether configuring Privoxy is necessary or not.
hal9 [Thu, 26 Jun 2003 03:00:03 +0000 (03:00 +0000)]
Sorry, found another copyright date.
hal9 [Thu, 26 Jun 2003 02:57:05 +0000 (02:57 +0000)]
Fix typo (finally!) and very minor modifications.
hal9 [Thu, 26 Jun 2003 02:52:04 +0000 (02:52 +0000)]
Test, no changes.
hal9 [Thu, 26 Jun 2003 02:48:09 +0000 (02:48 +0000)]
Just a test ...
hal9 [Wed, 25 Jun 2003 01:27:51 +0000 (01:27 +0000)]
Fix copyright, and a few nits.
hal9 [Wed, 25 Jun 2003 01:13:52 +0000 (01:13 +0000)]
Add:
- FAQ on "Unable to get my own hostname"
- Another one on filtering effects on text files.
hal9 [Sun, 15 Jun 2003 21:32:58 +0000 (21:32 +0000)]
Add to the 4.17 (filtering effects on downloaded files).
oes [Fri, 6 Jun 2003 07:54:25 +0000 (07:54 +0000)]
Security fix: dspatch_known_cgi no longer considers an empty
referrer safe for critical CGIs, since malicious links could
reside on https:// locations which browsers don't advertize as
referrers. Closes bug #749916, thanks to Jeff Epler for the
hint. Goodbye One-Click[tm] toggling :-(
oes [Sat, 17 May 2003 15:57:24 +0000 (15:57 +0000)]
- parse_http_url now checks memory allocation failure for
duplication of "*" URL and rejects "*something" URLs
Closes bug #736344
- Added a comment to what might look like a bug in
create_url_spec (see !bug #736931)
- Comment cosmetics
oes [Wed, 14 May 2003 12:32:02 +0000 (12:32 +0000)]
Close jarfile on graceful exit, remove stray line
Roland Rosenfeld [Thu, 8 May 2003 18:17:33 +0000 (18:17 +0000)]
Use apt-get instead of dpkg to install Debian package, which is more
solid, uses the correct and most recent Debian version automatically.
oes [Thu, 8 May 2003 15:19:15 +0000 (15:19 +0000)]
sweep: Made loop structure of sweep step mirror that of mark step
oes [Thu, 8 May 2003 15:17:25 +0000 (15:17 +0000)]
Closed two memory leaks; hopefully the last remaining ones
(in the main execution paths, anyway).
oes [Thu, 8 May 2003 15:13:46 +0000 (15:13 +0000)]
Cosmetics: Killed a warning, a typo and an allocation left at exit
oes [Thu, 8 May 2003 15:11:31 +0000 (15:11 +0000)]
Nit
oes [Thu, 8 May 2003 12:13:20 +0000 (12:13 +0000)]
Exclude more cvs->web gateways from filtering
oes [Thu, 8 May 2003 09:44:56 +0000 (09:44 +0000)]
Allow extra parameters in blink,marquee tags. Fixes bug #734012
oes [Wed, 7 May 2003 12:39:48 +0000 (12:39 +0000)]
Fix typo: Default port for https URLs is 443, not 143.
Thanks to Scott Tregear for spotting this one.
oes [Tue, 6 May 2003 15:57:12 +0000 (15:57 +0000)]
Bugfix: Update last_active pointer in sweep() before
leaving an active client. Closes bugs #724395, #727882
oes [Tue, 6 May 2003 12:07:26 +0000 (12:07 +0000)]
Fixed bug #729900: Suspicious HOST: headers are now killed and regenerated if necessary
oes [Tue, 29 Apr 2003 13:33:51 +0000 (13:33 +0000)]
Killed a compiler warning on OSX
oes [Tue, 29 Apr 2003 11:32:54 +0000 (11:32 +0000)]
Don't rely on h_addr being non-NULL after gethostbyname.
Works around an oddness in Max OSX and closes bug #724796
hal9 [Sun, 20 Apr 2003 17:36:38 +0000 (17:36 +0000)]
Stripped trailing spaces and committing in case this is not regenerated fully
for next release. Bug #724596.
hal9 [Sun, 20 Apr 2003 17:28:52 +0000 (17:28 +0000)]
Strip trailing spaces from config-file generation, bug #724596.
oes [Mon, 14 Apr 2003 21:28:30 +0000 (21:28 +0000)]
Completing the previous change
oes [Mon, 14 Apr 2003 12:08:16 +0000 (12:08 +0000)]
Added temporary workaround for bug in PHP < 4.2.3
oes [Mon, 14 Apr 2003 11:27:02 +0000 (11:27 +0000)]
Expunged now-fixed php bug sites
oes [Sat, 12 Apr 2003 16:12:00 +0000 (16:12 +0000)]
Made sure that images don't get filtered even if mis-declared by their servers
oes [Fri, 11 Apr 2003 12:06:14 +0000 (12:06 +0000)]
Addressed bug #719435
- Extraneous filterfile directives now logged as errors
- This and unrecnonised directives now really obvious on status page
hal9 [Fri, 11 Apr 2003 03:13:57 +0000 (03:13 +0000)]
Add small note about only one filterfile (as opposed to multiple actions
files).
oes [Fri, 4 Apr 2003 12:48:51 +0000 (12:48 +0000)]
Fixed bug #711865:
- Made tray menu correctly reflect initial window visibility state
- Hopefully fixed problem where log window contents wasn't visible
until vertical scroll bar was clicked. Thanks to Guy for the fix!
oes [Fri, 4 Apr 2003 12:40:20 +0000 (12:40 +0000)]
Made sure the errno set by bind, not close[socket] is used in
bind_port. Probably fixes bugs #713777, #705562.
oes [Thu, 3 Apr 2003 15:08:42 +0000 (15:08 +0000)]
No longer rely on non-POSIX.1 extensions of getcwd().
Fixes bug #711001
oes [Thu, 3 Apr 2003 13:50:58 +0000 (13:50 +0000)]
- Don't call cgi_error_disabled ifndef FEATURE_CGI_EDIT_ACTIONS
(fixes bug #710056)
- Show toggle info only if we have it
oes [Thu, 3 Apr 2003 13:48:28 +0000 (13:48 +0000)]
Don't show "Edit" buttons #ifndef FEATURE_CGI_EDIT_ACTIONS
oes [Thu, 3 Apr 2003 13:47:19 +0000 (13:47 +0000)]
Show toggle info only if we have it
hal9 [Thu, 3 Apr 2003 02:10:07 +0000 (02:10 +0000)]
Fix minor typo (Max -> Mac OSX).
oes [Wed, 2 Apr 2003 15:11:40 +0000 (15:11 +0000)]
Added workaround for bogus server at myrealbox.com
oes [Tue, 1 Apr 2003 10:27:43 +0000 (10:27 +0000)]
Don't interfere with Mac OSX software updates
oes [Tue, 1 Apr 2003 09:50:41 +0000 (09:50 +0000)]
Removed demoronizer from medium profile and made exception for .ru
oes [Tue, 1 Apr 2003 09:49:50 +0000 (09:49 +0000)]
Removed demoronizer from medium profile
oes [Mon, 31 Mar 2003 13:12:32 +0000 (13:12 +0000)]
Replaced setenv() by posix-compliant putenv()
Thanks to Neil McCalden (nmcc AT users.sf.net).
oes [Sun, 30 Mar 2003 13:57:08 +0000 (13:57 +0000)]
Making unsolicited-popups safe for use on <html> tags enclosed in JS strings
hal9 [Sat, 29 Mar 2003 23:26:45 +0000 (23:26 +0000)]
Belatedly update 3.0.2 PDF docs.
oes [Sat, 29 Mar 2003 16:42:56 +0000 (16:42 +0000)]
Exclude .jp .cn .tw from demoronizer, etc
Roland Rosenfeld [Sat, 29 Mar 2003 16:38:06 +0000 (16:38 +0000)]
Update Debian changelog entries for 3.0.0-6 and 3.0.2-1
Roland Rosenfeld [Sat, 29 Mar 2003 16:37:31 +0000 (16:37 +0000)]
Update Standards-Version: 3.5.9
Add ${misc:Depends} to dependencies.
Roland Rosenfeld [Sat, 29 Mar 2003 16:36:48 +0000 (16:36 +0000)]
Update URL and maintainers (3.0.2-1)
Roland Rosenfeld [Sat, 29 Mar 2003 16:36:15 +0000 (16:36 +0000)]
Correct copyright (3.0.2-1)
hal9 [Fri, 28 Mar 2003 03:33:09 +0000 (03:33 +0000)]
Include link for announce.txt, and change handling of ©.
hal9 [Fri, 28 Mar 2003 03:32:01 +0000 (03:32 +0000)]
Minor changes for Privoxy home page:
- Handle © more sanely
- include link to announce.txt
Also, disable 'make announce' target.
oes [Thu, 27 Mar 2003 16:03:19 +0000 (16:03 +0000)]
Another shot at Bug #707467
oes [Thu, 27 Mar 2003 11:41:21 +0000 (11:41 +0000)]
Deleted obsolete file
oes [Thu, 27 Mar 2003 11:36:53 +0000 (11:36 +0000)]
No longer used
oes [Thu, 27 Mar 2003 11:35:54 +0000 (11:35 +0000)]
Sanitized HTML & deleted unused dummies
oes [Thu, 27 Mar 2003 11:34:41 +0000 (11:34 +0000)]
Deleting unused templates
oes [Wed, 26 Mar 2003 16:05:14 +0000 (16:05 +0000)]
Marked as 0.0.0 UNRELEASED
hal9 [Wed, 26 Mar 2003 03:02:03 +0000 (03:02 +0000)]
Bump version to 3.0.2.
hal9 [Wed, 26 Mar 2003 02:58:06 +0000 (02:58 +0000)]
Regenerate for 3.0.2 release.
hal9 [Wed, 26 Mar 2003 02:15:35 +0000 (02:15 +0000)]
Regenerate for 3.0.2 release.
hal9 [Wed, 26 Mar 2003 02:06:21 +0000 (02:06 +0000)]
Missed new option --chroot in one place.
oes [Wed, 26 Mar 2003 02:03:45 +0000 (02:03 +0000)]
Updated hard-coded copyright dates
oes [Wed, 26 Mar 2003 00:45:20 +0000 (00:45 +0000)]
Changed new release version to 3.0.2
oes [Wed, 26 Mar 2003 00:25:00 +0000 (00:25 +0000)]
Bump version for 3.0.2
hal9 [Tue, 25 Mar 2003 17:30:28 +0000 (17:30 +0000)]
Updated for 3.0.1 release.
hal9 [Tue, 25 Mar 2003 17:29:45 +0000 (17:29 +0000)]
Regenerate with NEWS section for pending release of 3.0.1.
hal9 [Tue, 25 Mar 2003 13:27:12 +0000 (13:27 +0000)]
Manually apply Docbook/FreeBSD patch #708081 from a.go at tiscali.nl.
hal9 [Tue, 25 Mar 2003 00:46:30 +0000 (00:46 +0000)]
Regenerate and fix Andrew Lock to Adam Lock per Guy.
hal9 [Tue, 25 Mar 2003 00:45:18 +0000 (00:45 +0000)]
Fix 'Andrew Lock' to Adam Lock.
hal9 [Mon, 24 Mar 2003 12:58:56 +0000 (12:58 +0000)]
Add new section on Predefined Filters.
oes [Fri, 21 Mar 2003 14:39:12 +0000 (14:39 +0000)]
Presumably fixed Bug #707467 by defining unix ifdef __unix__
oes [Thu, 20 Mar 2003 14:58:41 +0000 (14:58 +0000)]
nit
oes [Thu, 20 Mar 2003 14:56:10 +0000 (14:56 +0000)]
Time flies :)
oes [Thu, 20 Mar 2003 13:48:24 +0000 (13:48 +0000)]
Extending 'Current' to the 3.0 branch
hal9 [Thu, 20 Mar 2003 03:27:11 +0000 (03:27 +0000)]
Bump version for 3.0.1 pending release.
hal9 [Thu, 20 Mar 2003 02:45:29 +0000 (02:45 +0000)]
More problems with \-\-chroot causing markup problems :(
hal9 [Thu, 20 Mar 2003 01:04:36 +0000 (01:04 +0000)]
Bring up to date.
hal9 [Thu, 20 Mar 2003 01:04:11 +0000 (01:04 +0000)]
Regenerate "AUTHORS" list.
Gabor Liptak [Wed, 19 Mar 2003 21:27:42 +0000 (21:27 +0000)]
Corrected compilation error/typo
hal9 [Wed, 19 Mar 2003 17:17:57 +0000 (17:17 +0000)]
Missed these two on previous commit.
oes [Wed, 19 Mar 2003 15:44:46 +0000 (15:44 +0000)]
Removed the obsolete warning about the broken install target
oes [Wed, 19 Mar 2003 14:00:20 +0000 (14:00 +0000)]
Require AF 1.6
oes [Wed, 19 Mar 2003 13:47:52 +0000 (13:47 +0000)]
Added new site-specifics filter to all profiles for completeness' sake
oes [Wed, 19 Mar 2003 13:19:06 +0000 (13:19 +0000)]
- Added filter "site-specifics" to address site specific problems
- Bumped AF version to 1.6 for the 3.0.1 release
oes [Wed, 19 Mar 2003 13:17:50 +0000 (13:17 +0000)]
- Added filter "site-specifics" to address site specific problems
- Fixed a small problem in the img-reorder filter
hal9 [Wed, 19 Mar 2003 02:06:13 +0000 (02:06 +0000)]
Regenerate docs for upcoming 3.0.1 release.
hal9 [Wed, 19 Mar 2003 00:40:18 +0000 (00:40 +0000)]
Regenerated docs for 3.0.1 release.
hal9 [Wed, 19 Mar 2003 00:39:05 +0000 (00:39 +0000)]
Cosmetic and very minor fix of markup.
hal9 [Wed, 19 Mar 2003 00:35:24 +0000 (00:35 +0000)]
Manual edit of revision log because '--chroot' (even inside a comment) was
causing Docbook to hang here (due to double hyphen and the processor thinking
it was a comment).
oes [Tue, 18 Mar 2003 19:38:57 +0000 (19:38 +0000)]
Set version info for 3.0.1 release
oes [Tue, 18 Mar 2003 19:37:21 +0000 (19:37 +0000)]
s/Advanced|Radical/Adventuresome/g to avoid complaints re fun filter
oes [Tue, 18 Mar 2003 19:28:59 +0000 (19:28 +0000)]
Fixed a minor problem in the img-reorder filter
hal9 [Tue, 18 Mar 2003 01:55:29 +0000 (01:55 +0000)]
Rebuild for 3.0.1 release (and manually reset version).
oes [Mon, 17 Mar 2003 16:51:51 +0000 (16:51 +0000)]
Catching up: chroot
oes [Mon, 17 Mar 2003 16:50:58 +0000 (16:50 +0000)]
Added documentation for new --chroot option
oes [Mon, 17 Mar 2003 16:48:59 +0000 (16:48 +0000)]
Added chroot ability, thanks to patch by Sviatoslav Sviridov
oes [Mon, 17 Mar 2003 16:47:42 +0000 (16:47 +0000)]
Added Sviatoslav Sviridov
oes [Mon, 17 Mar 2003 14:04:16 +0000 (14:04 +0000)]
No longer use obsolete rc.config
oes [Sun, 16 Mar 2003 15:32:44 +0000 (15:32 +0000)]
Added small script that saves typing after filter changes