privoxy.git
21 years ago.
oes [Mon, 13 May 2002 09:36:55 +0000 (09:36 +0000)]
.

21 years agoAdam Jacob Muller <adam@AdamJacobMuller.com> added.
hal9 [Mon, 13 May 2002 03:42:37 +0000 (03:42 +0000)]
Adam Jacob Muller <adam@AdamJacobMuller.com> added.

21 years agoDon't need amiga.[ch] when on a PC!
jongfoster [Sun, 12 May 2002 21:46:28 +0000 (21:46 +0000)]
Don't need amiga.[ch] when on a PC!

21 years agoAdding amiga.[ch] revision information, if on an amiga.
jongfoster [Sun, 12 May 2002 21:44:44 +0000 (21:44 +0000)]
Adding amiga.[ch] revision information, if on an amiga.

21 years ago- Removing some unused code
jongfoster [Sun, 12 May 2002 21:40:37 +0000 (21:40 +0000)]
- Removing some unused code

21 years ago- Adding Doxygen-style comments to structures and #defines.
jongfoster [Sun, 12 May 2002 21:39:36 +0000 (21:39 +0000)]
- Adding Doxygen-style comments to structures and #defines.

21 years ago- Adding Doxygen-style comments to structures and #defines.
jongfoster [Sun, 12 May 2002 21:39:15 +0000 (21:39 +0000)]
- Adding Doxygen-style comments to structures and #defines.
- Correcting function comments

21 years agoCorrecting function comments
jongfoster [Sun, 12 May 2002 21:36:29 +0000 (21:36 +0000)]
Correcting function comments

21 years agoFixing ACTION_MASK_ALL to be unsigned long rather than
jongfoster [Sun, 12 May 2002 16:05:50 +0000 (16:05 +0000)]
Fixing ACTION_MASK_ALL to be unsigned long rather than
just unsigned int.  I don't know if anyone is porting
Privoxy to 16-bit platforms, but if so, +limit-connect
wouldn't have worked because of this bug.

21 years agoAdding standard comment header with license and CVS log.
jongfoster [Sun, 12 May 2002 15:53:41 +0000 (15:53 +0000)]
Adding standard comment header with license and CVS log.

21 years agoRestoring CVS log information accidentally removed in
jongfoster [Sun, 12 May 2002 15:53:10 +0000 (15:53 +0000)]
Restoring CVS log information accidentally removed in
my previous commit.

21 years agoApplying [Patch 552094] New templates for edit-actions-list
jongfoster [Sun, 12 May 2002 15:45:33 +0000 (15:45 +0000)]
Applying [Patch 552094] New templates for edit-actions-list
This cleans up the templates by:
- Removing the (confusing) alternating color scheme.
- Making everything left-justified.

21 years agoFixing typo in a comment
jongfoster [Sun, 12 May 2002 15:34:22 +0000 (15:34 +0000)]
Fixing typo in a comment

21 years agoSmall clarifications for 127.0.0.1 vs localhost for listen-address since this
hal9 [Sun, 12 May 2002 03:21:21 +0000 (03:21 +0000)]
Small clarifications for 127.0.0.1 vs localhost for listen-address since this
apparently an important distinction for some OS's.

21 years ago * New upstream version.
Roland Rosenfeld [Sat, 11 May 2002 19:32:02 +0000 (19:32 +0000)]
  * New upstream version.
  * Fix debian/rules clean to really clean.
  * Use upstream docbook build mechanism now.
  * Force usage of w3m -dump to convert HTML to ASCII (build depend on it).
  * Exclude CVS files from dh_installdocs (when compiling from CVS).
  * Add user.action and standard.action to /etc/privoxy.

21 years agoFix typo 'under'.
hal9 [Sat, 11 May 2002 01:51:40 +0000 (01:51 +0000)]
Fix typo 'under'.

21 years agoMore copyright related *proposed* changes. Copyright statement added to
hal9 [Fri, 10 May 2002 01:53:04 +0000 (01:53 +0000)]
More copyright related *proposed* changes. Copyright statement added to
LICENSE. Man page updated as well.

21 years agoThis is mostly proposed copyright/licensing additions and changes. Docs
hal9 [Fri, 10 May 2002 01:48:21 +0000 (01:48 +0000)]
This is mostly proposed copyright/licensing additions and changes. Docs
are still GPL, but licensing and copyright are more visible. Also, copyright
changed in doc header comments (eliminate references to JB except FAQ).

