Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More parameter naming of BIO_read*/BIO_write* related functions | Matt Caswell | 2016-10-28 | 1 | -2/+2 |
* | Create BIO_write_ex() which handles size_t arguments | Matt Caswell | 2016-10-28 | 1 | -1/+3 |
* | Create BIO_read_ex() which handles size_t arguments | Matt Caswell | 2016-10-28 | 1 | -1/+6 |
* | Copyright consolidation 03/10 | Rich Salz | 2016-05-17 | 1 | -51/+6 |
* | Fix ex_data locks issue | Matt Caswell | 2016-04-14 | 1 | -0/+1 |
* | Ensure all locks are properly cleaned up | Matt Caswell | 2016-04-14 | 1 | -1/+1 |
* | Rename int_*() functions to *_int() | Matt Caswell | 2016-04-13 | 1 | -1/+1 |
* | Rename lots of *_intern or *_internal function to int_* | Matt Caswell | 2016-04-13 | 1 | -1/+1 |
* | Deprecate BIO_sock_cleanup() and make it a no-op | Matt Caswell | 2016-04-13 | 1 | -2/+1 |
* | Make BIO opaque | Matt Caswell | 2016-03-29 | 1 | -0/+71 |