Rebuild config file
[privoxy.git] / cgiedit.c
2020-06-05 Fabian KeilFix spelling of FEATURE_HTTPS_INSPECTION
2020-05-28 Fabian KeilFix typos
2020-05-13 Fabian KeilAllow to configure https-inspection and ignore-certific...
2020-02-13 Fabian KeilUpgrade a bunch of links to the homepage to https://
2019-01-04 Leefix some cppcheck warnings
2019-01-02 Leefix some cppcheck warnings
2018-10-23 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2018-10-23 Fabian KeilFix a compiler warning
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2016-07-23 LeeLog when privoxy is toggled on or off via cgi interface.
2016-02-26 Fabian KeilStart using zalloc_or_die()
2014-10-18 Fabian KeilLet new_map() exit if the new map can't be allocated
2014-10-18 Fabian KeilFix error handling in edit_write_file()
2014-10-18 Fabian KeilFix error handling in edit_read_file()
2014-10-18 Fabian Keiledit_read_file(): Remove bogus NULL check and use strdu...
2014-10-18 Fabian KeilFix theoretical memory leaks in edit_parse_actions_file()
2014-06-03 Fabian KeilLet a couple of format strings use %u for unsigned...
2014-06-02 Fabian KeilBump copyright
2014-06-02 Fabian KeilAdd support for external filters
2013-11-24 Fabian KeilRename (create|free)_url_spec() to _pattern_spec()
2013-11-24 Fabian KeilTurn url_spec into an union and rename it to pattern_spec
2013-11-06 Fabian KeilRemove an unhelpful comment
2012-07-23 Fabian KeilStart using malloc_or_die()
2012-03-09 Fabian KeilFollow-up fixes for the previous white-space changes
2012-03-09 Fabian KeilAdd missing white-space behind if's and the following...
2012-03-09 Fabian KeilFix white-space around parentheses
2011-12-31 Fabian KeilDrop the 'Functions declared include:' comment sections
2011-11-18 Fabian KeilDitch the unused map_copy_parameter_url()
2011-09-04 Fabian KeilDitch trailing whitespace
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-01-22 Fabian KeilFix various typos. Apparently I can't spell length...
2009-05-19 Fabian KeilFix clang warning: Value stored to 'err' is never read.
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-03-08 Fabian KeilFix justified (but harmless) compiler warnings
2009-03-01 Fabian KeilFix cparser warnings.
2008-12-04 Fabian KeilFix some cparser warnings.
2008-08-31 Fabian KeilThere's no reason to let remote toggling support depend
2008-03-24 Fabian KeilUse sizeof() more often.
2008-03-15 Fabian KeilAdd CGI editor support for the "disable all filters...
2008-03-08 Fabian KeilAfter three file modification time mismatches, turn...
2007-11-28 Fabian KeilFix double free in cgi_edit_actions_list().
2007-10-27 Fabian KeilPlug minor 5-year-old memory leak. Spotted by
2007-08-05 Fabian Keil#1763173 from Stefan Huehner: s@const static@static...
2007-05-31 Fabian KeilRe-enable support for old-school URLs like
2007-05-14 Fabian Keil- Use strlcpy() and strlcat() instead of strcpy() and...
2007-04-15 Fabian KeilIntroduce tags as alternative way to specify which
2007-04-12 Fabian Keil- Don't mistake VC++'s _snprintf() for a snprintf(...
2007-04-08 Fabian KeilReference action files in CGI URLs by id instead
2007-03-29 Fabian KeilDivide @filter-params@ into @client-header-filter-params@
2007-03-20 Fabian KeilUse dedicated header filter actions instead of abusing...
2007-02-13 Fabian KeilReplace hash escaping code to prevent
2006-12-28 Fabian KeilFixed gcc43 conversion warnings.
2006-12-27 Fabian KeilStop shadowing string.h's index().
2006-12-21 Fabian KeilAdd config option "split-large-forms"
2006-12-09 Fabian KeilFix configure option --disable-toggle.
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-05-21 oes - Made Add/Edit/Remove URL Submit and Cancel
2002-05-19 jongfosterHandling read-only actions files better - report the...
2002-05-12 jongfoster- Adding Doxygen-style comments to structures and ...
2002-05-03 jongfosterSupport for templates for "standard actions" buttons.
2002-04-30 oesMade csp the first parameter in *action_to_html
2002-04-26 jongfosterFixing a memory leak. (Near, but not caused by, my...
2002-04-26 jongfosterHonouring default exports in edit-actions-for-url-filte...
2002-04-26 oesAdaptions to changes in actions.c
2002-04-24 oes - Moved get_char_param, get_string_param and get_numbe...
2002-04-19 jongfosterFixing newline problems. If we do our own text file...
2002-04-18 jongfosterAdded code to detect "conventional" action files, that...
2002-04-10 oesload_template signature changed
2002-04-08 oesFixed comment
2002-03-27 oesDeleted unsused variable
2002-03-26 jongfosterRemoving duplicate @ifs on the toggle page
2002-03-26 jongfosterFixing /toggle to display status consistently.
2002-03-26 swawe have a new homepage!
2002-03-24 jongfosterName changes
2002-03-24 swaname change related issues
2002-03-24 swaname change related issues
2002-03-22 jongfosterFixing remote toggle
2002-03-16 oesAdded descriptions to the filters so users will know...
2002-03-16 jongfosterStopping stupid or malicious users from breaking the...
2002-03-16 jongfosterFull support for enabling/disabling modular filters.
2002-03-16 jongfosterFirst version of modular filters support - READ ONLY!
2002-03-07 oesFixed compiler warnings
2002-03-06 jongfosterAutomated function-comment nitpicking.
2002-03-05 jongfosterPatch to always edit the current actions file.
2002-03-04 David SchmidtEnable web editing of actions file on OS/2 (it had...
2002-03-03 joergsMade jumbjuster work on AmigaOS again.
2002-01-23 jongfosterFixing gcc [CygWin] compiler warnings
2002-01-23 jongfosterAdding new function cgi_edit_actions_section_swap(...
2002-01-17 jongfosterReplacing hard references to the URL of the config...
2001-11-30 jongfosterRenaming actionsfile to ijb.action
2001-11-13 jongfoster- Renaming parameters from edit-actions-for-url so...
2001-10-29 David SchmidtOS/2 native needed a snprintf() routine. Added one...
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-10-23 jongfosterCleaning up error handling in CGI functions - they...
2001-10-14 jongfosterNew version of CGI-based actionsfile editor.
2001-09-16 jongfosterRemoving unused #include showarg.h
2001-09-16 jongfosterFirst version of CGI-based edit interface. This is...