21 years agoJust catching up.
hal9 [Thu, 9 May 2002 01:38:44 +0000 (01:38 +0000)]
Just catching up.

21 years agoOptimized add_to_iob:
oes [Wed, 8 May 2002 16:01:07 +0000 (16:01 +0000)]
Optimized add_to_iob:
 - Use realloc instead of malloc(), memcpy(), free()
 - Expand to powers of two if possible, to get
   O(log n) reallocs instead of O(n).
 - Moved check for buffer limit here from chat
 - Report failure via returncode

21 years agoChat's buffer handling:
oes [Wed, 8 May 2002 16:00:46 +0000 (16:00 +0000)]
Chat's buffer handling:
 - Fixed bug with unchecked out-of-mem conditions
   while reading client request & server headers
 - No longer predict if the buffer limit will be exceeded
   in the next read -- check add_to_iob's new
   return code. If buffer couldn't be extended
   (policy or out-of-mem) while
   - reading from client: abort
   - reading server headers: send error page
   - buffering server body for filter: flush,
     and if that fails: send error page

21 years agoAdded size member to struct iob, so it can
oes [Wed, 8 May 2002 16:00:16 +0000 (16:00 +0000)]
Added size member to struct iob, so it can
be alloced larger than needed.

21 years agoChanged add_to_iob signature (now returns jb_err)
oes [Wed, 8 May 2002 15:59:53 +0000 (15:59 +0000)]
Changed add_to_iob signature (now returns jb_err)

21 years agoOoops, that trashed JB v2.0.2 comment. Fixed.
hal9 [Wed, 8 May 2002 13:48:18 +0000 (13:48 +0000)]
Ooops, that trashed JB v2.0.2 comment. Fixed.

21 years agoThis fixes the numbering problem on index.html in contact info section (.1.). Using
hal9 [Wed, 8 May 2002 13:42:07 +0000 (13:42 +0000)]
This fixes the numbering problem on index.html in contact info section (.1.). Using
perl, since its way too convoluted to try to fix proper with docbook.

21 years agoPut doc license back to GPL.
hal9 [Tue, 7 May 2002 00:37:31 +0000 (00:37 +0000)]
Put doc license back to GPL.

21 years agoMade actions_to_html independent of FEATURE_CGI_EDIT_ACTIONS
oes [Mon, 6 May 2002 07:56:50 +0000 (07:56 +0000)]
Made actions_to_html independent of FEATURE_CGI_EDIT_ACTIONS

21 years agoSync with source for copyright vs license.
hal9 [Sun, 5 May 2002 20:33:02 +0000 (20:33 +0000)]
Sync with source for copyright vs license.

21 years agoSync with sgml to cleanup copyright vs license.
hal9 [Sun, 5 May 2002 20:32:26 +0000 (20:32 +0000)]
Sync with sgml to cleanup copyright vs license.

21 years agoOoops, fixing an accidental delete of title element.
hal9 [Sun, 5 May 2002 20:29:59 +0000 (20:29 +0000)]
Ooops, fixing an accidental delete of title element.

21 years agoSorting out license vs copyright in these docs.
hal9 [Sun, 5 May 2002 20:26:02 +0000 (20:26 +0000)]
Sorting out license vs copyright in these docs.

21 years agoThis is to sort out the copyright vs license issue, whick looks like we (me)
hal9 [Sun, 5 May 2002 20:20:00 +0000 (20:20 +0000)]
This is to sort out the copyright vs license issue, whick looks like we (me)
had a little messed up. The contents of this file are actually word for word
what was copyright.sgml. copyright.sgml now has proper, and new content.
This is reflected in the various other docs.

21 years agoSync with sources.
hal9 [Sun, 5 May 2002 17:36:03 +0000 (17:36 +0000)]
Sync with sources.

21 years ago-Fix numbering in CONTACT section (was label="")
hal9 [Sun, 5 May 2002 17:35:32 +0000 (17:35 +0000)]
-Fix numbering in CONTACT section (was label="")
-Put prolog with licensing, etc into <abstract> so it comes before TOC.

