]> granicus.if.org Git - apache/history - server/protocol.c
WIN64: API changes to clean up Windows 64bit compile warnings
[apache] / server / protocol.c
2004-10-22 Allan K. EdwardsWIN64: API changes to clean up Windows 64bit compile...
2004-09-21 Joe Orton* server/protocol.c (ap_rgetline_core): Never NUL termi...
2004-09-13 Joe Orton* server/protocol.c (ap_rgetline_core): Fix off-by...
2004-09-01 Nick KewFix for Bug 18757 (sending bogus content-length of...
2004-08-12 William A. Rowe Jr Fix signedness emit.
2004-06-28 Jeff TrawickCAN-2004-0493 - memory exhaustion denial of service
2004-04-22 Greg Amesap_rgetline_core: insure that the output string is...
2004-04-21 André Maloap_set_sub_req_protocol and ap_finalize_sub_req_protoco...
2004-03-01 Paul J. Reder *) Remove compile-time length limit on request strings...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-26 Joe Orton* server/protocol.c (ap_rgetline_core): Fix folding...
2004-01-26 Joe Orton* server/protocol.c (ap_rgetline_core): Re-indent funct...
2004-01-01 André Maloupdate license to 2004.
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-10-22 Jeff TrawickSet the scoreboard state to indicate logging prior...
2003-10-13 Jeff Trawicktag the pools created for requests and subrequests
2003-09-10 Jeff Trawickzap an incorrect comment that remained from 1.3 days
2003-07-12 Jeff Trawickminor style changes
2003-07-11 Joe OrtonUpdate comment after removal of tmp_headers in r1.132.
2003-07-08 Paul J. RederUpdate the header token parsing code to allow LWS betwe...
2003-06-22 Brian PaneEliminate creation of a temporary table in ap_get_mime_...
2003-04-15 Jeff Trawickfix some discrepancies between format strings and argum...
2003-03-29 Brian PaneSimplify and shorten the code path for scanning request...
2003-03-27 Greg Amesap_rgetline_core: set the number of bytes read & copied...
2003-03-24 Greg Amesap_get_mime_headers_core: allocate space for the traili...
2003-02-03 André Malofinished that boring job:
2002-12-11 Greg Amesap_get_mime_headers: combine some error paths to remove...
2002-12-11 Greg Amesap_get_mime_headers: whoops - need to insure that...
2002-12-11 Greg Amesap_get_mime_headers: tighten up the null termination...
2002-12-10 Greg Amesprevent a potential seg fault in ap_escape_html if...
2002-12-03 Justin ErenkrantzMove the check of the Expect request header field after...
2002-11-19 Jeff Trawickbucket length parameter is apr_size_t, which isn't...
2002-10-31 Jeff Trawickwhen the connection drops, c->aborted is set but generally
2002-10-02 Jeff TrawickEnsure that output already available is flushed to...
2002-09-25 Greg SteinMinor simplification... The can_send_content_length...
2002-09-17 Jim JagielskiThe protocol version (eg: HTTP/1.1) in the request...
2002-08-28 Brian PaneChanged the content-length filter to allow streaming...
2002-08-13 Greg Amesfix weird things that happen with canned error messages...
2002-07-17 Jeff Trawickadd notes about a portability problem -- formatting...
2002-07-08 Greg Amesfix folding when the continuation charater is a blank
2002-07-08 Jeff Trawicksilence an unhelpful gcc warning
2002-07-06 Brian PaneEliminated the use of AP_MODE_SPECULATIVE brigade reads...
2002-07-04 Brian PaneRe-use the same temp brigade to read all lines of a...
2002-07-02 Cliff WoolleyFix C-L filter non-blocking-mode brokenness. It was...
2002-07-01 Brian PaneOptimization for ap_rgetline_core(): When "folding...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-10 Jeff Trawickap_finalize_sub_req_protocol() shouldn't send an EOS...
2002-06-07 Ryan BloomCall ap_discard_request_body from ap_finalize_request...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-05-13 Brian PaneStart with a larger buffer size in ap_rgetline_core...
2002-05-13 Brian PaneOptimization: modified the power-of-two allocator in...
2002-05-12 Brian PaneFixed missing null-termination of ap_make_content_type...
2002-05-12 Brian PaneOptimization: Replaced apr_strcat() with apr_strcatv...
2002-05-10 Brian PanePerformance fix: replaced the strcasecmp calls in ap_ma...
2002-05-06 Cliff Woolleycleanup old-school backward uses of APR_BRIGADE_CONCAT...
2002-04-28 Justin ErenkrantzSimplify this little chunk of code since r is set to...
2002-04-16 Justin ErenkrantzAdds support for reading trailers on input by exporting...
2002-04-05 William A. Rowe Jr Correct partitioning of filter handles between core...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-17 William A. Rowe Jr Seems like this is the end of the compiler emits...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-11 Sander StrikerStyle Police comming through...
2002-03-08 Greg Amesap_rgetline_core: fix a bug with folding observed while...
2002-03-07 Greg Amesap_rgetline: fix folding and partial line handling...
2002-03-07 Ryan BloomRemove the prev pointer from the filter chain. This...
2002-03-03 Ryan BloomThis fixes most of the header bug that was committed...
2002-03-03 Ryan BloomFix the mod_dir/mod_negotiation bug, where redirects...
2002-02-27 Allan K. Edwardsownership of the brigade is passed in the ap_pass_briga...
2002-02-15 Justin ErenkrantzJust toss these debug messages since so many people...
2002-02-08 Greg Amesupdate CHANGES for an input side seg fault fix.
2002-02-08 Greg Amesensure that ap_rgetline allocates storage for the reque...
2002-02-06 Justin ErenkrantzWe totally disregard the fact that notice is level...
2002-02-06 Jeff Trawickdon't try to place a header field in error-notes if...
2002-02-06 Justin ErenkrantzTone down the logging levels for these two messages...
2002-02-06 Justin ErenkrantzIf the MIME-continuation line returns nothing, then...
2002-01-30 Ian Holsmanmake it compile on win32
2002-01-30 Justin ErenkrantzSimplify the exit paths of ap_rgetline by creating...
2002-01-27 Brian Paneoptimized away one more filter name lookup during reque...
2002-01-27 Brian PaneFixed a read from a deleted brigade in the new version of
2002-01-26 Jeff Trawickap_rgetline(): completely ignore an empty bucket.....
2002-01-25 Justin ErenkrantzEliminate needless variable that wasn't initialized...
2002-01-25 Justin ErenkrantzAdd another status code to ignore in the error_log.
2002-01-25 Justin ErenkrantzTurn the log verbosity WAY down by not logging TIMEUP...
2002-01-25 Justin ErenkrantzSomehow, I lost this condition when I changed to accoun...
2002-01-25 Justin ErenkrantzChange ap_get_brigade prototype to remove *readbytes...
2002-01-24 Justin ErenkrantzRewrite ap_rgetline to remove the need to have an ...
2002-01-19 Justin ErenkrantzInput filtering prototype change: Socket blocking type...
2002-01-13 Brian PaneA modification to reduce the memory usage of the server:
2002-01-02 Bradley NicholesMaking sure that the global variables have been initial...
2001-12-21 Brian PaneFixed a bug in ap_rgetline()
2001-12-18 Brian PaneSkip the setting of Last-Modified in the response header on
2001-12-13 William A. Rowe Jr Address a signedness warning. No cleaner solutions...
2001-12-05 Brian PaneFixed check for buffer overrun in ap_rgetline()
2001-12-03 Jeff Trawickget rid of an unused variable
2001-12-02 Brian Paneinclude/http_protocol.h
2001-12-02 Brian PaneOptimization: changed some apr_pstrndup calls to apr_ps...
2001-11-28 William A. Rowe Jr Yea, sure a message is always good. Note we can...
2001-11-21 Ryan BloomFix the timeout logic that I broke last week. This...
next