summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a call to apr_bucket_alloc_destroy() to the clean_child_exit() code thatBradley Nicholes2002-04-061-7/+8
* Correct partitioning of filter handles between core and http, andWilliam A. Rowe Jr2002-04-052-5/+6
* One for 2.0.34 - to fix the problem of utf-8 configuration files savedWilliam A. Rowe Jr2002-04-051-0/+23
* quiet a bogus gcc warning that crops up with -O2Jeff Trawick2002-04-055-0/+5
* implement FOREGROUND for perchild and beos MPMs tooJeff Trawick2002-04-053-10/+14
* worker MPM: add -DFOREGROUND option to use when you wantJeff Trawick2002-04-051-3/+4
* Uhmmm... notices only when we are running as a service [I hate strcmp.]William A. Rowe Jr2002-04-051-1/+1
* One emit is an error, not a notice. Neither have 'error codes'...William A. Rowe Jr2002-04-051-2/+2
* Another, potential race. Assure we are allowing worker threads to finishWilliam A. Rowe Jr2002-04-051-5/+5
* Race condition one ... we were occasionally escaping all the way out toWilliam A. Rowe Jr2002-04-051-0/+7
* Added support for Posix semaphore-based mutex locking (AcceptMutex posixsem).Jim Jagielski2002-04-042-0/+12
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-049-16/+26
* Fix a potential size mismatch (apr_off_t might be 64bits on some platforms).Aaron Bannert2002-04-041-2/+2
* worker MPM:Jeff Trawick2002-04-031-33/+44
* prefork MPM: add -DFOREGROUND option to use when you wantJeff Trawick2002-04-031-4/+6
* style change onlyJeff Trawick2002-04-031-8/+8
* Allow worker MPM to build on systems without pthread_kill().Jeff Trawick2002-04-032-4/+15
* Check for a NULL pointer in the case of the OS address spaceBradley Nicholes2002-04-021-4/+6
* Win32: tweak some messagesBill Stoddard2002-04-021-2/+2
* Win32: Change startup/shutdown message class to NOTICE. These messages should...Bill Stoddard2002-04-021-17/+17
* Replaced a hack for getting the address space with the real APIBradley Nicholes2002-04-021-11/+10
* Win32: Move apr_bucket_alloc() to a more reasonable location to fix memory leak.Bill Stoddard2002-04-012-6/+5
* Destroy the connection pool (and therefore run the cleanups) before destroyingBrian Havard2002-04-011-1/+1
* Don't allow initialization to succeed if we can't get a socketJeff Trawick2002-04-011-7/+6
* Migrate perchild to the new lock API, and clean up some of the logicRyan Bloom2002-04-014-412/+330
* Make perchild work with the new bucket_allocation API. Also, allowRyan Bloom2002-04-012-18/+52
* Get the Perchild MPM to compile and serve pages again. There are a lotRyan Bloom2002-04-014-80/+42
* Handle CR/LF terminated lines from CGI scripts.Brian Havard2002-03-311-1/+1
* Fix for a bug that I introduced when eliminating the single-byteBrian Pane2002-03-301-1/+1
* PR:Paul J. Reder2002-03-297-7/+0
* The old, legacy (and unused) code in which the scoreboard was totallyJim Jagielski2002-03-294-58/+3
* BUCKET FREELISTSCliff Woolley2002-03-2913-59/+100
* Add a new parameter to the quick_handler hook to instructBill Stoddard2002-03-272-38/+22
* worker MPM:Jeff Trawick2002-03-272-38/+54
* Somewhere about server/main.c rev 1.54, we lost the stop|shutdown|uninstallWilliam A. Rowe Jr2002-03-261-17/+20
* -i and -u were deprecated some time ago, they still work in 1.3, butWilliam A. Rowe Jr2002-03-251-10/+0
* Integrate rbb's forward port of -k config into the -h(elp), andWilliam A. Rowe Jr2002-03-251-8/+10
* Changed mod_cgi to not do single-byte reads to consume theBrian Pane2002-03-241-0/+52
* We have to return valid HTTP status codes from filters. This fixes twoRyan Bloom2002-03-221-2/+6
* Tag some poolsBill Stoddard2002-03-221-0/+2
* Tag some pools.Bill Stoddard2002-03-221-0/+4
* Err, that was a bit redundant. Eliminate the redundant test [and cleanWilliam A. Rowe Jr2002-03-221-12/+10
* document yet another worker MPM glitchJeff Trawick2002-03-221-0/+8
* Port the -k config option to Apache 2.0. This allows users to reconfigureRyan Bloom2002-03-223-18/+50
* remove some unnecessary, commented-out code; add a commentJeff Trawick2002-03-221-4/+5
* Don't drop connections during graceful restart. Previously, workerJeff Trawick2002-03-213-5/+53
* graceful shutdown (no dropped connections) requires that the listenerJeff Trawick2002-03-211-26/+36
* document a glitch that prevents complete graceful termination of theJeff Trawick2002-03-211-0/+8
* make the comment for the call to apr_signal_thread() a little moreJeff Trawick2002-03-211-1/+1
* fix a commentJeff Trawick2002-03-211-1/+1