- 13 Jun, 2023 4 commits
-
-
Samir Halilcevic authored
-
Samir Halilcevic authored
-
Dominik Charousset authored
-
Dominik Charousset authored
Fix handling of fragmented WebSocket frames
-
- 09 Jun, 2023 4 commits
-
-
Raphael authored
Implement better utilities for timestamp parsing
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 29 May, 2023 1 commit
-
-
Dominik Charousset authored
-
- 22 May, 2023 1 commit
-
-
Dominik Charousset authored
-
- 20 May, 2023 1 commit
-
-
Raphael authored
Prefer CAF's own print over snprintf
-
- 18 May, 2023 3 commits
-
-
Dominik Charousset authored
-
Raphael authored
Fix initialization on Windows and enable Robot tests on Windows CI
-
Raphael authored
Remove hard-coded default cipher lists for OpenSSL
-
- 17 May, 2023 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 16 May, 2023 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Terminating the processes individually produced exceptions on Windows CI and is also just more verbose. Also use different ports in all tests, so that one test failing to cleanup processes does not affect others.
-
- 15 May, 2023 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 14 May, 2023 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
On Windows, STDOUT is "fully buffered" by default. This means that messages don't appear after a newline on screen, like they do on UNIX systems that use line buffering by default. Using `std::endl` makes sure that written messages actually appear on screen for Windows users as they should.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 09 May, 2023 1 commit
-
-
Raphael authored
Remove obsolete / accidental file
-
- 08 May, 2023 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Felix Wang authored
-
- 01 May, 2023 3 commits
-
-
Dominik Charousset authored
The steps for updating the brew package failed for two consecutive releases in a row with no clear indication on what went wrong.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 30 Apr, 2023 1 commit
-
-
Dominik Charousset authored
The JSON parser now supports reading integers larger than `INT64_MAX` (but not larger than `UINT64_MAX`). Additionally, the class `json_value` has new member functions for operating on the unsigned integers: `is_unsigned()` and `to_unsigned()`.
-
- 25 Apr, 2023 1 commit
-
-
Raphael authored
Fix flow setup for WebSocket servers
-
- 24 Apr, 2023 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 17 Apr, 2023 1 commit
-
-
Dominik Charousset authored
-
- 16 Apr, 2023 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-