]> granicus.if.org Git - apache/history - server/protocol.c
Just toss these debug messages since so many people use httpd with
[apache] / server / protocol.c
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...
2001-11-21 Doug MacEachernPrevent segv in ap_note_basic_auth_failure() when no...
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
2001-11-07 Doug MacEachernap_getline() is useful to modules outside of the core..
2001-10-31 Greg Ameschange ap_getline to return the size of the buffer...
2001-10-23 Jeff Trawickdon't lose the return code from ap_fwrite() when called...
2001-10-05 Justin ErenkrantzI believe it is a kosher for a filter to return EOS...
2001-09-29 Justin ErenkrantzRemove the lameo create_req hack and delay the addition...
2001-09-29 Justin ErenkrantzInput filtering rewrite. Consolidate how we handle...
2001-09-18 Justin ErenkrantzSwitch back to SIGUSR1 for graceful restarts on all...
2001-09-11 Ryan BloomA very small optimization to the OLD_WRITE logic. ...
2001-09-04 Justin ErenkrantzFix breakage from Brian Pane's util_filter switch to...
2001-08-20 Brian HavardMake test for EAGAIN portable in content length filter...
2001-08-19 Doug MacEachernadjust to apr_uri_ rename
2001-08-16 Ryan BloomWe can't use a static buffer for this patch, because...
2001-08-16 Ryan BloomFix ap_rvprintf to support more than 4K of data.
2001-08-07 Ryan BloomBack out a patch that wasn't ready for inclusion. ...
2001-08-07 Ryan BloomRemove all warnings from the input filtering stack.
2001-08-02 Ryan BloomAdd the ability to extend the methods that Apache under...
2001-07-30 William A. Rowe Jr Coexist within the XHTML changes to http_protocol.c
2001-07-28 William A. Rowe Jr More obsessive changes to meet HTML 3.2, HTML 4.01...
2001-07-24 Greg AmesReduce CPU consumption in conv_10 function, used to...
2001-07-24 Bill StoddardA couple of optimizations to the content_length filter.
2001-07-06 Bill StoddardGrrr.. Cliff warned me about this. APR should return...
2001-07-06 Bill StoddardReimplement content length filter to fix problem where...
2001-07-05 Bill StoddardDo non-blocking reads from pipes in the content-length...
2001-06-27 Cliff Woolley*) Account for the new pool parameter to apr_bucket_fil...
2001-06-14 Ryan BloomBack out the change to allocate files out of the main...
2001-06-13 Ryan BloomAdd a pool to the ap_save_brigade prototype. This...
2001-06-06 Jeff Trawickuse apr-util's apr_date_parse_http() instead of the...
2001-06-01 Graham LeggettMove the addition of default AP_HTTP_HTTP_HEADER filter...
2001-05-30 Doug MacEachernback out filter change that is preventing headers to...
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
2001-05-21 Graham LeggettMove the addition of default AP_HTTP_HTTP_HEADER filter...
2001-05-07 Jeff Trawickfix the type of a parameter to ap_get_brigade()
2001-05-06 Ryan BloomBack out the recent change to ap_get_brigade, to make...
2001-05-05 Greg SteinFix a bug in the input handling. ap_http_filter() was...
2001-04-26 Roy T. FieldingRemoved the keptalive boolean from conn_rec because...
2001-04-22 Ryan BloomAt the hack-athon we decided to change the way that...
2001-04-21 Roy T. FieldingRevert the change that moved keepalives out of conn_rec...
2001-04-18 Ryan BloomDon't overwrite r->the_request. This was causing us...
2001-04-18 Ryan BloomMove the keepalives field out of the conn_rec and into...
2001-04-11 Ryan BloomWhen I initially pulled the BYTERANGE filter into the...
2001-03-25 Ryan BloomMove ap_set_last_modified to the core. This is a poten...
2001-03-21 Greg Amesback out the logging of read errors in getline. daedal...
2001-03-20 Jeff TrawickEmpty out the brigade shared by ap_getline()/ap_get_cli...
2001-03-19 Jeff TrawickHandle ap_discard_request_body() being called more...
2001-03-18 Ryan BloomAdd a hook, create_request. This hook allows modules...
2001-03-16 Chuck MurckoThis is a fix that went into v1.3 quite a while back...
2001-03-16 Bill StoddardAvoid using sscanf to determine the HTTP protocol number in
2001-03-07 Ryan BloomFix content-length computation. We ONLY compute a...
2001-03-05 Ryan BloomMake the old_write filter use the ap_f* functions for...
2001-02-28 William A. Rowe Jr Another missing AP_DECLARE mismatch
2001-02-26 Ryan BloomBegin to move functions from the http module to the...