Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split OpenSSL binding | Alex Stapleton | 2014-01-01 | 1 | -32/+0 |
| | |||||
* | String literals are const char*. | Alex Stapleton | 2013-12-28 | 1 | -1/+1 |
| | | | | | | GCC won't whine with -Wall because so much code isn't const correct but writing to a string literal is undefined. -Wwrite-strings is the warning flag to enable to spot these. | ||||
* | bind a few more assorted random simple things | Jean-Paul Calderone | 2013-12-23 | 1 | -0/+1 |
| | |||||
* | Remove names from the backend that don't actually exist | Alex Gaynor | 2013-12-23 | 1 | -0/+2 |
| | |||||
* | Renamed bindings to backends | Alex Gaynor | 2013-12-13 | 1 | -0/+29 |