Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged source and header files in directory structure. Got rid of SConstruct ↵ | Vincent Richard | 2013-12-29 | 1 | -490/+0 |
| | | | | build. | ||||
* | Simplified types for better readability. Use appropriate types (size_t, ↵ | Vincent Richard | 2013-12-10 | 1 | -16/+24 |
| | | | | byte_t...). Minor warning fixes. | ||||
* | Boost/C++11 shared pointers. | Vincent Richard | 2013-11-21 | 1 | -19/+19 |
| | |||||
* | Fixed warnings and 64-bit issues. | Vincent Richard | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | Updated copyright year and maintainer email address. | Vincent Richard | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Fixed wrong class name (copy/paste is BAD ;-) ). | Vincent Richard | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | SSL server identity check. | Vincent Richard | 2012-12-10 | 1 | -1/+13 |
| | |||||
* | Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵ | Vincent Richard | 2012-11-29 | 1 | -5/+51 |
| | | | | Windows platform are now non-blocking (thanks to Mehmet Bozkurt). | ||||
* | OpenSSL support (thanks to Mehmet Bozkurt). | Vincent Richard | 2012-11-03 | 1 | -0/+424 |