- 26 Mar, 2021 2 commits
-
-
Andrea Pappacoda authored
This little PR fixes #187, while also replacing std::endl with '\n' in the examples, since most of the time you don't want to flush the output when outputting a newline.
-
-
- 16 Mar, 2021 2 commits
-
-
Andrea Pappacoda authored
Wrong repository, sorry
😅 -
Andrea Pappacoda authored
-
- 14 Mar, 2021 2 commits
-
-
Kip authored
Only trigger pistache.io deploy when needed
-
Andrea Pappacoda authored
The workflow was triggered every time someone would make a PR, resulting in a failure due to missing privileges of the user. It was also triggered when unrelated files were modified. This PR fixes that.
-
- 12 Feb, 2021 1 commit
-
-
Ivan Kizenko authored
"will additional functions" changing to "with additional functions"
-
- 08 Feb, 2021 7 commits
- 06 Feb, 2021 3 commits
- 05 Feb, 2021 1 commit
-
-
Tachi authored
-
- 20 Jan, 2021 2 commits
-
-
Kip authored
listener: add CloseOnExec option
-
Kip Warner authored
-
- 19 Jan, 2021 1 commit
-
-
Mateusz Szychowski (Muttley) authored
allows to set SOCK_CLOEXEC option for creating sockets can be used to avoid leaking file descriptors to child processes with fork()
-
- 14 Jan, 2021 1 commit
-
-
Kip authored
-
- 10 Jan, 2021 1 commit
-
-
Kip authored
Make fPIC optional
-
- 08 Jan, 2021 1 commit
-
-
Kip authored
-
- 07 Jan, 2021 7 commits
- 30 Dec, 2020 2 commits
-
-
Uilian Ries authored
Signed-off-by: Uilian Ries <uilianries@gmail.com>
-
Uilian Ries authored
Signed-off-by: Uilian Ries <uilianries@gmail.com>
-
- 29 Dec, 2020 1 commit
-
-
Kip authored
Modernize CMakeLists.txt
-
- 28 Dec, 2020 1 commit
-
-
Kip authored
-
- 27 Dec, 2020 1 commit
-
-
Tachi authored
WIth this I'm trying to fix some of the issues pointed out in #827. Changes: Use add_compile_options() instead of modifying CMAKE_CXX_FLAGS. Use -Og instead of -O0 (from https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html : [-Og] is a better choice than -O0 for producing debuggable code because some compiler passes that collect debug information are disabled at -O0) Fix LTO check (previously it would fail because it checked only CMAKE_CXX_FLAGS. This didn't work when properly enabling LTO through CMAKE_INTERPROCEDURAL_OPTIMIZATION). I'm not sure if I modified it correctly since I don't really understand what that check is trying to do in the first place. Check for Clang or GCC when applying compiler specific flags. This changes require CMake 3.9 or higher, but I don't think this will cause any issues.
-
- 10 Dec, 2020 1 commit
-
-
Ian Roddis authored
* - Adding Router::addDisconnectHandler to handle client disconnections. - Adding code to call handlers on client disconnection * - Adding test case for router addDisconnectHandler and associated functionality. * Changing to 2-space indentation and other formating changes to conform to LLVM style * More format changes Co-authored-by: Ian Roddis <gitlab@ie2r.com>
-
- 30 Nov, 2020 1 commit
-
-
Igor [hyperxor] authored
-
- 29 Nov, 2020 2 commits
-
-
Igor [hyperxor] authored
-
Igor [hyperxor] authored
-