Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 2 | -13/+13 |
| | | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them. | ||||
* | Add missing netinet includes for sockaddr_in | louiz’ | 2016-12-08 | 1 | -0/+1 |
| | |||||
* | MSVC doesnt support #warning | Jack Lloyd | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | Somewhat better errors in HTTP | Jack Lloyd | 2016-11-23 | 1 | -5/+9 |
| | |||||
* | Remove remaining old style casts. | Jack Lloyd | 2016-11-09 | 1 | -1/+1 |
| | | | | | | Still not a hard error even in maintainer mode because sometimes system headers pull in C style casts via macros (eg MAP_FAILED). But, it not being a hard error makes it easy to backslide. | ||||
* | HTTP for plain sockets | Jack Lloyd | 2016-10-30 | 2 | -32/+101 |
| | |||||
* | Abstract out mutex type. Make threads optional. | Jack Lloyd | 2016-10-12 | 2 | -9/+0 |
| | |||||
* | String comparision fixes | Daniel Neus | 2016-01-04 | 1 | -2/+2 |
| | | | | fix PVS-Studio perfomance warnings | ||||
* | some trivial compiler/PVS-Studio warning fixes | Daniel Neus | 2015-12-22 | 1 | -1/+0 |
| | |||||
* | Disable asio serial port support to avoid Darwin braindamage. GH #350 | Jack Lloyd | 2015-12-11 | 1 | -1/+9 |
| | |||||
* | Missing adds | Jack Lloyd | 2015-12-11 | 1 | -0/+1 |
| | |||||
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 2 | -9/+9 |
| | | | | | | | | As the alternatives are unfortunate for applications trying to catch all library errors, and it seems deriving from std::runtime_error causes problems with MSVC DLLs (GH #340) Effectively reverts 2837e915d82e43 | ||||
* | lib/utils: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -3/+3 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Add default constructors to work around VC2013 issue. Github #17 | lloyd | 2014-05-01 | 1 | -0/+2 |
| | |||||
* | Check Content-Length of HTTP responses | lloyd | 2014-04-05 | 1 | -1/+10 |
| | |||||
* | Move lib into src | lloyd | 2014-01-10 | 3 | -0/+318 |