summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make core_input_filter use the new apr_brigade_split_line function.Justin Erenkrantz2002-01-201-33/+12
* Add AP_MODE_SPECULATIVE support to core_input_filterJustin Erenkrantz2002-01-201-2/+16
* Rename BeOS MPM directive RequestsPerThread to MaxRequestsPerThread.Lars Eilebrecht2002-01-201-2/+2
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-195-21/+34
* Updated the command line keyword to Apache2 and also modified theBradley Nicholes2002-01-191-9/+11
* don't poll if there is only a single listening socketGreg Ames2002-01-181-26/+26
* Provide the win32 worker process a null (but valid) stdout pipe, andWilliam A. Rowe Jr2002-01-181-4/+55
* get the declaration of strcasecmp() on AIXJeff Trawick2002-01-171-0/+1
* Allow the user to get detailed debugging information without a fullWilliam A. Rowe Jr2002-01-172-1/+33
* Subset of another, have piped_log_cleanup_for_exec handleWilliam A. Rowe Jr2002-01-171-8/+7
* code police againIan Holsman2002-01-161-1/+1
* sigh.Ian Holsman2002-01-161-1/+1
* quick handler now runs on subrequests as wellIan Holsman2002-01-161-0/+13
* Added APR_HAS_SHARED_MEMORY to a section of code where it wasBradley Nicholes2002-01-141-1/+6
* Implemented a checkunload callback to allow apache to be unloaded usingBradley Nicholes2002-01-141-9/+57
* A modification to reduce the memory usage of the server:Brian Pane2002-01-131-2/+2
* Move a check for an empty brigade to the start of core input filterJeff Trawick2002-01-121-3/+4
* Combination of blocking and nonblocking accept loopBradley Nicholes2002-01-121-18/+98
* Bring forward the FileETag directive enhancement from 1.3.23-dev.Ken Coar2002-01-111-0/+158
* let's play "name that pool"Jeff Trawick2002-01-111-0/+1
* This brings apache back in line with apr following the additionDavid Reid2002-01-111-2/+2
* Fix for a segfault in the worker MPM during graceful shutdown:Brian Pane2002-01-111-1/+1
* Remove defunct spmt_os2 MPM, superceded by mpmt_os2.Brian Havard2002-01-106-1512/+0
* Get OS/2 MPM working again after last scoreboard changes.Brian Havard2002-01-102-2/+6
* *) Split all Win32 modules [excluding the core components mod_core,William A. Rowe Jr2002-01-101-1/+1
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-1013-109/+134
* Restore the apr_pool_clear calls to main.c in case we haveDavid Reid2002-01-082-1/+2
* This small patch modifies the log's to use plog instead of pconf.David Reid2002-01-082-3/+2
* Reworked the accept() loop to avoid an extra call to select() just toBradley Nicholes2002-01-041-155/+59
* OS/2: Allow but ignore unix config directives so the default config filesBrian Havard2002-01-031-0/+13
* Making sure that the global variables have been initialized to avoid linkerBradley Nicholes2002-01-033-6/+6
* Merge a singular path for dir_walk to parse, if we have an r->filenameWilliam A. Rowe Jr2002-01-021-16/+92
* Eliminate a duplicate absolute path test, and NEVER serve a requestWilliam A. Rowe Jr2002-01-021-9/+11
* Fix LimitRequestBody directive by moving the relevant code fromJustin Erenkrantz2002-01-021-2/+6
* Remove a needless immortal bucket creation. We can just leave theJustin Erenkrantz2002-01-021-2/+0
* Generalized the recent prep_walk_cache optimizations to allow otherBrian Pane2002-01-012-22/+53
* Performance fix for prep_walk_cache():Brian Pane2001-12-312-23/+30
* Update OS/2 MPM to allow for run-time configurable scoreboard size.Brian Havard2001-12-302-3/+4
* Make calc_scoreboard_size() and init_scoreboard() usable from MPMs.Brian Havard2001-12-301-4/+5
* handle the disappearance of apr_lock_create_np() andJeff Trawick2001-12-309-38/+33
* mpm_common.c did all this dirty work - cleans up a duplicate symbol errorWilliam A. Rowe Jr2001-12-291-2/+0
* Add a missing hook run.Brian Havard2001-12-291-0/+2
* Fix a shadow variable. (c is also declared to be the connection.)Justin Erenkrantz2001-12-281-3/+3
* Clean up the error checking a little. Make sure we're comparing againstAaron Bannert2001-12-281-9/+23
* Take advantage of the new usable apr_thread_exit().Aaron Bannert2001-12-271-6/+2
* avoid some ugly sockaddr comparisons in do_double_reverse() by usingJeff Trawick2001-12-271-15/+1
* remove unneeded includeIan Holsman2001-12-261-1/+0
* use a new APR function to perform socket address comparison soJeff Trawick2001-12-261-15/+1
* Fix matching of vhosts by ip address so we find IPv4Jeff Trawick2001-12-261-0/+10
* Removed a large (8KB) buffer from the stack in ap_invoke_handler()Brian Pane2001-12-261-5/+4