summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_io.c
Commit message (Expand)AuthorAgeFilesLines
* Fix SSL Protocol hexdumps for EBCDIC systemsMartin Kraemer2005-11-301-0/+14
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-43/+43
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Implement a (bounded) buffer of request body data to provide a limitedJoe Orton2005-09-221-0/+185
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_init): Initialize theJoe Orton2005-06-101-0/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Fail if theJoe Orton2005-01-141-0/+4
* * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Revert theJoe Orton2004-12-151-2/+0
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Fix segfaultsJoe Orton2004-12-151-3/+0
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Simplify theJoe Orton2004-12-071-38/+25
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Remove theJoe Orton2004-12-021-13/+0
* Use a case insensitive compare when looking for 'Upgrade'.Paul Querna2004-12-021-1/+1
* Fix handling of non-blocking reads in mod_ssl (triggered by recentJoe Orton2004-11-141-3/+5
* * modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c,Joe Orton2004-11-101-50/+42
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_connect): ReturnJoe Orton2004-09-221-1/+3
* * modules/ssl/ssl_engine_io.c (ssl_io_input_read): Fix rollbackJoe Orton2004-08-171-2/+6
* * modules/ssl/ssl_engine_io.c (ssl_io_input_read): Fix potentialJoe Orton2004-08-111-0/+4
* Tokenize the header while parsing it for the upgrade tokens and once the prot...Bradley Nicholes2004-07-131-12/+30
* * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Create a newJoe Orton2004-06-151-0/+2
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Don't try andJoe Orton2004-03-251-13/+11
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_disable,Joe Orton2004-02-291-2/+3
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-1/+1
* Send the 'Close Alert' message to the peer upon closing a SSL session. ThisMadhusudan Mathihalli2004-02-281-1/+19
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_disable): Don't leak anJoe Orton2004-02-251-0/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+20
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_output): Use non-blockingJoe Orton2004-01-231-3/+17
* update license to 2004.André Malo2004-01-011-1/+1
* Fix format string warnings from gcc on amd64:Joe Orton2003-12-121-1/+2
* * ssl_engine_io.c (ssl_io_filter_connect): Check theJoe Orton2003-08-291-1/+2
* Prevent segfaults after SSL renegotiation failures.Joe Orton2003-07-211-4/+9
* The patch below reverts the prior commit to eliminate SSL_set_state().William A. Rowe Jr2003-05-221-1/+5
* Drop SSL_set_state() in favor of a proper SSL_renegotiate() to beginWilliam A. Rowe Jr2003-05-191-1/+1
* Get the AP_ and APR_ prefixes right.Justin Erenkrantz2003-05-161-2/+2
* Assure that we block on the read BIO when we invoke the read BIO for bothWilliam A. Rowe Jr2003-05-161-4/+14
* Reapply the fix *intended* by rev 1.79 in a safer manner. Prior toWilliam A. Rowe Jr2003-04-051-1/+7
* Fix a 64-bit porting issue.Madhusudan Mathihalli2003-02-211-4/+5
* finished that boring job:André Malo2003-02-031-1/+1
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-141-0/+88
* Fix some possibly-uninitialized variables.Cliff Woolley2002-11-231-10/+14
* Turn DOWN the volume of these errors... they are low enough level notesWilliam A. Rowe Jr2002-11-071-21/+21
* Per Justin's feedback, this still needed a little work to get theWilliam A. Rowe Jr2002-11-061-13/+15
* Rule one of winsock and other one-offs (even unix EINTR) ... blockingWilliam A. Rowe Jr2002-11-061-7/+15
* errno? EINTR? what planet was this code on :-? Normalize theWilliam A. Rowe Jr2002-11-061-46/+47
* Merge the last of the 'filtering' functions into ssl_engine_io.c, mergeWilliam A. Rowe Jr2002-11-051-178/+458
* Actually, the APR_ECONNABORTED (EOS-only brigade) is the direction weWilliam A. Rowe Jr2002-11-051-1/+0
* With a last little bit of help from Justin, this should cause theWilliam A. Rowe Jr2002-11-051-0/+16
* At least one doc I've seen says EOF+bytes is valid. This was a typo.William A. Rowe Jr2002-11-051-1/+1
* Appears we forgot to check the possibility of errors coming from theWilliam A. Rowe Jr2002-11-041-1/+6