summaryrefslogtreecommitdiffstats
path: root/include/httpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the APACHE_RELEASE macro to release.hRyan Bloom2001-02-051-6/+0
* Move the server version information out of httpd.h and into release.h.Ryan Bloom2001-02-051-6/+1
* Move initgroupgs, ap_uname2id and ap_gname2id from util.c toRyan Bloom2001-01-201-14/+0
* Remove ap_chdir_file. This function is not thread-safe, and nobodyRyan Bloom2001-01-201-6/+0
* add pool parameter to ap_is_directory and ap_is_rdirectoryAllan K. Edwards2001-01-051-4/+6
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-3/+3
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-3/+3
* move closer to IPv6 support by changing the server_addr_recJeff Trawick2000-12-151-1/+1
* Axe ap_get_virthost_addr(). This <address>[:port] parse routineJeff Trawick2000-12-151-10/+0
* The local_addr and remote_addr fields in the conn_rec are nowJeff Trawick2000-12-141-6/+2
* Get the server setup for Beta 1Ryan Bloom2000-12-121-1/+1
* Update the version numbers for a9Ryan Bloom2000-12-121-2/+2
* Fix a couple of small typo'sDavid Reid2000-12-021-1/+1
* Use "const char * const *" for process->argv (which is the correctGreg Stein2000-11-291-1/+1
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-3/+5
* We are working on a9 now.Ryan Bloom2000-11-211-1/+1
* Get the version number bumped to 2.0a8Ryan Bloom2000-11-201-1/+1
* Bring the apr_in_addr type into line with naming conventions and make changesDavid Reid2000-11-101-1/+1
* Remove BUFF from the main server. :-) The buff code needs to remain asRyan Bloom2000-11-091-2/+0
* Start of moving to apr_port_t in the server code. This will probably the firstDavid Reid2000-11-081-6/+6
* fix the byterange filter.Greg Stein2000-11-081-3/+1
* Use apr_off_t for the content length, rather than long. Propagate throughGreg Stein2000-11-071-1/+1
* Remove REQUEST_CHUNKED_PASS and change ap_discard_request_body()Sascha Schumann2000-11-031-2/+0