index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
connection.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sander's Stylistic Submission
Ian Holsman
2002-03-05
1
-15
/
+16
*
Remove the install_transport_filters hook. The same function can be
Ryan Bloom
2002-02-05
1
-8
/
+3
*
Reintroduce the create_connection hook. This hook is required to enable
Bill Stoddard
2002-02-01
1
-40
/
+6
*
This patch restores most of Ryan's patch (11/12/2001) to remove the
Bill Stoddard
2002-01-29
1
-13
/
+7
*
Remove the create_connection hook and put the client_socket back into the
Bill Stoddard
2002-01-27
1
-5
/
+49
*
The connection can be aborted in the preconnection hook. If that happens,
Bill Stoddard
2001-12-23
1
-2
/
+3
*
Change core code to allow an MPM to set hard thread/server
Jeff Trawick
2001-12-18
1
-3
/
+3
*
Pull lingering close out of the pool cleanup phase. This was causing too
Ryan Bloom
2001-11-15
1
-18
/
+23
*
Add the server_rec argument back to the create_connection hook.
Ryan Bloom
2001-11-13
1
-2
/
+2
*
Back out my last patch. The logic to add sockets to pollsets is back in
Ryan Bloom
2001-11-13
1
-4
/
+0
*
Whoops, wrong variable.
Ryan Bloom
2001-11-13
1
-1
/
+1
*
I accidentally removed these lines. Thank to Greg for catching this.
Ryan Bloom
2001-11-13
1
-0
/
+2
*
This allows modules to add socket descriptors to the pollset. I have
Ryan Bloom
2001-11-13
1
-0
/
+4
*
Cleanup some code that was created during the abstration. This basically
Ryan Bloom
2001-11-13
1
-50
/
+2
*
Begin to abstract out the underlying transport layer.
Ryan Bloom
2001-11-13
1
-20
/
+22
*
Fix the Windows MPM. Windows doesn't always use the lingering close
Ryan Bloom
2001-11-10
1
-1
/
+1
*
Remove ap_lingering_close from all of the MPMs. This is now done as
Ryan Bloom
2001-11-10
1
-3
/
+7
*
The read() in apr_recv() would always be called first and return EAGAIN.
Bill Stoddard
2001-07-31
1
-0
/
+1
*
scratch an old itch - give lingering close its own state in the scoreboard.
Greg Ames
2001-07-12
1
-0
/
+2
*
Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types of
Chuck Murcko
2001-05-11
1
-1
/
+1
*
Move more code from the http module into the core server. This
Ryan Bloom
2001-03-04
1
-42
/
+0
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
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
*
Start getting extended status working again.
Bill Stoddard
2001-02-14
1
-0
/
+3
*
This is the wrong place to mark the server ready. Servers need to be marked ...
Bill Stoddard
2001-02-13
1
-1
/
+0
*
Begin to move the code that updates the child status out of the MPMs and
Ryan Bloom
2001-02-12
1
-0
/
+3
*
*) continued header revamping
Greg Stein
2001-02-10
1
-8
/
+3
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-17
/
+17
*
Bring mod_status for 2.0 back in line with mod_status for 1.3. This is
Ryan Bloom
2001-02-01
1
-5
/
+6
*
handle a TCP connection reset between the time we accept the connection
Jeff Trawick
2001-02-01
1
-2
/
+16
*
The fast fix to get FirstBill back out of the gate. It brings up an
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
By popular review
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-8
/
+8
*
Simplify the lingering close logic a bit. Doesn't actually change
Ryan Bloom
2001-01-02
1
-5
/
+3
*
The local_addr and remote_addr fields in the conn_rec are now
Jeff Trawick
2000-12-14
1
-7
/
+4
*
Get rid of ap_new_apr_connection(). ap_new_connection() now has
Jeff Trawick
2000-12-04
1
-18
/
+3
*
Stop referencing apr_get_socket_inaddr(), apr_get_remote_name(), and
Jeff Trawick
2000-12-01
1
-4
/
+5
*
updates to changed interfaces to apr_set_port(), apr_get_port(),
Jeff Trawick
2000-11-21
1
-2
/
+5
*
Clean up some timeout arg warnings
William A. Rowe Jr
2000-11-18
1
-1
/
+1
*
Change the code to reflect the recent API changes...
David Reid
2000-11-09
1
-2
/
+2
*
Remove BUFF from the main server. :-) The buff code needs to remain as
Ryan Bloom
2000-11-09
1
-3
/
+0
*
Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or return
Ryan Bloom
2000-11-07
1
-1
/
+1
*
We don't really want to fool around with socket structures if we don't have to,
David Reid
2000-11-03
1
-5
/
+2
*
Fix a buglet in the APR-ization of ap_lingering_close() -- use APR_SO_TIMEOUT
Jeff Trawick
2000-11-01
1
-2
/
+3
*
Make lingering close access the socket directly, instead of relying on
Ryan Bloom
2000-10-23
1
-9
/
+19
*
Get rid of a couple of buff-isms -- setting the B_EOUT flag in a couple
Jeff Trawick
2000-10-22
1
-3
/
+2
*
Change some of the BUFF calls to direct calls to the socket.
Ryan Bloom
2000-10-19
1
-4
/
+4
*
This begins to remove BUFF from the server. The idea is to go very slowly
Ryan Bloom
2000-10-18
1
-4
/
+8
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-1
/
+1
[next]