- Map variables that aren't guaranteed to be
[privoxy.git] / jcc.c
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.
2001-09-16 jongfosterRemoving redundant function call that zeroed zalloc...
2001-09-10 oesDeleted unused variable
2001-09-10 oesSilenced compiler warnings
2001-07-31 oesDeleted unused size parameter from filter_popups()
2001-07-30 jongfosterTidying up #defines:
2001-07-29 jongfosterRenaming _main() [mingw32 only] to real_main(), for...
2001-07-29 jongfosterAdding missing #include "loadcfg.h"
2001-07-29 oesApplied pthread fix by Paul Lieverse
2001-07-25 jongfoster__BEOS__ no longer overrides FEATURE_PTHREAD.
2001-07-24 oesApplied BeOS support update by Eugenia
2001-07-23 oesFixed bug in popup-killing for the first read that...
2001-07-19 haroon- Added code to take care of the situation where while...
2001-07-18 oescosmetics
2001-07-15 jongfosterSupports POSIX threads.
2001-07-13 oes - Generic content modification scheme:
2001-07-02 iwanttokeepanonAdded "#ifdef ACL_FILES" conditional compilation to...
2001-06-29 oesIndentation, CRLF->LF, Tab-> Space
2001-06-29 oes- Cleaned up, improved comments
2001-06-09 jongfosterChanging BUFSIZ ==> BUFFER_SIZE
2001-06-07 jongfosterReplacing function pointer in struct gateway with a...
next