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
*
* server/connection.c (ap_flush_conn): Fix typo.
Joe Orton
2004-02-28
1
-1
/
+1
*
Send the 'Close Alert' message to the peer upon closing a SSL session. This
Madhusudan Mathihalli
2004-02-28
1
-0
/
+7
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-2
/
+2
*
Apache hooks return int: so s/apr_status_t/int/
Stas Bekman
2003-03-01
1
-1
/
+1
*
check the return value of ap_run_pre_connection(). So if the
Stas Bekman
2003-02-26
1
-2
/
+6
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
http occurances to update for apr_socket_opt_get/set
William A. Rowe Jr
2002-07-15
1
-1
/
+1
*
Timeout/time fixes
William A. Rowe Jr
2002-07-15
1
-2
/
+2
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-4
/
+4
*
forgot the actual change
Ian Holsman
2002-03-19
1
-22
/
+0
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
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
[next]