privoxy.git
22 years agomore info on not hiding ip address
swa [Sun, 10 Mar 2002 23:34:04 +0000 (23:34 +0000)]
more info on not hiding ip address

22 years agoAdded expression to kill referer tracking in JavaScripts
oes [Sun, 10 Mar 2002 19:49:24 +0000 (19:49 +0000)]
Added expression to kill referer tracking in JavaScripts

22 years agoAdded section on JB internal pages in Appendix.
hal9 [Sun, 10 Mar 2002 00:51:08 +0000 (00:51 +0000)]
Added section on JB internal pages in Appendix.

22 years ago- Making various functions return int rather than size_t.
jongfoster [Sat, 9 Mar 2002 20:03:52 +0000 (20:03 +0000)]
- Making various functions return int rather than size_t.
  (Undoing a recent change).  Since size_t is unsigned on
  Windows, functions like read_socket that return -1 on
  error cannot return a size_t.

  THIS WAS A MAJOR BUG - it caused frequent, unpredictable
  crashes, and also frequently caused JB to jump to 100%
  CPU and stay there.  (Because it thought it had just
  read ((unsigned)-1) == 4Gb of data...)

- The signature of write_socket has changed, it now simply
  returns success=0/failure=nonzero.

- Trying to get rid of a few warnings --with-debug on
  Windows, I've introduced a new type "jb_socket".  This is
  used for the socket file descriptors.  On Windows, this
  is SOCKET (a typedef for unsigned).  Everywhere else, it's
  an int.  The error value can't be -1 any more, so it's
  now JB_INVALID_SOCKET (which is -1 on UNIX, and in
  Windows it maps to the #define INVALID_SOCKET.)

- The signature of bind_port has changed.

22 years agoFixing more warnings
jongfoster [Sat, 9 Mar 2002 19:42:47 +0000 (19:42 +0000)]
Fixing more warnings

22 years agomore distros
swa [Sat, 9 Mar 2002 17:43:53 +0000 (17:43 +0000)]
more distros

22 years agoSync with sgml.
hal9 [Sat, 9 Mar 2002 17:09:20 +0000 (17:09 +0000)]
Sync with sgml.

22 years agoNew section on Jon's actions file editor, and move some stuff around.
hal9 [Sat, 9 Mar 2002 17:08:48 +0000 (17:08 +0000)]
New section on Jon's actions file editor, and move some stuff around.

22 years agoadded default config section
swa [Sat, 9 Mar 2002 15:55:48 +0000 (15:55 +0000)]
added default config section

22 years agowrong user.group
swa [Sat, 9 Mar 2002 15:05:58 +0000 (15:05 +0000)]
wrong user.group

22 years agowrong user.group
swa [Sat, 9 Mar 2002 14:56:34 +0000 (14:56 +0000)]
wrong user.group

22 years agocorrect feedback channels
swa [Sat, 9 Mar 2002 14:52:43 +0000 (14:52 +0000)]
correct feedback channels

22 years agoFixing the (harmless) AC_CHECK_FILE warnings
oes [Sat, 9 Mar 2002 14:33:30 +0000 (14:33 +0000)]
Fixing the (harmless) AC_CHECK_FILE warnings

22 years agoFix major league typo on version.
hal9 [Sat, 9 Mar 2002 01:23:07 +0000 (01:23 +0000)]
Fix major league typo on version.

22 years ago--enable-no-gifs
hal9 [Sat, 9 Mar 2002 00:56:43 +0000 (00:56 +0000)]
--enable-no-gifs

22 years agoCleaned from 325 ^Ms which gave one warning each ;-)
oes [Fri, 8 Mar 2002 22:07:58 +0000 (22:07 +0000)]
Cleaned from 325 ^Ms which gave one warning each ;-)

22 years agosetgid to nogroup
oes [Fri, 8 Mar 2002 21:39:59 +0000 (21:39 +0000)]
setgid to nogroup

22 years agoUpdated --user explanation; set synopsis back to standard format
oes [Fri, 8 Mar 2002 21:36:42 +0000 (21:36 +0000)]
Updated --user explanation; set synopsis back to standard format

