index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make the linkage of clean_child_exit() consistent to fix a
Jeff Trawick
2001-02-20
1
-1
/
+1
*
Update APR macro usage to new name-protected names.
Roy T. Fielding
2001-02-20
1
-1
/
+1
*
Cleaning up and moving around .cvsignore files for the threaded mpm
Victor J. Orlikowski
2001-02-19
1
-0
/
+0
*
rename miss: s/apr_clear_pool/apr_pool_clear/g
Doug MacEachern
2001-02-19
8
-11
/
+11
*
Intermediate change of hardcoded "helpers" reference to "build"
Roy T. Fielding
2001-02-18
1
-1
/
+1
*
- more ap_conf_vector_t fixup.
Greg Stein
2001-02-18
1
-17
/
+28
*
*) Introduce "ap_conf_vector_t" type to assist with legibility and provide
Greg Stein
2001-02-18
2
-57
/
+70
*
Make exports.lo rebuild when it should.
Ben Laurie
2001-02-17
1
-0
/
+3
*
Make the threaded MPM use APR locks instead of pthreads mutexes. This is
Ryan Bloom
2001-02-16
1
-11
/
+13
*
Remove some Makefile.libdir's. These were used by Configure in Apache
Ryan Bloom
2001-02-16
2
-8
/
+0
*
Rename the mpmt_pthread module to threaded. This module has moved from
Ryan Bloom
2001-02-16
9
-25
/
+21
*
Remove all instances of apache_apr_flags="--enable-threads" from the
Ryan Bloom
2001-02-16
2
-2
/
+0
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
48
-48
/
+48
*
Move the call to set the socket timeout outside the loop.
Bill Stoddard
2001-02-14
1
-1
/
+1
*
Fix lingering close (and make it more efficient). We were blocking on
Bill Stoddard
2001-02-14
1
-14
/
+12
*
Sorry, cleaning up the naughty bits that should not have been committed.
William A. Rowe Jr
2001-02-14
1
-3
/
+4
*
Massive commit to clean up os/win32 and label some files with the
William A. Rowe Jr
2001-02-14
3
-5
/
+13
*
Beos R5 and below don't have the sin_len member in sockaddr_in so don't
David Reid
2001-02-14
1
-0
/
+2
*
Remove some deprecated comments.
Bill Stoddard
2001-02-14
1
-73
/
+21
*
Start getting extended status working again.
Bill Stoddard
2001-02-14
2
-1
/
+4
*
doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...
Doug MacEachern
2001-02-14
7
-16
/
+16
*
Windows MPM: Handle ap_new_connection() failure.
Bill Stoddard
2001-02-13
1
-7
/
+10
*
Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4
Ryan Bloom
2001-02-13
1
-1
/
+1
*
This is a huge change that gets beos building again. Essentially it
David Reid
2001-02-13
1
-105
/
+136
*
More changes to the way that we use mod_status on beos.
David Reid
2001-02-13
2
-22
/
+18
*
Remove the dexter MPM. This has been replaced with the Perchild MPM.
Ryan Bloom
2001-02-13
8
-1653
/
+4
*
OK, this is the start of getting things running on BeOS again :)
David Reid
2001-02-13
2
-11
/
+12
*
mod_status references ap_my_generation; declare it for now
Jeff Trawick
2001-02-13
2
-0
/
+6
*
Make perchild build again
Ryan Bloom
2001-02-13
6
-42
/
+34
*
Add the perchild MPM to MPM.NAMING
Ryan Bloom
2001-02-13
1
-0
/
+3
*
Don't disable threads just because we are using the prefork MPM.
Ryan Bloom
2001-02-13
1
-4
/
+0
*
This is the wrong place to mark the server ready. Servers need to be marked ...
Bill Stoddard
2001-02-13
1
-1
/
+0
*
include <arpa/inet.h> for the declarations for htons() et al; OS/390 has
Jeff Trawick
2001-02-12
1
-0
/
+4
*
Begin to move the code that updates the child status out of the MPMs and
Ryan Bloom
2001-02-12
6
-15
/
+3
*
Remove some OS/2 code from the prefork MPM. Since OS/2 has it's own
Ryan Bloom
2001-02-12
1
-8
/
+0
*
*) remove some obsolete/unused defines from httpd.h.
Greg Stein
2001-02-12
2
-3
/
+1
*
*) include the strings stuff the right way (some platforms use string.h;
Greg Stein
2001-02-12
1
-1
/
+4
*
write these in terms of strchr and strrchr so the compiler can possibly use
Greg Stein
2001-02-12
1
-12
/
+8
*
Obsoleted by the "beos" MPM.
Greg Stein
2001-02-12
9
-1596
/
+0
*
Fix a warning.
Ben Laurie
2001-02-11
1
-0
/
+1
*
Fix a compile warning.
Ryan Bloom
2001-02-11
1
-0
/
+1
*
First cut of TLS support.
Ben Laurie
2001-02-11
1
-14
/
+14
*
INIT_SIGLIST() is gone; stop using it
Jeff Trawick
2001-02-11
7
-7
/
+0
*
*) include "apr_signal.h" when needed
Greg Stein
2001-02-11
6
-36
/
+55
*
Fix a potential segfault on all platforms. David Reid fixed this for
Ryan Bloom
2001-02-11
1
-5
/
+1
*
toss the signal description stuff from unixd.[ch], beosd.h, and spmt_os2.
Greg Stein
2001-02-11
2
-148
/
+10
*
Cleanup the rest of the warnings that appear when compileing with
Ryan Bloom
2001-02-11
1
-3
/
+6
*
Fix Win32 Breakage
William A. Rowe Jr
2001-02-10
2
-1
/
+2
*
Small header file cleanup.
Ryan Bloom
2001-02-10
1
-0
/
+3
*
*) continued header revamping
Greg Stein
2001-02-10
8
-84
/
+43
[next]