summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix for vhosts where the hostname is followed by '.'Brian Pane2002-03-181-2/+2
* Seems like this is the end of the compiler emits on Win32, once again.William A. Rowe Jr2002-03-171-2/+5
* Spell out the merged log name, if we succeeded in merging the pathWilliam A. Rowe Jr2002-03-171-1/+1
* get the prototype for ap_recent_ctime()Jeff Trawick2002-03-171-0/+1
* Use the "recent time" cache to optimize timestamp generation forBrian Pane2002-03-172-1/+46
* Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_foo entities aren'tWilliam A. Rowe Jr2002-03-163-3/+3
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-165-25/+68
* 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
* Allow URIs specifying CGI scripts to include '/' at the endJeff Trawick2002-03-151-0/+14
* Since noone seemed to have a real problem with it, change !! toSander Striker2002-03-151-1/+1
* Update the mpms to call the new allocator/pools APISander Striker2002-03-154-4/+19
* deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUTJeff Trawick2002-03-141-1/+1
* Added code to extract the current address space name so that eachBradley Nicholes2002-03-141-3/+16
* 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 win32 compile breakage.Bill Stoddard2002-03-131-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-1360-60/+60
* Move the quick_handler comment to the new quick handler location. Do notBill Stoddard2002-03-131-7/+27
* simplify the way we find the family of an apr_sockaddr_tJeff Trawick2002-03-131-2/+2
* Fix the calculation of thread_num in the worker score structure.Jeff Trawick2002-03-131-1/+1
* simplify the way we find the family of an apr_sockaddr_tJeff Trawick2002-03-123-3/+3
* Style Police comming through...Sander Striker2002-03-121-162/+194
* Make this look a bit better.Sander Striker2002-03-111-1/+1
* Style Police comming through...Sander Striker2002-03-111-169/+209
* Style Police comming through...Sander Striker2002-03-111-25/+65
* Style Police comming through...Sander Striker2002-03-091-114/+233
* ap_rgetline_core: fix a bug with folding observed while testing ebcdic.Greg Ames2002-03-081-4/+11
* ap_rgetline: fix folding and partial line handling on ebcdic boxes. TheGreg Ames2002-03-071-8/+29
* Torch a stale commented out line.Sander Striker2002-03-071-1/+0
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-074-8/+8
* When using mod_ssl, it is possible that we'd be called when there are noJustin Erenkrantz2002-03-071-1/+1
* Remove the prev pointer from the filter chain. This removesRyan Bloom2002-03-074-17/+4
* Fix a bug in the APR_MODE_EXHAUSTIVE mode for the core input filter.Aaron Bannert2002-03-061-3/+6
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-062-8/+8
* make sure r->proto_xxput_filter gets updated as necessary whenAllan K. Edwards2002-03-061-1/+6
* failures on the accept mutex are common at restart time, so be smartJeff Trawick2002-03-051-2/+14
* fix a typo in a log message... the message claimed that apr_proc_mutex_lock()Jeff Trawick2002-03-051-1/+1
* skip the lock release if the lock obtain failedJeff Trawick2002-03-051-0/+1
* Sander's Stylistic SubmissionIan Holsman2002-03-055-730/+905
* Sander's Stylistic SubmissionIan Holsman2002-03-051-548/+625
* Detabify those parts of this file which don't collide with the bucketCliff Woolley2002-03-051-4/+4
* fix <Directory ~ blah> containers.Greg Ames2002-03-051-3/+4
* Only insert net_filter once per request. Initialize the outputRyan Bloom2002-03-052-0/+3
* Stop the loop when we have found the correct filter, or when the filterRyan Bloom2002-03-051-1/+1