22 years agoAdded optional group supplement to --user option. Will now use default group of user...
oes [Fri, 8 Mar 2002 21:35:04 +0000 (21:35 +0000)]
Added optional group supplement to --user option. Will now use default group of user if no group given

22 years agosome leftovers.
swa [Fri, 8 Mar 2002 20:00:28 +0000 (20:00 +0000)]
some leftovers.

22 years agoremove user junkbuster after de-installation.
swa [Fri, 8 Mar 2002 19:30:23 +0000 (19:30 +0000)]
remove user junkbuster after de-installation.
synced suse with rh-specfile. installation
and de-installation seem to work.

22 years agoremove user junkbuster after de-installation.
swa [Fri, 8 Mar 2002 18:57:29 +0000 (18:57 +0000)]
remove user junkbuster after de-installation.

22 years agobuild requires tools. useradd and del works
swa [Fri, 8 Mar 2002 18:40:44 +0000 (18:40 +0000)]
build requires tools. useradd and del works
now.

22 years agoAdding +image-blocker{pattern} option to edit interface
jongfoster [Fri, 8 Mar 2002 18:19:14 +0000 (18:19 +0000)]
Adding +image-blocker{pattern} option to edit interface

22 years agoOne more banner path to filter:
morcego [Fri, 8 Mar 2002 18:01:48 +0000 (18:01 +0000)]
One more banner path to filter:

/?.*/ad_banner/

22 years agoAdding comments
jongfoster [Fri, 8 Mar 2002 17:47:07 +0000 (17:47 +0000)]
Adding comments

22 years agoFixing int/size_t warnings
jongfoster [Fri, 8 Mar 2002 17:46:04 +0000 (17:46 +0000)]
Fixing int/size_t warnings

22 years agoPNG -> image in comments
oes [Fri, 8 Mar 2002 17:25:52 +0000 (17:25 +0000)]
PNG -> image in comments

22 years agoPNG -> image in comments
oes [Fri, 8 Mar 2002 17:14:12 +0000 (17:14 +0000)]
PNG -> image in comments

22 years agoAdded FEATURE_NO_GIFS
oes [Fri, 8 Mar 2002 16:49:18 +0000 (16:49 +0000)]
Added FEATURE_NO_GIFS

22 years agoAdded FEATURE_NO_GIFS and BUILTIN_IMAGE_MIMETYPE
oes [Fri, 8 Mar 2002 16:48:55 +0000 (16:48 +0000)]
Added FEATURE_NO_GIFS and BUILTIN_IMAGE_MIMETYPE

22 years agoAdded choice beween GIF and PNG built-in images
oes [Fri, 8 Mar 2002 16:47:50 +0000 (16:47 +0000)]
Added choice beween GIF and PNG built-in images

22 years agoUpdated from configure.in
oes [Fri, 8 Mar 2002 16:47:17 +0000 (16:47 +0000)]
Updated from configure.in

22 years agoAdded --enable-no-gifs
oes [Fri, 8 Mar 2002 16:46:13 +0000 (16:46 +0000)]
Added --enable-no-gifs

22 years agoUpdated from acconfig.h
oes [Fri, 8 Mar 2002 16:44:41 +0000 (16:44 +0000)]
Updated from acconfig.h

22 years agoRenamed cgi_transparent_png to cgi_transparent_image
oes [Fri, 8 Mar 2002 16:43:59 +0000 (16:43 +0000)]
Renamed cgi_transparent_png to cgi_transparent_image

22 years agoAdded GIF images again
oes [Fri, 8 Mar 2002 16:41:33 +0000 (16:41 +0000)]
Added GIF images again

22 years agoAdded FEATURE_NO_GIFS
oes [Fri, 8 Mar 2002 16:40:28 +0000 (16:40 +0000)]
Added FEATURE_NO_GIFS

22 years agoCosmetics
oes [Fri, 8 Mar 2002 14:47:48 +0000 (14:47 +0000)]
Cosmetics

22 years agoFixing -Wconversion warnings
oes [Fri, 8 Mar 2002 14:18:23 +0000 (14:18 +0000)]
Fixing -Wconversion warnings

