summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include apr_strings.h to avoid missing-prototype warning.Jeff Trawick2000-08-071-0/+1
* Fix some problems with the apr conversion so that APACHE_XLATE builds workJeff Trawick2000-08-0710-35/+35
* Document util_script using ScanDocRyan Bloom2000-08-071-0/+83
* Document util_ebcdic.h with ScanDocRyan Bloom2000-08-071-2/+16
* Use AP_INIT_* macros for command_rec [] in a few more modules.Jeff Trawick2000-08-073-30/+42
* Remove some values that aren't needed anymore. These were used at one timeRyan Bloom2000-08-064-38/+0
* Document util_date.h using ScanDocRyan Bloom2000-08-061-0/+33
* Some enhancements for OS/2 ap_canonical_filename:Brian Havard2000-08-061-6/+21
* Add #include <unistd.h> for getpid() prototype.Brian Havard2000-08-061-0/+3
* Finish renaming AP_CTIME_LEN to APR_CTIME_LEN.Jeff Trawick2000-08-061-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-0674-376/+419
* Document util_charset.h using ScanDocRyan Bloom2000-08-061-4/+25
* Document util_cfgtree using ScanDocRyan Bloom2000-08-061-5/+38
* Document mpm_status.h using ScanDocRyan Bloom2000-08-062-25/+38
* Document rfc1413 using ScanDocRyan Bloom2000-08-061-0/+8
* Update the mpm_common.h file with docs to use ScanDocRyan Bloom2000-08-061-0/+41
* Use new AP_INIT_xxx macros & include apr_strings.h to get rid of warnings.Jeff Trawick2000-08-061-13/+18
* Update http_vhost.h to use ScanDocRyan Bloom2000-08-061-7/+36
* Update http_protocol.h to use ScanDoc.Ryan Bloom2000-08-051-49/+318
* Remove some old APIs. These were left around for legacy modules. SinceRyan Bloom2000-08-052-39/+0
* Document http_main to use ScanDocRyan Bloom2000-08-051-0/+12
* Document http_core's public APIs for use with ScanDoc.Ryan Bloom2000-08-051-9/+144
* Fix warnings about string functions.Brian Havard2000-08-051-0/+1
* Finish (almost) Ryan's change of apr_filter_t back to ap_filter_t soJeff Trawick2000-08-051-1/+1
* Fix a small name mix-up. Filters are part of Apache, and should have theRyan Bloom2000-08-052-14/+14
* Fix a config tree problem.Jeff Trawick2000-08-051-3/+10
* Fix a small typoRyan Bloom2000-08-041-1/+1
* Bump the numbers since a5 has been tagged alreadyRyan Bloom2000-08-041-2/+2
* Update the version number for the new alpha releaseRyan Bloom2000-08-041-1/+1
* The announcement text for Apache 2.0a5Ryan Bloom2000-08-041-151/+227
* Whoops; forgot to apply this to the 2.0 docs..Ken Coar2000-08-041-8/+12
* Fix the Perchild MPM. This does work now. This change has us usingRyan Bloom2000-08-042-168/+146
* Disable the dbm_ usage in mod_rewrite so that it links.Jeff Trawick2000-08-041-1/+5
* More progress with the perchild MPM. This is serving pages again, butRyan Bloom2000-08-044-96/+264
* Clean up maintainer-mode compiles of mod_rewrite (use AP_INIT_xx macrosJeff Trawick2000-08-032-70/+80
* Don't trace EINTR errors from accept() on the Unix socket.Jeff Trawick2000-08-031-2/+5
* Update the perchild MPM. This does not work, but that is because LinuxRyan Bloom2000-08-024-318/+270
* Convert all of the apr_listen.h to ap_listen.h. This was a side effectRyan Bloom2000-08-026-6/+6
* prefix libapr functions and types with apr_Doug MacEachern2000-08-02144-4581/+4581
* Use the AP_INIT_TAKE23() macro to clean up a maintainer-mode warning,Jeff Trawick2000-08-021-4/+8
* Use the AP_INIT_FLAG() macro to clean up a maintainer-mode warning.Jeff Trawick2000-08-021-2/+2
* -DMPMT_PTHREAD is no longer needed.Jeff Trawick2000-08-021-2/+0
* This serves requests again, although it still doesn't forward requests offRyan Bloom2000-08-012-12/+20
* Complete redesign of this MPM. This is almost working now.Ryan Bloom2000-08-012-48/+152
* Add a NO_DETACH environment variable to all MPMs that understandRyan Bloom2000-08-016-10/+16
* Put back PR#6347, but note that it's waiting for an externalKen Coar2000-08-011-1/+117
* Remove a PR that depends on the submitter (or someone else) getting aTony Finch2000-08-011-5/+1
* We've been ignoring lots of PRs forever, marking them asKen Coar2000-08-011-1/+359
* Win32: Add sdbm to the windows buildBill Stoddard2000-07-312-1/+16
* Include <strings.h> if we have it to get protos for strcase* on AIX.Jeff Trawick2000-07-311-0/+3