Added explanation about version numbers and RPM package revisions
[privoxy.git] / parsers.c
2002-04-02 oesTiny code cosmetics
2002-03-26 swawe have a new homepage!
2002-03-24 swaname change related issues
2002-03-13 jongfosterKilling warnings
2002-03-12 oesMore verbose logging
2002-03-09 jongfoster- Making various functions return int rather than size_t.
2002-03-07 oesFixed compiler warnings etc
2002-02-20 jongfosterParsing functions now handle out-of-memory gracefully...
2002-01-17 jongfosterMoving all our URL and URL pattern parsing code to...
2002-01-09 oesAdded support for localtime_r.
2001-12-14 steudtenRemove 'user:pass@' from 'proto://user:pass@host' for the
2001-11-23 jongfosterFixing two really stupid errors in my previous commit
2001-11-22 jongfosterAdding code to handle +no-cookies-keep
2001-11-05 steudtenAdd time+date to log files.
2001-10-26 jongfosterctype.h is needed in Windows, too.
2001-10-26 oesIntroduced get_header_value()
2001-10-25 David SchmidtChange in porting tactics: OS/2's EMX porting layer...
2001-10-23 jongfosterDocumenting sed()'s error behaviou (doc change only)
2001-10-13 joergsRemoved client_host, (was only required for the old...
2001-10-09 jongfosterassert.h is also required under Win32, so moving out... v_2_9_9
2001-10-07 oesAdded server_content_encoding, renamed server_transfer_...
2001-10-07 oesChanged server_http11 to server_http and its pattern...
2001-10-07 oesRemoved FEATURE_DENY_GZIP and replaced it with client_a...
2001-10-05 oesCrumble Keep-Alive from Server
2001-09-29 joergsIJB now changes HTTP/1.1 to HTTP/1.0 in requests and...
2001-09-24 jongfosterFixing 2 memory leaks that Guy spotted, where the param...
2001-09-22 jongfosterRemoving unused #includes.
2001-09-20 steudtenadd casting from size_t to int for printf()
2001-09-16 jongfosterRemoving unused #include showarg.h
2001-09-16 jongfosterChanges to use new list functions.
2001-09-13 jongfosterChanging the string paramater to the header parsers...
2001-09-12 steudtenIn parse_http_request() header rewriting miss the host...
2001-09-10 oesSilenced compiler warnings
2001-07-31 oes - Persistant connections now suppressed
2001-07-30 jongfosterTidying up #defines:
2001-07-25 oesclient_uagent now saves copy of User-Agent: header...
2001-07-13 oes - Included fix to repair broken HTTP requests that
2001-06-29 oesIndentation, CRLF->LF, Tab-> Space
2001-06-29 oes- Fixed a comment
2001-06-03 oesdeleted const struct interceptors
2001-06-01 jongfosterReplaced "list_share" with "list" - the tiny memory...
2001-05-31 jongfosterRemoved list code - it's now in list.[ch]
2001-05-31 oesCRLF -> LF
2001-05-29 joergs'/* inside comment' warning removed.
2001-05-29 jongfosterUnified blocklist/imagelist/permissionslist.
2001-05-28 jongfosterFixing segfault if last header was crunched.
2001-05-27 oes- re_process_buffer no longer writes the modified buffer
2001-05-27 oesPatched Joergs solution for the content-length in.
2001-05-26 jongfosterOnly crunches Content-Length header if applying RE...
2001-05-26 jongfosterAutomatic reloading of config file.
2001-05-22 oes- Enabled filtering banners by size rather than URL
2001-05-20 jongfosterVersion 2.9.4 checkin.
2001-05-17 oes - Made referrer option accept 'L' as a substitute...
2001-05-15 oes*** empty log message *** v_2_9_3