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.
hal9 [Sat, 11 May 2002 01:51:40 +0000 (01:51 +0000)]
Fix typo 'under'.
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.
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).
hal9 [Thu, 9 May 2002 01:38:44 +0000 (01:38 +0000)]
Just catching up.
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
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
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.
oes [Wed, 8 May 2002 15:59:53 +0000 (15:59 +0000)]
Changed add_to_iob signature (now returns jb_err)
hal9 [Wed, 8 May 2002 13:48:18 +0000 (13:48 +0000)]
Ooops, that trashed JB v2.0.2 comment. Fixed.
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.
hal9 [Tue, 7 May 2002 00:37:31 +0000 (00:37 +0000)]
Put doc license back to GPL.
oes [Mon, 6 May 2002 07:56:50 +0000 (07:56 +0000)]
Made actions_to_html independent of FEATURE_CGI_EDIT_ACTIONS
hal9 [Sun, 5 May 2002 20:33:02 +0000 (20:33 +0000)]
Sync with source for copyright vs license.
hal9 [Sun, 5 May 2002 20:32:26 +0000 (20:32 +0000)]
Sync with sgml to cleanup copyright vs license.
hal9 [Sun, 5 May 2002 20:29:59 +0000 (20:29 +0000)]
Ooops, fixing an accidental delete of title element.
hal9 [Sun, 5 May 2002 20:26:02 +0000 (20:26 +0000)]
Sorting out license vs copyright in these docs.
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.
hal9 [Sun, 5 May 2002 17:36:03 +0000 (17:36 +0000)]
Sync with sources.
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.
swa [Sun, 5 May 2002 13:46:59 +0000 (13:46 +0000)]
put contact section back into readme.
new structure creates TOC ;-(
swa [Sat, 4 May 2002 08:44:45 +0000 (08:44 +0000)]
bumped version
swa [Sat, 4 May 2002 08:42:07 +0000 (08:42 +0000)]
generated file
swa [Sat, 4 May 2002 08:41:23 +0000 (08:41 +0000)]
generated
swa [Sat, 4 May 2002 08:33:09 +0000 (08:33 +0000)]
copied hal's fixed to print section
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.
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.
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.
hal9 [Fri, 3 May 2002 23:13:23 +0000 (23:13 +0000)]
-Make TOC on titlepage without first section, and without kludge.
jongfoster [Fri, 3 May 2002 23:00:38 +0000 (23:00 +0000)]
Support for templates for "standard actions" buttons.
See bug #549871
jongfoster [Fri, 3 May 2002 22:58:15 +0000 (22:58 +0000)]
Fixing link target in all URLs section
jongfoster [Fri, 3 May 2002 22:54:24 +0000 (22:54 +0000)]
Version number bump to 2.9.15
oes [Fri, 3 May 2002 17:46:00 +0000 (17:46 +0000)]
Further proofread & reactivated short build instructions
oes [Fri, 3 May 2002 17:43:22 +0000 (17:43 +0000)]
reordered, brushed, still needs more work (see FIXME)
oes [Fri, 3 May 2002 17:41:41 +0000 (17:41 +0000)]
Added some links
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
oes [Fri, 3 May 2002 14:36:28 +0000 (14:36 +0000)]
ldp.dsl now generated by configure
oes [Fri, 3 May 2002 14:35:01 +0000 (14:35 +0000)]
Now generated by configure; deleting
oes [Fri, 3 May 2002 14:33:59 +0000 (14:33 +0000)]
Generate doc/soucre/ldp.dsl
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
hal9 [Fri, 3 May 2002 05:06:44 +0000 (05:06 +0000)]
Add brief Q/A on transparent proxies.
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.
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.
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.
hal9 [Fri, 3 May 2002 01:34:52 +0000 (01:34 +0000)]
Fix section numbering for new sections (due to TOC kludge).
hal9 [Fri, 3 May 2002 01:11:01 +0000 (01:11 +0000)]
Done.
oes [Fri, 3 May 2002 00:41:56 +0000 (00:41 +0000)]
Set version to 2.9.15 to comply with new versioning scheme
swa [Thu, 2 May 2002 18:04:30 +0000 (18:04 +0000)]
generated
oes [Thu, 2 May 2002 15:08:25 +0000 (15:08 +0000)]
Added explanation about version numbers and RPM package revisions
oes [Tue, 30 Apr 2002 15:26:53 +0000 (15:26 +0000)]
.
oes [Tue, 30 Apr 2002 12:06:12 +0000 (12:06 +0000)]
Deleted unused code from default_cgi
oes [Tue, 30 Apr 2002 12:02:07 +0000 (12:02 +0000)]
Nit: updated a comment
oes [Tue, 30 Apr 2002 11:14:52 +0000 (11:14 +0000)]
Made csp the first parameter in *action_to_html
oes [Mon, 29 Apr 2002 17:30:20 +0000 (17:30 +0000)]
Fixed BML link text
oes [Mon, 29 Apr 2002 17:25:38 +0000 (17:25 +0000)]
Fixed AF feedback link
hal9 [Mon, 29 Apr 2002 03:36:29 +0000 (03:36 +0000)]
Sync with source.
hal9 [Mon, 29 Apr 2002 03:09:37 +0000 (03:09 +0000)]
Sync.
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.
hal9 [Mon, 29 Apr 2002 03:05:55 +0000 (03:05 +0000)]
Add clarification on differences of new actions files.
hal9 [Mon, 29 Apr 2002 02:20:59 +0000 (02:20 +0000)]
Sync.
hal9 [Mon, 29 Apr 2002 02:20:31 +0000 (02:20 +0000)]
Add info on steps for uploading and the release process on SF.
jongfoster [Sun, 28 Apr 2002 22:34:47 +0000 (22:34 +0000)]
It looks like this file got filtered through +kill-popups ;-)
swa [Sun, 28 Apr 2002 17:24:53 +0000 (17:24 +0000)]
generated
swa [Sun, 28 Apr 2002 16:59:05 +0000 (16:59 +0000)]
more structure in starting section
swa [Sun, 28 Apr 2002 16:58:13 +0000 (16:58 +0000)]
bookmark texts
swa [Sun, 28 Apr 2002 16:56:47 +0000 (16:56 +0000)]
bookmarklet text
swa [Sun, 28 Apr 2002 16:22:56 +0000 (16:22 +0000)]
bookmark text
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 :(
hal9 [Sat, 27 Apr 2002 21:05:27 +0000 (21:05 +0000)]
Paste in text for user-manual option from user-manual section.
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.
swa [Sat, 27 Apr 2002 20:27:43 +0000 (20:27 +0000)]
no longer needed due to new
PACKAGE_VERSION process
swa [Sat, 27 Apr 2002 20:26:59 +0000 (20:26 +0000)]
uid, gui 73 incorporated
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
swa [Sat, 27 Apr 2002 15:41:47 +0000 (15:41 +0000)]
generated
swa [Sat, 27 Apr 2002 15:37:25 +0000 (15:37 +0000)]
replacing directory in document creation process
no longer necessary.
swa [Sat, 27 Apr 2002 15:34:27 +0000 (15:34 +0000)]
prettyfied printing.
swa [Sat, 27 Apr 2002 08:25:02 +0000 (08:25 +0000)]
.
swa [Sat, 27 Apr 2002 08:24:15 +0000 (08:24 +0000)]
we want pretty pdf docs
swa [Sat, 27 Apr 2002 08:23:29 +0000 (08:23 +0000)]
pdf process reviewed and cleaned up
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).
hal9 [Sat, 27 Apr 2002 05:28:13 +0000 (05:28 +0000)]
Sync.
morcego [Sat, 27 Apr 2002 04:55:53 +0000 (04:55 +0000)]
privoxy-cl.spec now gets removed by clobber target
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)
morcego [Sat, 27 Apr 2002 04:49:11 +0000 (04:49 +0000)]
Adding license and copyright comments.
morcego [Sat, 27 Apr 2002 04:45:50 +0000 (04:45 +0000)]
Added privoxy-cl.spec to the list of file to 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
morcego [Sat, 27 Apr 2002 03:43:30 +0000 (03:43 +0000)]
Adding new package target: Conectiva
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.
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.
jongfoster [Fri, 26 Apr 2002 21:53:30 +0000 (21:53 +0000)]
Fixing a memory leak. (Near, but not caused by, my earlier commit).
jongfoster [Fri, 26 Apr 2002 21:50:02 +0000 (21:50 +0000)]
Honouring default exports in edit-actions-for-url-filter template.
jongfoster [Fri, 26 Apr 2002 21:37:50 +0000 (21:37 +0000)]
Fixing all(?) the substitutions that were broken in the
recent actions rename.
jongfoster [Fri, 26 Apr 2002 19:44:01 +0000 (19:44 +0000)]
Adding real names as well as e-mails
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.
swa [Fri, 26 Apr 2002 19:03:18 +0000 (19:03 +0000)]
.
swa [Fri, 26 Apr 2002 18:59:09 +0000 (18:59 +0000)]
.
jongfoster [Fri, 26 Apr 2002 18:32:57 +0000 (18:32 +0000)]
Fixing a memory leak on error
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
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
jongfoster [Fri, 26 Apr 2002 18:26:09 +0000 (18:26 +0000)]
Bumping version numbers