Update OS/2 build section
[privoxy.git] / actions.c
2002-01-21 jongfosterAllowing free_action(NULL).
2002-01-17 jongfosterRenaming free_url to free_url_spec, since it frees...
2001-11-22 jongfosterMaking action_spec->flags into an unsigned long rather...
2001-11-13 jongfosterFixing stupid bug now I've figured out what || means.
2001-11-07 steudtenAdd line number in error output for lineparsing for
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-10-23 jongfosterAdding error-checking to selected functions.
2001-10-14 jongfosterAdding support for the CGI-based editor:
2001-09-22 jongfosterRemoving unused parameter fs from read_config_line()
2001-09-16 jongfosterFirst version of CGI-based edit interface. This is...
2001-09-16 jongfosterChanges to use new list functions.
2001-09-14 jongfosterTidying up memory allocation. New function init_action().
2001-09-10 oesRemoving unused variable
2001-07-30 jongfosterTidying up #defines:
2001-06-29 oesRemoved logentry from cancelled commit
2001-06-09 jongfosterChanging BUFSIZ ==> BUFFER_SIZE
2001-06-07 jongfosterMade get_actions() static.
2001-06-03 oesadapted to new enlist_unique arg format
2001-06-01 jongfosterBetter memory management - current_action->strings...
2001-06-01 jongfosterReplaced "list_share" with "list" - the tiny memory...
2001-05-31 jongfosterRemoving some commented out, obsolete blocks of code.
2001-05-31 jongfosterMoved functions to process the action list into this...