summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* ap_finalize_sub_req_protocol() shouldn't send an EOS bucket ifJeff Trawick2002-06-101-1/+4
* Fix the display of the default name for the mime types configJeff Trawick2002-06-101-2/+2
* Well the wrappers work out well... nice to be able to put off committingWilliam A. Rowe Jr2002-06-092-2/+2
* Call ap_discard_request_body from ap_finalize_request. Remove the callRyan Bloom2002-06-071-1/+2
* Now that we have the functionality in apr, we can now have 2.0'sJim Jagielski2002-06-077-7/+21
* Support -k argument in threadpoolBrian Pane2002-06-062-1/+2
* Experimental patch to work around Win32 services defaulting cwd() toWilliam A. Rowe Jr2002-06-061-1/+9
* Solve the -k start bug [thanks for the pointers, FirstBill!]William A. Rowe Jr2002-06-051-4/+1
* Potential fixes. Patch up the fact that users often expect argv[]sWilliam A. Rowe Jr2002-06-051-2/+3
* cvs up/diff gets pretty hard to track with vc7 builds.William A. Rowe Jr2002-06-051-0/+5
* Style police come before the code police.Justin Erenkrantz2002-06-031-28/+29
* Propogate apr-util changeCliff Woolley2002-06-021-2/+1
* Switched to using atomic operations for tracking the active threads ratherBradley Nicholes2002-05-311-9/+3
* Clean up new compiler emit noiseWilliam A. Rowe Jr2002-05-311-1/+1
* The apr_bucket change requires a minor MMN bump. Also modify Apache'sRyan Bloom2002-05-312-1/+2
* fix some major badness: error buckets *cannot* use simple_copy becauseCliff Woolley2002-05-311-5/+12
* Let the error bucket implement the simple copy routine.Justin Erenkrantz2002-05-301-1/+1
* Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renamesSander Striker2002-05-306-6/+6
* Simplify ap_read_pid and make it more portable.Justin Erenkrantz2002-05-291-15/+13
* Simple fix for possibly unterminated REG_SZ dataWilliam A. Rowe Jr2002-05-251-1/+3
* Small chance we have an unterminated or single null terminated list.William A. Rowe Jr2002-05-251-1/+7
* nelts returned from a registry key may be zero... make it so.William A. Rowe Jr2002-05-251-17/+12
* Fix for the worker deadlock problemBrian Pane2002-05-241-19/+32
* the "-k startssl" parameter is reverted by popular demandJeff Trawick2002-05-242-9/+1
* Win32: Shutdown the listeners before telling the accept threads to quit.Bill Stoddard2002-05-241-8/+12
* Win32: Use atomic increment/decrement on counters touched by multiple threads.Bill Stoddard2002-05-241-7/+7
* issue the usage message if there are extraneous arguments onJeff Trawick2002-05-231-1/+1
* fix data initialization problem in new Unix -k option processingJeff Trawick2002-05-231-0/+2
* Add "-k start|startssl|restart|graceful|stop" support to httpdJeff Trawick2002-05-236-3/+176
* fix a spelling error in a commentJeff Trawick2002-05-231-1/+1
* add ap_log_pid() for reading an Apache pid fileJeff Trawick2002-05-231-0/+49
* Complete the shutdown and restart fixesBrian Pane2002-05-221-40/+21
* Switch to prefork-style POD handlingBrian Pane2002-05-223-6/+16
* Shutdown fixesBrian Pane2002-05-221-2/+1
* Fixing a memory leak with the threads bucket_allocator. We were allocatingBradley Nicholes2002-05-211-12/+13
* Omit the second linefeed after "Syntax OK"Aaron Bannert2002-05-211-2/+1
* A few noops (at the moment.) Prepare for stuffing the directive intoWilliam A. Rowe Jr2002-05-201-3/+8
* As the prior commit message indicated, pass the accept thread a listenWilliam A. Rowe Jr2002-05-181-6/+7
* Begin passing about apr types instead of odd local conventions.William A. Rowe Jr2002-05-181-7/+10
* Resolve the EXEC_ON_READ bit for ServerRoot and other modules that testWilliam A. Rowe Jr2002-05-181-6/+13
* Although it appears reasonable to immediately gather the Error log andWilliam A. Rowe Jr2002-05-181-2/+2
* Renames:Cliff Woolley2002-05-181-13/+13
* We need to grab ServerRoot, LogLevel, and ErrorLog right off the batWilliam A. Rowe Jr2002-05-171-3/+3
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-1725-362/+362
* ignore APLOG_NOERRNO; note that it is deprecatedJeff Trawick2002-05-171-1/+1
* Win32: Shutdown the accept/listen threads a bit more gracefully.Bill Stoddard2002-05-171-39/+52
* Start with a larger buffer size in ap_rgetline_core() to avoidBrian Pane2002-05-131-1/+7
* Optimization: modified the power-of-two allocator in ap_rgetline_core()Brian Pane2002-05-131-5/+5
* Fixed missing null-termination of ap_make_content_type() patterns listBrian Pane2002-05-121-0/+1
* Optimization: skip cache setup in location_walk() if the vhostBrian Pane2002-05-121-2/+2