summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes for deprecated apr_is_fnmatchWilliam A. Rowe Jr2002-07-081-3/+3
* fix folding when the continuation charater is a blankGreg Ames2002-07-081-1/+1
* silence an unhelpful gcc warningJeff Trawick2002-07-081-1/+1
* Renames Pending:Ian Holsman2002-07-063-11/+11
* Eliminated the use of AP_MODE_SPECULATIVE brigade reads to checkBrian Pane2002-07-061-29/+77
* This just bugs me today...Bill Stoddard2002-07-051-1/+1
* replaced APR_USEC_PER_SEC division with the new time macrosBrian Pane2002-07-052-8/+8
* Re-use the same temp brigade to read all lines of a request header,Brian Pane2002-07-041-36/+41
* Now why did I commit that symbolic constant in APR again? Exactly...Sander Striker2002-07-041-1/+2
* Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker2002-07-0414-0/+39
* Fix C-L filter non-blocking-mode brokenness. It was failing to everCliff Woolley2002-07-031-1/+5
* Optimized the addition of the core output filterBrian Pane2002-07-021-1/+1
* Replaced ap_add_input_filter() call with cheaper ap_add_input_filter_handle()Brian Pane2002-07-021-1/+1
* A bit more ap_regkey and apr-ization. Fixes some new bugs where theWilliam A. Rowe Jr2002-07-023-21/+32
* The pitfalls of cut'n'pasteWilliam A. Rowe Jr2002-07-011-7/+8
* Document what the threadpool MPM isBrian Pane2002-07-011-0/+12
* Document what the leader MPM is, for the benefit of anyone whoBrian Pane2002-07-011-0/+8
* Using apr_file_write_full() we have less to worry about,William A. Rowe Jr2002-07-011-29/+26
* Eliminate GetModuleFileName()William A. Rowe Jr2002-07-011-8/+8
* Remove all the CreateProcess() based code... see the prior commitWilliam A. Rowe Jr2002-07-011-233/+0
* Replace CreateProcess with properly formed apr threadproc code.William A. Rowe Jr2002-07-011-9/+182
* Optimization for ap_rgetline_core(): When "folding" mode is enabled,Brian Pane2002-07-011-16/+16
* Get the perchild MPM starting different child processes with differentRyan Bloom2002-06-301-12/+16
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-283-9/+43
* Strengthen error-detection code in HTTP_IN and core_input_filter so thatJustin Erenkrantz2002-06-271-5/+4
* - Fix segfault in core_output_filter when we are passed an empty brigade.Justin Erenkrantz2002-06-271-2/+6
* Re-architected the select()/accept() loop to allow all threads to rely on sel...Bradley Nicholes2002-06-261-95/+85
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-262-4/+6
* Move the last little useful bit of registry.c into services.c, andWilliam A. Rowe Jr2002-06-244-537/+122
* Doc it.William A. Rowe Jr2002-06-231-1/+3
* Finish the -w keep-console-open-on-error patch.William A. Rowe Jr2002-06-233-3/+24
* Removed "tolower(++s)" idiom from ap_strcasestr(), to avoid side-effectsBrian Pane2002-06-231-1/+1
* Convert the hostname to all-lowercase in fix_hostname() so thatBrian Pane2002-06-231-0/+3
* Adapt to use apr_ischar()William A. Rowe Jr2002-06-231-2/+2
* Use apr_ flavors of ischar()William A. Rowe Jr2002-06-231-2/+2
* Fix perchild to work with apachectl by adding -k support to perchild.Jeff Trawick2002-06-212-1/+2