summaryrefslogtreecommitdiffstats
path: root/include/internal/bio.h
AgeCommit message (Expand)Author
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-04-01bio: Linux TLS Rx OffloadBoris Pismenny
2018-12-07bio: Linux TLS OffloadBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-02-10Copy name string in BIO_meth_newRich Salz
2017-12-15Fix invalid function type casts.Bernd Edlinger
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-05-17Copyright consolidation 03/10Rich Salz
2016-04-14Fix ex_data locks issueMatt Caswell
2016-04-14Ensure all locks are properly cleaned upMatt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell
2016-03-29Make BIO opaqueMatt Caswell