| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move the APACHE_RELEASE macro to release.h | Ryan Bloom | 2001-02-05 | 1 | -6/+0 |
* | Move the server version information out of httpd.h and into release.h. | Ryan Bloom | 2001-02-05 | 1 | -6/+1 |
* | Move initgroupgs, ap_uname2id and ap_gname2id from util.c to | Ryan Bloom | 2001-01-20 | 1 | -14/+0 |
* | Remove ap_chdir_file. This function is not thread-safe, and nobody | Ryan Bloom | 2001-01-20 | 1 | -6/+0 |
* | add pool parameter to ap_is_directory and ap_is_rdirectory | Allan K. Edwards | 2001-01-05 | 1 | -4/+6 |
* | Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. | Jeff Trawick | 2000-12-20 | 1 | -3/+3 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 1 | -3/+3 |
* | move closer to IPv6 support by changing the server_addr_rec | Jeff Trawick | 2000-12-15 | 1 | -1/+1 |
* | Axe ap_get_virthost_addr(). This <address>[:port] parse routine | Jeff Trawick | 2000-12-15 | 1 | -10/+0 |
* | The local_addr and remote_addr fields in the conn_rec are now | Jeff Trawick | 2000-12-14 | 1 | -6/+2 |
* | Get the server setup for Beta 1 | Ryan Bloom | 2000-12-12 | 1 | -1/+1 |
* | Update the version numbers for a9 | Ryan Bloom | 2000-12-12 | 1 | -2/+2 |
* | Fix a couple of small typo's | David Reid | 2000-12-02 | 1 | -1/+1 |
* | Use "const char * const *" for process->argv (which is the correct | Greg Stein | 2000-11-29 | 1 | -1/+1 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 1 | -3/+5 |
* | We are working on a9 now. | Ryan Bloom | 2000-11-21 | 1 | -1/+1 |
* | Get the version number bumped to 2.0a8 | Ryan Bloom | 2000-11-20 | 1 | -1/+1 |
* | Bring the apr_in_addr type into line with naming conventions and make changes | David Reid | 2000-11-10 | 1 | -1/+1 |
* | Remove BUFF from the main server. :-) The buff code needs to remain as | Ryan Bloom | 2000-11-09 | 1 | -2/+0 |
* | Start of moving to apr_port_t in the server code. This will probably the first | David Reid | 2000-11-08 | 1 | -6/+6 |
* | fix the byterange filter. | Greg Stein | 2000-11-08 | 1 | -3/+1 |
* | Use apr_off_t for the content length, rather than long. Propagate through | Greg Stein | 2000-11-07 | 1 | -1/+1 |
* | Remove REQUEST_CHUNKED_PASS and change ap_discard_request_body() | Sascha Schumann | 2000-11-03 | 1 | -2/+0 |