22 years agoFixing configure, to remove a command not found error.
morcego [Fri, 8 Mar 2002 14:13:50 +0000 (14:13 +0000)]
Fixing configure, to remove a command not found error.

22 years agoCosmetics
oes [Fri, 8 Mar 2002 13:47:12 +0000 (13:47 +0000)]
Cosmetics

22 years agoHiding internal functions
oes [Fri, 8 Mar 2002 13:45:48 +0000 (13:45 +0000)]
Hiding internal functions

22 years agoAdding libtool to Buildrequires
morcego [Fri, 8 Mar 2002 13:45:27 +0000 (13:45 +0000)]
Adding libtool to Buildrequires

22 years agoHiding internal functions, preventing double inclusion of pcre.h
oes [Fri, 8 Mar 2002 13:44:48 +0000 (13:44 +0000)]
Hiding internal functions, preventing double inclusion of pcre.h

22 years agoTiny bugfix in AC_ARG_WITH(debug)
oes [Fri, 8 Mar 2002 12:58:21 +0000 (12:58 +0000)]
Tiny bugfix in AC_ARG_WITH(debug)

22 years agoCatchup more with Andreas.
hal9 [Fri, 8 Mar 2002 00:47:55 +0000 (00:47 +0000)]
Catchup more with Andreas.

22 years agoAdded imageblock{pattern}.
hal9 [Fri, 8 Mar 2002 00:47:32 +0000 (00:47 +0000)]
Added imageblock{pattern}.

22 years agoi hate to scroll. suse: wrong configdir.
swa [Thu, 7 Mar 2002 19:23:50 +0000 (19:23 +0000)]
i hate to scroll. suse: wrong configdir.

22 years agoupdated.
swa [Thu, 7 Mar 2002 19:19:35 +0000 (19:19 +0000)]
updated.

22 years agodirectories are generated.
swa [Thu, 7 Mar 2002 19:12:02 +0000 (19:12 +0000)]
directories are generated.

22 years agobuilds cleanly. thanks to kukuk@suse.de
swa [Thu, 7 Mar 2002 19:10:21 +0000 (19:10 +0000)]
builds cleanly. thanks to kukuk@suse.de
not yet tested.

22 years agosynced redhat and suse build process
swa [Thu, 7 Mar 2002 18:25:56 +0000 (18:25 +0000)]
synced redhat and suse build process

22 years agolooks better
swa [Thu, 7 Mar 2002 18:16:55 +0000 (18:16 +0000)]
looks better

22 years ago(Hopefully) fixed for older make versions
oes [Thu, 7 Mar 2002 17:17:56 +0000 (17:17 +0000)]
(Hopefully) fixed for older make versions

22 years agoFix a few markup problems for jade.
hal9 [Thu, 7 Mar 2002 16:46:43 +0000 (16:46 +0000)]
Fix a few markup problems for jade.

22 years agoprovide correct feedback channels
swa [Thu, 7 Mar 2002 16:28:39 +0000 (16:28 +0000)]
provide correct feedback channels

22 years agomore informative
swa [Thu, 7 Mar 2002 15:28:27 +0000 (15:28 +0000)]
more informative

22 years agoCommitting changes by Stefan
oes [Thu, 7 Mar 2002 13:16:31 +0000 (13:16 +0000)]
Committing changes by Stefan

22 years agoAndreas recent changes (GIF to PNG, etc)
hal9 [Thu, 7 Mar 2002 05:24:35 +0000 (05:24 +0000)]
Andreas recent changes (GIF to PNG, etc)

22 years agoFixed %pre scriptlet. And, as a bonus, you can even understand it now. :-)
morcego [Thu, 7 Mar 2002 05:06:54 +0000 (05:06 +0000)]
Fixed %pre scriptlet. And, as a bonus, you can even understand it now. :-)

22 years agoFix extra ')' in %%pre script.
hal9 [Thu, 7 Mar 2002 04:40:41 +0000 (04:40 +0000)]
Fix extra ')' in %%pre script.

