Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-08-24 | Fixed type-casting-related warnings. | Mattes D | 1 | -5/+2 |
2016-08-24 | HTTP: Fixed empty headers parsing. | Mattes D | 4 | -1/+17 |
2016-08-22 | cUrlClient: Refactored callbacks to use UniquePtr. | Mattes D | 1 | -8/+8 |
2016-08-22 | cTCPLink supports TLS out of the box. | Mattes D | 2 | -13/+96 |
2016-08-22 | UrlClient: Basic HTTP implementation. | Mattes D | 2 | -3/+185 |
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -2/+0 |
2016-06-18 | SelfTests: Print a quick message on test start. | Mattes D | 1 | -1/+1 |
2016-06-18 | SelfTests: Fixed HTTPMessageParser tests for out-of-source builds. | Mattes D | 1 | -5/+5 |
2016-06-18 | SelfTests: Organized into solution folders. | Mattes D | 1 | -0/+13 |
2016-03-01 | WebAdmin uses the new HTTP parser framework. | Mattes D | 6 | -11/+333 |
2016-03-01 | HTTP: Fixed response parser, unified API. | Mattes D | 2 | -6/+13 |
2016-03-01 | Added unit test for parsing HTTP request. | Mattes D | 4 | -0/+223 |