index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LICENSE
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
1999-08-26
Changes from pthreads. Removes timeouts, adds mutex.
Roy T. Fielding
3
-101
/
+26
1999-08-26
Removed timeouts.
Roy T. Fielding
1
-3
/
+0
1999-08-26
user and ap_auth_type fields were moved from connection_rec to request_rec
Roy T. Fielding
7
-25
/
+21
1999-08-26
Replace all alarms and timeouts with a mutex on alloc.
Roy T. Fielding
7
-105
/
+64
1999-08-26
Parts where server was eliminated from connection rec.
Roy T. Fielding
1
-7
/
+7
1999-08-26
Removed RLIMIT stuff, supposedly to be implemented later in mod_cgi.
Roy T. Fielding
1
-50
/
+12
1999-08-26
Rearchitect the mess in http_main.c, http_core.c and buff.c.
Roy T. Fielding
11
-7303
/
+253
1999-08-26
Replace file descriptor with APRFile [Dean]
Roy T. Fielding
3
-4
/
+5
1999-08-26
A run alias for personal use.
Roy T. Fielding
1
-0
/
+5
1999-08-26
Make process model directives conditional based on MPM module.
Roy T. Fielding
1
-45
/
+50
1999-08-26
Reduce default MaxClients for testing MPM.
Roy T. Fielding
1
-1
/
+1
1999-08-26
Update Lars' key
Roy T. Fielding
1
-232
/
+123
1999-08-25
Blush.. this should have been removed long ago. Stumbled across
Dirk-Willem van Gulik
1
-46
/
+0
1999-08-24
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
55
-0
/
+34461
1999-08-24
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
118
-0
/
+38277
1999-08-24
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
22
-0
/
+5235
1999-08-24
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
126
-0
/
+5058
1999-08-21
Forgot listen.c in the earlier AcceptEx patch to winnt.c.
Bill Stoddard
2
-13
/
+32
1999-08-20
Use AcceptEx (a.k.a. accept and receive) on windows NT. Begin work to make
Bill Stoddard
2
-214
/
+292
1999-08-19
Spell it out in words of half a syllable. Some people..!
Ken Coar
1
-1
/
+31
1999-08-18
Move the code to force Expat linking into common code.
Manoj Kasichainula
3
-28
/
+0
1999-08-17
merge the differences in apache-1.3 from tag mpm-merge-1 up to
Manoj Kasichainula
1
-2
/
+4
1999-08-17
More cleanup...
Bill Stoddard
1
-355
/
+189
1999-08-17
Server will build and serve static pages (page size < bufsize) with the appro...
Bill Stoddard
1
-41
/
+33
1999-08-15
Get case indent right.
Ben Laurie
1
-0
/
+1
1999-08-15
Unbreak dexter and pthread MPM after Ben's latest hook changes.
Ralf S. Engelschall
2
-6
/
+0
1999-08-15
The current documentation on the Rlimit{CPU,MEM,Nproc} directives
Roy T. Fielding
1
-0
/
+15
1999-08-15
Fix formatting.
Ben Laurie
1
-2
/
+2
1999-08-15
Child initializer hook.
Ben Laurie
2
-2
/
+0
1999-08-15
Auth checker hook
Ben Laurie
2
-2
/
+0
1999-08-15
Access checker hook.
Ben Laurie
2
-2
/
+0
1999-08-14
Fix a couple of error messages.
Manoj Kasichainula
1
-3
/
+3
1999-08-13
Move the ap_sys_siglist code from the Unix MPMs to unixd.[ch]
Manoj Kasichainula
5
-397
/
+144
1999-08-13
Get rid of the single-child worker thread implementation for now. It's a
Manoj Kasichainula
1
-133
/
+1
1999-08-13
Update listener code. Workaround stupid WIN32 bug(?) in WSASocket (fails with...
Bill Stoddard
1
-245
/
+284
1999-08-13
Add a connection ID to conn_rec. It uniquely identifies a connection at
Manoj Kasichainula
7
-40
/
+56
1999-08-13
Add -R flag to apachectl for binary builds to work around lack of absolute
Randy Terbush
1
-1
/
+1
1999-08-12
Flesh out the descriptions of dexter and mpmt_pthread a bit.
Manoj Kasichainula
1
-2
/
+5
1999-08-12
Try to find overview in the MPM mess.
Ralf S. Engelschall
1
-0
/
+9
1999-08-12
A little experiment. Add a special worker thread function for the case
Manoj Kasichainula
1
-3
/
+131
1999-08-12
Move a little code around to shorten the worker_thread function a bit.
Manoj Kasichainula
2
-40
/
+46
1999-08-11
Still a complete hacked up mess, but getting better!
Bill Stoddard
1
-139
/
+201
1999-08-10
Put back the process_child_status code from 1.3. Handling of synchronous
Manoj Kasichainula
2
-1
/
+107
1999-08-10
Fix some changed assumptions in config file format.
Randy Terbush
1
-4
/
+5
1999-08-10
Use <!--#include virtual="footer.html" --> like for header include
Martin Kraemer
1
-10
/
+1
1999-08-09
changes for new modules/experimental/mod_auth_digest
Ronald Tschalar
2
-0
/
+418
1999-08-06
merge the differences in apache-1.3 from tag apache-apr-merge-3 up
dgaudet
3
-2
/
+30
1999-08-06
A few more hacks before taking off for the weekend.
Bill Stoddard
1
-46
/
+37
1999-08-05
Win32: Start work on the winnt mpm. This is all horribly broken and hacked ri...
Bill Stoddard
3
-0
/
+1864
1999-08-05
Take child_num and thread_num out of conn_rec. They aren't used anywhere
Manoj Kasichainula
6
-15
/
+6
[next]