]> granicus.if.org Git - apache/history - include/httpd.h
Use correct Doxygen keywords for functions and variables. TODO: figure out whether...
[apache] / include / httpd.h
2007-06-12 Paul QuernaFixup style nitpicks:
2007-06-12 Paul QuernaAdd a clogging_input_filters variable to the conn_rec...
2006-09-21 Nick KewGeneric fix for PR#31759
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-05 Sander Temme Add optional 'scheme://' prefix to ServerName...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-02-28 Brian PaneRevert the refactoring of the request read code
2005-12-31 Brian PaneRefactoring of ap_read_request() to store partial reque...
2005-12-08 Joe Orton* include/httpd.h (conn_state_e): Remove trailing comma...
2005-10-23 Brian PaneNew version of ap_core_output_filter that does nonblock...
2005-10-23 Brian PaneAdd new connection states for handler and write completion
2005-08-31 Jim JagielskiAdd ap_append_pid(); This is performed enough to warrant
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-04-13 Rich BowenAs discussed on the list, change the default setting for
2005-02-17 Paul Querna*) include/httpd.h: Add a brigade for temporary uses...
2005-02-11 Joe Orton* include/httpd.h: Fix a comment.
2005-02-11 Joe Orton* include/ap_regex.h: Include apr.h not stdlib.h; repla...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
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-12-09 Geoffrey Youngundo changes made in 111386 due to veto
2004-12-09 Geoffrey Youngadd response code 226 constant (HTTP_IM_USED) and status
2004-11-29 William A. Rowe Jr Revert my patch of this a.m. while I work out all the
2004-11-29 William A. Rowe Jr Usage was inconsistent with the rest of ap_filter_t...
2004-11-20 Paul QuernaThe Event MPM.
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-08-12 Stas Bekmancorrect struct fields comments
2004-07-14 Paul QuernaAdded 'AllowOverride Options=Indexes,MultiViews' to...
2004-02-26 Joe Orton* include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd...
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-25 André MaloAdd core version query function ap_get_server_revision and
2004-01-01 André Maloupdate license to 2004.
2003-12-14 André Malofix docco
2003-11-24 André MaloSECURITY [CAN-2003-0020]: escape arbitrary data before...
2003-11-24 Cliff Woolleyfix comment
2003-11-02 André Malo- add XHTML doctypes to httpd.h
2003-10-24 Sander StrikerFold in the CAN-2003-0542 regex patch.
2003-08-19 André Malofix misleading ap_get_token description
2003-06-17 Greg SteinUse 'expected' rather than 'exp', as the latter shadows...
2003-05-09 Martin KraemerPorting to BS2000: the antique interface (BS2000Account...
2003-03-06 André MaloMinor MMN bump:
2003-03-06 Sander Striker* include/http_config.h
2003-02-03 André Malofinished that boring job:
2003-01-23 Ken Coar here we go. add a directive that will keep %2f from...
2003-01-18 André Malomove rfc1413 code to a new module "metadata:mod_ident".
2002-11-08 Greg Amesuse a subpool of c->pool for resources which are set...
2002-10-11 Ryan BloomFix a compile of compiler warnings. I don't know how...
2002-07-01 William A. Rowe Jr Bring in os.h after we let apr do its platform foo.
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-23 Brian PaneRemoved "tolower(++s)" idiom from ap_strcasestr(),...
2002-06-15 Aaron BannertImprove on some of the documentary comments in the...
2002-06-12 William A. Rowe Jr Solve the 80/20 by initializing and storing server_re...
2002-05-30 Justin ErenkrantzAdd a PROXYREQ_RESPONSE value for request_rec->proxyreq...
2002-05-06 Justin ErenkrantzRewrite ap_byterange_filter so that it can work with...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
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-03 Ryan BloomFix the mod_dir/mod_negotiation bug, where redirects...
2002-02-21 William A. Rowe Jr Fix the close-on-sendfile bug where Win32 would trans...
2002-02-11 Greg Amesif a child detects a resource shortage on accept()...
2002-01-29 Bill StoddardThis patch restores most of Ryan's patch (11/12/2001...
2002-01-27 Bill StoddardRemove the create_connection hook and put the client_so...
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-12-13 William A. Rowe Jr As suggested by Josh Slive, add the explicit 'default...
2001-12-13 William A. Rowe Jr Give the request_rec some information about path_info...
2001-12-01 Jeff Trawickuse our standard declaration macro for the AP_DEBUG...
2001-11-21 Ryan BloomFix the timeout logic that I broke last week. This...
2001-11-12 Ryan BloomBegin to abstract out the underlying transport layer.
2001-10-23 Greg Amesadjust for the change to SuExec's default install directory
2001-10-02 William A. Rowe Jr Goodbye r->content_lanaguage (per vote from apache...
2001-10-02 Ian HolsmanAdded Doxygen Comments
2001-09-14 Bradley NicholesAdded the HTTPD_ROOT path for NetWare
2001-08-27 William A. Rowe Jr I think this statement makes more sense, please ask...
2001-08-23 William A. Rowe Jr Add a canonical_filename value (should remain the...
2001-08-23 William A. Rowe Jr Eliminated ap_os_[systemcase|[case_]canonical]_filena...
2001-08-19 Doug MacEachernadjust to apr_uri_ rename
2001-08-16 Jeff Trawickthe 2nd parm to strstr() doesn't lose const-ness, unlik...
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
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-26 William A. Rowe Jr Change the length of the content args to apr_off_t...
2001-07-25 William A. Rowe Jr Cliff's most sane advise :-)
2001-07-25 William A. Rowe Jr This same patch is needed in mod_asis and others...
2001-06-07 Ryan BloomFirst pass at the pipe_of_death logic for the prefork...
2001-06-03 Ben LaurieDoxygenation.
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
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 BloomMove the keepalives field out of the conn_rec and into...
2001-04-16 David ReidSilly typo.
2001-04-03 William A. Rowe Jr Whoops... this could be causing problems
2001-03-24 Brian HavardTweak some declarations so they're picked up by make_ex...
2001-03-16 Chuck MurckoThis is a fix that went into v1.3 quite a while back...
2001-03-11 Ben LaurieMore doxygenation.
2001-03-11 Ben LaurieFirst step in doxygen conversion.
next