Tidying up memory allocation. New function init_action().
[privoxy.git] / jcc.c
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