summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2001-12-26remove unneeded includeIan Holsman1-1/+0
2001-12-26use a new APR function to perform socket address comparison soJeff Trawick1-15/+1
2001-12-26There's snow on the ground! It's cold. It's windy. Must be Michigan!!David Reid1-1/+8
2001-12-26Related to Brian's commit to fix the XXX comments I'd added a while back.Cliff Woolley2-2/+4
2001-12-26Fix matching of vhosts by ip address so we find IPv4Jeff Trawick2-0/+15
2001-12-26Updated the release showstoppers list to include a couple ofBrian Pane1-1/+8
2001-12-26Rearranged the code in mod_include's BNDM string-search functionBrian Pane2-3/+11
2001-12-26Added an update covering misc performance fixes in 2.0.30Brian Pane1-0/+4
2001-12-26Removed a large (8KB) buffer from the stack in ap_invoke_handler()Brian Pane1-5/+4
2001-12-26Fixed calculation of bucket lengthsBrian Pane2-8/+4
2001-12-25add a comment about the need to check for a host after returningJeff Trawick1-0/+3
2001-12-25Fixed a segfault that occurred during startup if a VirtualHostBrian Pane2-0/+6
2001-12-25Add ap_os_killpg as well as unixd_killpg and beosd_killpg.David Reid4-3/+9
2001-12-25unixd.h is included in mpm.h so shouldn't need to be included here as well.David Reid1-1/+0
2001-12-25This allows platforms without the _NP locking palaver to buildDavid Reid2-0/+10
2001-12-24fix a horrible bug which caused scoreboard initialation to always exitJeff Trawick1-1/+3
2001-12-24mention an ugly problem with scoreboard creationJeff Trawick1-1/+6
2001-12-24The scoreboard is no longer created while we can write toJeff Trawick1-17/+16
2001-12-24allow htdbm to work with multiple DBM types by using a new optionIan Holsman2-10/+21
2001-12-23First cut an an all inclusive LICENSE file. Please feel free to formatBill Stoddard1-0/+467
2001-12-23Fix link.Joshua Slive1-1/+1
2001-12-23add ThreadLimit/ServerLimit to perchildJeff Trawick3-100/+373
2001-12-23Add a beosd_accept function. If the worker MPM is used this isDavid Reid2-0/+101
2001-12-23This fixes a segfault that showed up on BeOS and may catch other systems.David Reid1-2/+4
2001-12-23The connection can be aborted in the preconnection hook. If that happens,Bill Stoddard1-2/+3
2001-12-23fix a nasty bug which periodically led to segfaults trying toJeff Trawick2-2/+2
2001-12-22 Resync a few documentation stanzas [all I have time for today], butWilliam A. Rowe Jr3-33/+36
2001-12-22SH_LDFLAGS wasn't getting evaluated properly when it includedJeff Trawick1-3/+0
2001-12-21ignore some generated filesJeff Trawick1-1/+5
2001-12-21get mod_disk_cache to compileJeff Trawick1-3/+3
2001-12-21On AIX, DSOs which reference external libraries need those librariesJeff Trawick1-0/+1
2001-12-21 Clean up a compiler emit for signednessWilliam A. Rowe Jr1-1/+1
2001-12-21Pick up Brad Nicholes' old fix so that make_exports.awk can handleJeff Trawick2-9/+2
2001-12-21Fixed a bug in ap_rgetline()Brian Pane1-5/+21
2001-12-21Use aplibtool to install modules on OS/2 as it contains some required magicBrian Havard1-0/+5
2001-12-20Add note to CHANGES about apr_sendfile fix in APR. This will likly fix severalBill Stoddard1-0/+3
2001-12-20get proxy-as-DSO to load on AIX by fixing up some of our symbol grokkingJeff Trawick2-3/+4
2001-12-19fix the value of the _CEE_RUNOPTS envvar on OS/390Jeff Trawick1-1/+1
2001-12-19Add some documentation on the ServerLimit and ThreadLimitJeff Trawick4-2/+105
2001-12-19This gets perchild compiling and serving pages again. It does NOTRyan Bloom4-6/+6
2001-12-19Remove an extra semi-colon.Ryan Bloom1-1/+1
2001-12-19for the netware MPM, move HARD_THREAD_LIMIT back to mpm_default.h whereJeff Trawick2-11/+11
2001-12-19Reworked the select/accept loop to try to rely less on select to determineBradley Nicholes1-105/+160
2001-12-19jump on the "add my name" bandwagonGreg Ames1-0/+1
2001-12-19Add directives to worker and preform MPMs so that the admin can setJeff Trawick3-46/+214
2001-12-19might as well add my nameIan Holsman1-0/+1
2001-12-19Add a comment about the passoff logic.Aaron Bannert2-0/+6
2001-12-19Clean up some of these magic numbers in perchild. Still doesn't actuallyAaron Bannert2-10/+24
2001-12-19Been meaning to put this in here.Aaron Bannert1-1/+2
2001-12-19Skip the setting of Last-Modified in the response header onBrian Pane1-4/+6