Commit Graph

  • 12fe55905c enum class HttpErrorCode derives from int Benjamin Sergeant 2019-05-15 16:50:00 -0700
  • 3755d29a45 enum class HttpErrorCode derives from int Benjamin Sergeant 2019-05-15 16:50:00 -0700
  • aed831c075 try to re-enable some tests Benjamin Sergeant 2019-05-15 16:28:29 -0700
  • c2b75399ae try to re-enable some tests Benjamin Sergeant 2019-05-15 16:28:29 -0700
  • 5ad15fad8b recursive mutex + enable test that was breaking on Ubuntu Xenial + gcc + tsan Benjamin Sergeant 2019-05-15 16:01:05 -0700
  • a33ecd1338 recursive mutex + enable test that was breaking on Ubuntu Xenial + gcc + tsan Benjamin Sergeant 2019-05-15 16:01:05 -0700
  • a7d328896c comment failing test Benjamin Sergeant 2019-05-15 15:44:14 -0700
  • a7e29a9f36 comment failing test Benjamin Sergeant 2019-05-15 15:44:14 -0700
  • 1274a151d0 comment failing test Benjamin Sergeant 2019-05-15 15:37:30 -0700
  • 02399dfa5c comment failing test Benjamin Sergeant 2019-05-15 15:37:30 -0700
  • d93d639345 do not build ws for now on travis Benjamin Sergeant 2019-05-15 15:26:49 -0700
  • aec2941bac do not build ws for now on travis Benjamin Sergeant 2019-05-15 15:26:49 -0700
  • e0d9a16985 more protection against socket when closing Benjamin Sergeant 2019-05-15 15:18:27 -0700
  • 9315eb5289 more protection against socket when closing Benjamin Sergeant 2019-05-15 15:18:27 -0700
  • 7f1070dde6 fix compile errors with C++ enum class Benjamin Sergeant 2019-05-15 13:56:42 -0700
  • 5b2b2ea7b0 fix compile errors with C++ enum class Benjamin Sergeant 2019-05-15 13:56:42 -0700
  • 7f1e70329c close and stop with code and reason + docker = ubuntu xenial Benjamin Sergeant 2019-05-10 20:47:13 -0700
  • d90b634e80 close and stop with code and reason + docker = ubuntu xenial Benjamin Sergeant 2019-05-10 20:47:13 -0700
  • 186c8fbb62 add isEnabledAutomaticReconnection (#75) Dimon4eg 2019-05-14 21:26:37 +0300
  • 6dd8cda074 add isEnabledAutomaticReconnection (#75) Dimon4eg 2019-05-14 21:26:37 +0300
  • f71c7a0056 rename dimon4eg 2019-05-14 21:19:13 +0300
  • c935be6a49 Revert "Revert "fix cast warning caught on windows"" Benjamin Sergeant 2019-05-13 22:16:49 -0700
  • 701be31554 Revert "Revert "fix cast warning caught on windows"" Benjamin Sergeant 2019-05-13 22:16:49 -0700
  • 4ee502fa1a Revert "fix cast warning caught on windows" Benjamin Sergeant 2019-05-13 21:35:34 -0700
  • 25eaf730bc Revert "fix cast warning caught on windows" Benjamin Sergeant 2019-05-13 21:35:34 -0700
  • 084805b248 fix cast warning caught on windows Benjamin Sergeant 2019-05-13 21:29:36 -0700
  • 4edb7447df fix cast warning caught on windows Benjamin Sergeant 2019-05-13 21:29:36 -0700
  • eaebd258c0 add more time to let client close (#73) Kumamon38 2019-05-14 06:26:34 +0200
  • 5f3de60962 add more time to let client close (#73) Kumamon38 2019-05-14 06:26:34 +0200
  • 2843a20814 build with gcc on Linux Benjamin Sergeant 2019-05-13 17:35:21 -0700
  • 79c17aba49 build with gcc on Linux Benjamin Sergeant 2019-05-13 17:35:21 -0700
  • 08a56726a8 use spdlog for logging in the unittest Benjamin Sergeant 2019-05-13 17:32:57 -0700
  • 80a90496d9 use spdlog for logging in the unittest Benjamin Sergeant 2019-05-13 17:32:57 -0700
  • 7cad8654e5 fix inverted conditional Benjamin Sergeant 2019-05-13 17:18:07 -0700
  • bbca803840 fix inverted conditional Benjamin Sergeant 2019-05-13 17:18:07 -0700
  • 841cfe37dd server code / add dedicated thread to close/join terminated connection threads Benjamin Sergeant 2019-05-13 12:20:03 -0700
  • 160d3869a9 server code / add dedicated thread to close/join terminated connection threads Benjamin Sergeant 2019-05-13 12:20:03 -0700
  • 849a41293f travis cmake version on macOS does not know --parallel option Benjamin Sergeant 2019-05-13 17:17:23 -0700
  • afd8f64da8 travis cmake version on macOS does not know --parallel option Benjamin Sergeant 2019-05-13 17:17:23 -0700
  • 5b17edb3f9 build in parallel + stop building linux + clang Benjamin Sergeant 2019-05-13 17:06:56 -0700
  • 6d2548b823 build in parallel + stop building linux + clang Benjamin Sergeant 2019-05-13 17:06:56 -0700
  • 9f2047dad6 disable ping tests for now as they are not super reliable Benjamin Sergeant 2019-05-13 17:01:22 -0700
  • 642356d353 disable ping tests for now as they are not super reliable Benjamin Sergeant 2019-05-13 17:01:22 -0700
  • c01c53c5c7 Feature/windows ci (#76) Benjamin Sergeant 2019-05-13 16:51:58 -0700
  • ba0fa36c2a
    Feature/windows ci (#76) Benjamin Sergeant 2019-05-13 16:51:58 -0700
  • 5afca8f76b Revert "close with params" Benjamin Sergeant 2019-05-13 16:46:05 -0700
  • 5ae36a27e4 add windows and mac Benjamin Sergeant 2019-05-13 14:37:42 -0700
  • 56422de922 Revert "core size = 1" Benjamin Sergeant 2019-05-13 14:37:05 -0700
  • d0b2439ef1 try again with just env variables Benjamin Sergeant 2019-05-13 14:31:36 -0700
  • 5a03e1879a another try Benjamin Sergeant 2019-05-13 14:27:23 -0700
  • 4266e85f96 set proper version of linux Benjamin Sergeant 2019-05-13 14:17:09 -0700
  • 0d763ceb44 test isEnabledAutomaticReconnection dimon4eg 2019-05-14 00:08:07 +0300
  • c12dcd039c enable all OS Benjamin Sergeant 2019-05-13 14:06:44 -0700
  • 2add5e40e2 add isEnabledAutomaticReconnection dimon4eg 2019-05-13 22:58:15 +0300
  • a5431e0eda try to enable another test on windows Benjamin Sergeant 2019-05-13 12:39:53 -0700
  • 1ac02fdc0e more tests disabled feature/server_gc Benjamin Sergeant 2019-05-13 12:37:27 -0700
  • 63e02f03fc disable more tests to get something working on windows Benjamin Sergeant 2019-05-13 12:28:21 -0700
  • 687956358d disable IXWebSocketPingTimeoutTest Benjamin Sergeant 2019-05-13 12:26:40 -0700
  • 1a42c92325 server code / add dedicated thread to close/join terminated connection threads Benjamin Sergeant 2019-05-13 12:20:03 -0700
  • 29af74bba6 core size = 1 Benjamin Sergeant 2019-05-13 10:37:38 -0700
  • 71acfa25f3 different generator Benjamin Sergeant 2019-05-13 10:31:49 -0700
  • 61dd5437a0 ... Benjamin Sergeant 2019-05-13 10:29:49 -0700
  • 6bb00b6788 close with params Benjamin Sergeant 2019-05-01 11:29:50 -0700
  • 1199393879 add more time to let client close Alexandre Konieczny 2019-05-13 18:29:34 +0200
  • 27bf1684cb save timepoints after connect and not in contructor, adjusted tests (#72) Kumamon38 2019-05-13 18:08:46 +0200
  • 12f6cd878d save timepoints after connect and not in contructor, adjusted tests (#72) Kumamon38 2019-05-13 18:08:46 +0200
  • 6c229c4c7e more time to detect client close in test Alexandre Konieczny 2019-05-13 14:52:29 +0200
  • b80a1b8c49 move call into setReadyState Alexandre Konieczny 2019-05-13 14:42:05 +0200
  • f9f7e4cd09 save timepoints after connect and not in contructor, adjusted tests Alexandre Konieczny 2019-05-13 12:03:11 +0200
  • be2aee3354 fix for Windows (#69) Dimon4eg 2019-05-13 08:21:56 +0300
  • 9aacebbbaf fix for Windows (#69) Dimon4eg 2019-05-13 08:21:56 +0300
  • 5f42a07d0d Fix run.py (#71) Dimon4eg 2019-05-13 04:37:22 +0300
  • 701c3745c2 Fix run.py (#71) Dimon4eg 2019-05-13 04:37:22 +0300
  • c375bb5838 fix test listing dimon4eg 2019-05-13 01:17:44 +0300
  • 9707e64347 run.py: fix Windows support dimon4eg 2019-05-13 00:55:13 +0300
  • 8a94c945b7 Merge branch 'master' into message-queue dimon4eg 2019-05-12 22:00:10 +0300
  • a41d08343c Merge branch 'master' into message-queue dimon4eg 2019-05-12 22:00:10 +0300
  • 7740028291 all derived class use final keyword Benjamin Sergeant 2019-05-12 11:43:21 -0700
  • 156288b17b all derived class use final keyword Benjamin Sergeant 2019-05-12 11:43:21 -0700
  • 549485d4b5 fix run.py dimo4eg 2019-05-12 21:40:28 +0300
  • 7369e9c233 add setOnMessageCallback with r-value dimon4eg 2019-05-12 20:59:18 +0300
  • 6467f98241 add setOnMessageCallback with r-value dimon4eg 2019-05-12 20:59:18 +0300
  • 8c66825a78 correct style dimon4eg 2019-05-12 20:16:02 +0300
  • b24e4334f6 correct style dimon4eg 2019-05-12 20:16:02 +0300
  • a56f8272a9 fix warnings dimon4eg 2019-05-12 20:05:28 +0300
  • bf8abcbf4a fix warnings dimon4eg 2019-05-12 20:05:28 +0300
  • e846ca392f update comment dimon4eg 2019-05-12 20:00:15 +0300
  • bb484414b1 update comment dimon4eg 2019-05-12 20:00:15 +0300
  • f9ec89cf7a update test dimon4eg 2019-05-12 19:57:31 +0300
  • fc75b13fae update test dimon4eg 2019-05-12 19:57:31 +0300
  • b2fbccd29a make condition only on Windows dimon4eg 2019-05-12 09:10:41 +0300
  • 3ddf17b2b9 fix condition dimon4eg 2019-05-12 08:53:31 +0300
  • 61eb462ea6 fix for Windows dimon4eg 2019-05-12 02:15:28 +0300
  • b935bc526a added message queue test dimon4eg 2019-05-12 01:50:41 +0300
  • 78f59b4207 added message queue test dimon4eg 2019-05-12 01:50:41 +0300
  • 97617ced4a Added WebSocketMessageQueue dimon4eg 2019-05-12 00:26:52 +0300
  • 7c5567db56 Added WebSocketMessageQueue dimon4eg 2019-05-12 00:26:52 +0300
  • d575c7c2a9 bump version to 2.0.0 Benjamin Sergeant 2019-05-11 14:22:41 -0700
  • ed0e23e8a5 bump version to 2.0.0 Benjamin Sergeant 2019-05-11 14:22:41 -0700
  • 99a3bbc4f9 use C++11 enums (#67) Dimon4eg 2019-05-12 00:22:06 +0300