summaryrefslogtreecommitdiff
path: root/crypto/bio/b_sock2.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Support KTLS on connections using BIO_TYPE_CONNECT.John Baldwin2020-03-161-0/+12
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-12/+24
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-12/+12
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-12/+12
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* minor fixes for WindowsViktor Szakats2018-09-121-0/+2
* Add BIO_bind function to bind local address for a socket.John Hughes2018-02-191-19/+50
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Fix setting of IPV6_V6ONLY on WindowsBernd Edlinger2018-01-251-3/+10
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-8/+15
* spelling fixes, just comments and readme.klemens2016-08-051-2/+2
* Copyright consolidation 09/10Rich Salz2016-05-171-51/+6
* Close the accept socket on errorMatt Caswell2016-04-281-1/+3
* Don't clobber the last errorMatt Caswell2016-03-111-4/+8
* Make the BIO_ADDR param optional.Rich Salz2016-02-141-1/+3
* Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte2016-02-031-0/+307