Add changes from 3.0.6-2, 3.0.6-3 and several unreleased changes
[privoxy.git] / jcc.c
2007-06-03 Fabian KeilTemporary workaround for BR#1730105.
2007-06-01 Fabian KeilUse the same mutex for gethostbyname() and gethostbyadd...
2007-06-01 Fabian KeilAdd forward-override{} to change the forwarding setting...
2007-05-24 Fabian Keil- Let usage() mention the --chroot parameter.
2007-05-16 Fabian Keil- Fix config file loading on Unix if no config file...
2007-05-04 Fabian Keil- Don't rerun crunchers that only depend on the request...
2007-04-25 Fabian KeilSupport crunching based on tags created by server-heade...
2007-04-22 Fabian KeilMake HTTP snippets static (again). Add a Content-Type...
2007-04-19 Fabian KeilMove crunching and request line rebuilding out of chat().
2007-04-15 Fabian KeilIntroduce tags as alternative way to specify which
2007-03-25 Fabian KeilDon't CLF-log CONNECT requests twice.
2007-03-20 Fabian KeilLog the source address for ACL-related connection drops.
2007-03-17 Fabian KeilNew config option: enforce-blocks.
2007-03-09 Fabian Keil- Move null byte check into separate function.
2007-02-23 Fabian KeilSpeed up NULL byte escaping and only log the complete
2007-02-21 Fabian KeilAnswer requests that contain NULL bytes with
2007-02-07 Fabian Keil- Move delivery and logging of crunched responses
2007-01-27 Fabian KeilMove mutex initialization into separate
2007-01-26 Fabian Keil- Start to reduce chat()'s line count and move
2007-01-25 Fabian Keil- Add Proxy-Agent header to HTTP snippets that are
2007-01-07 joergsAmigaOS4 support added.
2006-12-31 Fabian KeilAdded config option accept-intercepted-requests
2006-12-29 Fabian KeilReverted parts of my last commit
2006-12-29 Fabian KeilFixed gcc43 conversion warnings.
2006-12-27 Fabian KeilFix -pedantic ISO C warning about converting
2006-12-26 Fabian KeilSilence compiler warning I introduced with my last...
2006-12-26 Fabian KeilMutex protect rand() if POSIX threading
2006-12-23 Fabian KeilDon't prevent core dumps by catching SIGABRT.
2006-12-13 anonymousFix build failure on MacOS X. Global symbols can be...
2006-12-06 Fabian KeilPrivoxy is now able to run as intercepting
2006-11-28 Fabian KeilOnly unlink the pidfile if it's actually used.
2006-11-13 Fabian KeilMake pthread mutex locking more generic. Instead of
2006-11-06 Fabian KeilMove pthread.h inclusion from jcc.c to jcc.h.
2006-11-06 Fabian KeilDon't exit after receiving the second SIGHUP on Solaris.
2006-09-23 Roland RosenfeldReplace TABs by spaces in source code.
2006-09-21 Fabian KeilFix +redirect{}. Didn't work with -fast-redirects.
2006-09-06 Fabian KeilRespond with 400 and a short text message
2006-09-06 Fabian KeilMake number of retries in case of forwarded-connect...
2006-09-03 Fabian KeilSet random(3) seed.
2006-09-02 Fabian KeilFollow the OpenBSD port's lead and protect the resolve
2006-08-24 Fabian Keil--user fix. Only use the user as group if no group...
2006-08-18 David SchmidtWindows service (re-)integration
2006-08-15 David SchmidtWindows service integration
2006-08-03 David SchmidtIncorporate Fabian Keil's patch work:\rfabiankeil.de...
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-05-08 oesChat's buffer handling:
2002-04-08 swafixed JB spelling
2002-04-02 oesMade sending wafers independent of FEATURE_COOKIE_JAR
2002-03-31 jongfosterWin32 only: Enabling STRICT to fix a VC++ compile warning.
2002-03-27 David SchmidtMore compiler warning message maintenance
2002-03-26 swawe have a new homepage!
2002-03-25 David SchmidtWorkaround for closing the jarfile before load_config...
2002-03-24 jongfosterName changes
2002-03-24 swaname change related issues
2002-03-16 jongfosterAdding graceful termination feature, to help look for...
2002-03-13 jongfosterKilling warnings
2002-03-12 oesIntroduced modular filters
2002-03-11 David SchmidtOS/2 port maintenance:
2002-03-09 jongfoster- Making various functions return int rather than size_t.
2002-03-08 oesAdded optional group supplement to --user option. Will...
2002-03-07 oes - Fixed compiler warnings etc
2002-03-06 jongfosterAutomated function-comment nitpicking.
2002-03-06 oesFixed stupid bug when --user was not given
2002-03-06 jongfosterFixing warning on Windows
2002-03-05 hal9Stray character 's' on line 1618 was breaking build.
2002-03-05 David Schmidt- Re-enable OS/2 building after new parms were added
2002-03-05 oesAdded --user option
2002-03-05 oesDeleted non-errlog debugging code
2002-03-04 jongfosterSplitting off bind_port() call into bind_port_helper...
2002-03-04 oesFixed usage info
2002-03-04 oes- Removed _DEBUG mode
2002-03-03 oesRe-enabled automatic config reloading
2002-03-03 oesFixed CLF logging: Now uses client's original HTTP...
2002-03-03 joergsMade jumbjuster work on AmigaOS again.
2002-03-02 David SchmidtClean up a little CRLF unpleasantness that suddenly...
2002-02-20 jongfosterDetecting some out-of memory conditions and exiting...
2002-01-17 jongfosterMoving all our URL and URL pattern parsing code to...
2001-12-30 steudten- Add signal handling (unix)
2001-12-13 oesFixed Bug: 503 error page now sent OK
2001-11-30 jongfosterRenaming the Win32 config file to config.txt - this...
2001-11-16 jongfosterChanging the tty-disconnection code to use setsid().
2001-11-13 jongfosterTabs->spaces, fixing a bug with missing {} around an...
2001-11-13 jongfosterPatch for FreeBSD setpgrp() as suggested by Alexander...
2001-11-07 steudtenGive reliable return value if an error
2001-11-05 steudtenAdd changes to be a real daemon just for unix os.
2001-10-26 jongfosterFixing type mismatch
2001-10-26 oesCosmetics
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-10-23 jongfosterAdded call to initialize the (statically-allocated...
2001-10-10 jongfosterMoving some code that wasn't cookie-related out of...
2001-10-10 oesAdded CONNECT destination port limitation check
2001-10-08 oesRe-enabled SSL forwarding
2001-10-07 oesReplaced 6 boolean members of csp with one bitmap ...
2001-10-02 oesOoops
2001-10-02 oesMoved generation of hdr
2001-09-21 David SchmidtCleaning up 2 compiler warnings on OS/2.
2001-09-16 jongfosterRemoving unused #include showarg.h
2001-09-16 jongfosterFixing signed/unsigned comparison warning.
2001-09-16 jongfosterChanges to use new list functions.
next