summaryrefslogtreecommitdiffstats
path: root/nss_engine_io.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup to remove a slew of trailing whitespaceRob Crittenden2015-10-021-22/+22
* Rework SNI client reverse proxyRob Crittenden2015-10-021-14/+41
* Send SNI extension mod_nss acts as a reverse proxystanda2015-10-021-0/+39
* Fix compatibility with RHEL 6.x (Apache 2.2.x and NSS 3.15.1)Rob Crittenden2015-10-021-0/+12
* Use %ld instead of %d for potentially long integer valuesRob Crittenden2015-08-271-1/+1
* Add RenegBufferSize optionRob Crittenden2015-06-101-4/+6
* Remove an unused variableRob Crittenden2014-02-211-3/+0
* Apache 2.4 compatibility changesRob Crittenden2014-02-211-3/+3
* Always copy in client certificate and fix FakeBasicAuthRob Crittenden2011-06-141-7/+3
* Bug 669118rcritten2011-01-121-2/+2
* Revert PR_WOULD_BLOCK change and reset the NSPR error value before calllingrcritten2010-09-241-2/+2
* Fix endless read loop in some situations when handling POST data (#620856)rcritten2010-09-171-1/+2
* Fix another place we should set PR_WOULD_BLOCK_ERROR during a read.rcritten2009-11-111-0/+1
* Return -1 on a read failure and set the appropriate NSPR error message.rcritten2009-02-191-1/+2
* Resolves: 241936rcritten2007-05-311-4/+8
* Merge in changes from http://svn.apache.org/viewvc?view=rev&revision=290965rcritten2006-08-091-0/+176
* 188300rcritten2006-04-071-1/+1
* Add support for Elliptical Curve Cryptography (ECC). This is disabledrcritten2006-03-021-2/+2
* Remove a debug msg that was left in on accident.rcritten2005-09-291-2/+0
* Earlier versions of Apache 2.0 (such as on RHEL 3) don't supportrcritten2005-06-291-0/+2
* Changed function and configuration names so mod_nss can peacefullyrcritten2005-05-311-65/+65
* Initial import of mod_nssrcritten2005-05-171-0/+1194