Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Link with "ws2_32" library on Windows, if available. | Vincent Richard | 2013-02-08 | 1 | -0/+20 | |
| | ||||||
* | Fixed linking with pthread library. | Vincent Richard | 2013-02-05 | 1 | -4/+16 | |
| | ||||||
* | Check for localtime_r and gmtime_r at build instead of testing _REENTRANT. ↵ | Vincent Richard | 2013-02-05 | 1 | -6/+14 | |
| | | | | Use localtime_s and gmtime_s on Windows, if available. | |||||
* | Trivial 64-bit warning fixes. | Vincent Richard | 2012-12-12 | 1 | -0/+3 | |
| | ||||||
* | SSL server identity check. | Vincent Richard | 2012-12-10 | 1 | -0/+1 | |
| | ||||||
* | OpenSSL support (thanks to Mehmet Bozkurt). | Vincent Richard | 2012-11-03 | 1 | -1/+30 | |
| | ||||||
* | Migrated build system to CMake. Conditional file compilation. Automatic ↵ | Vincent Richard | 2012-11-01 | 1 | -0/+630 | |
selection of platform handler. |