Regenerate FAQ
[privoxy.git] / pcrs.c
2020-02-21 Fabian KeilChange license for pcrs.c to GPLv2+
2018-03-08 Fabian KeilRemove show_rcs() and the CVS ids it relied upon
2017-08-12 Fabian Keilpcrs_compile_replacement(): Remove an assertion that...
2017-05-29 Fabian Keilpcrs_compile_replacement(): Fix a clang warning when...
2016-12-24 Fabian KeilAdd a --fuzz option
2016-05-25 Fabian Keilpcrs_compile_replacement(): Add two assertions
2016-05-08 Fabian Keilpcrs_compile_replacement(): Silence a coverity warning...
2015-12-27 Fabian Keilpcrs_strerror(): Include the error code for unknown...
2015-01-24 Fabian Keilpcrs_compile_replacement(): Fix multiple segfaults...
2014-11-14 Fabian Keilpcrs_execute(): Consistently set *result to NULL in...
2014-10-18 Fabian KeilFix memory leak in pcrs_compile_dynamic_command()
2014-10-18 Fabian KeilFix a comment typo
2012-10-29 Fabian KeilFix an assertion in pcrs_compile_replacement(), nul...
2012-05-24 Fabian KeilDeclare pcrs_get_delimiter()'s delimiters[] static...
2012-05-24 Fabian KeilIn pcrs_get_delimiter(), do not use delimiters ouside...
2012-03-09 Fabian KeilFollow-up fixes for the previous white-space changes
2012-03-09 Fabian KeilFix white-space around parentheses
2011-09-04 Fabian KeilDitch trailing whitespace
2011-04-19 Fabian KeilFix various spelling errors in the comments.
2011-03-03 Fabian KeilIn pcrs_strerror(), properly report unknown positive...
2009-08-19 Fabian KeilFix gcc45 warning in pcrs_substitute().
2009-06-19 Fabian KeilFix parameter description for pcrs_compile_dynamic_comm...
2009-05-19 Fabian KeilFix clang warning: Value stored to 'i' is never read.
2009-05-19 Fabian KeilFix clang warning: Value stored to 'hits' is never...
2009-05-19 Fabian KeilFix clang warning: Although the value stored to k is...
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2007-09-22 Fabian KeilMove our includes below system includes to prevent...
2007-08-18 Fabian KeilDitch hex_to_byte() in favour of xtoi().
2007-08-05 Fabian Keil#1763173 from Stefan Huehner: s@const static@static...
2007-07-01 Fabian KeilAdd limited hex notation support for the PCRS
2007-04-30 Fabian KeilIntroduce dynamic pcrs jobs that can resolve variables.
2007-01-05 Fabian KeilDon't use strlen() to calculate the length of
2006-12-29 Fabian KeilFixed gcc43 conversion warnings.
2006-12-24 Fabian KeilAdd pcrs_strerror() message for PCRE_ERROR_MATCHLIMIT
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-03-08 oesCosmetics
2002-03-08 oesFixing -Wconversion warnings
2002-03-08 oesHiding internal functions
2001-11-30 jongfosterFixing signed/unsigned comparison (Andreas please check...
2001-09-20 steudtenAdd casting for some string functions.
2001-09-09 oesFixing yet another silly bug
2001-09-06 oesFixed silly bug
2001-08-18 oes- Introduced pcrs_strerror()
2001-08-15 oes - Added support for Perl's special variables $+, ...
2001-08-05 jongfosterMaking parameters "const" where possible.
2001-07-18 oesChanged interface; Cosmetics
2001-06-29 oesIndentation, CRLF->LF, Tab-> Space
2001-06-29 oes- Cleaned up, renamed and reordered functions,
2001-06-03 oesadded FIXME
2001-05-29 jongfosterUnified blocklist/imagelist/permissionslist.
2001-05-25 oesFixed bug: Empty substitutes now detected
2001-05-25 oesAdded sanity check for NULL jobs to pcrs_exec_substitution
2001-05-22 oes- Enabled filtering banners by size rather than URL
2001-05-15 oes*** empty log message *** v_2_9_3