privoxy.git
15 years agoFix justified (but harmless) compiler warnings
Fabian Keil [Sun, 8 Mar 2009 14:19:23 +0000 (14:19 +0000)]
Fix justified (but harmless) compiler warnings
on platforms where sizeof(int) < sizeof(long).

15 years agoAll the CSP_FLAG_FOO bit masks should be unsigned ints.
Fabian Keil [Sun, 8 Mar 2009 14:12:51 +0000 (14:12 +0000)]
All the CSP_FLAG_FOO bit masks should be unsigned ints.

15 years agoFix two mingw32-only buffer overflows. Note that triggering
Fabian Keil [Sat, 7 Mar 2009 17:58:02 +0000 (17:58 +0000)]
Fix two mingw32-only buffer overflows. Note that triggering
them requires control over the configuration file in which
case all bets are off anyway.

15 years agoChange csp->expected_content and_csp->expected_content_length from
Fabian Keil [Sat, 7 Mar 2009 13:09:17 +0000 (13:09 +0000)]
Change csp->expected_content and_csp->expected_content_length from
size_t to unsigned long long to reduce the likelihood of integer
overflows that would let us close the connection prematurely.
Bug found while investigating #2669131, reported by cyberpatrol.

15 years agoAdd log_error() support for unsigned long long (%lld).
Fabian Keil [Sat, 7 Mar 2009 12:56:12 +0000 (12:56 +0000)]
Add log_error() support for unsigned long long (%lld).

15 years agoOmit timestamp and thread id in the mingw32 message box.
Fabian Keil [Sat, 7 Mar 2009 11:34:36 +0000 (11:34 +0000)]
Omit timestamp and thread id in the mingw32 message box.

15 years agoFix compiler warning.
Fabian Keil [Sat, 7 Mar 2009 11:17:01 +0000 (11:17 +0000)]
Fix compiler warning.

15 years agoLog unsigned values as such.
Fabian Keil [Fri, 6 Mar 2009 20:30:13 +0000 (20:30 +0000)]
Log unsigned values as such.

15 years agoNo need to create empty strings manually, strdup("") FTW.
Fabian Keil [Wed, 4 Mar 2009 18:24:47 +0000 (18:24 +0000)]
No need to create empty strings manually, strdup("") FTW.

15 years agoNYT home page formatting is broken; need to allow their .css files
Lee [Wed, 4 Mar 2009 15:05:00 +0000 (15:05 +0000)]
NYT home page formatting is broken; need to allow their .css files

15 years agoStreamline parse_http_request()'s prototype. As
Fabian Keil [Mon, 2 Mar 2009 19:18:11 +0000 (19:18 +0000)]
Streamline parse_http_request()'s prototype. As
cparser pointed out it doesn't actually use csp.

15 years agoUpdate README to reflect the code is in development mode.
hal9 [Sun, 1 Mar 2009 18:55:18 +0000 (18:55 +0000)]
Update README to reflect the code is in development mode.

15 years ago- Help clang understand that we aren't
Fabian Keil [Sun, 1 Mar 2009 18:46:33 +0000 (18:46 +0000)]
- Help clang understand that we aren't
  dereferencing NULL pointers here.
- Some style fixes in the modified region.

15 years agoHelp clang understand that we aren't dereferencing
Fabian Keil [Sun, 1 Mar 2009 18:43:48 +0000 (18:43 +0000)]
Help clang understand that we aren't dereferencing
NULL pointers here.

15 years agoFix cparser warnings.
Fabian Keil [Sun, 1 Mar 2009 18:43:09 +0000 (18:43 +0000)]
Fix cparser warnings.

15 years agoHelp clang understand that we aren't dereferencing
Fabian Keil [Sun, 1 Mar 2009 18:34:24 +0000 (18:34 +0000)]
Help clang understand that we aren't dereferencing
NULL pointers here.

15 years agocouple of changes to the yahoo filter
Lee [Sun, 1 Mar 2009 18:33:17 +0000 (18:33 +0000)]
couple of changes to the yahoo filter
-get a bigger email message reply textarea
-block a few more ads
-remove the now useless northbanner css change

15 years agomore things to block
Lee [Sun, 1 Mar 2009 18:31:43 +0000 (18:31 +0000)]
more things to block

15 years agoHelp clang understand that we aren't dereferencing
Fabian Keil [Sun, 1 Mar 2009 18:28:24 +0000 (18:28 +0000)]
Help clang understand that we aren't dereferencing
NULL pointers here.

