We need <sys/time.h> for gettimeofday(), not <time.h>.
[privoxy.git] / parsers.c
2007-03-25 Fabian Keil- Fix warnings when compiled with glibc.
2007-03-21 Fabian Keil- Add better protection against malicious gzip headers.
2007-03-20 Fabian Keil- Use dedicated header filter actions instead of abusin...
2007-03-05 Fabian Keil- Cosmetical changes for LOG_LEVEL_RE_FILTER messages.
2007-02-24 Fabian KeilImprove cookie expiration date detection.
2007-02-08 Fabian KeilDon't run server_content_length() the first time
2007-02-07 Fabian KeilFix log messages regarding the cookie time format
2007-02-07 Fabian Keil- Let decompress_iob()
2007-01-31 Fabian KeilSearch for Max-Forwards headers case-insensitive,
2007-01-30 Fabian Keil- Let server_set_cookie() check the expiration date
2007-01-26 Fabian KeilStop filter_header() from unintentionally removing
2007-01-24 Fabian Keil- Repeat the request URL before logging any headers.
2007-01-12 Fabian KeilCorrect a cast, check inflateEnd() exit code
2007-01-01 Fabian KeilIntegrate a modified version of Wil Mahan's
2006-12-31 Fabian KeilSkip empty filter files in filter_header()
2006-12-29 Fabian KeilReverted parts of my last commit
2006-12-29 Fabian KeilFixed gcc43 conversion warnings.
2006-12-26 Fabian KeilBringing back the "useless" localtime() call
2006-12-07 Fabian KeilRebuild request URL in get_destination_from_headers()
2006-12-06 Fabian KeilAdded get_destination_from_headers().
2006-11-13 Fabian KeilMake pthread mutex locking more generic. Instead of
2006-10-02 Fabian KeilThe special header "X-Filter: No" now disables
2006-09-23 Roland RosenfeldReplace TABs by spaces in source code.
2006-09-23 Fabian KeilDon't print a log message every time filter_headers is
2006-09-21 Fabian KeilFix +hide-if-modified-since{-n}.
2006-09-08 Fabian KeilHave hide-if-modified-since interpret the random
2006-09-06 Fabian KeilAlways have parse_header_time return a pointer
2006-09-06 Fabian KeilAdded config option enable-remote-http-toggle
2006-09-04 Fabian KeilAfter filtering de-chunked instances, remove
2006-09-03 Fabian KeilUse gmtime_r if available, fallback to gmtime with...
2006-08-22 Fabian KeilChanged client_referrer to use the right type (size_t...
2006-08-17 Fabian Keil- Back to timegm() using GnuPG's replacement if necessary.
2006-08-14 David SchmidtOS/2 compilation compatibility fixups
2006-08-14 Fabian KeilChanged include from strptime.c to strptime.h
2006-08-14 Fabian KeilSplit filter-headers{} into filter-client-headers{}
2006-08-12 David SchmidtWindows service integration
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-12 jongfosterFixing typo in a comment
2002-05-08 oesOptimized add_to_iob:
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