index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
http_connection.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make lingering close access the socket directly, instead of relying on
Ryan Bloom
2000-10-23
1
-0
/
+2
*
This begins to remove BUFF from the server. The idea is to go very slowly
Ryan Bloom
2000-10-18
1
-4
/
+4
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-1
/
+1
*
Move where the CORE_IN filter is added to the server. We used to do this
Ryan Bloom
2000-10-02
1
-1
/
+9
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-3
/
+3
*
Make http_log use ScanDoc
Ryan Bloom
2000-07-31
1
-0
/
+4
*
Document http_connection.h using ScanDoc
Ryan Bloom
2000-07-31
1
-0
/
+66
*
Remove const from ap_socket_t parameters on APR functions so that
Jeff Trawick
2000-06-26
1
-1
/
+1
*
PR:
William A. Rowe Jr
2000-05-28
1
-2
/
+2
*
William A. Rowe Jr
2000-05-27
1
-2
/
+2
*
Add the prototype for ap_lingering_close()
Bill Stoddard
2000-05-12
1
-0
/
+1
*
change ap_hook_pre_connection from VOID to RUN_ALL
Doug MacEachern
2000-04-28
1
-1
/
+1
*
add AP_ prefix to *HOOK* macros
Doug MacEachern
2000-04-26
1
-2
/
+2
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-2
/
+2
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-33
/
+30
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-9
/
+9
*
Finish the commits for the change in the header files. Basically, this hides
Ryan Bloom
2000-01-19
1
-0
/
+2
*
Enhancements for APR network_io. Adds separate local/remote access methods for
Brian Havard
1999-10-24
1
-0
/
+3
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
1
-1
/
+1
*
Add a connection ID to conn_rec. It uniquely identifies a connection at
Manoj Kasichainula
1999-08-13
1
-1
/
+1
*
Take child_num and thread_num out of conn_rec. They aren't used anywhere
Manoj Kasichainula
1999-08-05
1
-2
/
+1
*
And with one bound, he was free! This seemingly minor change allows modules
Ben Laurie
1999-07-22
1
-0
/
+2
*
Strawman hooks implementation (beginning of).
Ben Laurie
1999-07-05
1
-0
/
+5
*
Use ap_new_connection in pthread MPM. This required adding an argument
Manoj Kasichainula
1999-07-02
1
-1
/
+1
*
New API for I/O layering, and dependency updates.
Ben Laurie
1999-06-29
1
-0
/
+4
*
Initial revision
dgaudet
1999-06-18
1
-0
/
+71
[prev]