]> granicus.if.org Git - apache/history - modules/ssl/ssl_engine_io.c
* modules/ssl/ssl_engine_io.c (ssl_io_filter_output): Use non-blocking
[apache] / modules / ssl / ssl_engine_io.c
2004-01-23 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_output...
2004-01-01 André Maloupdate license to 2004.
2003-12-12 Joe OrtonFix format string warnings from gcc on amd64:
2003-08-29 Joe Orton* ssl_engine_io.c (ssl_io_filter_connect): Check the
2003-07-21 Joe OrtonPrevent segfaults after SSL renegotiation failures.
2003-05-22 William A. Rowe Jr The patch below reverts the prior commit to eliminate...
2003-05-19 William A. Rowe Jr Drop SSL_set_state() in favor of a proper SSL_renegot...
2003-05-16 Justin ErenkrantzGet the AP_ and APR_ prefixes right.
2003-05-16 William A. Rowe Jr Assure that we block on the read BIO when we invoke...
2003-04-05 William A. Rowe Jr Reapply the fix *intended* by rev 1.79 in a safer...
2003-02-21 Madhusudan MathihalliFix a 64-bit porting issue.
2003-02-03 André Malofinished that boring job:
2002-12-14 William A. Rowe Jr After some productive feedback and no negative feedba...
2002-11-23 Cliff WoolleyFix some possibly-uninitialized variables.
2002-11-07 William A. Rowe Jr Turn DOWN the volume of these errors... they are...
2002-11-06 William A. Rowe Jr Per Justin's feedback, this still needed a little...
2002-11-06 William A. Rowe Jr Rule one of winsock and other one-offs (even unix...
2002-11-06 William A. Rowe Jr errno? EINTR? what planet was this code on :-?...
2002-11-05 William A. Rowe Jr Merge the last of the 'filtering' functions into...
2002-11-05 William A. Rowe Jr Actually, the APR_ECONNABORTED (EOS-only brigade...
2002-11-05 William A. Rowe Jr With a last little bit of help from Justin, this...
2002-11-05 William A. Rowe Jr At least one doc I've seen says EOF+bytes is valid...
2002-11-04 William A. Rowe Jr Appears we forgot to check the possibility of errors...
2002-11-04 William A. Rowe Jr Rename the many flavors of filter_ctx (pRec, fctx...
2002-11-01 Justin ErenkrantzAdd some waypoints to understanding this code
2002-11-01 Justin ErenkrantzAdd some commentary on how we *think* the input filteri...
2002-11-01 Justin ErenkrantzI don't see how *len > wanted, but leave the check...
2002-11-01 William A. Rowe Jr Clean up the read pattern for cases when some data...
2002-11-01 William A. Rowe Jr Distinguish inctx, outctx, frec [and b ??? looked...
2002-11-01 William A. Rowe Jr More nits spotted by Justin, and catch all the errors...
2002-11-01 William A. Rowe Jr Suggestions by Justin, implemention by Will. Rename...
2002-11-01 William A. Rowe Jr Completely refactor the BIO-side client input handlin...
2002-10-17 Jim JagielskiUgg. We need to use '%pp' not '%p' since ap_log_error...
2002-10-14 Ryan BloomThis stuff shouldn't have been committed. This is...
2002-10-11 Ryan BloomFix a compile of compiler warnings. I don't know how...
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-04 Ryan BloomRemove all special mod_ssl URIs. This also fixes the...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-16 Justin ErenkrantzRemove SSLLog and SSLLogLevel directives in favor of...
2002-05-16 Justin ErenkrantzChange mod_ssl from using ssl_log() to ap_log_error().
2002-05-15 Justin ErenkrantzStop using SSL_ADD_SSLERR option in ssl_log() and repla...
2002-04-07 Doug MacEachernPR:
2002-04-05 Cliff WoolleyGet the HTTP-on-HTTPS hint to come through again. ...
2002-04-02 Doug MacEachernPR:
2002-03-30 Doug MacEacherninput filter should not return failure when ssl runtime...
2002-03-30 Doug MacEachernssl_io_input_read needs to return something other than...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-29 Doug MacEachernneed to flush output buffer before reading in proxy...
2002-03-28 Doug MacEachernde-hungarian-ize server config member names which are...
2002-03-27 Cliff Woolley"Oops" has two o's in it. :)
2002-03-27 Doug MacEachern3rd arg of BIO callbacks in 'const char' in OpenSSL...
2002-03-27 Doug MacEachernOpenSSL uses void * for callback data, sslc uses char *,
2002-03-26 Doug MacEacherncorrect comment in previous change
2002-03-26 Doug MacEachernPR:
2002-03-14 Doug MacEachernfix comment
2002-03-14 Doug MacEachernPR:
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-01-25 Justin ErenkrantzChange ap_get_brigade prototype to remove *readbytes...
2002-01-22 Justin Erenkrantz- Add AP_MODE_SPECULATIVE support to mod_ssl
2002-01-22 Justin ErenkrantzIf we would exhaust the buffer entirely, set it to...
2002-01-19 Justin ErenkrantzInput filtering prototype change: Socket blocking type...
2002-01-18 Doug MacEachernfix for SSLv2 requests
2002-01-17 William A. Rowe Jr Clean up several typesaftey (signedness and size...
2002-01-17 Doug MacEachernoutput filter optimizations:
2002-01-17 Doug MacEachernadjust BIO_METHOD initializers for sslc
2002-01-17 Doug MacEachernrewrite of mod_ssl input filter for better performance...
2001-12-02 William A. Rowe Jr Correct case comparison typematch
2001-12-01 Doug MacEachernremove churn_output() function and calls to it.
2001-11-28 Doug MacEachernmoving chunk of logic that deals with writing ssl data...
2001-11-27 Doug MacEachernimplement a custom BIO which allows us to hook SSL_writ...
2001-11-19 Doug MacEachernadd input filter AP_MODE_INIT support to handshake...
2001-11-15 Ryan BloomFix the SSL filter logic. The SSL filter is not a...
2001-10-20 William A. Rowe Jr Fix a nasty GP fault... stop testing buckets after...
2001-10-12 Justin ErenkrantzWell, now I know what the bio_is_renegotiating call...
2001-10-12 Justin ErenkrantzIf we passed the bucket to ap_pass_brigade (because...
2001-10-12 Justin ErenkrantzLose the magic number and use the central #define AP_IO...
2001-10-11 Justin ErenkrantzThis is the mod_ssl input filtering rewrite. Lots...
2001-10-04 Justin ErenkrantzAh, I didn't see that churn is only used on input ...
2001-10-01 William A. Rowe Jr BIO_write returns an int. Whacha gonna do? Kill...
2001-08-27 Ryan BloomAllow mod_ssl to send back an error message if an HTTP...
2001-08-24 Doug MacEachernenable i/o debugging
2001-08-24 Doug MacEachernchurn_output should return the value of ap_pass_brigade
2001-08-23 Cliff Woolleyperformance: change an O(n) while loop to an equivalent...
2001-08-23 Cliff WoolleyAnother step in improving legibility by factoring out...
2001-08-23 Cliff WoolleyNit: the lack of brackets was driving me crazy
2001-08-23 Cliff WoolleySimplify the apr_read_type_e vs. ap_input_mode_t sillin...
2001-08-22 Cliff WoolleyThere's only one way for bb to be non-NULL, so these two
2001-08-22 Doug MacEachernrather than creating small 1024 byte buckets of output...
2001-08-22 Doug MacEacherndestroy the brigade when we are done with it, rather...
2001-08-21 Doug MacEacherncut out some noise
2001-08-21 Doug MacEachernget rid of asserts
2001-08-20 Doug MacEachernremove unused #if 0-ed code when reading from the write bio
2001-08-20 Doug MacEachernremove unused ssl_io_ functions
2001-08-16 Jeff Trawickcheck for timeout on socket read when we check for...
2001-08-16 Jeff Trawickfix a few mod_ssl warnings for stuff like function...
2001-08-16 Doug MacEachernif ssl shutdown happens earlier than expected, filter...
2001-08-16 Doug MacEachernneed to remove buckets from the output brigade, since...
2001-08-16 Doug MacEachernenable ssl Translate, UserCheck, Access and Auth hooks
2001-08-14 Doug MacEachernneed to check return value of ssl_hook_process_connection
2001-08-08 Doug MacEachernfrom madhu: no longer need to force eReadType and eMode
next