]> granicus.if.org Git - apache/history - include/httpd.h
use a subpool of c->pool for resources which are set aside, then clear it
[apache] / include / httpd.h
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.
2001-02-25 Ryan BloomFix a compile break on OS/2, by adding apr_general...
2001-02-23 Ryan BloomNamespace protect IOBUFSIZ since it is a public symbol.
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-12 Jeff Trawickstring.h needs to be included before monkeying around...
2001-02-12 Greg Stein*) remove some obsolete/unused defines from httpd.h.
2001-02-05 Jeff TrawickI hereby propose that the ASF buy that guy a compiler.
2001-02-05 Ryan BloomMove the APACHE_RELEASE macro to release.h
2001-02-05 Ryan BloomMove the server version information out of httpd.h...
2001-01-20 Ryan BloomMove initgroupgs, ap_uname2id and ap_gname2id from...
2001-01-20 Ryan BloomRemove ap_chdir_file. This function is not thread...
2001-01-05 Allan K. Edwardsadd pool parameter to ap_is_directory and ap_is_rdirectory
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-12-15 Jeff Trawickmove closer to IPv6 support by changing the server_addr_rec
2000-12-15 Jeff TrawickAxe ap_get_virthost_addr(). This <address>[:port]...
2000-12-14 Jeff TrawickThe local_addr and remote_addr fields in the conn_rec...
2000-12-12 Ryan BloomGet the server setup for Beta 1
2000-12-12 Ryan BloomUpdate the version numbers for a9
2000-12-02 David ReidFix a couple of small typo's
2000-11-29 Greg SteinUse "const char * const *" for process->argv (which...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-21 Ryan BloomWe are working on a9 now.
2000-11-20 Ryan BloomGet the version number bumped to 2.0a8
2000-11-10 David ReidBring the apr_in_addr type into line with naming conven...
2000-11-09 Ryan BloomRemove BUFF from the main server. :-) The buff code...
2000-11-08 David ReidStart of moving to apr_port_t in the server code. ...
2000-11-08 Greg Steinfix the byterange filter.
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 Sascha SchumannComment fixes.. just to get them out of my tree
2000-10-26 Jeff TrawickGet rid of some outdated character set translation...
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-10-19 Greg Steinsomebody was a Very Bad Boy when they inserted casts...
2000-10-18 Ryan BloomThis begins to remove BUFF from the server. The idea...
2000-10-17 Jeff TrawickCapitalize AP_DEBUG_ASSERT(). All macros should shout...
2000-10-16 Jeff TrawickGet rid of some old code related to the way that charac...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-14 Ryan BloomGet non-chunked input body filtering working with an...
2000-10-13 Jeff TrawickIntroduce ap_debug_assert() macro, like ap_assert(...
2000-10-12 William A. Rowe Jr Modify ap_make_dirstr_prefix, platforms with HAVE_DRI...
2000-10-12 Ryan BloomImplement a length argument on input filters. There...
2000-10-12 Ryan BloomWe never actually store anything in input_data (from...
2000-10-10 Ryan BloomBack out the change to move the core_output_filters...
2000-10-09 Ryan BloomUpdate some docs httpd.h
2000-10-09 Ryan BloomUpdate the version for 2.0a8-dev
2000-10-07 Ryan BloomThe core filter should not be using its own brigade...
2000-10-07 Ryan BloomThe newest incarnation of http_filter. This is far...
2000-10-05 Jim JagielskiPort over the config directory stuff...
next