index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
ssl
/
ssl_engine_io.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid some memory allocations by using apr_table_setn where the string
Stefan Fritsch
2011-06-13
1
-4
/
+4
*
* modules/ssl/ssl_engine_io.c: Revamp output buffering: add a
Joe Orton
2011-01-17
1
-88
/
+188
*
* We can only get there if the line is too long and in this case
Ruediger Pluem
2011-01-14
1
-4
/
+0
*
* Fix comment typo as noticed by jorton
Ruediger Pluem
2011-01-12
1
-2
/
+2
*
* Do not drop contents of incomplete lines, but safe them for the next
Ruediger Pluem
2010-12-21
1
-0
/
+8
*
* Put a note in the connection notes that the SSL handshake to the backend
Ruediger Pluem
2010-11-26
1
-0
/
+4
*
Fix a number of typos and misspellings. Reported by Ville Skytta.
Daniel Earl Poirier
2010-10-30
1
-2
/
+2
*
remove more unused variables
Stefan Fritsch
2010-08-04
1
-2
/
+0
*
- Introduce ap_log_cserror to allow mod_ssl to associate log messages to
Stefan Fritsch
2010-06-14
1
-9
/
+10
*
Replace LogLevelDebugDump with TRACE log levels
Stefan Fritsch
2010-06-06
1
-10
/
+8
*
- Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_ssl
Stefan Fritsch
2010-06-06
1
-7
/
+9
*
Use new loglevel accessor macros to simplify code
Stefan Fritsch
2010-06-06
1
-3
/
+2
*
Introduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow to
Stefan Fritsch
2010-06-04
1
-7
/
+7
*
Further mitigation for the TLS renegotation attack, CVE-2009-3555:
Joe Orton
2009-12-16
1
-1
/
+9
*
SECURITY: Partial fix for CVE-2009-3555:
Joe Orton
2009-11-06
1
-1
/
+16
*
fixed wrong 3rd parameter passed to apr_brigade_split_line().
Guenter Knauf
2009-09-27
1
-1
/
+1
*
Fix hung SSL handshake if a particularly long CA list is configured:
Joe Orton
2009-06-26
1
-11
/
+12
*
* modules/ssl/ssl_engine_io.c (bio_filter_out_ctrl): Switch
Joe Orton
2009-06-23
1
-2
/
+6
*
* module/ssl/ssl_engine_io.c: Comment bio_filter_out_ctx_t.
Joe Orton
2009-06-23
1
-4
/
+4
*
* Optimize access to server_rec.
Ruediger Pluem
2009-05-04
1
-3
/
+3
*
* Set SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN to on by default.
Ruediger Pluem
2009-04-29
1
-2
/
+2
*
* Improve and simplify the implementation of SSLProxyCheckPeerExpire by
Ruediger Pluem
2009-04-29
1
-39
/
+10
*
* Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enable
Ruediger Pluem
2009-04-01
1
-0
/
+70
*
* Store the correct server_rec in the connection record configuration and
Ruediger Pluem
2009-03-23
1
-12
/
+15
*
mod_ssl: Make the size of the per-dir-reneg request-body buffer
Joe Orton
2008-12-12
1
-9
/
+6
*
* modules/ssl/ssl_engine_io.c (ssl_io_input_getline): Document
Joe Orton
2008-08-06
1
-4
/
+25
*
* modules/ssl/ssl_engine_io.c (char_buffer_read): Use memmove in place
Joe Orton
2008-08-06
1
-2
/
+9
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_error): Remove "fish",
Joe Orton
2008-04-07
1
-1
/
+1
*
Clean up some more error handling in mod_ssl:
Joe Orton
2008-04-07
1
-14
/
+10
*
Clean up some error handling in mod_ssl:
Joe Orton
2008-04-07
1
-6
/
+22
*
* modules/ssl/ssl_engine_io.c (ssl_io_input_add_filter,
Joe Orton
2007-12-03
1
-6
/
+0
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_handshake): Renamed from
Joe Orton
2007-11-06
1
-4
/
+7
*
mod_ssl: Fix forever-broken TLS upgrade support; perform the upgrade
Joe Orton
2007-11-06
1
-89
/
+17
*
Fix handling of buffered request body for per-location SSL
Joe Orton
2007-11-02
1
-5
/
+30
*
Fixup style nitpicks:
Paul Querna
2007-06-12
1
-1
/
+1
*
Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM...
Paul Querna
2007-06-12
1
-0
/
+3
*
* modules/ssl/ssl_engine_io.c (ssl_io_buffer_fill): Remove subpool; it
Joe Orton
2006-11-22
1
-4
/
+2
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
William A. Rowe Jr
2006-06-22
1
-2
/
+7
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Fix SSL Protocol hexdumps for EBCDIC systems
Martin Kraemer
2005-11-30
1
-0
/
+14
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-43
/
+43
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-1
/
+1
*
Implement a (bounded) buffer of request body data to provide a limited
Joe Orton
2005-09-22
1
-0
/
+185
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_init): Initialize the
Joe Orton
2005-06-10
1
-0
/
+1
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
* modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Fail if the
Joe Orton
2005-01-14
1
-0
/
+4
*
* modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Revert the
Joe Orton
2004-12-15
1
-2
/
+0
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Fix segfaults
Joe Orton
2004-12-15
1
-3
/
+0
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Simplify the
Joe Orton
2004-12-07
1
-38
/
+25
[next]