summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* More command handlers.Ben Laurie2000-06-171-2/+4
* More consification, correct command initialisation.Ben Laurie2000-06-178-77/+150
* Constification.Ben Laurie2000-06-171-2/+2
* Command handler revamp. Note that this makes the code produce a LOT ofBen Laurie2000-06-173-44/+41
* Turn on buffering for config file reads. This is dependent on ap_fgets()Jeff Trawick2000-06-161-1/+1
* Fix segfault when reporting this type of syntax error:Jeff Trawick2000-06-161-0/+1
* Include the proper header file (under X/Open, at least) for ntohs() inJeff Trawick2000-06-151-0/+3
* Add support to ap_xlate_open() for an app to specify that theJeff Trawick2000-06-141-2/+13
* Add sys/time.h to mpm_common to include define of timeval.David Reid2000-06-141-0/+4
* Tidy up the beos mpm byDavid Reid2000-06-141-13/+9
* Get the ap_config.h cleanup working on FreeBSD by adding includes ofJeff Trawick2000-06-132-0/+6
* Add mpm.h to the src/modules/mpm/winnt directory (it's empty for now, but its...Bill Stoddard2000-06-131-0/+63
* Stop checking for Shared Memory. This function is actually no longerRyan Bloom2000-06-133-4/+0
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-1314-4/+60
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-127-5/+24
* Fix logging of errors creating the httpd.pid file.Jeff Trawick2000-06-121-4/+6
* Back out ap_set_default_perms(). Remove old logic to play with umaskJeff Trawick2000-06-121-11/+1
* Clean up the stat commit. Basically there was one struct stat that IRyan Bloom2000-06-125-5/+7
* Including apr_file_io.h is not necessary.Sascha Schumann2000-06-121-1/+0
* Fix typos.Sascha Schumann2000-06-121-2/+3
* All of Apache uses APR for shared memory, so Apache doesn't need to checkRyan Bloom2000-06-121-1/+0
* Add a new function ap_set_default_fperms. This allows people to set theRyan Bloom2000-06-121-3/+3
* Remove the final vestiges of stat.h from Apache 2.0. All calls are now toRyan Bloom2000-06-128-11/+16
* Make this build again...David Reid2000-06-121-3/+4
* Fix a couple of problems with the pre/post config processing changes:Jeff Trawick2000-06-122-5/+8
* Update dependencies.Ben Laurie2000-06-111-0/+1
* 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