22 years agoFix typo, and add Rodrigo to Authors.
hal9 [Thu, 7 Mar 2002 04:13:48 +0000 (04:13 +0000)]
Fix typo, and add Rodrigo to Authors.

22 years agoSet logging to tty for --no-daemon mode
oes [Thu, 7 Mar 2002 03:52:44 +0000 (03:52 +0000)]
Set logging to tty for --no-daemon mode

22 years ago - Fixed compiler warnings etc
oes [Thu, 7 Mar 2002 03:52:06 +0000 (03:52 +0000)]
 - Fixed compiler warnings etc
 - Improved handling of failed DNS lookups

22 years ago - Improved handling of failed DNS lookups
oes [Thu, 7 Mar 2002 03:51:36 +0000 (03:51 +0000)]
 - Improved handling of failed DNS lookups
 - Fixed compiler warnings etc

22 years agoAdapted comments to new built-in images
oes [Thu, 7 Mar 2002 03:50:54 +0000 (03:50 +0000)]
Adapted comments to new built-in images

22 years ago - Improved handling of failed DNS lookups
oes [Thu, 7 Mar 2002 03:50:19 +0000 (03:50 +0000)]
 - Improved handling of failed DNS lookups
 - Fixed compiler warnings

22 years ago - Fixed compiler warnings etc
oes [Thu, 7 Mar 2002 03:49:31 +0000 (03:49 +0000)]
 - Fixed compiler warnings etc
 - Changed built-in images from GIF to PNG
   (with regard to Unisys patent issue)
 - Added a 4x4 pattern PNG which is less intrusive
   than the logo but also clearly marks the deleted banners

22 years ago - Changed built-in images from GIF to PNG
oes [Thu, 7 Mar 2002 03:48:59 +0000 (03:48 +0000)]
 - Changed built-in images from GIF to PNG
   (with regard to Unisys patent issue)

22 years ago - Changed built-in images from GIF to PNG
oes [Thu, 7 Mar 2002 03:48:38 +0000 (03:48 +0000)]
 - Changed built-in images from GIF to PNG
   (with regard to Unisys patent issue)
 - Added a 4x4 pattern PNG which is less intrusive
   than the logo but also clearly marks the deleted banners

22 years agoFixed compiler warnings etc
oes [Thu, 7 Mar 2002 03:46:53 +0000 (03:46 +0000)]
Fixed compiler warnings etc

22 years agoFixed compiler warnings
oes [Thu, 7 Mar 2002 03:46:17 +0000 (03:46 +0000)]
Fixed compiler warnings

22 years agoFew changes on the %pre and %post sections of the rh specfile to handle
morcego [Thu, 7 Mar 2002 00:11:57 +0000 (00:11 +0000)]
Few changes on the %pre and %post sections of the rh specfile to handle
usernames more cleanly

22 years agoWill not test for a text browser if we are not using docbook.
morcego [Wed, 6 Mar 2002 23:50:36 +0000 (23:50 +0000)]
Will not test for a text browser if we are not using docbook.

22 years agoTrivial cosmetic changes to make function comments easier to find.
jongfoster [Wed, 6 Mar 2002 23:14:35 +0000 (23:14 +0000)]
Trivial cosmetic changes to make function comments easier to find.

22 years agoRemoving tabs
jongfoster [Wed, 6 Mar 2002 23:02:57 +0000 (23:02 +0000)]
Removing tabs

22 years agoAutomated function-comment nitpicking.
jongfoster [Wed, 6 Mar 2002 22:54:35 +0000 (22:54 +0000)]
Automated function-comment nitpicking.

22 years agoNew configure option: --with-docbook=(yes|no|directory)
morcego [Wed, 6 Mar 2002 21:55:52 +0000 (21:55 +0000)]
New configure option: --with-docbook=(yes|no|directory)
Preliminary new platform detection code included. Will work with the
old one for now. No use just trowing it away

22 years agoAdding ad source for CNN/AOL
oes [Wed, 6 Mar 2002 21:08:00 +0000 (21:08 +0000)]
Adding ad source for CNN/AOL

