summaryrefslogtreecommitdiffstats
path: root/include/httpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite ap_byterange_filter so that it can work with data that does notJustin Erenkrantz2002-05-061-2/+0
* BUCKET FREELISTSCliff Woolley2002-03-291-0/+2
* The underlying change here was to add the new WebDAV/DeltaV methodsGreg Stein2002-03-191-17/+28
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fix the mod_dir/mod_negotiation bug, where redirects and sub requestsRyan Bloom2002-03-031-0/+8
* Fix the close-on-sendfile bug where Win32 would transmit a singleWilliam A. Rowe Jr2002-02-211-2/+2
* if a child detects a resource shortage on accept(), limit the rate of fork()sGreg Ames2002-02-121-0/+6
* This patch restores most of Ryan's patch (11/12/2001) to remove theBill Stoddard2002-01-291-4/+11
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-271-11/+3
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-181-0/+2
* As suggested by Josh Slive, add the explicit 'default' to AcceptPathInfo.William A. Rowe Jr2001-12-131-4/+22
* Give the request_rec some information about path_info allowance.William A. Rowe Jr2001-12-131-1/+6
* use our standard declaration macro for the AP_DEBUG flavors ofJeff Trawick2001-12-011-6/+6
* Fix the timeout logic that I broke last week. This adds a requestRyan Bloom2001-11-211-1/+0
* Begin to abstract out the underlying transport layer.Ryan Bloom2001-11-131-6/+26
* adjust for the change to SuExec's default install directoryGreg Ames2001-10-231-1/+1
* Goodbye r->content_lanaguage (per vote from apache-1.3/STATUS).William A. Rowe Jr2001-10-021-5/+3
* Added Doxygen CommentsIan Holsman2001-10-021-53/+129
* Added the HTTPD_ROOT path for NetWareBradley Nicholes2001-09-151-0/+3
* I think this statement makes more sense, please ask if it isn't clear.William A. Rowe Jr2001-08-271-1/+1
* Add a canonical_filename value (should remain the r->filename identity)William A. Rowe Jr2001-08-231-0/+2
* Eliminated ap_os_[systemcase|[case_]canonical]_filename() andWilliam A. Rowe Jr2001-08-231-0/+13
* adjust to apr_uri_ renameDoug MacEachern2001-08-191-1/+1
* the 2nd parm to strstr() doesn't lose const-ness, unlike the 1st parm;Jeff Trawick2001-08-161-1/+1
* fix some homophonic issues in comments, as well as someJeff Trawick2001-08-151-1/+1
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-111-0/+6
* Add the ability to extend the methods that Apache understandsRyan Bloom2001-08-021-4/+7
* Change the length of the content args to apr_off_t identifiers, and fixWilliam A. Rowe Jr2001-07-261-4/+4
* Cliff's most sane advise :-)William A. Rowe Jr2001-07-261-1/+1
* This same patch is needed in mod_asis and others, I'm testing the watersWilliam A. Rowe Jr2001-07-251-0/+8
* First pass at the pipe_of_death logic for the prefork MPM. This doesRyan Bloom2001-06-071-0/+2
* Doxygenation.Ben Laurie2001-06-031-18/+23
* Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_Roy T. Fielding2001-05-221-2/+2
* Removed the keptalive boolean from conn_rec because it is now onlyRoy T. Fielding2001-04-261-3/+4
* At the hack-athon we decided to change the way that input filtersRyan Bloom2001-04-231-4/+1
* Revert the change that moved keepalives out of conn_rec. That variableRoy T. Fielding2001-04-211-0/+4
* Move the keepalives field out of the conn_rec and into an HTTP specificRyan Bloom2001-04-181-4/+0
* Silly typo.David Reid2001-04-161-1/+1
* Whoops... this could be causing problemsWilliam A. Rowe Jr2001-04-031-3/+9
* Tweak some declarations so they're picked up by make_export.awkBrian Havard2001-03-241-1/+1
* This is a fix that went into v1.3 quite a while back, but not into v2.0.Chuck Murcko2001-03-161-1/+13
* More doxygenation.Ben Laurie2001-03-121-2/+2
* First step in doxygen conversion.Ben Laurie2001-03-111-165/+129
* Fix a compile break on OS/2, by adding apr_general.h back to httpd.h.Ryan Bloom2001-02-251-0/+1
* Namespace protect IOBUFSIZ since it is a public symbol.Ryan Bloom2001-02-231-1/+1
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-6/+6
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* string.h needs to be included before monkeying around with strchr et al,Jeff Trawick2001-02-121-0/+5
* *) remove some obsolete/unused defines from httpd.h.Greg Stein2001-02-121-77/+15
* I hereby propose that the ASF buy that guy a compiler.Jeff Trawick2001-02-051-1/+1