Fabian Keil [Wed, 18 Mar 2009 21:56:30 +0000 (21:56 +0000)]
In init_error_log(), suppress the "(Re-)Opening logfile" message if
we're still logging to stderr. This restores the "silent mode", but
with LOG_LEVEL_INFO enabled, the show_version() info is written to
the logfile as intended.
Fabian Keil [Wed, 18 Mar 2009 21:46:26 +0000 (21:46 +0000)]
Revert the last commit as there's a better way.
Fabian Keil [Wed, 18 Mar 2009 21:01:20 +0000 (21:01 +0000)]
Comment fix. Spotted by Roland.
Fabian Keil [Wed, 18 Mar 2009 20:48:42 +0000 (20:48 +0000)]
If the --no-daemon option is used, enable LOG_LEVEL_INFO
before the config file has been parsed (as we always did).
Fabian Keil [Wed, 18 Mar 2009 20:43:19 +0000 (20:43 +0000)]
Don't enable LOG_LEVEL_INFO by default and don't apply the user's
debug settings until the logfile has been opened (if there is one).
Patch submitted by Roland in #
2624120.
Fabian Keil [Sun, 15 Mar 2009 19:31:36 +0000 (19:31 +0000)]
Update "What's New in this Release" section.
Fabian Keil [Sun, 15 Mar 2009 18:28:49 +0000 (18:28 +0000)]
Add changes since 3.0.11.
Fabian Keil [Sun, 15 Mar 2009 14:59:34 +0000 (14:59 +0000)]
Cosmetics.
Fabian Keil [Sat, 14 Mar 2009 15:31:58 +0000 (15:31 +0000)]
Highlight: Info: Buffer limit reached while extending the buffer (iob). Needed:
4197470. Limit:
4194304
Ignore: Info: Flushing header and buffers. Stepping back from filtering.
Fabian Keil [Fri, 13 Mar 2009 14:10:07 +0000 (14:10 +0000)]
Fix some more harmless warnings on amd64.
Fabian Keil [Mon, 9 Mar 2009 19:02:09 +0000 (19:02 +0000)]
Request the default charset in LogPutStringNoMatch().
Submitted by Burberry in #
2674342 as fix for #
2662382.
Fabian Keil [Mon, 9 Mar 2009 18:32:48 +0000 (18:32 +0000)]
Use the Privoxy icon in the alt+tab window.
Patch submitted by Burberry in #
2674342.
Fabian Keil [Mon, 9 Mar 2009 17:29:08 +0000 (17:29 +0000)]
As of r1.88, the show-status page can use a single line for
warnings about ignored directives and the names of the ignored
directives themselves. Reminded by Lee, finally closes #
1856559.
Fabian Keil [Sun, 8 Mar 2009 19:29:16 +0000 (19:29 +0000)]
Reinitialize the timeout structure every time before passing
it to select(). Apparently some implementations mess with it.
Probably fixes #
2669131 reported by cyberpatrol.
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).
Fabian Keil [Sun, 8 Mar 2009 14:12:51 +0000 (14:12 +0000)]
All the CSP_FLAG_FOO bit masks should be unsigned ints.
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.
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.
Fabian Keil [Sat, 7 Mar 2009 12:56:12 +0000 (12:56 +0000)]
Add log_error() support for unsigned long long (%lld).
Fabian Keil [Sat, 7 Mar 2009 11:34:36 +0000 (11:34 +0000)]
Omit timestamp and thread id in the mingw32 message box.
Fabian Keil [Sat, 7 Mar 2009 11:17:01 +0000 (11:17 +0000)]
Fix compiler warning.
Fabian Keil [Fri, 6 Mar 2009 20:30:13 +0000 (20:30 +0000)]
Log unsigned values as such.
Fabian Keil [Wed, 4 Mar 2009 18:24:47 +0000 (18:24 +0000)]
No need to create empty strings manually, strdup("") FTW.
Lee [Wed, 4 Mar 2009 15:05:00 +0000 (15:05 +0000)]
NYT home page formatting is broken; need to allow their .css files
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.
hal9 [Sun, 1 Mar 2009 18:55:18 +0000 (18:55 +0000)]
Update README to reflect the code is in development mode.
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.
Fabian Keil [Sun, 1 Mar 2009 18:43:48 +0000 (18:43 +0000)]
Help clang understand that we aren't dereferencing
NULL pointers here.
Fabian Keil [Sun, 1 Mar 2009 18:43:09 +0000 (18:43 +0000)]
Fix cparser warnings.
Fabian Keil [Sun, 1 Mar 2009 18:34:24 +0000 (18:34 +0000)]
Help clang understand that we aren't dereferencing
NULL pointers here.
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
Lee [Sun, 1 Mar 2009 18:31:43 +0000 (18:31 +0000)]
more things to block
Fabian Keil [Sun, 1 Mar 2009 18:28:24 +0000 (18:28 +0000)]
Help clang understand that we aren't dereferencing
NULL pointers here.
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.
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.
Fabian Keil [Fri, 27 Feb 2009 18:35:22 +0000 (18:35 +0000)]
Cosmetics.
Fabian Keil [Wed, 25 Feb 2009 19:01:57 +0000 (19:01 +0000)]
Fix typo.
Fabian Keil [Wed, 25 Feb 2009 18:56:10 +0000 (18:56 +0000)]
All your trailing white space are belong to us.
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.
Fabian Keil [Wed, 25 Feb 2009 16:58:03 +0000 (16:58 +0000)]
And the journey continues. Bump version to 3.0.12 UNRELEASED.
Fabian Keil [Mon, 23 Feb 2009 10:42:58 +0000 (10:42 +0000)]
Move the developer manual link to the other privoxy.org links.
Fabian Keil [Mon, 23 Feb 2009 09:50:07 +0000 (09:50 +0000)]
If --verbose is set, log which tests were skipped and why.
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.
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.
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.
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.
Fabian Keil [Sat, 21 Feb 2009 14:54:10 +0000 (14:54 +0000)]
Fix the tarball name here as well.
Fabian Keil [Sat, 21 Feb 2009 14:36:25 +0000 (14:36 +0000)]
Fix ampersand encoding in URLs.
hal9 [Sat, 21 Feb 2009 13:27:58 +0000 (13:27 +0000)]
Fix the stable designation on the tarball name for stable builds.
Fabian Keil [Sat, 21 Feb 2009 13:01:51 +0000 (13:01 +0000)]
Make blogspot's feed magic slightly more reliable.
Fabian Keil [Sat, 21 Feb 2009 09:33:14 +0000 (09:33 +0000)]
Fix umlauts.
hal9 [Sat, 21 Feb 2009 00:10:33 +0000 (00:10 +0000)]
Text 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.
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.
Fabian Keil [Thu, 19 Feb 2009 18:09:32 +0000 (18:09 +0000)]
Unbreak build without FEATURE_CONNECTION_KEEP_ALIVE.
Noticed by David.
Fabian Keil [Thu, 19 Feb 2009 17:26:26 +0000 (17:26 +0000)]
Add a Notes section for the keep-alive-timeout description.
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.
Fabian Keil [Thu, 19 Feb 2009 17:05:05 +0000 (17:05 +0000)]
Explain slowness when build with Gentoo's portage.
Fabian Keil [Thu, 19 Feb 2009 16:59:41 +0000 (16:59 +0000)]
Add a Notes section for the keep-alive-timeout description.
Fabian Keil [Thu, 19 Feb 2009 14:12:02 +0000 (14:12 +0000)]
Change link to the project page to https://.
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.
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.
hal9 [Wed, 18 Feb 2009 23:40:56 +0000 (23:40 +0000)]
Removing duplicate file. This was moved to the webserver directory previously.
Fabian Keil [Wed, 18 Feb 2009 18:58:46 +0000 (18:58 +0000)]
Make it clear that only outgoing connection will be kept alive.
Fabian Keil [Wed, 18 Feb 2009 18:55:34 +0000 (18:55 +0000)]
Add some more information about the release cycle change.
Fabian Keil [Mon, 16 Feb 2009 17:10:34 +0000 (17:10 +0000)]
Fix entry about shortened log messages. Noticed by Lee.
Fabian Keil [Mon, 16 Feb 2009 17:08:41 +0000 (17:08 +0000)]
Parentheses should match.
Fabian Keil [Mon, 16 Feb 2009 17:00:23 +0000 (17:00 +0000)]
Fix entry about shortened log messages. Noticed by Lee.
hal9 [Mon, 16 Feb 2009 03:22:01 +0000 (03:22 +0000)]
Updated README for next release.
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.
hal9 [Sun, 15 Feb 2009 20:47:12 +0000 (20:47 +0000)]
Fix small typo.
hal9 [Sun, 15 Feb 2009 20:46:13 +0000 (20:46 +0000)]
Update Outlook HTML rendering engine comments re: Office 2007.
hal9 [Sun, 15 Feb 2009 20:30:53 +0000 (20:30 +0000)]
Updated for recent changes to the main man page.
hal9 [Sun, 15 Feb 2009 18:58:57 +0000 (18:58 +0000)]
Updated man page with shortened See Also, and removed Sample Configuration.
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.
hal9 [Sun, 15 Feb 2009 18:56:58 +0000 (18:56 +0000)]
Commented out all non-Privoxy links.
hal9 [Sun, 15 Feb 2009 18:48:03 +0000 (18:48 +0000)]
Updated html man page (using man2html target).
Fabian Keil [Sun, 15 Feb 2009 17:30:01 +0000 (17:30 +0000)]
Mention match-all.action as default configuration file.
Fabian Keil [Sun, 15 Feb 2009 17:18:14 +0000 (17:18 +0000)]
- 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.
Fabian Keil [Sun, 15 Feb 2009 15:19:35 +0000 (15:19 +0000)]
Remove white space before period.
Fabian Keil [Sun, 15 Feb 2009 15:11:11 +0000 (15:11 +0000)]
Add match-all.action to the files section.
Fabian Keil [Sun, 15 Feb 2009 14:49:10 +0000 (14:49 +0000)]
Add some more hide-referrer{conditional-*}} tests.
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.
Fabian Keil [Sun, 15 Feb 2009 13:09:52 +0000 (13:09 +0000)]
Add match-all.action to the files section.
Fabian Keil [Sun, 15 Feb 2009 08:30:12 +0000 (08:30 +0000)]
Update website copyright.
Fabian Keil [Sun, 15 Feb 2009 08:23:06 +0000 (08:23 +0000)]
Manually fix tarball and directory name here as well.
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.
Fabian Keil [Sun, 15 Feb 2009 08:10:38 +0000 (08:10 +0000)]
Rebuild with updated features list.
Fabian Keil [Sun, 15 Feb 2009 08:08:33 +0000 (08:08 +0000)]
Rebuild with default socket timeout increased to 300 seconds.
Fabian Keil [Sun, 15 Feb 2009 08:06:22 +0000 (08:06 +0000)]
Increase 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.
Fabian Keil [Sat, 14 Feb 2009 18:15:53 +0000 (18:15 +0000)]
Import ChangeLog.
Fabian Keil [Sat, 14 Feb 2009 18:01:00 +0000 (18:01 +0000)]
Import ChangeLog.
Fabian Keil [Sat, 14 Feb 2009 17:37:13 +0000 (17:37 +0000)]
Add two additional entries, be more honest in another one.
Fabian Keil [Sat, 14 Feb 2009 17:11:55 +0000 (17:11 +0000)]
Move mingw32 entries to the end of the list.
Fabian Keil [Sat, 14 Feb 2009 16:21:17 +0000 (16:21 +0000)]
The mystery of the mingw32 taskbar icon has been solved.
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.
Fabian Keil [Sat, 14 Feb 2009 14:38:21 +0000 (14:38 +0000)]
Cosmetics.
Fabian Keil [Sat, 14 Feb 2009 13:30:17 +0000 (13:30 +0000)]
Regenerate with completed selinux section.