summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-2621-576/+333
* 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-267-105/+64
* Parts where server was eliminated from connection rec.Roy T. Fielding1999-08-261-7/+7
* Removed RLIMIT stuff, supposedly to be implemented later in mod_cgi.Roy T. Fielding1999-08-261-50/+12
* Rearchitect the mess in http_main.c, http_core.c and buff.c.Roy T. Fielding1999-08-2611-7303/+253
* Replace file descriptor with APRFile [Dean]Roy T. Fielding1999-08-263-4/+5
* A run alias for personal use.Roy T. Fielding1999-08-261-0/+5
* Make process model directives conditional based on MPM module.Roy T. Fielding1999-08-261-45/+50
* Reduce default MaxClients for testing MPM.Roy T. Fielding1999-08-261-1/+1
* Update Lars' keyRoy T. Fielding1999-08-261-232/+123
* Blush.. this should have been removed long ago. Stumbled acrossDirk-Willem van Gulik1999-08-251-46/+0
* 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-24118-0/+38277
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-2422-0/+5235
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-24126-0/+5058
* Forgot listen.c in the earlier AcceptEx patch to winnt.c.Bill Stoddard1999-08-212-13/+32
* Use AcceptEx (a.k.a. accept and receive) on windows NT. Begin work to makeBill Stoddard1999-08-202-214/+292
* Spell it out in words of half a syllable. Some people..!Ken Coar1999-08-191-1/+31
* Move the code to force Expat linking into common code.Manoj Kasichainula1999-08-183-28/+0
* merge the differences in apache-1.3 from tag mpm-merge-1 up toManoj Kasichainula1999-08-171-2/+4
* More cleanup...Bill Stoddard1999-08-171-355/+189
* Server will build and serve static pages (page size < bufsize) with the appro...Bill Stoddard1999-08-171-41/+33
* Get case indent right.Ben Laurie1999-08-151-0/+1
* Unbreak dexter and pthread MPM after Ben's latest hook changes.Ralf S. Engelschall1999-08-152-6/+0
* The current documentation on the Rlimit{CPU,MEM,Nproc} directivesRoy T. Fielding1999-08-151-0/+15
* Fix formatting.Ben Laurie1999-08-151-2/+2
* Child initializer hook.Ben Laurie1999-08-152-2/+0
* Auth checker hookBen Laurie1999-08-152-2/+0
* Access checker hook.Ben Laurie1999-08-152-2/+0
* Fix a couple of error messages.Manoj Kasichainula1999-08-141-3/+3
* Move the ap_sys_siglist code from the Unix MPMs to unixd.[ch]Manoj Kasichainula1999-08-135-397/+144
* Get rid of the single-child worker thread implementation for now. It's aManoj Kasichainula1999-08-131-133/+1
* Update listener code. Workaround stupid WIN32 bug(?) in WSASocket (fails with...Bill Stoddard1999-08-131-245/+284
* Add a connection ID to conn_rec. It uniquely identifies a connection atManoj Kasichainula1999-08-137-40/+56
* Add -R flag to apachectl for binary builds to work around lack of absoluteRandy Terbush1999-08-131-1/+1
* Flesh out the descriptions of dexter and mpmt_pthread a bit.Manoj Kasichainula1999-08-121-2/+5
* Try to find overview in the MPM mess.Ralf S. Engelschall1999-08-121-0/+9
* A little experiment. Add a special worker thread function for the caseManoj Kasichainula1999-08-121-3/+131
* Move a little code around to shorten the worker_thread function a bit.Manoj Kasichainula1999-08-122-40/+46
* Still a complete hacked up mess, but getting better!Bill Stoddard1999-08-111-139/+201
* Put back the process_child_status code from 1.3. Handling of synchronousManoj Kasichainula1999-08-102-1/+107
* Fix some changed assumptions in config file format.Randy Terbush1999-08-101-4/+5
* Use <!--#include virtual="footer.html" --> like for header includeMartin Kraemer1999-08-101-10/+1
* changes for new modules/experimental/mod_auth_digestRonald Tschalar1999-08-092-0/+418
* merge the differences in apache-1.3 from tag apache-apr-merge-3 updgaudet1999-08-063-2/+30
* A few more hacks before taking off for the weekend.Bill Stoddard1999-08-061-46/+37
* Win32: Start work on the winnt mpm. This is all horribly broken and hacked ri...Bill Stoddard1999-08-053-0/+1864