15 years agoGimme a break or two. Don't let the show-status page
Fabian Keil [Sat, 28 Feb 2009 10:57:10 +0000 (10:57 +0000)]
Gimme a break or two. Don't let the show-status page
link to the website documentation for the user-manual
directive itself.

15 years agopcrs.o doesn't depend on pcre/pcre.h if we are linking
Fabian Keil [Sat, 28 Feb 2009 08:28:14 +0000 (08:28 +0000)]
pcrs.o doesn't depend on pcre/pcre.h if we are linking
dynamically. Patch provided by drauh in #2056286.

15 years agoCosmetics.
Fabian Keil [Fri, 27 Feb 2009 18:35:22 +0000 (18:35 +0000)]
Cosmetics.

15 years agoFix typo.
Fabian Keil [Wed, 25 Feb 2009 19:01:57 +0000 (19:01 +0000)]
Fix typo.

15 years agoAll your trailing white space are belong to us.
Fabian Keil [Wed, 25 Feb 2009 18:56:10 +0000 (18:56 +0000)]
All your trailing white space are belong to us.

15 years agoAdd the cli option --show-skipped-tests to log
Fabian Keil [Wed, 25 Feb 2009 17:18:47 +0000 (17:18 +0000)]
Add the cli option --show-skipped-tests to log
skipped tests even if verbose mode is off.

15 years agoAnd the journey continues. Bump version to 3.0.12 UNRELEASED.
Fabian Keil [Wed, 25 Feb 2009 16:58:03 +0000 (16:58 +0000)]
And the journey continues. Bump version to 3.0.12 UNRELEASED.

15 years agoMove the developer manual link to the other privoxy.org links.
Fabian Keil [Mon, 23 Feb 2009 10:42:58 +0000 (10:42 +0000)]
Move the developer manual link to the other privoxy.org links.

15 years agoIf --verbose is set, log which tests were skipped and why.
Fabian Keil [Mon, 23 Feb 2009 09:50:07 +0000 (09:50 +0000)]
If --verbose is set, log which tests were skipped and why.

15 years ago- Change the link to the developer manual to point to the
Fabian Keil [Mon, 23 Feb 2009 09:03:12 +0000 (09:03 +0000)]
- Change the link to the developer manual to point to the
  version on the web. Relative links don't work if Privoxy
  is delivering the user manual. Noticed by Lee.
- Remove an incorrect line break in the untar instructions
  and fix the directory name.

15 years agoLet the level 9 dependency check accept relative paths.
Fabian Keil [Sun, 22 Feb 2009 15:07:58 +0000 (15:07 +0000)]
Let the level 9 dependency check accept relative paths.
Noticed by Lee.

15 years agoUpdates to the 'make webserver' target that recreates the home page and uploads
hal9 [Sun, 22 Feb 2009 14:48:31 +0000 (14:48 +0000)]
Updates to the 'make webserver' target that recreates the home page and uploads
fresh documents to reflect new SF realities, and more explanation of process.

15 years ago- Remove the link to http://www.waldherr.org/junkbuster/
Fabian Keil [Sun, 22 Feb 2009 11:05:21 +0000 (11:05 +0000)]
- Remove the link to www.waldherr.org/junkbuster/
  which no longer exists.
- Cosmetics.

15 years agoFix the tarball name here as well.
Fabian Keil [Sat, 21 Feb 2009 14:54:10 +0000 (14:54 +0000)]
Fix the tarball name here as well.

15 years agoFix ampersand encoding in URLs.
Fabian Keil [Sat, 21 Feb 2009 14:36:25 +0000 (14:36 +0000)]
Fix ampersand encoding in URLs.

15 years agoFix the stable designation on the tarball name for stable builds.
hal9 [Sat, 21 Feb 2009 13:27:58 +0000 (13:27 +0000)]
Fix the stable designation on the tarball name for stable builds.

15 years agoMake blogspot's feed magic slightly more reliable.
Fabian Keil [Sat, 21 Feb 2009 13:01:51 +0000 (13:01 +0000)]
Make blogspot's feed magic slightly more reliable.

15 years agoFix umlauts.
Fabian Keil [Sat, 21 Feb 2009 09:33:14 +0000 (09:33 +0000)]
Fix umlauts.

15 years agoText docs for 3.0.11 release.
hal9 [Sat, 21 Feb 2009 00:10:33 +0000 (00:10 +0000)]
Text docs for 3.0.11 release.

