summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_meth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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