]> granicus.if.org Git - apache/history - include/http_protocol.h
ap_expr related fixes/enhancements:
[apache] / include / http_protocol.h
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2008-04-11 Graham LeggettMove the KeptBodySize directive, kept_body filters...
2008-04-09 Graham LeggettAdd a function to the http filters that is able to...
2008-04-07 Paul QuernaRemove CORE_PRIVATE.
2008-04-05 William A. Rowe JrIn hopes of replacing <Limit > with <Method > - choose...
2007-10-26 Nick KewAdd option not to send&clear response headers in ap_sen...
2007-10-07 Nick KewIntroduce ap_send_interim_response function and API...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-04-25 Paul QuernaRemove ap_method_list_do and ap_method_list_vdo as...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-10-23 Roy T. Fieldingveto and revert win64 patch: 64bit changes must percola...
2004-10-22 Allan K. EdwardsWIN64: API changes to clean up Windows 64bit compile...
2004-07-18 Stas Bekmanfix the invalid return value entry for ap_meets_conditions
2004-04-22 André Malodeclare the prototypes as well.
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-07 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-26 Jeff Trawickfix out-of-date comment
2004-01-01 André Maloupdate license to 2004.
2003-12-12 Paul J. Reder *) Add a hook (insert_error_filter) to allow filters...
2003-02-03 André Malofinished that boring job:
2002-07-11 William A. Rowe Jr Fix comments
2002-07-04 Brian PaneRe-use the same temp brigade to read all lines of a...
2002-05-31 Cliff Woolleyfix some major badness: error buckets *cannot* use...
2002-05-30 Justin ErenkrantzAdd macro to check for an error bucket. (Can't call...
2002-05-10 Brian PaneMoved ap_setup_make_content_type() declaration to http_...
2002-04-19 Jeff Trawickfix a spelling error in a comment
2002-04-19 Jeff Trawickfix a typo in a comment for ap_get_client_block()
2002-04-16 Justin ErenkrantzAdds support for reading trailers on input by exporting...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-20 Bill StoddardCommit 2 of 2 to:
2002-03-20 Jeff Trawickap_rset_content_type() should take const char * instead...
2002-03-20 Bill StoddardFinal commit to add ap_rset_content_type accessor....
2002-03-19 Greg SteinThe underlying change here was to add the new WebDAV...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-07 Greg Amesap_rgetline: fix folding and partial line handling...
2002-01-24 Justin ErenkrantzRewrite ap_rgetline to remove the need to have an ...
2001-12-02 Brian PaneAdded a version of ap_getline() that allocs a buffer...
2001-11-07 Doug MacEachernap_getline() is useful to modules outside of the core..
2001-09-28 Ryan BloomRemove SMS from the error bucket. SMS is going away...
2001-09-11 Ryan BloomA very small optimization to the OLD_WRITE logic. ...
2001-08-25 Cliff WoolleyBUCKETS SMS PHASE 1
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-02 Ryan BloomAdd the ability to extend the methods that Apache under...
2001-07-27 William A. Rowe Jr Doc formatting fixes
2001-07-26 William A. Rowe Jr Change the length of the content args to apr_off_t...
2001-02-27 Cliff WoolleyUpdate to reflect the absence of the apr_bucket_shared
2001-02-26 Ryan BloomBegin to move functions from the http module to the...
2001-02-18 Greg Steinshift some declarations over to mod_core.h where they...
2001-02-18 Greg Stein*) Introduce "ap_conf_vector_t" type to assist with...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-13 Doug MacEachernrename:
2001-02-09 Ryan BloomMake the header filter use the brigade buffering functi...
2001-02-05 Doug MacEacherns/l/r/ in ap_send_http_header protototype
2001-02-04 Doug MacEachernfix minor prototype inconsistencies noticed with C...
2001-01-27 Ryan BloomForgot this header file when I cleaned the error_bucket...
2001-01-27 William A. Rowe Jr Was there a file that wasn't updated with the error...
2001-01-27 Ryan Bloomfilters can now report an HTTP error to the server...
2001-01-24 Greg SteinBegin mod_core.h for CORE-private information. Ideally...
2001-01-24 Greg SteinImprove the performance of the ap_r* functions by buffe...
2001-01-22 Ryan BloomWe only want to define ap_send_mmap if APR_HAS_MMAP...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2000-11-17 Ryan BloomThis removes all BUFF's from the HTTP proxy. This...
2000-11-08 David ReidStart of moving to apr_port_t in the server code. ...
2000-11-08 Ryan BloomThe byte-ranges filter. This looks like it should...
2000-11-07 Greg SteinUse apr_off_t for the content length, rather than long...
2000-11-03 Sascha SchumannRemove REQUEST_CHUNKED_PASS and change ap_discard_reque...
2000-11-01 Ryan BloomClean up the http filter a lot. Instead of sending...
2000-10-31 Jeff TrawickCompute the content length (and add appropriate header...
2000-10-22 Jeff Trawicknamespace-protect dechunk_filter and http_filter
2000-10-22 Jeff TrawickFix the return type of ap_http_header_filter().
2000-10-22 Bill StoddardFix Win32 compile break introduced by the http_header...
2000-10-21 Ryan BloomHack headers to work semi-properly. This is a hack...
2000-10-21 Jeff TrawickInput filters and ap_get_brigade() now have a input...
2000-10-16 Jeff Trawickinput filtering changes:
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-12 Ryan BloomImplement a length argument on input filters. There...
2000-10-08 Ryan BloomRemove ap_send_fb and ap_send_fb_length. These functio...
2000-10-06 Ryan BloomAdd the first draft of the http_filter. In time this...
2000-09-18 Jeff TrawickFix the calling convention on Windows for ap_bucket_pri...
2000-09-13 Ken Coar Start introducing the extension-method elements so...
2000-08-12 Ryan BloomInitial Filtering code. This uses a bucket brigade...
2000-08-11 Ken Coar More prototypical API support for arbitrary extension...
2000-08-05 Ryan BloomUpdate http_protocol.h to use ScanDoc.
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-11 Ryan BloomFix a warning associated with the ap_send_fd change...
2000-07-10 Bill StoddardReimplement ap_send_fd. Eliminate ap_send_fd_length...
2000-07-04 Greg Steinadd ap_get_status_line() so that modules can get a...
2000-06-24 Greg Steinblast the old names for the status codes
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-09 dgaudettime overhaul:
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
next