aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/TLSOutStream.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use standard library naming for exceptionsPierre Ossman2024-11-061-3/+3
* Subclass exceptions from std::exceptionPierre Ossman2024-11-061-2/+2
* Use what() to access exception descriptionPierre Ossman2024-11-061-2/+2
* Consistently use SocketException for socket errorsPierre Ossman2024-10-091-2/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-3/+3
* Consistently use uint8_t for data buffersPierre Ossman2023-03-181-1/+1
* Use stdint typesPierre Ossman2023-02-011-1/+1
* Use BufferedOutStream in more streamsPierre Ossman2022-08-251-41/+9
* Properly restore cork state when changedPierre Ossman2022-06-281-1/+6
* Propagate exceptions from GnuTLS push/pull functionsPierre Ossman2021-06-111-1/+11
* Propagate errno to GnuTLSPierre Ossman2021-06-111-0/+5
* Log I/O errors from TLS streamsPierre Ossman2020-05-211-0/+4
* Generalise corking to all output streamsPierre Ossman2020-05-211-1/+17
* Simplify stream availability handlingPierre Ossman2020-05-211-10/+3
* Add stream avail() methodsPierre Ossman2020-05-211-1/+1
* Be defensive about overflows in stream objectsPierre Ossman2019-11-151-2/+4
* Use size_t for lengths in stream objectsPierre Ossman2019-11-151-5/+5
* Raise GnuTLS requirements to 3.xPierre Ossman2015-01-291-5/+4
* GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour ofPierre Ossman2012-07-031-5/+2
* Refactor the TLS code so that the push/pull functions are aware of theirPierre Ossman2012-07-031-2/+11
* Support building with older versions of gnutls; Fix gnutls detection when bui...DRC2010-09-301-0/+4
* [Bugfix] Properly report transport errors to GNUTLS.Adam Tkac2010-08-251-2/+10
* [Development] Implement secure TLS streams.Adam Tkac2010-04-231-0/+106