summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-31101-809/+821
* Forgot this hook...Bill Stoddard1999-08-302-0/+2
* Link in the winnt mpmBill Stoddard1999-08-301-0/+2
* 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-303-15/+12
* Lost the Apache feather icon along the way. Adding it back in...Bill Stoddard1999-08-303-0/+101
* Update OS/2 MPM for latest hooks.Brian Havard1999-08-301-3/+0
* Remove some shadowingJim Jagielski1999-08-281-3/+3
* get rid of two additional warningsRalf S. Engelschall1999-08-281-0/+1
* clean_child_exit() is really used globally inside dexter MPM,Ralf S. Engelschall1999-08-281-4/+4
* Fix the following bunch of warnings in dexter MPM:Ralf S. Engelschall1999-08-281-9/+8
* Make ``configure --with-option=devel'' underRalf S. Engelschall1999-08-283-3/+5
* Enough for one week.Roy T. Fielding1999-08-281-1/+17
* no shortage of things TODORoy T. Fielding1999-08-281-1/+3
* Remove error message that was missed in an earlier merge with 1.3.x.Roy T. Fielding1999-08-281-6/+1
* Fix merge bugBill Stoddard1999-08-281-0/+1
* Move "handler not found" warning message to below the checkRoy T. Fielding1999-08-281-5/+4
* A bunch of changes to get the server compiling on WIN32. mod_cgi, mod_include,Bill Stoddard1999-08-289-164/+235
* Reverse the unnecessary change to the interface of ap_parseHTTPdate()Roy T. Fielding1999-08-284-23/+15
* Some cleanups. Among other things:Manoj Kasichainula1999-08-283-163/+47
* Reverse the errors from bad merges that were found whileRoy T. Fielding1999-08-282-20/+21
* Be consistent with how we indicate child death and use status =Manoj Kasichainula1999-08-271-2/+2
* Fix a bug in setting max_daemons_limit that could lead to not noticingManoj Kasichainula1999-08-271-3/+8
* WIN32: htdigest and htpasswd project and make files for Win32 were deletedBill Stoddard1999-08-272-0/+222
* Yay! A whole new repository for silly comments about weather, popManoj Kasichainula1999-08-271-7/+5
* First crack at a status file for Apache 2.0. Please fix mistakes andManoj Kasichainula1999-08-271-0/+96
* Now that this beast was officially declared as the Apache 2.0 stuff, let itRalf S. Engelschall1999-08-271-1/+1
* Get rid of the stupid Id line that makes merges impossible.Roy T. Fielding1999-08-261-1/+0
* Update all exports for pthreads and MPMRoy T. Fielding1999-08-261-5/+5
* Add define for ap_spawnvp. Dean removed obsolete symbols NO_OTHER_CHILDRoy T. Fielding1999-08-261-3/+3
* Add ap_spawnvp for thread safety.Roy T. Fielding1999-08-262-0/+21
* Update (or is this reversing ???) the JCL examples for TPF.Roy T. Fielding1999-08-262-179/+179
* OS/2 EMX library's select() isn't thread safe so bypass it and go direct toRoy T. Fielding1999-08-261-1/+92
* 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
* Add prototype for ap_select on OS/2Roy T. Fielding1999-08-261-0/+2
* More MPM changes. Remove NO_OTHER_CHILD defines.Roy T. Fielding1999-08-261-7/+13
* Special Support for User-Space Threading EnvironmentsRoy T. Fielding1999-08-261-0/+25
* More MPM changes. Remove ap_can_exec and add a couple prototypes.Roy T. Fielding1999-08-262-27/+2
* Optimize ap_make_dirstr_prefix().Roy T. Fielding1999-08-261-6/+2
* Replace file descriptors with APRFile.Roy T. Fielding1999-08-262-20/+19
* Odd comments and leftover bits from the pthreads version.Roy T. Fielding1999-08-268-20/+57