21 years agoput contact section back into readme.
swa [Sun, 5 May 2002 13:46:59 +0000 (13:46 +0000)]
put contact section back into readme.
new structure creates TOC ;-(

21 years agobumped version
swa [Sat, 4 May 2002 08:44:45 +0000 (08:44 +0000)]
bumped version

21 years agogenerated file
swa [Sat, 4 May 2002 08:42:07 +0000 (08:42 +0000)]
generated file

21 years agogenerated
swa [Sat, 4 May 2002 08:41:23 +0000 (08:41 +0000)]
generated

21 years agocopied hal's fixed to print section
swa [Sat, 4 May 2002 08:33:09 +0000 (08:33 +0000)]
copied hal's fixed to print section

21 years ago-Remove TOC/first page kludge with proper stylesheet fix.
hal9 [Sat, 4 May 2002 00:43:43 +0000 (00:43 +0000)]
-Remove TOC/first page kludge with proper stylesheet fix.
-Combined the two very brief sections: Intro and Quickstart.

21 years ago-Remove TOC/first page kludge in favor of proper handling via dsl file.
hal9 [Sat, 4 May 2002 00:41:56 +0000 (00:41 +0000)]
-Remove TOC/first page kludge in favor of proper handling via dsl file.

21 years ago-Remove the TOC first page kludge. It's fixed proper now in ldp.dsl.in.
hal9 [Sat, 4 May 2002 00:40:53 +0000 (00:40 +0000)]
-Remove the TOC first page kludge. It's fixed proper now in ldp.dsl.in.
-Some minor additions to Quickstart.

21 years ago-Make TOC on titlepage without first section, and without kludge.
hal9 [Fri, 3 May 2002 23:13:23 +0000 (23:13 +0000)]
-Make TOC on titlepage without first section, and without kludge.

21 years agoSupport for templates for "standard actions" buttons.
jongfoster [Fri, 3 May 2002 23:00:38 +0000 (23:00 +0000)]
Support for templates for "standard actions" buttons.
See bug #549871

21 years agoFixing link target in all URLs section
jongfoster [Fri, 3 May 2002 22:58:15 +0000 (22:58 +0000)]
Fixing link target in all URLs section

21 years agoVersion number bump to 2.9.15
jongfoster [Fri, 3 May 2002 22:54:24 +0000 (22:54 +0000)]
Version number bump to 2.9.15

21 years agoFurther proofread & reactivated short build instructions
oes [Fri, 3 May 2002 17:46:00 +0000 (17:46 +0000)]
Further proofread & reactivated short build instructions

21 years agoreordered, brushed, still needs more work (see FIXME)
oes [Fri, 3 May 2002 17:43:22 +0000 (17:43 +0000)]
reordered, brushed, still needs more work (see FIXME)

21 years agoAdded some links
oes [Fri, 3 May 2002 17:41:41 +0000 (17:41 +0000)]
Added some links

21 years ago*.spec: Version bump to 2.9.15
morcego [Fri, 3 May 2002 17:14:36 +0000 (17:14 +0000)]
*.spec: Version bump to 2.9.15
-rh.spec: noreplace for %%{privoxyconf}/config
          Will interrupt the build if versions from configure.in and
specfile do not match

21 years agoldp.dsl now generated by configure
oes [Fri, 3 May 2002 14:36:28 +0000 (14:36 +0000)]
ldp.dsl now generated by configure

21 years agoNow generated by configure; deleting
oes [Fri, 3 May 2002 14:35:01 +0000 (14:35 +0000)]
Now generated by configure; deleting

21 years agoGenerate doc/soucre/ldp.dsl
oes [Fri, 3 May 2002 14:33:59 +0000 (14:33 +0000)]
Generate doc/soucre/ldp.dsl

21 years agoReplaced ldp(OK).dsl handling with generation via autoconf; handle all file exeptions...
oes [Fri, 3 May 2002 14:33:06 +0000 (14:33 +0000)]
Replaced ldp(OK).dsl handling with generation via autoconf; handle all file exeptions to src tarball via find

21 years agoAdd brief Q/A on transparent proxies.
hal9 [Fri, 3 May 2002 05:06:44 +0000 (05:06 +0000)]
Add brief Q/A on transparent proxies.

21 years agoWe should allow weather forecast banners from wunderground to work.
morcego [Fri, 3 May 2002 04:18:49 +0000 (04:18 +0000)]
We should allow weather forecast banners from wunderground to work.
After all, they are not advertisement banners.

21 years agoMove user-manual directive to top of section. Notes on read/write permissions
hal9 [Fri, 3 May 2002 03:59:25 +0000 (03:59 +0000)]
Move user-manual directive to top of section. Notes on read/write permissions
for files by user running Privoxy.

21 years agoMove the user-manual config directive to top of section. Add note about
hal9 [Fri, 3 May 2002 03:58:30 +0000 (03:58 +0000)]
Move the user-manual config directive to top of section. Add note about
Privoxy needing read permissions for configs, and write for logs.

21 years agoFix section numbering for new sections (due to TOC kludge).
hal9 [Fri, 3 May 2002 01:34:52 +0000 (01:34 +0000)]
Fix section numbering for new sections (due to TOC kludge).

21 years agoDone.
hal9 [Fri, 3 May 2002 01:11:01 +0000 (01:11 +0000)]
Done.

21 years agoSet version to 2.9.15 to comply with new versioning scheme
oes [Fri, 3 May 2002 00:41:56 +0000 (00:41 +0000)]
Set version to 2.9.15 to comply with new versioning scheme

21 years agogenerated
swa [Thu, 2 May 2002 18:04:30 +0000 (18:04 +0000)]
generated

21 years agoAdded explanation about version numbers and RPM package revisions
oes [Thu, 2 May 2002 15:08:25 +0000 (15:08 +0000)]
Added explanation about version numbers and RPM package revisions

21 years ago.
oes [Tue, 30 Apr 2002 15:26:53 +0000 (15:26 +0000)]
.

21 years agoDeleted unused code from default_cgi
oes [Tue, 30 Apr 2002 12:06:12 +0000 (12:06 +0000)]
Deleted unused code from default_cgi

21 years agoNit: updated a comment
oes [Tue, 30 Apr 2002 12:02:07 +0000 (12:02 +0000)]
Nit: updated a comment

21 years agoMade csp the first parameter in *action_to_html
oes [Tue, 30 Apr 2002 11:14:52 +0000 (11:14 +0000)]
Made csp the first parameter in *action_to_html

21 years agoFixed BML link text
oes [Mon, 29 Apr 2002 17:30:20 +0000 (17:30 +0000)]
Fixed BML link text

21 years agoFixed AF feedback link
oes [Mon, 29 Apr 2002 17:25:38 +0000 (17:25 +0000)]
Fixed AF feedback link

21 years agoSync with source.
hal9 [Mon, 29 Apr 2002 03:36:29 +0000 (03:36 +0000)]
Sync with source.

21 years agoSync.
hal9 [Mon, 29 Apr 2002 03:09:37 +0000 (03:09 +0000)]
Sync.

21 years ago-Added new Q/A on new actions file set up (pointer to u-m)
hal9 [Mon, 29 Apr 2002 03:08:43 +0000 (03:08 +0000)]
-Added new Q/A on new actions file set up (pointer to u-m)
-Fixed a few broken links and converted old actions as a result of
 recent changes.

21 years agoAdd clarification on differences of new actions files.
hal9 [Mon, 29 Apr 2002 03:05:55 +0000 (03:05 +0000)]
Add clarification on differences of new actions files.

21 years agoSync.
hal9 [Mon, 29 Apr 2002 02:20:59 +0000 (02:20 +0000)]
Sync.

21 years agoAdd info on steps for uploading and the release process on SF.
hal9 [Mon, 29 Apr 2002 02:20:31 +0000 (02:20 +0000)]
Add info on steps for uploading and the release process on SF.

21 years agoIt looks like this file got filtered through +kill-popups ;-)
jongfoster [Sun, 28 Apr 2002 22:34:47 +0000 (22:34 +0000)]
It looks like this file got filtered through +kill-popups ;-)