15 years agoUpdated build of html docs for 3.0.11 release.
hal9 [Sat, 21 Feb 2009 00:07:43 +0000 (00:07 +0000)]
Updated build of html docs for 3.0.11 release.

15 years agoRemoving announce.sgml and the last vestiges of the announce target from the
hal9 [Fri, 20 Feb 2009 23:58:39 +0000 (23:58 +0000)]
Removing announce.sgml and the last vestiges of the announce target from the
makefile. Its not used any more.

15 years agoUnbreak build without FEATURE_CONNECTION_KEEP_ALIVE.
Fabian Keil [Thu, 19 Feb 2009 18:09:32 +0000 (18:09 +0000)]
Unbreak build without FEATURE_CONNECTION_KEEP_ALIVE.
Noticed by David.

15 years agoAdd a Notes section for the keep-alive-timeout description.
Fabian Keil [Thu, 19 Feb 2009 17:26:26 +0000 (17:26 +0000)]
Add a Notes section for the keep-alive-timeout description.

15 years ago- Copy the release cycle description from announce.txt into
Fabian Keil [Thu, 19 Feb 2009 17:14:11 +0000 (17:14 +0000)]
- Copy the release cycle description from announce.txt into
  the "What's New" section.
- Stop referring to the ChangeLog for a "complete list of changes".
  The "What's New" section already contains the complete list.

15 years agoExplain slowness when build with Gentoo's portage.
Fabian Keil [Thu, 19 Feb 2009 17:05:05 +0000 (17:05 +0000)]
Explain slowness when build with Gentoo's portage.

15 years agoAdd a Notes section for the keep-alive-timeout description.
Fabian Keil [Thu, 19 Feb 2009 16:59:41 +0000 (16:59 +0000)]
Add a Notes section for the keep-alive-timeout description.

15 years agoChange link to the project page to https://.
Fabian Keil [Thu, 19 Feb 2009 14:12:02 +0000 (14:12 +0000)]
Change link to the project page to https://.

15 years ago- Update "About Privoxy:" section with the text from privoxy.sgml.
Fabian Keil [Thu, 19 Feb 2009 13:55:49 +0000 (13:55 +0000)]
- Update "About Privoxy:" section with the text from privoxy.sgml.
- Some white-space and line-break fixes.

15 years agoMake some links in seealso conditional. Man page is now privoxy only links.
hal9 [Thu, 19 Feb 2009 02:20:22 +0000 (02:20 +0000)]
Make some links in seealso conditional. Man page is now privoxy only links.

15 years agoRemoving duplicate file. This was moved to the webserver directory previously.
hal9 [Wed, 18 Feb 2009 23:40:56 +0000 (23:40 +0000)]
Removing duplicate file. This was moved to the webserver directory previously.

15 years agoMake it clear that only outgoing connection will be kept alive.
Fabian Keil [Wed, 18 Feb 2009 18:58:46 +0000 (18:58 +0000)]
Make it clear that only outgoing connection will be kept alive.

15 years agoAdd some more information about the release cycle change.
Fabian Keil [Wed, 18 Feb 2009 18:55:34 +0000 (18:55 +0000)]
Add some more information about the release cycle change.

15 years agoFix entry about shortened log messages. Noticed by Lee.
Fabian Keil [Mon, 16 Feb 2009 17:10:34 +0000 (17:10 +0000)]
Fix entry about shortened log messages. Noticed by Lee.

15 years agoParentheses should match.
Fabian Keil [Mon, 16 Feb 2009 17:08:41 +0000 (17:08 +0000)]
Parentheses should match.

15 years agoFix entry about shortened log messages. Noticed by Lee.
Fabian Keil [Mon, 16 Feb 2009 17:00:23 +0000 (17:00 +0000)]
Fix entry about shortened log messages. Noticed by Lee.

15 years agoUpdated README for next release.
hal9 [Mon, 16 Feb 2009 03:22:01 +0000 (03:22 +0000)]
Updated README for next release.

15 years agoThis is the announcement text that is linked from privoxy.org/index.html.
hal9 [Mon, 16 Feb 2009 03:04:26 +0000 (03:04 +0000)]
This is the announcement text that is linked from privoxy.org/index.html.

15 years agoFix small typo.
hal9 [Sun, 15 Feb 2009 20:47:12 +0000 (20:47 +0000)]
Fix small typo.

