summaryrefslogtreecommitdiffstats
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
1999-08-26Changes from pthreads. Removes timeouts, adds mutex.Roy T. Fielding3-101/+26
1999-08-26Removed timeouts.Roy T. Fielding1-3/+0
1999-08-26user and ap_auth_type fields were moved from connection_rec to request_recRoy T. Fielding7-25/+21
1999-08-26Replace all alarms and timeouts with a mutex on alloc.Roy T. Fielding7-105/+64
1999-08-26Parts where server was eliminated from connection rec.Roy T. Fielding1-7/+7
1999-08-26Removed RLIMIT stuff, supposedly to be implemented later in mod_cgi.Roy T. Fielding1-50/+12
1999-08-26Rearchitect the mess in http_main.c, http_core.c and buff.c.Roy T. Fielding11-7303/+253
1999-08-26Replace file descriptor with APRFile [Dean]Roy T. Fielding3-4/+5
1999-08-26A run alias for personal use.Roy T. Fielding1-0/+5
1999-08-26Make process model directives conditional based on MPM module.Roy T. Fielding1-45/+50
1999-08-26Reduce default MaxClients for testing MPM.Roy T. Fielding1-1/+1
1999-08-26Update Lars' keyRoy T. Fielding1-232/+123
1999-08-25Blush.. this should have been removed long ago. Stumbled acrossDirk-Willem van Gulik1-46/+0
1999-08-24Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding55-0/+34461
1999-08-24Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding118-0/+38277
1999-08-24Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding22-0/+5235
1999-08-24Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding126-0/+5058
1999-08-21Forgot listen.c in the earlier AcceptEx patch to winnt.c.Bill Stoddard2-13/+32
1999-08-20Use AcceptEx (a.k.a. accept and receive) on windows NT. Begin work to makeBill Stoddard2-214/+292
1999-08-19 Spell it out in words of half a syllable. Some people..!Ken Coar1-1/+31
1999-08-18Move the code to force Expat linking into common code.Manoj Kasichainula3-28/+0
1999-08-17merge the differences in apache-1.3 from tag mpm-merge-1 up toManoj Kasichainula1-2/+4
1999-08-17More cleanup...Bill Stoddard1-355/+189
1999-08-17Server will build and serve static pages (page size < bufsize) with the appro...Bill Stoddard1-41/+33
1999-08-15Get case indent right.Ben Laurie1-0/+1
1999-08-15Unbreak dexter and pthread MPM after Ben's latest hook changes.Ralf S. Engelschall2-6/+0
1999-08-15The current documentation on the Rlimit{CPU,MEM,Nproc} directivesRoy T. Fielding1-0/+15
1999-08-15Fix formatting.Ben Laurie1-2/+2
1999-08-15Child initializer hook.Ben Laurie2-2/+0
1999-08-15Auth checker hookBen Laurie2-2/+0
1999-08-15Access checker hook.Ben Laurie2-2/+0
1999-08-14Fix a couple of error messages.Manoj Kasichainula1-3/+3
1999-08-13Move the ap_sys_siglist code from the Unix MPMs to unixd.[ch]Manoj Kasichainula5-397/+144
1999-08-13Get rid of the single-child worker thread implementation for now. It's aManoj Kasichainula1-133/+1
1999-08-13Update listener code. Workaround stupid WIN32 bug(?) in WSASocket (fails with...Bill Stoddard1-245/+284
1999-08-13Add a connection ID to conn_rec. It uniquely identifies a connection atManoj Kasichainula7-40/+56
1999-08-13Add -R flag to apachectl for binary builds to work around lack of absoluteRandy Terbush1-1/+1
1999-08-12Flesh out the descriptions of dexter and mpmt_pthread a bit.Manoj Kasichainula1-2/+5
1999-08-12Try to find overview in the MPM mess.Ralf S. Engelschall1-0/+9
1999-08-12A little experiment. Add a special worker thread function for the caseManoj Kasichainula1-3/+131
1999-08-12Move a little code around to shorten the worker_thread function a bit.Manoj Kasichainula2-40/+46
1999-08-11Still a complete hacked up mess, but getting better!Bill Stoddard1-139/+201
1999-08-10Put back the process_child_status code from 1.3. Handling of synchronousManoj Kasichainula2-1/+107
1999-08-10Fix some changed assumptions in config file format.Randy Terbush1-4/+5
1999-08-10Use <!--#include virtual="footer.html" --> like for header includeMartin Kraemer1-10/+1
1999-08-09changes for new modules/experimental/mod_auth_digestRonald Tschalar2-0/+418
1999-08-06merge the differences in apache-1.3 from tag apache-apr-merge-3 updgaudet3-2/+30
1999-08-06A few more hacks before taking off for the weekend.Bill Stoddard1-46/+37
1999-08-05Win32: Start work on the winnt mpm. This is all horribly broken and hacked ri...Bill Stoddard3-0/+1864
1999-08-05Take child_num and thread_num out of conn_rec. They aren't used anywhereManoj Kasichainula6-15/+6