summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* make the linkage of clean_child_exit() consistent to fix aJeff Trawick2001-02-201-1/+1
* Update APR macro usage to new name-protected names.Roy T. Fielding2001-02-201-1/+1
* Cleaning up and moving around .cvsignore files for the threaded mpmVictor J. Orlikowski2001-02-191-0/+0
* rename miss: s/apr_clear_pool/apr_pool_clear/gDoug MacEachern2001-02-198-11/+11
* Intermediate change of hardcoded "helpers" reference to "build"Roy T. Fielding2001-02-181-1/+1
* - more ap_conf_vector_t fixup.Greg Stein2001-02-181-17/+28
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-182-57/+70
* Make exports.lo rebuild when it should.Ben Laurie2001-02-171-0/+3
* Make the threaded MPM use APR locks instead of pthreads mutexes. This isRyan Bloom2001-02-161-11/+13
* Remove some Makefile.libdir's. These were used by Configure in ApacheRyan Bloom2001-02-162-8/+0
* Rename the mpmt_pthread module to threaded. This module has moved fromRyan Bloom2001-02-169-25/+21
* Remove all instances of apache_apr_flags="--enable-threads" from theRyan Bloom2001-02-162-2/+0
* Update copyright to 2001Roy T. Fielding2001-02-1648-48/+48
* Move the call to set the socket timeout outside the loop.Bill Stoddard2001-02-141-1/+1
* Fix lingering close (and make it more efficient). We were blocking onBill Stoddard2001-02-141-14/+12
* Sorry, cleaning up the naughty bits that should not have been committed.William A. Rowe Jr2001-02-141-3/+4
* Massive commit to clean up os/win32 and label some files with theWilliam A. Rowe Jr2001-02-143-5/+13
* Beos R5 and below don't have the sin_len member in sockaddr_in so don'tDavid Reid2001-02-141-0/+2
* Remove some deprecated comments.Bill Stoddard2001-02-141-73/+21
* Start getting extended status working again.Bill Stoddard2001-02-142-1/+4
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-147-16/+16
* Windows MPM: Handle ap_new_connection() failure.Bill Stoddard2001-02-131-7/+10
* Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4Ryan Bloom2001-02-131-1/+1
* This is a huge change that gets beos building again. Essentially itDavid Reid2001-02-131-105/+136
* More changes to the way that we use mod_status on beos.David Reid2001-02-132-22/+18
* Remove the dexter MPM. This has been replaced with the Perchild MPM.Ryan Bloom2001-02-138-1653/+4
* OK, this is the start of getting things running on BeOS again :)David Reid2001-02-132-11/+12
* mod_status references ap_my_generation; declare it for nowJeff Trawick2001-02-132-0/+6
* Make perchild build againRyan Bloom2001-02-136-42/+34
* Add the perchild MPM to MPM.NAMINGRyan Bloom2001-02-131-0/+3
* Don't disable threads just because we are using the prefork MPM.Ryan Bloom2001-02-131-4/+0
* This is the wrong place to mark the server ready. Servers need to be marked ...Bill Stoddard2001-02-131-1/+0
* include <arpa/inet.h> for the declarations for htons() et al; OS/390 hasJeff Trawick2001-02-121-0/+4
* Begin to move the code that updates the child status out of the MPMs andRyan Bloom2001-02-126-15/+3
* Remove some OS/2 code from the prefork MPM. Since OS/2 has it's ownRyan Bloom2001-02-121-8/+0
* *) remove some obsolete/unused defines from httpd.h.Greg Stein2001-02-122-3/+1
* *) include the strings stuff the right way (some platforms use string.h;Greg Stein2001-02-121-1/+4
* write these in terms of strchr and strrchr so the compiler can possibly useGreg Stein2001-02-121-12/+8
* Obsoleted by the "beos" MPM.Greg Stein2001-02-129-1596/+0
* Fix a warning.Ben Laurie2001-02-111-0/+1
* Fix a compile warning.Ryan Bloom2001-02-111-0/+1
* First cut of TLS support.Ben Laurie2001-02-111-14/+14
* INIT_SIGLIST() is gone; stop using itJeff Trawick2001-02-117-7/+0
* *) include "apr_signal.h" when neededGreg Stein2001-02-116-36/+55
* Fix a potential segfault on all platforms. David Reid fixed this forRyan Bloom2001-02-111-5/+1
* toss the signal description stuff from unixd.[ch], beosd.h, and spmt_os2.Greg Stein2001-02-112-148/+10
* Cleanup the rest of the warnings that appear when compileing withRyan Bloom2001-02-111-3/+6
* Fix Win32 BreakageWilliam A. Rowe Jr2001-02-102-1/+2
* Small header file cleanup.Ryan Bloom2001-02-101-0/+3
* *) continued header revampingGreg Stein2001-02-108-84/+43