Oh well, rename the --enable-pcre-host-patterns option to
[privoxy.git] / urlmatch.c
2008-04-06 Fabian KeilOh well, rename the --enable-pcre-host-patterns option to
2008-04-06 Fabian KeilUse PCRE syntax in host patterns when configured
2008-04-05 Fabian KeilFactor compile_host_pattern() out of create_url_spec().
2008-03-30 Fabian KeilSZitify unknown_method().
2007-12-24 Fabian KeilBand-aid (and micro-optimization) that makes it less...
2007-09-02 Fabian KeilMove match_portlist() from filter.c to urlmatch.c.
2007-09-02 Fabian Keil- Allow port lists in url patterns.
2007-07-30 Fabian KeilMove the method check into unknown_method()
2007-04-15 Fabian KeilIntroduce tags as alternative way to specify which
2007-02-13 Fabian KeilRemove redundant log message.
2007-01-28 Fabian KeilAccept WebDAV methods for subversion
2007-01-06 Fabian KeilFix gcc43 warnings. Mark *csp as immutable
2006-12-06 Fabian Keilparse_http_url() now handles intercepted
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-05-12 jongfoster- Removing some unused code
2002-04-04 Gabor Liptakalways use pcre for matching
2002-04-03 jongfosterFixing memory leak on error
2002-03-26 swawe have a new homepage!
2002-03-24 swaname change related issues
2002-03-13 jongfosterKilling warnings
2002-03-07 oesFixed compiler warnings
2002-03-03 oesFixed CLF logging: Added ocmd member for client's reque...
2002-01-21 jongfosterCorrecting comment style
2002-01-17 jongfosterMoving all our URL and URL pattern parsing code to...