privoxy.git
21 years agoMore explanation on Privoxy patterns, more on content-cookies and SSL.
hal9 [Thu, 26 Sep 2002 01:25:36 +0000 (01:25 +0000)]
More explanation on Privoxy patterns, more on content-cookies and SSL.

21 years agoSmall additions for LAN setup, content-cookies/SSL, and FTP non-support.
hal9 [Thu, 26 Sep 2002 01:22:45 +0000 (01:22 +0000)]
Small additions for LAN setup, content-cookies/SSL, and FTP non-support.

21 years agoPorting 3.1.1 changes: more on cvs and branches, more on versions and
hal9 [Thu, 26 Sep 2002 01:21:40 +0000 (01:21 +0000)]
Porting 3.1.1 changes: more on cvs and branches, more on versions and
releases.

21 years agoUpdated some comments
oes [Wed, 25 Sep 2002 17:56:20 +0000 (17:56 +0000)]
Updated some comments

21 years agoAdd recent changes
oes [Wed, 25 Sep 2002 16:17:25 +0000 (16:17 +0000)]
Add recent changes

21 years agoMarking as non-release
oes [Wed, 25 Sep 2002 15:35:15 +0000 (15:35 +0000)]
Marking as non-release

21 years ago- Work around JS problem in NS 2.0 (no joke)
oes [Wed, 25 Sep 2002 15:34:09 +0000 (15:34 +0000)]
- Work around JS problem in NS 2.0 (no joke)
- Make JS string edit popup remove the pattern
  if edited to empty; make JS add popup do nothing
  if pattern empty.

21 years agoRemoved obsolete files
oes [Wed, 25 Sep 2002 15:31:23 +0000 (15:31 +0000)]
Removed obsolete files

21 years agoAdded more aliases for prehistoric action names
oes [Wed, 25 Sep 2002 15:25:25 +0000 (15:25 +0000)]
Added more aliases for prehistoric action names

21 years agoUncheck the "Show Privoxy Window" taskbar menu item when window gets minimized. Fixes...
oes [Wed, 25 Sep 2002 15:23:10 +0000 (15:23 +0000)]
Uncheck the "Show Privoxy Window" taskbar menu item when window gets minimized. Fixes bug #606804

21 years agoAdded missing/new filters to profiles
oes [Wed, 25 Sep 2002 15:19:25 +0000 (15:19 +0000)]
Added missing/new filters to profiles

21 years agoSynced with medium profile from new standard.action; updated comments
oes [Wed, 25 Sep 2002 15:15:06 +0000 (15:15 +0000)]
Synced with medium profile from new standard.action; updated comments

21 years agoPreserve original quoting style in <img> tags wherever possible. Fixes Bug #605956
oes [Wed, 25 Sep 2002 15:09:39 +0000 (15:09 +0000)]
Preserve original quoting style in <img> tags wherever possible. Fixes Bug #605956

21 years agoImproved cookie logging
oes [Wed, 25 Sep 2002 14:59:53 +0000 (14:59 +0000)]
Improved cookie logging

21 years agoAdded basic support for OPTIONS and TRACE HTTP methods:
oes [Wed, 25 Sep 2002 14:53:15 +0000 (14:53 +0000)]
Added basic support for OPTIONS and TRACE HTTP methods:
parse_http_url now recognizes the "*" URI as well as
the OPTIONS and TRACE method keywords.

21 years agoAdded basic support for OPTIONS and TRACE HTTP methods:
oes [Wed, 25 Sep 2002 14:52:46 +0000 (14:52 +0000)]
Added basic support for OPTIONS and TRACE HTTP methods:
 - New parser function client_max_forwards which decrements
   the Max-Forwards HTTP header field of OPTIONS and TRACE
   requests by one before forwarding
 - New parser function client_host which extracts the host
   and port information from the HTTP header field if the
   request URI was not absolute
 - Don't crumble and re-add the Host: header, but only generate
   and append if missing

21 years agoAdded basic support for OPTIONS and TRACE HTTP methods:
oes [Wed, 25 Sep 2002 14:52:24 +0000 (14:52 +0000)]
Added basic support for OPTIONS and TRACE HTTP methods:
 - New interceptor direct_response() added in chat().
 - sed() moved to earlier in the process, so that the
   Host: header is evaluated before actions and forwarding
   are decided on.

21 years agoAdded basic support for OPTIONS and TRACE HTTP methods:
oes [Wed, 25 Sep 2002 14:51:51 +0000 (14:51 +0000)]
Added basic support for OPTIONS and TRACE HTTP methods:
New function direct_response which handles OPTIONS and
TRACE requests whose Max-Forwards header field is zero.