15 years agoUpdate Outlook HTML rendering engine comments re: Office 2007.
hal9 [Sun, 15 Feb 2009 20:46:13 +0000 (20:46 +0000)]
Update Outlook HTML rendering engine comments re: Office 2007.

15 years agoUpdated for recent changes to the main man page.
hal9 [Sun, 15 Feb 2009 20:30:53 +0000 (20:30 +0000)]
Updated for recent changes to the main man page.

15 years agoUpdated man page with shortened See Also, and removed Sample Configuration.
hal9 [Sun, 15 Feb 2009 18:58:57 +0000 (18:58 +0000)]
Updated man page with shortened See Also, and removed Sample Configuration.

15 years ago- Removed references to Netscape and Mozilla browsers as ~obsolete.
hal9 [Sun, 15 Feb 2009 18:58:15 +0000 (18:58 +0000)]
- Removed references to Netscape and Mozilla browsers as ~obsolete.
- Removed the Sample Configuration section.

15 years agoCommented out all non-Privoxy links.
hal9 [Sun, 15 Feb 2009 18:56:58 +0000 (18:56 +0000)]
Commented out all non-Privoxy links.

15 years agoUpdated html man page (using man2html target).
hal9 [Sun, 15 Feb 2009 18:48:03 +0000 (18:48 +0000)]
Updated html man page (using man2html target).

15 years agoMention match-all.action as default configuration file.
Fabian Keil [Sun, 15 Feb 2009 17:30:01 +0000 (17:30 +0000)]
Mention match-all.action as default configuration file.

15 years ago- Bump version to 3.0.11.
Fabian Keil [Sun, 15 Feb 2009 17:18:14 +0000 (17:18 +0000)]
- Bump version to 3.0.11.

15 years ago- Bump version to 3.0.11.
Fabian Keil [Sun, 15 Feb 2009 17:17:23 +0000 (17:17 +0000)]
- Bump version to 3.0.11.
- List match-all.action as %config file.

15 years agoRemove white space before period.
Fabian Keil [Sun, 15 Feb 2009 15:19:35 +0000 (15:19 +0000)]
Remove white space before period.

15 years agoAdd match-all.action to the files section.
Fabian Keil [Sun, 15 Feb 2009 15:11:11 +0000 (15:11 +0000)]
Add match-all.action to the files section.

15 years agoAdd some more hide-referrer{conditional-*}} tests.
Fabian Keil [Sun, 15 Feb 2009 14:49:10 +0000 (14:49 +0000)]
Add some more hide-referrer{conditional-*}} tests.

15 years agoDon't let hide-referrer{conditional-*}} pass
Fabian Keil [Sun, 15 Feb 2009 14:46:35 +0000 (14:46 +0000)]
Don't let hide-referrer{conditional-*}} pass
Referer headers without http URLs.

15 years agoAdd match-all.action to the files section.
Fabian Keil [Sun, 15 Feb 2009 13:09:52 +0000 (13:09 +0000)]
Add match-all.action to the files section.

15 years agoUpdate website copyright.
Fabian Keil [Sun, 15 Feb 2009 08:30:12 +0000 (08:30 +0000)]
Update website copyright.

15 years agoManually fix tarball and directory name here as well.
Fabian Keil [Sun, 15 Feb 2009 08:23:06 +0000 (08:23 +0000)]
Manually fix tarball and directory name here as well.

15 years agoRebuild and fix tarball name and directory name
Fabian Keil [Sun, 15 Feb 2009 08:19:46 +0000 (08:19 +0000)]
Rebuild and fix tarball name and directory name
manually. Should be fixed for real later on.

15 years agoRebuild with updated features list.
Fabian Keil [Sun, 15 Feb 2009 08:10:38 +0000 (08:10 +0000)]
Rebuild with updated features list.

15 years agoRebuild with default socket timeout increased to 300 seconds.
Fabian Keil [Sun, 15 Feb 2009 08:08:33 +0000 (08:08 +0000)]
Rebuild with default socket timeout increased to 300 seconds.

15 years agoIncrease default socket timeout to 300 seconds.
Fabian Keil [Sun, 15 Feb 2009 08:06:22 +0000 (08:06 +0000)]
Increase default socket timeout to 300 seconds.

15 years agoIncrease default socket timeout to 300 seconds.
Fabian Keil [Sun, 15 Feb 2009 07:56:26 +0000 (07:56 +0000)]
Increase default socket timeout to 300 seconds.

15 years agoImport ChangeLog.
Fabian Keil [Sat, 14 Feb 2009 18:15:53 +0000 (18:15 +0000)]
Import ChangeLog.

