- 07 Feb, 2020 3 commits
-
-
Dennis Jenkins authored
Ran clang-format on all headers (except date.h, since its not ours).
-
Dennis Jenkins authored
-
Dennis Jenkins authored
-
- 06 Feb, 2020 6 commits
-
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Refactoring in http.h and http.cc
-
hyperxor authored
-
hyperxor authored
-
hyperxor authored
-
hyperxor authored
-
- 05 Feb, 2020 5 commits
-
-
Dennis Jenkins authored
Add override keyword to functions who override
-
Frank Ueberschar authored
-
Frank Ueberschar authored
-
Dennis Jenkins authored
Compilation: save debug info when compiling static lib with LTO
-
Vladimir Bespalov authored
-
- 01 Feb, 2020 2 commits
-
-
Dennis Jenkins authored
Remove useless friend relationships in Message and ResponseWriter
-
hyperxor authored
-
- 31 Jan, 2020 2 commits
-
-
Dennis Jenkins authored
Fix stream unit test
-
hyperxor authored
-
- 30 Jan, 2020 2 commits
-
-
Dennis Jenkins authored
Add unit tests for cursor
-
hyperxor authored
-
- 28 Jan, 2020 2 commits
-
-
Dennis Jenkins authored
Small code cleanup in Client side
-
hyperxor authored
-
- 27 Jan, 2020 1 commit
-
-
Dennis Jenkins authored
Handle exceptions on responce parse in client
-
- 26 Jan, 2020 3 commits
- 25 Jan, 2020 4 commits
-
-
Dennis Jenkins authored
Remove one more friend relationship to fix todo
-
hyperxor authored
-
Dennis Jenkins authored
Move client Transport to client.cpp file
-
hyperxor authored
-
- 24 Jan, 2020 2 commits
-
-
Dennis Jenkins authored
Remove friend relationship in Connection class
-
hyperxor authored
-
- 23 Jan, 2020 6 commits
-
-
Dennis Jenkins authored
Address array and vector storage through .data()
-
Dennis Jenkins authored
README.md: Added and expanded instructions for pkg-config, precompile…
-
Kip Warner authored
-
Kip Warner authored
-
Kip Warner authored
-
Vladimir Bespalov authored
When used like &vec[0], there would be an assert in gnu std lib: /usr/include/c++/8/bits/stl_vector.h:932: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = char; _Alloc = std::allocator<char>; std::vector<_Tp, _Alloc>::reference = char&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed. on the other hand, using .data() is allowed even on empty uninited vectors array<> access is modified for consistency.
-
- 20 Jan, 2020 2 commits
-
-
Dennis Jenkins authored
Modify reactor.cc to c++14
-
ivan1993br authored
-