21 years agoMade strcmpic and strncmpic safe against NULL arguments
oes [Wed, 25 Sep 2002 12:58:51 +0000 (12:58 +0000)]
Made strcmpic and strncmpic safe against NULL arguments
(which are now treated as empty strings).

21 years agoMake log_error safe against NULL string arguments
oes [Wed, 25 Sep 2002 12:47:42 +0000 (12:47 +0000)]
Make log_error safe against NULL string arguments

21 years agomake one of the sed commands to handle config CVS resistent...
Roland Rosenfeld [Fri, 6 Sep 2002 16:32:00 +0000 (16:32 +0000)]
make one of the sed commands to handle config CVS resistent...

21 years agoprivoxy (3.0.0-2) unstable; urgency=low
Roland Rosenfeld [Fri, 6 Sep 2002 15:47:46 +0000 (15:47 +0000)]
privoxy (3.0.0-2) unstable; urgency=low

  * Recompile with libc6 from testing (instead of unstable).

 -- Roland Rosenfeld <roland@debian.org>  Fri,  6 Sep 2002 17:32:35 +0200

privoxy (3.0.0-1) unstable; urgency=low

  * New upstream version (Closes: #158613).
  * Remove version number from config file, to avoid changing it on every
    new upstream version.  Sorry, this time you will still be bothered...

 -- Roland Rosenfeld <roland@debian.org>  Sun,  1 Sep 2002 18:58:07 +0200

21 years agoObsolete
oes [Thu, 5 Sep 2002 16:40:11 +0000 (16:40 +0000)]
Obsolete

21 years agoOoops, wrong branch, sorry.
hal9 [Sat, 31 Aug 2002 02:35:07 +0000 (02:35 +0000)]
Ooops, wrong branch, sorry.

21 years agoUseful perl ChangeLog generator from 'cvs log', might be good for double
hal9 [Sat, 31 Aug 2002 02:26:29 +0000 (02:26 +0000)]
Useful perl ChangeLog generator from 'cvs log', might be good for double
checking our ChangeLog, though format is quite different.

21 years agoAdd David Mediavilla as tester. Minor changes to announce.sgml for stable
hal9 [Fri, 30 Aug 2002 02:52:11 +0000 (02:52 +0000)]
Add David Mediavilla as tester. Minor changes to announce.sgml for stable
situations.

21 years agoFixed stupid typo v_3_0_0
oes [Tue, 27 Aug 2002 18:03:40 +0000 (18:03 +0000)]
Fixed stupid typo

21 years agoRequire AF 1.5 & Privoxy 3.0
oes [Tue, 27 Aug 2002 16:33:39 +0000 (16:33 +0000)]
Require AF 1.5 & Privoxy 3.0

21 years agoBump version to 1.5
oes [Tue, 27 Aug 2002 16:33:04 +0000 (16:33 +0000)]
Bump version to 1.5

21 years agoFix typo.
hal9 [Mon, 26 Aug 2002 16:27:31 +0000 (16:27 +0000)]
Fix typo.

21 years agoSmall formatting improvement.
hal9 [Mon, 26 Aug 2002 00:20:18 +0000 (00:20 +0000)]
Small formatting improvement.

21 years agoUpdated for 3.0 release.
hal9 [Sun, 25 Aug 2002 23:53:19 +0000 (23:53 +0000)]
Updated for 3.0 release.

21 years agoAlmost forgot, reset version string for 3.0.0.
hal9 [Sun, 25 Aug 2002 23:50:21 +0000 (23:50 +0000)]
Almost forgot, reset version string for 3.0.0.

21 years agoRegenerated docs for 3.0.0.
hal9 [Sun, 25 Aug 2002 23:41:33 +0000 (23:41 +0000)]
Regenerated docs for 3.0.0.

21 years agoGetting ready for 3.0 release.
hal9 [Sun, 25 Aug 2002 23:37:00 +0000 (23:37 +0000)]
Getting ready for 3.0 release.

21 years agoBump version for 3.0.0.
hal9 [Sun, 25 Aug 2002 23:36:03 +0000 (23:36 +0000)]
Bump version for 3.0.0.

21 years agoFix one grammatical error. Add brief FAQ relating to tranparent proxies (ie
hal9 [Sun, 25 Aug 2002 23:31:56 +0000 (23:31 +0000)]
Fix one grammatical error. Add brief FAQ relating to tranparent proxies (ie
port 80 setting). Add FAQ on effects of Privoxy on downloaded files
(especially filtering).

21 years agoAdded Karsten and higuita, and minor clarifications.
hal9 [Sun, 25 Aug 2002 17:20:34 +0000 (17:20 +0000)]
Added Karsten and higuita, and minor clarifications.

21 years agos/will be released/was released/, ie 3.0.
hal9 [Sun, 25 Aug 2002 17:13:13 +0000 (17:13 +0000)]
s/will be released/was released/, ie 3.0.

21 years agoAdd NEWS about stable release of Privoxy has happened!
hal9 [Sun, 25 Aug 2002 17:12:20 +0000 (17:12 +0000)]
Add NEWS about stable release of Privoxy has happened!

21 years agoAdd warning about 'make install' being borked.
hal9 [Sun, 25 Aug 2002 17:10:55 +0000 (17:10 +0000)]
Add warning about 'make install' being borked.

21 years agoAdd contrib location.
hal9 [Sat, 24 Aug 2002 21:06:15 +0000 (21:06 +0000)]
Add contrib location.

21 years agoFix typo 'failiure'.
hal9 [Sat, 24 Aug 2002 20:52:22 +0000 (20:52 +0000)]
Fix typo 'failiure'.

21 years agoAll that came to my mind
oes [Fri, 23 Aug 2002 19:49:06 +0000 (19:49 +0000)]
All that came to my mind

21 years agoEvaluated more AF feedback -- still some to catch up.
oes [Fri, 23 Aug 2002 19:42:35 +0000 (19:42 +0000)]
Evaluated more AF feedback -- still some to catch up.

21 years agoAdapt to master file format
oes [Fri, 23 Aug 2002 16:46:05 +0000 (16:46 +0000)]
Adapt to master file format

21 years agoProofed frameset-borders against "fremaborder=0 border=0"
oes [Fri, 23 Aug 2002 14:12:26 +0000 (14:12 +0000)]
Proofed frameset-borders against "fremaborder=0 border=0"

21 years agoFixed Typo
oes [Fri, 23 Aug 2002 12:25:31 +0000 (12:25 +0000)]
Fixed Typo

21 years agoAdded warning to broken install target
oes [Fri, 23 Aug 2002 12:22:40 +0000 (12:22 +0000)]
Added warning to broken install target

21 years agoAdd link for crontrib cvs.
hal9 [Fri, 23 Aug 2002 02:59:34 +0000 (02:59 +0000)]
Add link for crontrib cvs.

21 years agoFix a perl brain fart with <li> in comments.
hal9 [Fri, 23 Aug 2002 02:22:54 +0000 (02:22 +0000)]
Fix a perl brain fart with <li> in comments.

21 years agoAdd 'Documentation' to Privoxy Menu shot in Configuration section to match
hal9 [Thu, 22 Aug 2002 23:47:58 +0000 (23:47 +0000)]
Add 'Documentation' to Privoxy Menu shot in Configuration section to match
CGIs.

21 years agoAdd Documentation Link to menu.
hal9 [Thu, 22 Aug 2002 23:31:54 +0000 (23:31 +0000)]
Add Documentation Link to menu.

21 years agoAdd cvs Id back in.
hal9 [Thu, 22 Aug 2002 23:15:21 +0000 (23:15 +0000)]
Add cvs Id back in.

21 years agoAdded Filter to make Quicktime movies saveable (thanks to aaron@linville.org for...
oes [Thu, 22 Aug 2002 15:05:20 +0000 (15:05 +0000)]
Added Filter to make Quicktime movies saveable (thanks to aaron@linville.org for the idea)

21 years agoSync win32_blurb[] with our standard blurb
oes [Wed, 21 Aug 2002 17:59:27 +0000 (17:59 +0000)]
Sync win32_blurb[] with our standard blurb

21 years ago - "Show Privoxy Window" now a toggle
oes [Wed, 21 Aug 2002 17:59:06 +0000 (17:59 +0000)]
 - "Show Privoxy Window" now a toggle
 - Temp kludge to let user and default action file be edited through win32 GUI (FR 592080)

21 years ago - Reorder of Win32 menu
oes [Wed, 21 Aug 2002 17:58:40 +0000 (17:58 +0000)]
 - Reorder of Win32 menu
 - "Show Privoxy Window" now a toggle
 - Temp kludge to let user and default action file be edited through win32 GUI (FR 592080)

21 years agoTemp kludge to let user and default action file be edited through win32 GUI (FR 592080)
oes [Wed, 21 Aug 2002 17:58:05 +0000 (17:58 +0000)]
Temp kludge to let user and default action file be edited through win32 GUI (FR 592080)

21 years agoLet image pattern ignore cache busters (thanks, anonymous)
oes [Wed, 21 Aug 2002 17:45:44 +0000 (17:45 +0000)]
Let image pattern ignore cache busters (thanks, anonymous)

21 years agoAdded small blurb for pending stable release.
hal9 [Sun, 18 Aug 2002 22:45:57 +0000 (22:45 +0000)]
Added small blurb for pending stable release.

21 years agoSpell checked (only one typo this time!).
hal9 [Sun, 18 Aug 2002 01:13:05 +0000 (01:13 +0000)]
Spell checked (only one typo this time!).

21 years agoAdd note on updating webserver for User-manual/CGI editor, which is version
hal9 [Sat, 17 Aug 2002 00:16:10 +0000 (00:16 +0000)]
Add note on updating webserver for User-manual/CGI editor, which is version
dependent (and different from main UM link).

21 years agoMore (minor) cleanup of html before pdf processing to make some relative
hal9 [Fri, 16 Aug 2002 03:19:34 +0000 (03:19 +0000)]
More (minor) cleanup of html before pdf processing to make some relative
links work as pdf -> pdf. Upload pdf as zip archive now.

21 years agoPut all pdf docs in a zip archive now.
hal9 [Fri, 16 Aug 2002 03:05:42 +0000 (03:05 +0000)]
Put all pdf docs in a zip archive now.

21 years agoAdd small notes on post-release steps, and uploading docs to webserver.
hal9 [Wed, 14 Aug 2002 17:29:25 +0000 (17:29 +0000)]
Add small notes on post-release steps, and uploading docs to webserver.

21 years agoAdded pdf docs to make webserver target.
hal9 [Wed, 14 Aug 2002 16:43:27 +0000 (16:43 +0000)]
Added pdf docs to make webserver target.

21 years agoAdd links to pdf docs.
hal9 [Wed, 14 Aug 2002 16:40:00 +0000 (16:40 +0000)]
Add links to pdf docs.

21 years agoFix wrong tag on FAQ addition.
hal9 [Wed, 14 Aug 2002 16:39:37 +0000 (16:39 +0000)]
Fix wrong tag on FAQ addition.

21 years agoAdd a crunch FAQ.
hal9 [Wed, 14 Aug 2002 00:01:18 +0000 (00:01 +0000)]
Add a crunch FAQ.

21 years agoAdd dealnews.com as broken PHP site; fixes Bug no. 593874
oes [Tue, 13 Aug 2002 07:57:39 +0000 (07:57 +0000)]
Add dealnews.com as broken PHP site; fixes Bug no. 593874

21 years agoAdd support for &nbsp; entity.
hal9 [Tue, 13 Aug 2002 03:46:00 +0000 (03:46 +0000)]
Add support for &nbsp; entity.

21 years agoAdd faq to troubleshooting re: blank page syndrome, ie {-prevent-compression}.
hal9 [Tue, 13 Aug 2002 00:10:38 +0000 (00:10 +0000)]
Add faq to troubleshooting re: blank page syndrome, ie {-prevent-compression}.

21 years agoNew targets for man page (make man) and pdf (make dok-pdf) targets.
hal9 [Sun, 11 Aug 2002 20:02:41 +0000 (20:02 +0000)]
New targets for man page (make man) and pdf (make dok-pdf) targets.

21 years agoAdding recent version of docbook2man for man page generation.
hal9 [Sun, 11 Aug 2002 20:01:30 +0000 (20:01 +0000)]
Adding recent version of docbook2man for man page generation.

21 years agoAdding the ldp_print script and lib for building pdf docs.
hal9 [Sun, 11 Aug 2002 20:00:50 +0000 (20:00 +0000)]
Adding the ldp_print script and lib for building pdf docs.

21 years agoFixed a comment
oes [Sun, 11 Aug 2002 13:50:16 +0000 (13:50 +0000)]
Fixed a comment

21 years ago * New upstream version.
Roland Rosenfeld [Sun, 11 Aug 2002 09:25:38 +0000 (09:25 +0000)]
  * New upstream version.
  * Disable docbook, we use the precompiled docs (Closes: #155989).
  * Use start-stop-daemon for starting privoxy to avoid problems on start,
    when privoxy is already running (Closes: #154882).
  * Undo broken -Ipcre inclusion in GNUmakefile.in, which causes trouble
    with using wrong pcreposix.h.

21 years agoBumped version info v_2_9_20
oes [Sat, 10 Aug 2002 16:02:09 +0000 (16:02 +0000)]
Bumped version info

21 years agoGenerated
oes [Sat, 10 Aug 2002 15:31:16 +0000 (15:31 +0000)]
Generated

21 years agoBumped version
oes [Sat, 10 Aug 2002 15:29:26 +0000 (15:29 +0000)]
Bumped version

21 years agoAdded disclaimer about probably being out-of-date and two small hints
oes [Sat, 10 Aug 2002 11:40:25 +0000 (11:40 +0000)]
Added disclaimer about probably being out-of-date and two small hints

21 years agoAdd disclaimer about probably being out-of-date
oes [Sat, 10 Aug 2002 11:34:22 +0000 (11:34 +0000)]
Add disclaimer about probably being out-of-date

21 years agoAttribute values in replacement tags of banners-by-size filter now undelimited. ...
oes [Sat, 10 Aug 2002 11:32:29 +0000 (11:32 +0000)]
Attribute values in replacement tags of banners-by-size filter now undelimited. (Fixes bug #592493)

21 years agoBumped version
oes [Sat, 10 Aug 2002 11:28:50 +0000 (11:28 +0000)]
Bumped version

21 years ago- Include config.h for access to config data
oes [Sat, 10 Aug 2002 11:25:18 +0000 (11:25 +0000)]
- Include config.h for access to config data
- Include <pcre*.h> depending on where they are

21 years agoInclude prce.h via project.h, where the appropriate
oes [Sat, 10 Aug 2002 11:23:40 +0000 (11:23 +0000)]
Include prce.h via project.h, where the appropriate
source will have been selected

21 years ago- Add two AC_DEFINEs that indicate if the pcre*.h headers
oes [Sat, 10 Aug 2002 11:22:31 +0000 (11:22 +0000)]
- Add two AC_DEFINEs that indicate if the pcre*.h headers
  are located in a pcre/ subdir to the include path.

21 years ago- Set Version to 2.9.20 (beta)
oes [Sat, 10 Aug 2002 11:21:57 +0000 (11:21 +0000)]
- Set Version to 2.9.20 (beta)
- Add two AC_DEFINEs that indicate if the pcre*.h headers
  are located in a pcre/ subdir to the include path.

21 years ago- Make -Ipcre (again) conditional on STATIC_PCRE
oes [Sat, 10 Aug 2002 11:19:37 +0000 (11:19 +0000)]
- Make -Ipcre (again) conditional on STATIC_PCRE
- $(RPMBUILD) -> $(RPM) for SuSE
- Add dependency: pcrs.o deps on config.h

21 years agoUpdate to Mac OSX startup script name
David Schmidt [Fri, 9 Aug 2002 19:20:54 +0000 (19:20 +0000)]
Update to Mac OSX startup script name

21 years agoAdded some notes on pre-release steps (test builds first, update ChangeLog).
hal9 [Fri, 9 Aug 2002 01:15:12 +0000 (01:15 +0000)]
Added some notes on pre-release steps (test builds first, update ChangeLog).

21 years agoSync description with doc/source/privoxy.sgml v_2_9_18
oes [Thu, 8 Aug 2002 12:09:08 +0000 (12:09 +0000)]
Sync description with doc/source/privoxy.sgml

21 years agoGenerated with Acrobat
oes [Wed, 7 Aug 2002 17:39:22 +0000 (17:39 +0000)]
Generated with Acrobat

21 years agoConverted some internal links from ulink to link for PDF creation; no content changed
oes [Wed, 7 Aug 2002 17:32:11 +0000 (17:32 +0000)]
Converted some internal links from ulink to link for PDF creation; no content changed

21 years agoRemove pdf2 target, and make it dok-shtml (single page html for pdf
hal9 [Wed, 7 Aug 2002 15:13:54 +0000 (15:13 +0000)]
Remove pdf2 target, and make it dok-shtml (single page html for pdf
conversion).

21 years agoRegenerate (has problems).
hal9 [Wed, 7 Aug 2002 04:58:39 +0000 (04:58 +0000)]
Regenerate (has problems).

21 years agoRegenerated to fix some minor markup errors.
hal9 [Wed, 7 Aug 2002 02:54:18 +0000 (02:54 +0000)]
Regenerated to fix some minor markup errors.

21 years agoFix some minor markup errors, and move one OSX Q/A to troubleshooting section.
hal9 [Wed, 7 Aug 2002 02:53:43 +0000 (02:53 +0000)]
Fix some minor markup errors, and move one OSX Q/A to troubleshooting section.

21 years agoRegenerate for new release.
hal9 [Wed, 7 Aug 2002 01:43:00 +0000 (01:43 +0000)]
Regenerate for new release.