privoxy.git
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

21 years agoAdding new package target: Conectiva
morcego [Sat, 27 Apr 2002 03:43:30 +0000 (03:43 +0000)]
Adding new package target: Conectiva

21 years agoRemoving the alternating colors because they've been wrong
jongfoster [Fri, 26 Apr 2002 22:55:26 +0000 (22:55 +0000)]
Removing the alternating colors because they've been wrong
since the actions renames, they're high maintenance, they
don't look particularly good, and now there are gaps between
the table cells we don't need them.

21 years agoCosmetic change: Making the +filter UI look the same as
jongfoster [Fri, 26 Apr 2002 21:55:17 +0000 (21:55 +0000)]
Cosmetic change: Making the +filter UI look the same as
the other actions.

21 years agoFixing a memory leak. (Near, but not caused by, my earlier commit).
jongfoster [Fri, 26 Apr 2002 21:53:30 +0000 (21:53 +0000)]
Fixing a memory leak.  (Near, but not caused by, my earlier commit).

21 years agoHonouring default exports in edit-actions-for-url-filter template.
jongfoster [Fri, 26 Apr 2002 21:50:02 +0000 (21:50 +0000)]
Honouring default exports in edit-actions-for-url-filter template.

21 years agoFixing all(?) the substitutions that were broken in the
jongfoster [Fri, 26 Apr 2002 21:37:50 +0000 (21:37 +0000)]
Fixing all(?) the substitutions that were broken in the
recent actions rename.

21 years agoAdding real names as well as e-mails
jongfoster [Fri, 26 Apr 2002 19:44:01 +0000 (19:44 +0000)]
Adding real names as well as e-mails

21 years ago- current_action_to_html(): Adding help link for the "-" form of
jongfoster [Fri, 26 Apr 2002 19:30:54 +0000 (19:30 +0000)]
- current_action_to_html(): Adding help link for the "-" form of
  one-string actions.
- Some actions had "<br>-", some "<br> -" (note the space).
  Standardizing on no space.
- Greatly simplifying some of the code by using string_join()
  where appropriate.

21 years ago.
swa [Fri, 26 Apr 2002 19:03:18 +0000 (19:03 +0000)]
.

21 years ago.
swa [Fri, 26 Apr 2002 18:59:09 +0000 (18:59 +0000)]
.

21 years agoFixing a memory leak on error
jongfoster [Fri, 26 Apr 2002 18:32:57 +0000 (18:32 +0000)]
Fixing a memory leak on error

21 years agoFixing this Visual C++ warning:
jongfoster [Fri, 26 Apr 2002 18:29:43 +0000 (18:29 +0000)]
Fixing this Visual C++ warning:
miscutil.c(710) : warning C4090: '=' : different 'const' qualifiers

21 years agoFixing this Visual C++ warning:
jongfoster [Fri, 26 Apr 2002 18:29:13 +0000 (18:29 +0000)]
Fixing this Visual C++ warning:
cgisimple.c(775) : warning C4018: '<' : signed/unsigned mismatch

21 years agoBumping version numbers
jongfoster [Fri, 26 Apr 2002 18:26:09 +0000 (18:26 +0000)]
Bumping version numbers

21 years agoFixing typos in help hyperlinks
jongfoster [Fri, 26 Apr 2002 18:24:28 +0000 (18:24 +0000)]
Fixing typos in help hyperlinks

21 years agogenerated
swa [Fri, 26 Apr 2002 18:18:54 +0000 (18:18 +0000)]
generated

21 years agobe consistent
swa [Fri, 26 Apr 2002 17:46:53 +0000 (17:46 +0000)]
be consistent

21 years agoFIXME
swa [Fri, 26 Apr 2002 17:45:36 +0000 (17:45 +0000)]
FIXME

21 years agoNew {-block} rule: /downloads/
morcego [Fri, 26 Apr 2002 17:41:49 +0000 (17:41 +0000)]
New {-block} rule: /downloads/