- 12 Oct, 2018 1 commit
-
-
knowledge4igor authored
-
- 11 Oct, 2018 2 commits
-
-
knowledge4igor authored
-
knowledge4igor authored
-
- 09 Oct, 2018 3 commits
-
-
knowledge4igor authored
-
Dennis Jenkins authored
Test fix: partially revert 4b185059 that breaks http_client_test + add more tests
-
knowledge4igor authored
-
- 08 Oct, 2018 3 commits
-
-
Dennis Jenkins authored
Add address reuse in http client test
-
knowledge4igor authored
-
knowledge4igor authored
-
- 07 Oct, 2018 2 commits
-
-
knowledge4igor authored
-
Dennis Jenkins authored
Several code improvements
-
- 06 Oct, 2018 9 commits
-
-
knowledge4igor authored
-
knowledge4igor authored
-
knowledge4igor authored
-
knowledge4igor authored
-
knowledge4igor authored
-
knowledge4igor authored
Improving code styte: reorder includes, delete unnecessary include for decreasing dependecies, delete unnecessary statements
-
knowledge4igor authored
-
Dennis Jenkins authored
Streaming test
-
Dennis Jenkins authored
Code improvements
-
- 05 Oct, 2018 1 commit
-
-
Ian Roddis authored
Initializing res in streaming test, adding checks when enqueuing writes to fd write queue that the fd still exists
-
- 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 4 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 4 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...
-
Ian Roddis authored
-
Ian Roddis authored
-