summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_meth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert _meth_get_ functions to const gettersJack Bates2018-03-211-10/+10
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Copy name string in BIO_meth_newRich Salz2018-02-101-4/+10
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+1
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Add CRYPTO_thread_glock_newRich Salz2017-09-011-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-2/+2
* Fix more shadowed variable warningsMatt Caswell2016-10-281-3/+3
* More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell2016-10-281-8/+8
* Tweaks based on review feedback of BIO size_t workMatt Caswell2016-10-281-1/+1
* Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell2016-10-281-1/+1
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+36
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+33
* Move BIO index lock creationRich Salz2016-08-211-2/+14
* Add BIO_get_new_index()Rich Salz2016-08-201-0/+12
* Copyright consolidation 09/10Rich Salz2016-05-171-51/+6
* Don't shadow known symbols write, read, puts, getsRichard Levitte2016-04-041-8/+8
* Make BIO opaqueMatt Caswell2016-03-291-4/+4
* Add functions for creating BIO_METHODsMatt Caswell2016-03-291-0/+166