Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for reference counting using C11 atomics | Kurt Roeckx | 2016-11-17 | 1 | -2/+2 |
* | Fix more shadowed variable warnings | Matt Caswell | 2016-10-28 | 1 | -3/+3 |
* | More parameter naming of BIO_read*/BIO_write* related functions | Matt Caswell | 2016-10-28 | 1 | -8/+8 |
* | Tweaks based on review feedback of BIO size_t work | Matt Caswell | 2016-10-28 | 1 | -1/+1 |
* | Read up to INT_MAX when calling legacy BIO_read() implementations | Matt Caswell | 2016-10-28 | 1 | -1/+1 |
* | Create BIO_write_ex() which handles size_t arguments | Matt Caswell | 2016-10-28 | 1 | -0/+36 |
* | Create BIO_read_ex() which handles size_t arguments | Matt Caswell | 2016-10-28 | 1 | -0/+33 |
* | Move BIO index lock creation | Rich Salz | 2016-08-21 | 1 | -2/+14 |
* | Add BIO_get_new_index() | Rich Salz | 2016-08-20 | 1 | -0/+12 |
* | Copyright consolidation 09/10 | Rich Salz | 2016-05-17 | 1 | -51/+6 |
* | Don't shadow known symbols write, read, puts, gets | Richard Levitte | 2016-04-04 | 1 | -8/+8 |
* | Make BIO opaque | Matt Caswell | 2016-03-29 | 1 | -4/+4 |
* | Add functions for creating BIO_METHODs | Matt Caswell | 2016-03-29 | 1 | -0/+166 |