summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-184-7/+18
* As suggested by Josh Slive, add the explicit 'default' to AcceptPathInfo.William A. Rowe Jr2001-12-131-4/+22
* Jeff's guess, right on. [Thought I committed it all... gotta grab aWilliam A. Rowe Jr2001-12-131-1/+1
* hack up core_dir_config so that server/core.c compiles againJeff Trawick2001-12-131-0/+1
* Give the request_rec some information about path_info allowance.William A. Rowe Jr2001-12-132-2/+8
* AFAICT - these symbols are unused.William A. Rowe Jr2001-12-071-4/+0
* Provide an accessor function for the global_score portion of the scoreboard.Aaron Bannert2001-12-071-0/+1
* Export ap_get_parent_scoreboard and ap_get_servers_scoreboard to beAaron Bannert2001-12-071-2/+2
* Change a comment. This change was made to 2.0.29-dev. 2.0.28 had alreadyBill Stoddard2001-12-031-1/+1
* Added a version of ap_getline() that allocs a buffer fromBrian Pane2001-12-031-0/+26
* use our standard declaration macro for the AP_DEBUG flavors ofJeff Trawick2001-12-011-6/+6
* carry over from 1.3: disable profiling in the parent process #ifdef GPROFDoug MacEachern2001-11-291-0/+14
* welcome to .30Ian Holsman2001-11-271-1/+1
* about to tag 29Ian Holsman2001-11-271-1/+1
* Change the magic #Ian Holsman2001-11-271-1/+3
* change open_logs hook to return a value, allowing you to flag a errorIan Holsman2001-11-241-2/+3
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-1/+2
* Fix the timeout logic that I broke last week. This adds a requestRyan Bloom2001-11-211-1/+0
* add new input filter mode AP_MODE_INIT:Doug MacEachern2001-11-191-1/+6
* fix spellingCliff Woolley2001-11-181-1/+1
* Don't know why these were missing... just an oversight, I'm guessing?Cliff Woolley2001-11-181-0/+10
* Fix spellingCliff Woolley2001-11-181-10/+10
* change the signature of ap_custom_response() to use aIan Holsman2001-11-181-2/+1
* Get mod_cgid killed when a MPM exits due to a fatal error.Jeff Trawick2001-11-171-1/+2
* Pull lingering close out of the pool cleanup phase. This was causing tooRyan Bloom2001-11-151-1/+1
* Fixed ap_listeners so that it will be included in the AWK generated export listsBradley Nicholes2001-11-141-1/+1
* Allow modules that add sockets to the ap_listeners list toRyan Bloom2001-11-132-1/+7
* Add the server_rec argument back to the create_connection hook.Ryan Bloom2001-11-131-1/+1
* Remove ap_new_connection from the header. I missed this when I removedRyan Bloom2001-11-131-11/+0
* Back out my last patch. The logic to add sockets to pollsets is back inRyan Bloom2001-11-131-2/+0
* This allows modules to add socket descriptors to the pollset. I haveRyan Bloom2001-11-131-0/+2
* Remove commas from the end of the macros that defineRyan Bloom2001-11-131-1/+1
* Add docs for the newest hook.Ryan Bloom2001-11-131-1/+11
* Cleanup some code that was created during the abstration. This basicallyRyan Bloom2001-11-131-9/+1
* Begin to abstract out the underlying transport layer.Ryan Bloom2001-11-132-6/+39
* Fix the Windows MPM. Windows doesn't always use the lingering closeRyan Bloom2001-11-101-0/+16
* Remove ap_lingering_close from all of the MPMs. This is now done asRyan Bloom2001-11-101-16/+0
* advancing release numbers to 2.0.29-dev after tagGreg Ames2001-11-081-1/+1
* about to tag 2.0.28Greg Ames2001-11-081-1/+1
* ap_getline() is useful to modules outside of the core..Doug MacEachern2001-11-071-1/+1
* Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS andCliff Woolley2001-11-071-3/+3
* bumping release number to 2.0.28-dev after tagGreg Ames2001-10-311-1/+1
* bump release number to 2.0.27Greg Ames2001-10-311-1/+1
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-2/+3
* adjust for the change to SuExec's default install directoryGreg Ames2001-10-231-1/+1
* Bump after the 2.0.26 tag.Ryan Bloom2001-10-161-1/+1
* Bump the versions for the 2.0.26 tag.Ryan Bloom2001-10-161-1/+1
* Correct Verbage in comments.Ian Holsman2001-10-081-3/+3
* Goodbye r->content_lanaguage (per vote from apache-1.3/STATUS).William A. Rowe Jr2001-10-022-6/+5
* Added Doxygen CommentsIan Holsman2001-10-022-63/+178