| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -10/+31 |
| |\ | |||||
| | * | Cross-platform string comparison helper plus tests | Martin Ridgers | 2021-10-25 | 1 | -0/+12 |
| | * | Merged main | Martin Ridgers | 2021-10-25 | 1 | -2/+2 |
| | |\ | |/ |/| | |||||
| | * | Merged main | Martin Ridgers | 2021-10-20 | 1 | -0/+6 |
| | |\ | |||||
| | * \ | Merged main | Martin Ridgers | 2021-10-15 | 1 | -0/+7 |
| | |\ \ | |||||
| | * | | | Replaced use of std::u16string* with std::wstring* | Martin Ridgers | 2021-10-11 | 1 | -9/+18 |
| | * | | | Merged main | Martin Ridgers | 2021-10-11 | 1 | -1/+11 |
| | |\ \ \ | |||||
| | * | | | | There is no ssize_t on Windows | Martin Ridgers | 2021-09-29 | 1 | -1/+1 |
| | * | | | | Fixed signed/unsigned mismatched warnings from GCC | Martin Ridgers | 2021-09-29 | 1 | -1/+1 |
| * | | | | | Format fix. | Per Larsson | 2021-10-20 | 1 | -2/+2 |
| | |_|_|/ |/| | | | |||||
| * | | | | string: Fixed ToLower logic (needs to use unsigned arithmetic) | Stefan Boberg | 2021-10-19 | 1 | -0/+6 |
| | |_|/ |/| | | |||||
| * | | | asio HTTP implementation (#23) | Stefan Boberg | 2021-10-14 | 1 | -0/+7 |
| | |/ |/| | |||||
| * | | NiceByteRateToBuffer could cause a divide-by-zero in some cases - fixed | Stefan Boberg | 2021-10-07 | 1 | -1/+11 |
| |/ | |||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -3/+8 |
| * | Added helper function for iterating string tokens. | Per Larsson | 2021-09-17 | 1 | -0/+40 |
| * | Missing include for std::runtime_error() | Martin Ridgers | 2021-09-15 | 1 | -0/+1 |
| * | Missing include for pow() | Martin Ridgers | 2021-09-15 | 1 | -0/+1 |
| * | Replaced use of "%ll?" format specifiers with PRI?64 | Martin Ridgers | 2021-09-14 | 1 | -5/+5 |
| * | Use runtime_exception() instead of exception() as the latter doesn't have a c... | Martin Ridgers | 2021-09-14 | 1 | -1/+1 |
| * | fix for extern template class declarations, also made integer constant in tes... | Stefan Boberg | 2021-09-03 | 1 | -1/+1 |
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+913 |