summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings.Ben Laurie1999-09-122-5/+8
* Use return status instead of character value for EOF.Ben Laurie1999-09-121-2/+3
* Remove all of the calls to functions like "ap_popenf". These functions wereRyan Bloom1999-09-086-91/+99
* Moved mod_auth_digest.c from experimental to standard.Roy T. Fielding1999-09-021-4/+0
* Fix all of those annoying --i -> - ap_context_t problems caused by aRyan Bloom1999-08-312-4/+4
* Fix faulty comparison. MSVC TRUE == 1 while Borland TRUE == -1Bill Stoddard1999-08-311-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-3145-411/+416
* Port a few more modules to use the new hooks style.Bill Stoddard1999-08-305-72/+32
* Add couple of hooks to the APacheCore.def file. Port mod_auth_anon and mod_di...Bill Stoddard1999-08-301-15/+8
* Make ``configure --with-option=devel'' underRalf S. Engelschall1999-08-281-1/+1
* Remove error message that was missed in an earlier merge with 1.3.x.Roy T. Fielding1999-08-281-6/+1
* Reverse the unnecessary change to the interface of ap_parseHTTPdate()Roy T. Fielding1999-08-281-12/+7
* Reverse the errors from bad merges that were found whileRoy T. Fielding1999-08-281-3/+3
* Changes for thread safety in pthreads.Roy T. Fielding1999-08-261-17/+10
* Changes to mod_status so that the two new states for threads are recognizedRoy T. Fielding1999-08-261-24/+51
* Replace comment about SIGUSR1 with SIGWINCH.Roy T. Fielding1999-08-261-2/+2
* Remove ap_excess_requests_per_child reference that broke compilation,Roy T. Fielding1999-08-261-5/+0
* TODO: changing directory should be handled by CreateProcessRoy T. Fielding1999-08-261-11/+3
* Remove support for ap_suexec_enabledRoy T. Fielding1999-08-261-5/+0
* Modifications to make mod_unique_id thread safe. This should work on Windows,Roy T. Fielding1999-08-261-12/+28
* Remove timeouts as part of pthreads changes.Roy T. Fielding1999-08-265-20/+2
* Extra bit left off of hook additions.Roy T. Fielding1999-08-261-3/+3
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-262-21/+8
* Replace file descriptors with APRFile.Roy T. Fielding1999-08-261-19/+16
* Odd comments and leftover bits from the pthreads version.Roy T. Fielding1999-08-263-7/+21
* Add an erroe message when handler not found. This may be bogus,Roy T. Fielding1999-08-261-1/+6
* Replace SIGUSR1 with SIGWINCHRoy T. Fielding1999-08-261-2/+10
* TODO: re-implement SAFEREAD external to BUFF using a layerRoy T. Fielding1999-08-261-3/+5
* Use less memory when generating an error message.Roy T. Fielding1999-08-261-10/+4
* FIXME: These changes are just errors from bad merges in the past.Roy T. Fielding1999-08-261-3/+3
* This evil little change modifies the interface to ap_parseHTTPdate()Roy T. Fielding1999-08-261-7/+12
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-2617-280/+230
* Changes from pthreads. Removes timeouts, adds mutex.Roy T. Fielding1999-08-263-101/+26
* Removed timeouts.Roy T. Fielding1999-08-261-3/+0
* user and ap_auth_type fields were moved from connection_rec to request_recRoy T. Fielding1999-08-267-25/+21
* Replace all alarms and timeouts with a mutex on alloc.Roy T. Fielding1999-08-262-72/+48
* Rearchitect the mess in http_main.c, http_core.c and buff.c.Roy T. Fielding1999-08-262-570/+33
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-2455-0/+34461
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-2424-0/+9534
* Fix formatting.Ben Laurie1999-08-151-2/+2
* Child initializer hook.Ben Laurie1999-08-151-1/+0
* Auth checker hookBen Laurie1999-08-151-1/+0
* Access checker hook.Ben Laurie1999-08-151-1/+0
* Another hook.Ben Laurie1999-08-011-1/+0
* Another hook.Ben Laurie1999-08-011-1/+0
* Another hook (I won't be upset if someone else wants to do some!).Ben Laurie1999-07-271-1/+0
* - get rid of pre_command_line_hook ... use register_hooks for this purposedgaudet1999-07-271-1/+0
* Allow for new hooks.Ben Laurie1999-07-241-2/+0
* Support for echo protocol, to show how multiprotocol support works.Ben Laurie1999-07-231-0/+82
* Initial revisiondgaudet1999-06-1829-0/+29