- 06 Oct, 2018 1 commit
-
-
Dennis Jenkins authored
Code improvements
-
- 04 Oct, 2018 7 commits
-
-
knowledge4igor authored
-
knowledge4igor authored
-
knowledge4igor authored
-
Dennis Jenkins authored
Improved routing algorithm and ability to add/remove routes at runtime
-
Fylax authored
-
Dennis Jenkins authored
Adding missing handlers
-
Dennis Jenkins authored
Tiny change in thread management
-
- 02 Oct, 2018 3 commits
-
-
-
knowledge4igor authored
-
Ian Roddis authored
-
- 01 Oct, 2018 3 commits
-
-
Dennis Jenkins authored
Initialize members of Listener with default value - Remove shared pointer
-
Benoit Eudier authored
-
Benoit Eudier authored
Regression test should ensure that a non-init listener will not make the server crash as it used to do.
-
- 28 Sep, 2018 1 commit
-
-
Fylax authored
- Ignore multiple consecutive forward slashes - Added ability to add and remove routes at runtime
-
- 26 Sep, 2018 3 commits
-
-
Benoit Eudier authored
Reactor is not shared. It is owned by listener, create in its constructor and is not shared with anybody, so created in listener's destructor. Here a unique_ptr would do the trick but not using a ptr works fine and remove complexity a bit.
-
Benoit Eudier authored
Other variable are to be used after binding...
-
Benoit Eudier authored
-
- 25 Sep, 2018 4 commits
-
-
Dennis Jenkins authored
Issue 302 - Fix listener_test
-
Benoit Eudier authored
If the call is not present, the listener object will be in a state where its workers_ member is not initialized (size_t). In clang, this leads to the creation of an absurd number of threads which in turn will make eventfd call fails in NotifyFd.
-
Dennis Jenkins authored
add rest async minimal test
-
Pablo authored
-
- 24 Sep, 2018 2 commits
-
-
Dennis Jenkins authored
Tiny code improvements
-
knowledge4igor authored
-
- 23 Sep, 2018 9 commits
-
-
knowledge4igor authored
-
knowledge4igor authored
-
knowledge4igor authored
-
knowledge4igor authored
-
Dennis Jenkins authored
No installation flag usage in main CMakeList
-
mszy authored
-
Dennis Jenkins authored
-
Dennis Jenkins authored
Allow access to unknown and arbitrary raw headers
-
Dennis Jenkins authored
Refactoring and getting rid of magic number
-
- 22 Sep, 2018 4 commits
-
-
knowledge4igor authored
-
Dennis Jenkins authored
issue 283 - runtimeexception when address in use
-
Dennis Jenkins authored
Endpoint options constructor fix
-
Benoit Eudier authored
Conflict tests/CMakeLists.txt. One test was added in master and one test was added in this branch
-
- 19 Sep, 2018 1 commit
-
-
Dennis Jenkins authored
-
- 17 Sep, 2018 2 commits
-
-
Dennis Jenkins authored
Dynamic arraybuf
-
Ian Roddis authored
-