summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Document the updates to leader/followers MPMBrian Pane2002-09-011-3/+10
* Switched back to atomic compare-and-swap instead of mutexesBrian Pane2002-09-011-114/+89
* Added support for httpd -k optionBrian Pane2002-09-012-1/+2
* Removing extraneous pod files for leader/follower MPMBrian Pane2002-09-012-242/+0
* Win32: First cut as cleaning up mpm_default.h defaultsBill Stoddard2002-08-302-45/+24
* Removed unnecessary pool cleanup after a restart or shutdownBradley Nicholes2002-08-281-2/+0
* Adjust the descriptions of these directives, avoid the child/process/threadJim Jagielski2002-08-281-5/+5
* Changed the content-length filter to allow streaming deliveryBrian Pane2002-08-281-114/+63
* Win32: Add ThreadLimit directive to the windows MPMBill Stoddard2002-08-282-13/+77
* Check for pthread_killIan Holsman2002-08-251-1/+1
* Major/Minor/Min[imal]Ian Holsman2002-08-231-7/+14
* new option to ServerTokens. "Maj[or]" which displays a server responseIan Holsman2002-08-231-3/+10
* Minor error log typoJim Jagielski2002-08-211-1/+1
* Make module loading error messages more informativeIan Holsman2002-08-191-1/+3
* Zero-copy output for small files delivered over keepaliveBrian Pane2002-08-181-37/+33
* This commit gets Perchild working again. There are holes in this codeRyan Bloom2002-08-181-67/+153
* fix weird things that happen with canned error messages due to using twoGreg Ames2002-08-131-4/+0
* Don't catch more than 1 SIGTERM in the parent process as doing so resultsBrian Havard2002-08-111-0/+1
* Security rollup for 2.0.40 release. Tag and roll baby.William A. Rowe Jr2002-08-091-8/+18
* Pardon je, it seems the most obvious solutions are always the easiestWilliam A. Rowe Jr2002-08-061-2/+2
* This was never a 'vulnerability'... the APR_FILEPATH_SECUREROOT flagWilliam A. Rowe Jr2002-08-061-5/+18
* This was an identity... sort of silly really.William A. Rowe Jr2002-08-041-3/+0
* INVALID_SOCKET is -1 and appropriate to test throughout.William A. Rowe Jr2002-08-041-4/+4
* Lots o bugs and emits here. accept_socket is a handle, although vc andWilliam A. Rowe Jr2002-08-041-3/+8
* Outch! Always check completion against actual socket/pipe/file handles,William A. Rowe Jr2002-08-041-2/+5
* format to 80 charsIan Holsman2002-08-041-1/+1
* typoIan Holsman2002-08-021-1/+1
* Restore the ability to specify host names on Listen directives.Jeff Trawick2002-07-311-3/+1
* Drop a redundant destructor.William A. Rowe Jr2002-07-311-2/+1
* Continue the effort to back away from shared globals, in the get andWilliam A. Rowe Jr2002-07-311-23/+61
* When deciding on the default address family for listening sockets,Jeff Trawick2002-07-301-4/+13
* pconf global factors out nicely. The one other pconf appears to beWilliam A. Rowe Jr2002-07-293-1171/+106
* Refactor out the child behavior from mpm_winnt. This is the firstWilliam A. Rowe Jr2002-07-291-0/+1022
* Refactor the ready_event so that it's scope is the absolute minimumWilliam A. Rowe Jr2002-07-271-10/+36
* Rather than an arbitrary sleep interval, improve robustness and speedWilliam A. Rowe Jr2002-07-271-6/+41
* Hold the Apache screen open on NetWare if exit() is called for any reasonBradley Nicholes2002-07-241-0/+8
* zap an unused variableJeff Trawick2002-07-171-1/+0
* Add some debugging logic to perchild. This is almost working now, we justRyan Bloom2002-07-171-19/+46
* Get the prefork MPM using the apr_poll interface directly instead of goingRyan Bloom2002-07-171-5/+8
* add notes about a portability problem -- formatting apr_time_tJeff Trawick2002-07-171-0/+1
* suck_in wasn't sucking hard enough. Fixed the header.William A. Rowe Jr2002-07-171-0/+1
* How isn't this built on Win32? Thanks Sander.William A. Rowe Jr2002-07-151-2/+1
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-156-14/+15
* Timeout/time fixesWilliam A. Rowe Jr2002-07-154-16/+14
* Adjust the sizes of the pollsets we create/use so that we work again.David Reid2002-07-121-3/+3
* Strength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()Brian Pane2002-07-111-1/+9
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-117-7/+14
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-102-2/+2
* Narrow service manager access to what is actually needed to performWilliam A. Rowe Jr2002-07-101-13/+11
* spell check a commentJeff Trawick2002-07-101-1/+1