summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-1618-71/+163
* Silly module, we don't need compat.h :)William A. Rowe Jr2002-03-161-3/+3
* Solaris 8 doesn't have a thundering herd problemIan Holsman2002-03-162-1/+15
* make sure we set rc before referencing itJeff Trawick2002-03-151-1/+6
* Axe unused variableWilliam A. Rowe Jr2002-03-151-2/+0
* clean up the use of apr_sockaddr_t (stay out of family-specificJeff Trawick2002-03-151-9/+6
* Another potential ap_server_root_relative failureWilliam A. Rowe Jr2002-03-151-3/+3
* Style touchupWilliam A. Rowe Jr2002-03-151-2/+2
* Another potential ap_server_root_relative failure.William A. Rowe Jr2002-03-151-1/+1
* A coworker discovered that really bogus path names segfault the serverWilliam A. Rowe Jr2002-03-151-0/+16
* speed up the short_report path... we were unnecessarilyJeff Trawick2002-03-151-178/+174
* Factor out a bunch of commonality between the HAVE_TIMES path andJeff Trawick2002-03-151-41/+27
* Outch! DougM reports that I never committed this file. Lo and behold,William A. Rowe Jr2002-03-151-0/+4
* Allow URIs specifying CGI scripts to include '/' at the endJeff Trawick2002-03-152-0/+19
* fix a couple of formatting bugs in the !HAVE_TIMES pathJeff Trawick2002-03-151-2/+2
* make mod_status a little faster by checking for an active server sooner inJeff Trawick2002-03-151-162/+166
* Since noone seemed to have a real problem with it, change !! toSander Striker2002-03-151-1/+1
* Typo (noticed while browsing http://docx.webperf.org/)Martin Kraemer2002-03-151-1/+1
* get rid of some -Wall warningsDoug MacEachern2002-03-152-0/+5
* remove stray log message (from madhu)Doug MacEachern2002-03-151-3/+0
* OtherBill took care of my mod_negotiation concern.Jeff Trawick2002-03-151-7/+1
* Remove the pools API change from the showstoppers section.Sander Striker2002-03-151-2/+1
* Update the mpms to call the new allocator/pools APISander Striker2002-03-154-4/+19
* PR:Doug MacEachern2002-03-158-237/+286
* FYI...Bill Stoddard2002-03-141-2/+2
* deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUTJeff Trawick2002-03-147-7/+7
* mention an outstanding scoreboard alignment issue (not a showstopper :) )Jeff Trawick2002-03-141-1/+8
* Import file for NetWareBradley Nicholes2002-03-141-0/+19
* This was fixed last week but I didn't notice the bug report or the STATUSAaron Bannert2002-03-142-5/+3
* Fix a comment about the /<target> appended to config.layout variablesAaron Bannert2002-03-142-3/+3
* Switched to the new winsock header for NetWareBradley Nicholes2002-03-141-1/+1
* Added code to extract the current address space name so that eachBradley Nicholes2002-03-142-3/+17
* fix commentDoug MacEachern2002-03-141-1/+1
* PR:Doug MacEachern2002-03-141-5/+25
* Some lingering debug cruft that isn't neededWilliam A. Rowe Jr2002-03-141-3/+0
* Use fprintf to stderr over printf. Better yet - replace with theWilliam A. Rowe Jr2002-03-141-13/+13
* My [sixth?] major revamp of service.c. Traded an event for a mutexWilliam A. Rowe Jr2002-03-143-233/+72
* Cleanup the eventlogger code, and split it into its own source.William A. Rowe Jr2002-03-142-0/+230
* Now that we test ownership of the listeners in listen.c, -k "start"William A. Rowe Jr2002-03-141-9/+29
* The be-certain-we-own-the-socket patch to listen.c fails if we hangWilliam A. Rowe Jr2002-03-141-0/+1
* Our ap_listeners were binding to IIS sockets, other Apache instances'William A. Rowe Jr2002-03-141-0/+23
* Fix apxs -g handling.Jeff Trawick2002-03-146-8/+12
* Fix win32 compile breakage.Bill Stoddard2002-03-132-6/+6
* Fix a couple typos.Joshua Slive2002-03-131-2/+2
* Decline urls ending with /Bill Stoddard2002-03-131-5/+12
* Update our copyright for this year.Roy T. Fielding2002-03-13261-268/+268
* fix the remaining sizeof(token.value) bogosityJeff Trawick2002-03-131-12/+6
* Fix some mod_include bugs which broke the evaluation of some expressions.Jeff Trawick2002-03-132-14/+13
* Move the quick_handler comment to the new quick handler location. Do notBill Stoddard2002-03-132-25/+27
* simplify the way we find the family of an apr_sockaddr_tJeff Trawick2002-03-131-2/+2