summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* "v" in the name has come to mean that a va_arg is in the parameter list.Greg Stein2001-02-091-2/+2
* Fix another windows compile break.Bill Stoddard2001-02-091-1/+1
* Replace reinit_scoreboard with ap_create_scoreboard.Bill Stoddard2001-02-091-1/+0
* A few small docs changes (there were ';' in the ScanDoc), and remove someRyan Bloom2001-02-091-9/+7
* *) namespace protect the filter_flush() functionGreg Stein2001-02-091-21/+21
* Make the header filter use the brigade buffering functions for creatingRyan Bloom2001-02-091-3/+3
* Allow filters to buffer data in a brigade using the ap_f* functions.Ryan Bloom2001-02-091-0/+69
* Fix windows compile breakBill Stoddard2001-02-091-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-11/+11
* Move OS/2 MPM specific variables out of scoreboard & into an array local toBrian Havard2001-02-081-5/+0
* Get the Unix MPMs restarting again. If we are going to register a cleanupRyan Bloom2001-02-071-1/+1
* Don't include mpm.h from scoreboard.h as scoreboard.h is included from mpm.h.Brian Havard2001-02-071-1/+0
* get Unix MPMs to build again after recent scoreboard changesJeff Trawick2001-02-061-0/+2
* Get OS/2 MPM running again after the reunification of the scoreboard code.Brian Havard2001-02-061-0/+8
* ap_new_connection() returns NULL if an error occurred (prefork MPMJeff Trawick2001-02-051-0/+1
* I hereby propose that the ASF buy that guy a compiler.Jeff Trawick2001-02-051-1/+1
* s/l/r/ in ap_send_http_header protototypeDoug MacEachern2001-02-051-3/+3
* Move release.h to ap_release.h. This was done to namespace protect theRyan Bloom2001-02-051-0/+3
* Move the APACHE_RELEASE macro to release.hRyan Bloom2001-02-052-6/+6
* Move the server version information out of httpd.h and into release.h.Ryan Bloom2001-02-052-6/+66
* fix minor prototype inconsistencies noticed with C::ScanDoug MacEachern2001-02-046-31/+31
* Improved(?) docco.Ben Laurie2001-02-031-29/+18
* Begin restructuring scoreboard code to enable adding back inBill Stoddard2001-02-021-1/+11
* avoid duplicate symbol warnings on some platforms (e.g., AIX)Jeff Trawick2001-02-021-1/+1
* Remove duplicate function declarationBill Stoddard2001-02-021-1/+1
* Bring mod_status for 2.0 back in line with mod_status for 1.3. This isRyan Bloom2001-02-012-137/+242
* get Apache building again after the change to make_exports.awkGreg Ames2001-01-311-1/+1
* add missing newline to end of fileJeff Trawick2001-01-301-1/+1
* More doc improvements.Ben Laurie2001-01-292-2/+2
* More docco cleanup.Ben Laurie2001-01-281-13/+24
* Improve documentation.Ben Laurie2001-01-281-16/+43
* Another starting point, by no means complete.William A. Rowe Jr2001-01-281-0/+11
* Forgot this header file when I cleaned the error_bucket code.Ryan Bloom2001-01-271-4/+4
* Add support for type-safe optional functions.Ben Laurie2001-01-271-0/+8
* Was there a file that wasn't updated with the error buckets patch?William A. Rowe Jr2001-01-271-1/+1
* filters can now report an HTTP error to the server. This is doneRyan Bloom2001-01-272-0/+43
* Begin mod_core.h for CORE-private information. Ideally, AP_CORE_DECLAREGreg Stein2001-01-241-11/+0
* Improve the performance of the ap_r* functions by buffering their data inGreg Stein2001-01-241-0/+1
* We only want to define ap_send_mmap if APR_HAS_MMAP is true. WithoutRyan Bloom2001-01-231-0/+2
* AP_REQUEST_DONE is bogus and a bad idea. This had the http_header filterRyan Bloom2001-01-221-1/+0
* Remove AddModule and ClearModuleList. Neither directive really makesRyan Bloom2001-01-211-6/+0
* Move initgroupgs, ap_uname2id and ap_gname2id from util.c toRyan Bloom2001-01-202-14/+14
* Remove ap_chdir_file. This function is not thread-safe, and nobodyRyan Bloom2001-01-201-6/+0
* The fast fix to get FirstBill back out of the gate. It brings up anWilliam A. Rowe Jr2001-01-191-1/+1
* By popular reviewWilliam A. Rowe Jr2001-01-191-1/+1
* The only symbol dropped, not counting regcomp regerror regexec regfreeWilliam A. Rowe Jr2001-01-191-1/+2
* Normalize the use of AP_DECLARE_DATAWilliam A. Rowe Jr2001-01-194-11/+11
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-198-41/+37
* Some missing exportsWilliam A. Rowe Jr2001-01-192-2/+3
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-12/+18