generate_key(): Check return code of BN_set_word()
[privoxy.git] / actions.c
2020-08-10 Fabian KeilGather statistics for block reasons
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2016-12-24 Fabian KeilAdd a --fuzz option
2016-05-03 Fabian KeilWhen complaining about missing filters, mention the...
2016-02-26 Fabian KeilStart using zalloc_or_die()
2016-01-16 Fabian KeilBump copyright year
2016-01-16 Fabian Keilload_one_actions_file(): Prevent invalid read if the...
2015-08-12 Fabian Keilget_actions(): Detect and reject parameters for paramet...
2013-12-24 Fabian KeilFix a comment typo
2013-12-24 Fabian KeilUse get_filter() in referenced_filters_are_missing()
2013-11-24 Fabian KeilRename (create|free)_url_spec() to _pattern_spec()
2013-11-24 Fabian KeilIntroduce negative tag patterns NO-REQUEST-TAG and...
2013-11-24 Fabian KeilTurn url_spec into an union and rename it to pattern_spec
2012-11-24 Fabian KeilAllow closing curly braces as part of action values...
2012-11-11 Fabian KeilFix a function description
2012-11-11 Fabian KeilWhen parsing action files, use strdup_or_die() instead...
2012-07-27 Fabian KeilAdd LOG_LEVEL_ACTIONS to log the applying actions
2012-06-08 Fabian KeilShorten ssplit()'s prototype by removing the last two...
2012-06-08 Fabian KeilLet load_one_actions_file() use ssplit() like every...
2012-03-09 Fabian KeilRelocate two parentheses I misplaced in the previous...
2012-03-09 Fabian KeilAdd some parentheses. No intended functional change.
2012-03-09 Fabian KeilFix white-space around parentheses
2012-02-29 Fabian KeilRename action_name's member takes_value to value_type...
2012-02-29 Fabian KeilUse an enum for the type of the action value.
2011-12-31 Fabian KeilDitch the already-dead update_action_bits_for_all_tags()
2011-12-31 Fabian KeilFix grammar in get_action_token()'s description
2011-12-31 Fabian KeilDrop the 'Functions declared include:' comment sections
2011-09-18 Fabian KeilLet load_one_actions_file() properly complain about...
2011-09-04 Fabian KeilConstify the formerly_valid_actions pointers in action_...
2011-09-04 Fabian KeilDitch trailing whitespace
2011-08-17 Fabian KeilWhen loading action sections, verify that the reference...
2011-05-22 Fabian KeilChange a ssplit() call to use SZ(array) as the third...
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-03-08 Fabian KeilIn a fatal error message in load_one_actions_file(...
2011-03-03 Fabian KeilImprove a comment in load_one_actions_file()
2011-03-03 Fabian KeilMake two fatal error message in load_one_actions_file...
2011-03-03 Fabian KeilIn load_one_actions_file(), don't limit the actions_buf...
2011-03-03 Fabian KeilDon't enforce a logical line length limit in read_confi...
2011-02-14 Fabian KeilIn load_one_actions_file(), use an enum for the mode.
2011-01-09 Fabian KeilIn get_actions(), fix the "temporary" backwards compati...
2010-12-26 Fabian KeilFix spelling in a comment
2010-05-26 Leecreate a log record when reading an action, filter...
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-04-04 Fabian KeilFix whitespace.
2009-03-08 Fabian KeilFix justified (but harmless) compiler warnings
2008-12-04 Fabian KeilFix some cparser warnings.
2008-09-20 Fabian KeilRemove hide-forwarded-for-headers action which has
2008-05-26 Fabian Keils@memorey@memory@
2008-04-27 Fabian KeilWhite space fix for the last commit.
2008-04-27 Fabian KeilComplain about every block action without reason found.
2008-03-30 Fabian KeilRename load_actions_file() and load_re_filterfile()
2008-03-29 Fabian KeilRemove send-wafer and send-vanilla-wafer actions.
2008-03-28 Fabian KeilIn action_used_to_be_valid(), loop through an array...
2008-03-28 Fabian KeilRemove inspect-jpegs action.
2008-03-27 Fabian KeilRemove kill-popups action.
2008-03-24 Fabian KeilShare the action settings for multiple patterns in...
2008-03-04 Fabian KeilRemove the treat-forbidden-connects-like-blocks action...
2008-03-01 Fabian KeilLet the block action take the reason for the block
2008-02-09 Fabian KeilList active and inactive actions in the show-url-info's
2008-01-28 Fabian Keil- Mark some parameters as immutable.
2007-05-21 Fabian Keil- Use strlcpy() instead of strcpy().
2007-04-17 Fabian KeilSplit update_action_bits() into
2007-04-15 Fabian KeilIntroduce tags as alternative way to specify which
2007-03-11 Fabian KeilAdd kludge to log unknown aliases and actions before...
2006-12-28 Fabian KeilFix gcc43 conversion warning.
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.
next