15 years agoImport ChangeLog.
Fabian Keil [Sat, 14 Feb 2009 18:01:00 +0000 (18:01 +0000)]
Import ChangeLog.

15 years agoAdd two additional entries, be more honest in another one.
Fabian Keil [Sat, 14 Feb 2009 17:37:13 +0000 (17:37 +0000)]
Add two additional entries, be more honest in another one.

15 years agoMove mingw32 entries to the end of the list.
Fabian Keil [Sat, 14 Feb 2009 17:11:55 +0000 (17:11 +0000)]
Move mingw32 entries to the end of the list.

15 years agoThe mystery of the mingw32 taskbar icon has been solved.
Fabian Keil [Sat, 14 Feb 2009 16:21:17 +0000 (16:21 +0000)]
The mystery of the mingw32 taskbar icon has been solved.

15 years agoAdd the request URL to the timeout message in chat().
Fabian Keil [Sat, 14 Feb 2009 15:32:04 +0000 (15:32 +0000)]
Add the request URL to the timeout message in chat().
Suggested by Lee.

15 years agoCosmetics.
Fabian Keil [Sat, 14 Feb 2009 14:38:21 +0000 (14:38 +0000)]
Cosmetics.

15 years agoRegenerate with completed selinux section.
Fabian Keil [Sat, 14 Feb 2009 13:30:17 +0000 (13:30 +0000)]
Regenerate with completed selinux section.

15 years agoRegenerate with recent match-all.action-related changes.
Fabian Keil [Sat, 14 Feb 2009 13:29:11 +0000 (13:29 +0000)]
Regenerate with recent match-all.action-related changes.

15 years agoUnbreak syntax.
Fabian Keil [Sat, 14 Feb 2009 13:14:03 +0000 (13:14 +0000)]
Unbreak syntax.

15 years agoMention match-all.action in the "Actions Files Tutorial" section.
Fabian Keil [Sat, 14 Feb 2009 12:51:26 +0000 (12:51 +0000)]
Mention match-all.action in the "Actions Files Tutorial" section.

15 years agoSome indentation fixes.
Fabian Keil [Sat, 14 Feb 2009 11:50:31 +0000 (11:50 +0000)]
Some indentation fixes.

15 years agoThe User-Manual says "Every config file should start with
Fabian Keil [Sat, 14 Feb 2009 10:41:07 +0000 (10:41 +0000)]
The User-Manual says "Every config file should start with
a short comment stating its purpose", so we better comply.

15 years agoFinish last paragraph in the selinux entry which
Fabian Keil [Sat, 14 Feb 2009 10:27:52 +0000 (10:27 +0000)]
Finish last paragraph in the selinux entry which
I unintentionally committed with the last commit.

15 years agoMention match-all.action in the action file descriptions.
Fabian Keil [Sat, 14 Feb 2009 10:14:42 +0000 (10:14 +0000)]
Mention match-all.action in the action file descriptions.

15 years ago- Change default max-level value to 100.
Fabian Keil [Sat, 14 Feb 2009 10:13:20 +0000 (10:13 +0000)]
- Change default max-level value to 100.
- Mark up some strangeness that should be investigated
  after the next release.
- Fix some style issues.
- Update copyright.

15 years agoDraft a bunch of new entries.
Fabian Keil [Fri, 13 Feb 2009 18:44:54 +0000 (18:44 +0000)]
Draft a bunch of new entries.

15 years agoReword keep-alive support warning and only show
Fabian Keil [Fri, 13 Feb 2009 17:20:36 +0000 (17:20 +0000)]
Reword keep-alive support warning and only show
it #if !defined(HAVE_POLL) && !defined(_WIN32).

15 years ago- Add regression test for the last commit.
Fabian Keil [Thu, 12 Feb 2009 19:08:32 +0000 (19:08 +0000)]
- Add regression test for the last commit.
- Mention regression tests in the plea on top of the file.

15 years agomore yahoo ad blocking
Lee [Thu, 12 Feb 2009 16:58:03 +0000 (16:58 +0000)]
more yahoo ad blocking

15 years agoRebuild with code declared stable.
Fabian Keil [Thu, 12 Feb 2009 16:43:38 +0000 (16:43 +0000)]
Rebuild with code declared stable.

15 years agoDeclare the code stable.
Fabian Keil [Thu, 12 Feb 2009 16:31:19 +0000 (16:31 +0000)]
Declare the code stable.