summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_meth.c
AgeCommit message (Expand)Author
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-03-21Convert _meth_get_ functions to const gettersJack Bates
2018-02-13Update copyright yearMatt Caswell
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-22Use "" not <> for internal/ includesRich Salz
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-10-28Fix more shadowed variable warningsMatt Caswell
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell
2016-10-28Read up to INT_MAX when calling legacy BIO_read() implementationsMatt 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-08-21Move BIO index lock creationRich Salz
2016-08-19Add BIO_get_new_index()Rich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-04Don't shadow known symbols write, read, puts, getsRichard Levitte
2016-03-29Make BIO opaqueMatt Caswell
2016-03-29Add functions for creating BIO_METHODsMatt Caswell