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
*
garbage C's in server-status and extra child processes with async lingering
Greg Ames
2011-11-18
1
-1
/
+3
*
Some improvements for handling of many connections for MPM event:
Stefan Fritsch
2011-06-19
1
-7
/
+19
*
Introduce new function ap_get_conn_socket() to access the socket of
Stefan Fritsch
2011-06-13
1
-1
/
+1
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-1
/
+1
*
core: shorten the wait time in ap_lingering_close() if the
Stefan Fritsch
2010-03-15
1
-2
/
+14
*
Introduce a new set of APIs to allow MPMs to be proper modules instead
Jeff Trawick
2009-03-24
1
-1
/
+0
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-1
/
+0
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-1
/
+1
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-2
/
+2
*
* server/connection.c (ap_lingering_close): Cleanup; no functional change.
Joe Orton
2005-09-25
1
-7
/
+3
*
* server/connection.c (ap_lingering_close): Fix lingering close to
Joe Orton
2005-09-25
1
-10
/
+16
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
* 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
[next]