Streamline parse_http_url()'s prototype.
[privoxy.git] / urlmatch.c
2008-05-04 Fabian KeilStreamline parse_http_url()'s prototype.
2008-05-04 Fabian KeilIf the method isn't CONNECT, reject URLs without protocol.
2008-05-02 Fabian KeilIn parse_http_url(), don't muck around with values
2008-04-23 Fabian KeilFree with freez().
2008-04-22 Fabian KeilIn parse_http_request(), remove a pointless
2008-04-18 Fabian KeilMark simplematch()'s parameters as immutable.
2008-04-17 Fabian KeilMove simplematch() into urlmatch.c as it's only
2008-04-14 Fabian KeilRemove now-pointless cast in create_url_spec().
2008-04-14 Fabian KeilThe compiler might not notice it, but the buffer passed to
2008-04-13 Fabian KeilFactor URL pattern compilation out of create_url_spec().
2008-04-12 Fabian KeilRemove an obvious comment and improve another one.
2008-04-12 Fabian KeilFactor out duplicated code to compile host, path and...
2008-04-10 Fabian KeilDitch url_spec's path member now that it's no longer...
2008-04-10 Fabian KeilStop duplicating the plain text representation of the...
2008-04-10 Fabian KeilIn url_match(), check the right member for NULL when...
2008-04-08 Fabian KeilMake it harder to mistake url_match()'s
2008-04-08 Fabian KeilSave a bit of memory (and a few cpu cycles) by not...
2008-04-07 Fabian Keil- Use free_url_spec() more consistently.
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...