load_config(): Remove a stray semicolon
[privoxy.git] / parsers.h
2013-11-24 Fabian KeilDitch useless C++ compatibility goo
2012-12-07 Fabian KeilAdd support for chunk-encoded client request bodies
2012-10-21 Fabian KeilReplace the IOB_RESET() macro with the new function...
2012-10-21 Fabian KeilUse a dedicated iob for the data read from the client
2012-09-04 Fabian KeilAdd get_expected_content_length()
2011-09-04 Fabian KeilDitch trailing whitespace
2009-05-16 Fabian KeilRemove CVS revision logs. TODO item #33.
2009-03-13 Fabian KeilFix some more harmless warnings on amd64.
2008-05-30 Fabian KeilRemove now-useless reference to debug.
2008-05-21 Fabian KeilThe whole point of strclean() is to modify the
2008-05-21 Fabian KeilStreamline sed()'s prototype and declare
2008-05-20 Fabian KeilFactor update_server_headers() out of sed(), ditch the
2008-05-20 Fabian KeilMove parsers structure definition from project.h to...
2008-05-10 Fabian KeilDon't provide get_header() with the whole client state
2008-04-17 Fabian KeilProvide get_http_time() with the buffer size so it...
2008-04-16 Fabian KeilDon't pass the whole csp structure to flush_socket()
2007-08-11 Fabian KeilRemove the prototypes for functions that are only
2007-06-01 Fabian KeilChange sed() to return a jb_err in preparation for...
2007-03-25 Fabian KeilLet parse_header_time() return a jb_err code
2007-03-20 Fabian Keil- Remove filter_client_header() and filter_client_header(),
2007-03-05 Fabian Keil- Cosmetical changes for LOG_LEVEL_RE_FILTER messages.
2007-01-01 Fabian KeilIntegrate a modified version of Wil Mahan's
2006-12-29 Fabian KeilReverted parts of my last commit
2006-12-29 Fabian KeilFixed gcc43 conversion warnings.
2006-12-06 Fabian KeilAdded prototype for get_destination_from_headers().
2006-08-17 Fabian Keil- Back to timegm() using GnuPG's replacement if necessary.
2006-08-14 Fabian KeilSplit filter-headers{} into filter-client-headers{}
2006-08-03 David SchmidtIncorporate Fabian Keil's patch work:\rfabiankeil.de...
2006-07-18 David SchmidtReorganizing the repository: swapping out what was...
2002-06-04 jongfosterMoving sources to /src
2002-05-08 oesChanged add_to_iob signature (now returns jb_err)
2002-03-26 swawe have a new homepage!
2002-03-24 swaname change related issues
2002-03-13 jongfosterKilling warnings
2002-03-09 jongfoster- Making various functions return int rather than size_t.
2002-03-07 oesFixed compiler warnings
2002-02-20 jongfosterParsing functions now handle out-of-memory gracefully...
2002-01-17 jongfosterMoving all our URL and URL pattern parsing code to...
2001-10-26 oesIntroduced get_header_value()
2001-10-13 joergsRemoved client_host, added client_host_adder
2001-10-07 oesAdded server_content_encoding, renamed server_transfer_...
2001-10-07 oesChanged server_http11 to server_http
2001-10-07 oesadded client_accept_encoding, client_te, client_accept_...
2001-09-29 joergsIJB now changes HTTP/1.1 to HTTP/1.0 in requests and...
2001-09-13 jongfosterChanging the string paramater to the header parsers...
2001-07-31 oesAdded prototype for connection_close_adder
2001-07-30 jongfosterTidying up #defines:
2001-07-29 jongfosterChanging #ifdef _FILENAME_H to FILENAME_H_INCLUDED...
2001-07-13 oesRemoved all #ifdef PCRS
2001-06-29 oesRemoved logentry from cancelled commit
2001-06-03 oesdeleted const struct interceptors
2001-05-31 jongfosterRemoved list code - it's now in list.[ch]
2001-05-27 oesPatched Joergs solution for the content-length in.
2001-05-26 jongfosterOnly crunches Content-Length header if applying RE...
2001-05-20 jongfosterVersion 2.9.4 checkin.
2001-05-15 oes*** empty log message *** v_2_9_3