22 years agoFixing detection of stylesheets on SuSe.
morcego [Wed, 6 Mar 2002 20:57:00 +0000 (20:57 +0000)]
Fixing detection of stylesheets on SuSe.

22 years agoI didn't see the --user option in Synopsis section.
hal9 [Wed, 6 Mar 2002 16:36:16 +0000 (16:36 +0000)]
I didn't see the --user option in Synopsis section.

22 years agoAdded Andreas' new command line options.
hal9 [Wed, 6 Mar 2002 16:31:16 +0000 (16:31 +0000)]
Added Andreas' new command line options.

22 years agoNote on perceived filtering slowdown per FR.
hal9 [Wed, 6 Mar 2002 16:19:28 +0000 (16:19 +0000)]
Note on perceived filtering slowdown per FR.

22 years agoUse proper temp file, not "abc".
Sarantis Paskalis [Wed, 6 Mar 2002 14:33:18 +0000 (14:33 +0000)]
Use proper temp file, not "abc".

22 years agoCleanup PID_FILE_PATH from redhat-dist target
Sarantis Paskalis [Wed, 6 Mar 2002 14:19:35 +0000 (14:19 +0000)]
Cleanup PID_FILE_PATH from redhat-dist target

22 years agoFixed stupid bug when --user was not given
oes [Wed, 6 Mar 2002 10:02:19 +0000 (10:02 +0000)]
Fixed stupid bug when --user was not given

22 years agoTouch ups.
hal9 [Wed, 6 Mar 2002 06:20:38 +0000 (06:20 +0000)]
Touch ups.

22 years agoAdapted for Andreas' changes for --user and --pidfile.
hal9 [Wed, 6 Mar 2002 06:13:40 +0000 (06:13 +0000)]
Adapted for Andreas' changes for --user and --pidfile.

22 years agoFixing warning on Windows
jongfoster [Wed, 6 Mar 2002 00:49:31 +0000 (00:49 +0000)]
Fixing warning on Windows
Making #ifdefs that refer to the same variable consistently
use #ifdef unix rather than mixing #ifdef unix & #ifndef OS2

22 years agoStray character 's' on line 1618 was breaking build.
hal9 [Tue, 5 Mar 2002 23:57:30 +0000 (23:57 +0000)]
Stray character 's' on line 1618 was breaking build.

22 years agoStupid I did it again. Double hyphen in comment breaks jade.
hal9 [Tue, 5 Mar 2002 23:55:14 +0000 (23:55 +0000)]
Stupid I did it again. Double hyphen in comment breaks jade.

22 years agojade barfs on '--' embedded in comments. --user option broke it.
hal9 [Tue, 5 Mar 2002 23:53:49 +0000 (23:53 +0000)]
jade barfs on '--' embedded in comments. --user option broke it.

22 years agoAdd new --user option.
hal9 [Tue, 5 Mar 2002 22:53:28 +0000 (22:53 +0000)]
Add new --user option.

22 years agoTouch up on configuration section.
hal9 [Tue, 5 Mar 2002 22:48:56 +0000 (22:48 +0000)]
Touch up on configuration section.

22 years ago- Better error reporting on OS/2
David Schmidt [Tue, 5 Mar 2002 22:43:45 +0000 (22:43 +0000)]
- Better error reporting on OS/2
- Fix double-slash comment (oops)

22 years agoCatch ups Andreas and David.
hal9 [Tue, 5 Mar 2002 22:38:17 +0000 (22:38 +0000)]
Catch ups Andreas and David.

22 years agoFixing me... OS/2 and Mac OSX
David Schmidt [Tue, 5 Mar 2002 21:51:54 +0000 (21:51 +0000)]
Fixing me... OS/2 and Mac OSX

22 years ago- Re-enable OS/2 building after new parms were added
David Schmidt [Tue, 5 Mar 2002 21:33:45 +0000 (21:33 +0000)]
- Re-enable OS/2 building after new parms were added
- Fix false out of memory report when resolving CGI templates when no IP
  address is available of failed attempt (a la no such domain)

22 years agogenerated file.
swa [Tue, 5 Mar 2002 21:33:03 +0000 (21:33 +0000)]
generated file.