- Show name of actions file being edited
[privoxy.git] / jcc.c
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...
2001-06-03 oesintroduced new cgi handling
2001-06-01 jongfosterNow uses action +image-blocker{} rather than config...
2001-06-01 jongfosterReplaced "list_share" with "list" - the tiny memory...
2001-05-31 jongfosterChanged "permission" to "action" throughout.
2001-05-29 joergsAmigaOS bugfix: PCRS needs a lot of stack, stacksize...
2001-05-29 jongfosterUnified blocklist/imagelist/permissionslist.
2001-05-27 oes- re_process_buffer no longer writes the modified buffer
2001-05-26 jongfosterAdded support for CLF and fixed LOG_LEVEL_LOG.
2001-05-26 jongfosterACL feature now provides more security by immediately...
2001-05-26 jongfosterAutomatic reloading of config file.
2001-05-25 jongfosterFixing minor memory leak and buffer overflow.
2001-05-25 jongfosterHard tabs->Spaces
2001-05-23 joergsAmigaOS support fixed.
2001-05-22 oes- Enabled filtering banners by size rather than URL
2001-05-21 jongfosterMade failure to bind() a fatal error.
2001-05-20 jongfosterVersion 2.9.4 checkin.
2001-05-17 oes - Added hint on GIF char array generation to jcc.c
2001-05-15 oes*** empty log message *** v_2_9_3