| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite ap_byterange_filter so that it can work with data that does not | Justin Erenkrantz | 2002-05-06 | 1 | -2/+0 |
* | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 1 | -0/+2 |
* | The underlying change here was to add the new WebDAV/DeltaV methods | Greg Stein | 2002-03-19 | 1 | -17/+28 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Fix the mod_dir/mod_negotiation bug, where redirects and sub requests | Ryan Bloom | 2002-03-03 | 1 | -0/+8 |
* | Fix the close-on-sendfile bug where Win32 would transmit a single | William A. Rowe Jr | 2002-02-21 | 1 | -2/+2 |
* | if a child detects a resource shortage on accept(), limit the rate of fork()s | Greg Ames | 2002-02-12 | 1 | -0/+6 |
* | This patch restores most of Ryan's patch (11/12/2001) to remove the | Bill Stoddard | 2002-01-29 | 1 | -4/+11 |
* | Remove the create_connection hook and put the client_socket back into the | Bill Stoddard | 2002-01-27 | 1 | -11/+3 |
* | Change core code to allow an MPM to set hard thread/server | Jeff Trawick | 2001-12-18 | 1 | -0/+2 |
* | As suggested by Josh Slive, add the explicit 'default' to AcceptPathInfo. | William A. Rowe Jr | 2001-12-13 | 1 | -4/+22 |
* | Give the request_rec some information about path_info allowance. | William A. Rowe Jr | 2001-12-13 | 1 | -1/+6 |
* | use our standard declaration macro for the AP_DEBUG flavors of | Jeff Trawick | 2001-12-01 | 1 | -6/+6 |
* | Fix the timeout logic that I broke last week. This adds a request | Ryan Bloom | 2001-11-21 | 1 | -1/+0 |
* | Begin to abstract out the underlying transport layer. | Ryan Bloom | 2001-11-13 | 1 | -6/+26 |
* | adjust for the change to SuExec's default install directory | Greg Ames | 2001-10-23 | 1 | -1/+1 |
* | Goodbye r->content_lanaguage (per vote from apache-1.3/STATUS). | William A. Rowe Jr | 2001-10-02 | 1 | -5/+3 |
* | Added Doxygen Comments | Ian Holsman | 2001-10-02 | 1 | -53/+129 |
* | Added the HTTPD_ROOT path for NetWare | Bradley Nicholes | 2001-09-15 | 1 | -0/+3 |
* | I think this statement makes more sense, please ask if it isn't clear. | William A. Rowe Jr | 2001-08-27 | 1 | -1/+1 |
* | Add a canonical_filename value (should remain the r->filename identity) | William A. Rowe Jr | 2001-08-23 | 1 | -0/+2 |
* | Eliminated ap_os_[systemcase|[case_]canonical]_filename() and | William A. Rowe Jr | 2001-08-23 | 1 | -0/+13 |
* | adjust to apr_uri_ rename | Doug MacEachern | 2001-08-19 | 1 | -1/+1 |
* | the 2nd parm to strstr() doesn't lose const-ness, unlike the 1st parm; | Jeff Trawick | 2001-08-16 | 1 | -1/+1 |
* | fix some homophonic issues in comments, as well as some | Jeff Trawick | 2001-08-15 | 1 | -1/+1 |
* | Fix the new method code. We need to cast 1 to an apr_int64_t or it will | Ryan Bloom | 2001-08-11 | 1 | -0/+6 |
* | Add the ability to extend the methods that Apache understands | Ryan Bloom | 2001-08-02 | 1 | -4/+7 |
* | Change the length of the content args to apr_off_t identifiers, and fix | William A. Rowe Jr | 2001-07-26 | 1 | -4/+4 |
* | Cliff's most sane advise :-) | William A. Rowe Jr | 2001-07-26 | 1 | -1/+1 |
* | This same patch is needed in mod_asis and others, I'm testing the waters | William A. Rowe Jr | 2001-07-25 | 1 | -0/+8 |
* | First pass at the pipe_of_death logic for the prefork MPM. This does | Ryan Bloom | 2001-06-07 | 1 | -0/+2 |
* | Doxygenation. | Ben Laurie | 2001-06-03 | 1 | -18/+23 |
* | Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_ | Roy T. Fielding | 2001-05-22 | 1 | -2/+2 |
* | Removed the keptalive boolean from conn_rec because it is now only | Roy T. Fielding | 2001-04-26 | 1 | -3/+4 |
* | At the hack-athon we decided to change the way that input filters | Ryan Bloom | 2001-04-23 | 1 | -4/+1 |
* | Revert the change that moved keepalives out of conn_rec. That variable | Roy T. Fielding | 2001-04-21 | 1 | -0/+4 |
* | Move the keepalives field out of the conn_rec and into an HTTP specific | Ryan Bloom | 2001-04-18 | 1 | -4/+0 |
* | Silly typo. | David Reid | 2001-04-16 | 1 | -1/+1 |
* | Whoops... this could be causing problems | William A. Rowe Jr | 2001-04-03 | 1 | -3/+9 |
* | Tweak some declarations so they're picked up by make_export.awk | Brian Havard | 2001-03-24 | 1 | -1/+1 |
* | This is a fix that went into v1.3 quite a while back, but not into v2.0. | Chuck Murcko | 2001-03-16 | 1 | -1/+13 |
* | More doxygenation. | Ben Laurie | 2001-03-12 | 1 | -2/+2 |
* | First step in doxygen conversion. | Ben Laurie | 2001-03-11 | 1 | -165/+129 |
* | Fix a compile break on OS/2, by adding apr_general.h back to httpd.h. | Ryan Bloom | 2001-02-25 | 1 | -0/+1 |
* | Namespace protect IOBUFSIZ since it is a public symbol. | Ryan Bloom | 2001-02-23 | 1 | -1/+1 |
* | *) Introduce "ap_conf_vector_t" type to assist with legibility and provide | Greg Stein | 2001-02-18 | 1 | -6/+6 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | string.h needs to be included before monkeying around with strchr et al, | Jeff Trawick | 2001-02-12 | 1 | -0/+5 |
* | *) remove some obsolete/unused defines from httpd.h. | Greg Stein | 2001-02-12 | 1 | -77/+15 |
* | I hereby propose that the ASF buy that guy a compiler. | Jeff Trawick | 2001-02-05 | 1 | -1/+1 |