Google Images need img-reorder turned off.
[privoxy.git] / actions.c
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-05-26 Roland RosenfeldChange unsigned to unsigned long in actions_name struct...
2002-05-12 jongfosterCorrecting function comments
2002-05-06 oesMade actions_to_html independent of FEATURE_CGI_EDIT_AC...
2002-04-30 oesMade csp the first parameter in *action_to_html
2002-04-26 jongfoster- current_action_to_html(): Adding help link for the...
2002-04-26 oes - CGI AF editor now writes action lines split into
2002-04-24 oes - Jon's patch for multiple AFs:
2002-03-26 swawe have a new homepage!
2002-03-24 swaname change related issues
2002-03-16 jongfosterAdding graceful termination feature, to help look for...
2002-03-07 oesFixed compiler warnings
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...