summaryrefslogtreecommitdiff
path: root/src/network_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* rewrite network (write) backendsStefan Bühler2015-08-221-233/+117
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-3/+3
* [network] check return value of lseek()Stefan Bühler2014-02-161-2/+6
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-1/+1
* [ssl] accept ssl renegotiations if they are not disabled (fixes #2491)Stefan Bühler2013-08-301-2/+2
* [ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT ...Stefan Bühler2011-12-051-1/+1
* [ssl] count renegotiations to prevent client renegotiationsStefan Bühler2011-11-301-2/+16
* Limit amount of bytes we send in one go; fixes stalling in one connection and...Stefan Bühler2011-08-221-7/+8
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-5/+6
* Fix #285 again: read error after SSL_shutdown (thx marton.illes@balabit.com) ...Stefan Bühler2008-03-261-0/+2
* r2089@chromobil: stefan | 2008-02-26 17:02:46 +0100Stefan Bühler2008-02-261-25/+0
* handle ECONNRESET in the openssl backendJan Kneschke2008-01-281-0/+1
* handle ECONNRESET as write-error()Jan Kneschke2008-01-271-0/+1
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-43/+43
* removed debug infoJan Kneschke2006-09-211-4/+0
* workaround a hanging ssl-connections in Opera 9.01 and 8.54 (and earlier) if ...Jan Kneschke2006-09-181-0/+29
* skip empty buffersJan Kneschke2006-09-011-1/+1
* fixed unsigned compareJan Kneschke2005-11-171-6/+4
* handle missing SSL-close-notify if keep-alive is disabled (fixed #311)Jan Kneschke2005-10-311-13/+39
* renamed file.offset to file.start (we had 3 different 'offset' which was conf...Jan Kneschke2005-10-241-1/+1
* close fds on error and add CLOEXEC to FDs which stay open for a longer timeJan Kneschke2005-10-221-0/+1
* clean the error-queue is case we have a read/write errorJan Kneschke2005-10-151-6/+10
* added the fd as parameter for the write() functionsJan Kneschke2005-09-261-7/+5
* updated cq->written and con->bytes_written correctlyJan Kneschke2005-09-221-0/+2
* stipped data. from chunk structure (belongs to the last changeset)Jan Kneschke2005-09-141-10/+10
* improve error-reporting (should fixed the Success 5 0 0 messages)Jan Kneschke2005-09-081-6/+21
* if the write is waiting, break the loop.Jan Kneschke2005-08-251-1/+3
* we can't use mmap() with SSL_write as we don't have guarantee that Jan Kneschke2005-08-221-54/+74
* dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection...Jan Kneschke2005-08-081-23/+14
* handle EPIPE in SSL_read as remote-closeJan Kneschke2005-03-031-6/+18
* check errno on SSL_ERROR_SYSCALLJan Kneschke2005-03-031-0/+12
* handle remote shutdown correctlyJan Kneschke2005-03-031-1/+17
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+176