21 years agogenerated
swa [Sun, 28 Apr 2002 17:24:53 +0000 (17:24 +0000)]
generated

21 years agomore structure in starting section
swa [Sun, 28 Apr 2002 16:59:05 +0000 (16:59 +0000)]
more structure in starting section

21 years agobookmark texts
swa [Sun, 28 Apr 2002 16:58:13 +0000 (16:58 +0000)]
bookmark texts

21 years agobookmarklet text
swa [Sun, 28 Apr 2002 16:56:47 +0000 (16:56 +0000)]
bookmarklet text

21 years agobookmark text
swa [Sun, 28 Apr 2002 16:22:56 +0000 (16:22 +0000)]
bookmark text

21 years agoThis is the break up of configuration.html into multiple files. This
hal9 [Sun, 28 Apr 2002 05:43:59 +0000 (05:43 +0000)]
This is the break up of configuration.html into multiple files. This
will probably break links elsewhere :(

21 years agoPaste in text for user-manual option from user-manual section.
hal9 [Sat, 27 Apr 2002 21:05:27 +0000 (21:05 +0000)]
Paste in text for user-manual option from user-manual section.

21 years ago-Rewrite of Actions File example.
hal9 [Sat, 27 Apr 2002 21:04:42 +0000 (21:04 +0000)]
-Rewrite of Actions File example.
-Add section for user-manual directive in config.

21 years agono longer needed due to new
swa [Sat, 27 Apr 2002 20:27:43 +0000 (20:27 +0000)]
no longer needed due to new
PACKAGE_VERSION process

21 years agouid, gui 73 incorporated
swa [Sat, 27 Apr 2002 20:26:59 +0000 (20:26 +0000)]
uid, gui 73 incorporated

21 years ago- Correcting typo in my name (Rodrigo, not Rodgrigo) :-)
morcego [Sat, 27 Apr 2002 17:44:32 +0000 (17:44 +0000)]
- Correcting typo in my name (Rodrigo, not Rodgrigo) :-)
- Using the RM macro everywhere rm is called (either we use, or don't)
- Same for RPM

21 years agogenerated
swa [Sat, 27 Apr 2002 15:41:47 +0000 (15:41 +0000)]
generated

21 years agoreplacing directory in document creation process
swa [Sat, 27 Apr 2002 15:37:25 +0000 (15:37 +0000)]
replacing directory in document creation process
no longer necessary.

21 years agoprettyfied printing.
swa [Sat, 27 Apr 2002 15:34:27 +0000 (15:34 +0000)]
prettyfied printing.

21 years ago.
swa [Sat, 27 Apr 2002 08:25:02 +0000 (08:25 +0000)]
.

21 years agowe want pretty pdf docs
swa [Sat, 27 Apr 2002 08:24:15 +0000 (08:24 +0000)]
we want pretty pdf docs

21 years agopdf process reviewed and cleaned up
swa [Sat, 27 Apr 2002 08:23:29 +0000 (08:23 +0000)]
pdf process reviewed and cleaned up

21 years ago-Add short section to Filter Files to tie in with +filter action.
hal9 [Sat, 27 Apr 2002 05:32:00 +0000 (05:32 +0000)]
-Add short section to Filter Files to tie in with +filter action.
-Start rewrite of examples in Actions Examples (not finished).

21 years agoSync.
hal9 [Sat, 27 Apr 2002 05:28:13 +0000 (05:28 +0000)]
Sync.

21 years agoprivoxy-cl.spec now gets removed by clobber target
morcego [Sat, 27 Apr 2002 04:55:53 +0000 (04:55 +0000)]
privoxy-cl.spec now gets removed by clobber target

21 years agoAdding --exclude "PACKAGERS" to every tar command that applies (not for
morcego [Sat, 27 Apr 2002 04:53:40 +0000 (04:53 +0000)]
Adding --exclude "PACKAGERS" to every tar command that applies (not for
  webserver target)

21 years agoAdding license and copyright comments.
morcego [Sat, 27 Apr 2002 04:49:11 +0000 (04:49 +0000)]
Adding license and copyright comments.

21 years agoAdded privoxy-cl.spec to the list of file to ignore
morcego [Sat, 27 Apr 2002 04:45:50 +0000 (04:45 +0000)]
Added privoxy-cl.spec to the list of file to ignore

21 years agoGNUmakefile.in: The tarball created on redhat-dist and suse-dist now ignore
morcego [Sat, 27 Apr 2002 04:44:52 +0000 (04:44 +0000)]
GNUmakefile.in: The tarball created on redhat-dist and suse-dist now ignore
  the PACKAGERS file, as well privoxy-cl.spec (in case it was created)
GNUmakefile.in: New targets -> conectiva-spec, conectiva-dist and
  conectiva-upload
genclspec.sh  : New file to generate, from privoxy-rh.spec, a specfile
  for Conectiva Linux