index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
gen_test_char.dsp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2001-02-16
Add an apr_short_interval_time. This allows us to use an apr_interval_time
Ryan Bloom
2
-7
/
+7
2001-02-16
This file moved into httpd-proxy CVS module.
Chuck Murcko
1
-1190
/
+0
2001-02-16
Note the removal of coalesce filter in the CHANGES file, and also note
Ryan Bloom
1
-1
/
+6
2001-02-16
Remove the coalesce filter. With the addition of the ap_f* functions,
Ryan Bloom
1
-138
/
+0
2001-02-15
Fix the seg fault in mod_status.c. This changes the up_time to an
Ryan Bloom
1
-6
/
+6
2001-02-15
Replace my horribly stupid regular expression with a slightly less stupid
Joshua Slive
1
-1
/
+1
2001-02-15
Remove some warnings from mod_status.
Ryan Bloom
1
-7
/
+7
2001-02-14
Move the call to set the socket timeout outside the loop.
Bill Stoddard
1
-1
/
+1
2001-02-14
Fix lingering close (and make it more efficient). We were blocking on
Bill Stoddard
1
-14
/
+12
2001-02-14
Sorry, cleaning up the naughty bits that should not have been committed.
William A. Rowe Jr
1
-3
/
+4
2001-02-14
Massive commit to clean up os/win32 and label some files with the
William A. Rowe Jr
3
-5
/
+13
2001-02-14
Beos R5 and below don't have the sin_len member in sockaddr_in so don't
David Reid
1
-0
/
+2
2001-02-14
As a debugging aid, report which version of the beos code we're using and
David Reid
1
-2
/
+6
2001-02-14
Remove some deprecated comments.
Bill Stoddard
1
-73
/
+21
2001-02-14
PR:
Bill Stoddard
1
-7
/
+5
2001-02-14
Start getting extended status working again.
Bill Stoddard
3
-2
/
+7
2001-02-14
doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...
Doug MacEachern
9
-30
/
+30
2001-02-13
Windows MPM: Handle ap_new_connection() failure.
Bill Stoddard
1
-7
/
+10
2001-02-13
Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4
Ryan Bloom
2
-2
/
+2
2001-02-13
This is a huge change that gets beos building again. Essentially it
David Reid
1
-105
/
+136
2001-02-13
More changes to the way that we use mod_status on beos.
David Reid
2
-22
/
+18
2001-02-13
Remove the dexter MPM. This has been replaced with the Perchild MPM.
Ryan Bloom
16
-1795
/
+75
2001-02-13
backout name change:
Doug MacEachern
1
-3
/
+3
2001-02-13
rename:
Doug MacEachern
3
-8
/
+8
2001-02-13
s/apr_bucket_pipe_creat/apr_bucket_pipe_create/ typo
Doug MacEachern
2
-6
/
+6
2001-02-13
Windows doesn't have ap_config_auto. Perhaps we need a HAVE_CONFIG_AUTO
Bill Stoddard
1
-0
/
+2
2001-02-13
The "src/" directory no longer exists. Clean up the HARD_SERVER_LIMITS
Greg Ames
1
-1
/
+1
2001-02-13
OK, this is the start of getting things running on BeOS again :)
David Reid
2
-11
/
+12
2001-02-13
Use apr_want.h to get the declarations for ntohs et al instead of
Jeff Trawick
2
-10
/
+4
2001-02-13
mod_status references ap_my_generation; declare it for now
Jeff Trawick
2
-0
/
+6
2001-02-13
Make perchild build again
Ryan Bloom
7
-42
/
+36
2001-02-13
Add the perchild MPM to MPM.NAMING
Ryan Bloom
1
-0
/
+3
2001-02-13
Don't disable threads just because we are using the prefork MPM.
Ryan Bloom
2
-4
/
+4
2001-02-13
This is the wrong place to mark the server ready. Servers need to be marked ...
Bill Stoddard
1
-1
/
+0
2001-02-12
include <arpa/inet.h> for the declarations for htons() et al; OS/390 has
Jeff Trawick
2
-0
/
+7
2001-02-12
trailing commas in enum declarations aren't portable
Jeff Trawick
1
-1
/
+1
2001-02-12
ignore generated file modules.mk
Jeff Trawick
1
-0
/
+1
2001-02-12
Begin to move the code that updates the child status out of the MPMs and
Ryan Bloom
7
-15
/
+7
2001-02-12
Remove some OS/2 code from the prefork MPM. Since OS/2 has it's own
Ryan Bloom
1
-8
/
+0
2001-02-12
Allow mod_tls to compile on Unix boxes where openssl has already been
Ryan Bloom
2
-1
/
+12
2001-02-12
string.h needs to be included before monkeying around with strchr et al,
Jeff Trawick
1
-0
/
+5
2001-02-12
Fix for moved macros
Chuck Murcko
1
-0
/
+1
2001-02-12
sneaky for loop... make it more obvious what it is doing
Greg Stein
1
-1
/
+2
2001-02-12
*) rename apr_memdup() to apr_pmemdup()
Greg Stein
1
-1
/
+1
2001-02-12
*) remove some obsolete/unused defines from httpd.h.
Greg Stein
5
-82
/
+39
2001-02-12
*) include the strings stuff the right way (some platforms use string.h;
Greg Stein
1
-1
/
+4
2001-02-12
write these in terms of strchr and strrchr so the compiler can possibly use
Greg Stein
1
-12
/
+8
2001-02-12
bring along the comment (from httpd.h) that went with these defines
Greg Stein
1
-0
/
+12
2001-02-12
Obsoleted by the "beos" MPM.
Greg Stein
9
-1596
/
+0
2001-02-11
Work for more than one read. Catch read errors.
Ben Laurie
2
-6
/
+8
[next]