summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix dependencies for util_uri.lo and util.lo.Sascha Schumann2000-06-111-2/+2
* Cleanup more of the Apache configuration. This removes all of the sharedRyan Bloom2000-06-106-46/+8
* httpd -V now displays APR's selection of the lock mechanism instead of theJeff Trawick2000-06-101-10/+10
* fix nagledgaudet2000-06-101-1/+3
* Update the Dexter MPM to use APR for shared memory. This removes a lotRyan Bloom2000-06-103-342/+46
* fix dependencies. (what is a .lo anyway? i tried making the .o dependdgaudet2000-06-101-2/+2
* We don't ever actually use HAVE_CRYPT, so stop defining it.Ryan Bloom2000-06-101-9/+0
* Remove waitpid from the config checks and all calls to waitpid from theRyan Bloom2000-06-102-24/+7
* Remove a bunch of string functions from Apache. These are basicallyRyan Bloom2000-06-091-85/+0
* Remove all occurances of strerror from Apache. ap_strerror works justRyan Bloom2000-06-092-28/+23
* The prefork MPM now uses an APR lock for the accept() mutex.Jeff Trawick2000-06-091-518/+13
* Remove all occurances of gettimeofday. Replace it with ap_now whichRyan Bloom2000-06-087-86/+14
* Remove the check for difftime, we aren't actually using it anywhere.Ryan Bloom2000-06-081-1/+0
* Change the mmap() feature test to check only for existence.Jeff Trawick2000-06-071-2/+1
* Add the resource limiting code back to Apache 2.0. This only works onRyan Bloom2000-06-063-0/+3
* Increase the size of the buffer passed to ap_strerror(); I sawJeff Trawick2000-06-061-1/+1
* PR:William A. Rowe Jr2000-06-062-3/+3
* Remove some #ifdef'ed code that doesn't make much senseTony Finch2000-06-061-14/+0
* PR:William A. Rowe Jr2000-06-063-19/+30
* Make a copy of getenv("PATH") before storing for later use. SomeJeff Trawick2000-06-051-1/+1
* Add server tokens back to 2.0. Also bring forward the change to allowRyan Bloom2000-06-053-10/+0
* Bring mpmt_beos up to date and allow it play nice with mpm_common.David Reid2000-06-033-184/+144
* Modify the config order so that we read the config, process all EXEC_ON_READRyan Bloom2000-06-032-19/+55
* APACHE_XLATE, when doing translation that isn't single-byte-onlyJeff Trawick2000-06-021-0/+3
* Add pre_config hooks back in for all modules. This is important for theRyan Bloom2000-06-026-15/+14
* Fix a SIGSEGV in ap_md5digest() (bad parms to ap_seek()). This is usedJeff Trawick2000-06-021-2/+4
* Add support for the BeOS mpm. Also change some things to make it easierDavid Reid2000-06-011-6/+8
* PR:William A. Rowe Jr2000-06-012-17/+23
* Remove a warning when compiled with --use-maintainer-mode. Basically,Ryan Bloom2000-06-011-2/+2
* PR:William A. Rowe Jr2000-05-313-3/+4
* PR:William A. Rowe Jr2000-05-314-898/+1505
* PR:William A. Rowe Jr2000-05-312-6/+8
* PR:William A. Rowe Jr2000-05-313-9/+8
* Forward fit a bug fix in the TAKE13 handling from 1.3 to 2.0Ryan Bloom2000-05-301-1/+1
* We now report the correct line number for syntax errors in configJeff Trawick2000-05-301-4/+17
* PR:William A. Rowe Jr2000-05-291-2/+6
* PR:William A. Rowe Jr2000-05-281-8/+5
* Switch to APR's ap_probe_writable_fds() in spmt_os2 MPM.Brian Havard2000-05-281-1/+1
* Add an mpm.h for spmt_os2 MPM so that mpm_common.c will build.Brian Havard2000-05-281-0/+68
* Only compile ap_reclaim_child_processes() if a CHILD_INFO_TABLE is known.Brian Havard2000-05-281-0/+2
* PR:William A. Rowe Jr2000-05-283-11/+12
* PR:William A. Rowe Jr2000-05-281-0/+6
* PR:William A. Rowe Jr2000-05-282-8/+6
* PR:William A. Rowe Jr2000-05-2813-27/+27
* Fix broken comment in util_ebcdic.cJeff Trawick2000-05-271-1/+1
* PR:William A. Rowe Jr2000-05-271-1/+1
* William A. Rowe Jr2000-05-277-15/+14
* William A. Rowe Jr2000-05-271-3/+3
* William A. Rowe Jr2000-05-2715-37/+59
* s/IMPORT/EXPORT/g; typo i assume.Doug MacEachern2000-05-262-2/+2