index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings.
Ben Laurie
1999-09-12
2
-5
/
+8
*
Use return status instead of character value for EOF.
Ben Laurie
1999-09-12
1
-2
/
+3
*
Remove all of the calls to functions like "ap_popenf". These functions were
Ryan Bloom
1999-09-08
6
-91
/
+99
*
Moved mod_auth_digest.c from experimental to standard.
Roy T. Fielding
1999-09-02
1
-4
/
+0
*
Fix all of those annoying --i -> - ap_context_t problems caused by a
Ryan Bloom
1999-08-31
2
-4
/
+4
*
Fix faulty comparison. MSVC TRUE == 1 while Borland TRUE == -1
Bill Stoddard
1999-08-31
1
-1
/
+1
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
45
-411
/
+416
*
Port a few more modules to use the new hooks style.
Bill Stoddard
1999-08-30
5
-72
/
+32
*
Add couple of hooks to the APacheCore.def file. Port mod_auth_anon and mod_di...
Bill Stoddard
1999-08-30
1
-15
/
+8
*
Make ``configure --with-option=devel'' under
Ralf S. Engelschall
1999-08-28
1
-1
/
+1
*
Remove error message that was missed in an earlier merge with 1.3.x.
Roy T. Fielding
1999-08-28
1
-6
/
+1
*
Reverse the unnecessary change to the interface of ap_parseHTTPdate()
Roy T. Fielding
1999-08-28
1
-12
/
+7
*
Reverse the errors from bad merges that were found while
Roy T. Fielding
1999-08-28
1
-3
/
+3
*
Changes for thread safety in pthreads.
Roy T. Fielding
1999-08-26
1
-17
/
+10
*
Changes to mod_status so that the two new states for threads are recognized
Roy T. Fielding
1999-08-26
1
-24
/
+51
*
Replace comment about SIGUSR1 with SIGWINCH.
Roy T. Fielding
1999-08-26
1
-2
/
+2
*
Remove ap_excess_requests_per_child reference that broke compilation,
Roy T. Fielding
1999-08-26
1
-5
/
+0
*
TODO: changing directory should be handled by CreateProcess
Roy T. Fielding
1999-08-26
1
-11
/
+3
*
Remove support for ap_suexec_enabled
Roy T. Fielding
1999-08-26
1
-5
/
+0
*
Modifications to make mod_unique_id thread safe. This should work on Windows,
Roy T. Fielding
1999-08-26
1
-12
/
+28
*
Remove timeouts as part of pthreads changes.
Roy T. Fielding
1999-08-26
5
-20
/
+2
*
Extra bit left off of hook additions.
Roy T. Fielding
1999-08-26
1
-3
/
+3
*
Start to implement module-defined hooks that are a) fast and b) typesafe.
Roy T. Fielding
1999-08-26
2
-21
/
+8
*
Replace file descriptors with APRFile.
Roy T. Fielding
1999-08-26
1
-19
/
+16
*
Odd comments and leftover bits from the pthreads version.
Roy T. Fielding
1999-08-26
3
-7
/
+21
*
Add an erroe message when handler not found. This may be bogus,
Roy T. Fielding
1999-08-26
1
-1
/
+6
*
Replace SIGUSR1 with SIGWINCH
Roy T. Fielding
1999-08-26
1
-2
/
+10
*
TODO: re-implement SAFEREAD external to BUFF using a layer
Roy T. Fielding
1999-08-26
1
-3
/
+5
*
Use less memory when generating an error message.
Roy T. Fielding
1999-08-26
1
-10
/
+4
*
FIXME: These changes are just errors from bad merges in the past.
Roy T. Fielding
1999-08-26
1
-3
/
+3
*
This evil little change modifies the interface to ap_parseHTTPdate()
Roy T. Fielding
1999-08-26
1
-7
/
+12
*
Start to implement module-defined hooks that are a) fast and b) typesafe.
Roy T. Fielding
1999-08-26
17
-280
/
+230
*
Changes from pthreads. Removes timeouts, adds mutex.
Roy T. Fielding
1999-08-26
3
-101
/
+26
*
Removed timeouts.
Roy T. Fielding
1999-08-26
1
-3
/
+0
*
user and ap_auth_type fields were moved from connection_rec to request_rec
Roy T. Fielding
1999-08-26
7
-25
/
+21
*
Replace all alarms and timeouts with a mutex on alloc.
Roy T. Fielding
1999-08-26
2
-72
/
+48
*
Rearchitect the mess in http_main.c, http_core.c and buff.c.
Roy T. Fielding
1999-08-26
2
-570
/
+33
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
55
-0
/
+34461
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
24
-0
/
+9534
*
Fix formatting.
Ben Laurie
1999-08-15
1
-2
/
+2
*
Child initializer hook.
Ben Laurie
1999-08-15
1
-1
/
+0
*
Auth checker hook
Ben Laurie
1999-08-15
1
-1
/
+0
*
Access checker hook.
Ben Laurie
1999-08-15
1
-1
/
+0
*
Another hook.
Ben Laurie
1999-08-01
1
-1
/
+0
*
Another hook.
Ben Laurie
1999-08-01
1
-1
/
+0
*
Another hook (I won't be upset if someone else wants to do some!).
Ben Laurie
1999-07-27
1
-1
/
+0
*
- get rid of pre_command_line_hook ... use register_hooks for this purpose
dgaudet
1999-07-27
1
-1
/
+0
*
Allow for new hooks.
Ben Laurie
1999-07-24
1
-2
/
+0
*
Support for echo protocol, to show how multiprotocol support works.
Ben Laurie
1999-07-23
1
-0
/
+82
*
Initial revision
dgaudet
1999-06-18
29
-0
/
+29