7a58f6ee74Deployed 6c205b9 with MkDocs version: 1.12020-05-06 23:27:22 +00:00
6c205b983e(openssl tls) when OpenSSL is older than 1.1, register the crypto locking callback to be thread safe. Should fix lots of CI failures
Benjamin Sergeant
2020-05-06 16:26:30 -07:00
a65b334961assert that the timeout is non zero in makeCancellationRequestWithTimeout
Benjamin Sergeant
2020-05-06 15:53:27 -07:00
2de8aafcbcanother windows build error in IXUdpSocket ...
Benjamin Sergeant
2020-05-05 08:29:39 -07:00
f075f586e1fix windows compile error with UdpSocket::recvfrom
Benjamin Sergeant
2020-05-05 08:15:01 -07:00
93cb898989fix compile error with UdpSocket::recvfrom
Benjamin Sergeant
2020-05-05 08:03:04 -07:00
e4da62547badd reference to multiple projects using IXWebSocket
Benjamin Sergeant
2020-05-05 07:52:02 -07:00
2b4c06e6d2UdpSocket::recvfrom last argument does not have to be a uint32_t
Benjamin Sergeant
2020-05-05 07:49:07 -07:00
Added asynchronous udp receive function (#193)
tostc
2020-05-05 16:47:41 +02:00
15355188d5(http client) rework a bit PATCH pull request, fix compile error with setForceBody and initialize _forceBody to false
Benjamin Sergeant
2020-05-05 07:43:55 -07:00
add PATCH and add option to enforce a http request body write (#195)
Liz3
2020-05-05 16:38:55 +02:00
2786631e3bclang-format
Benjamin Sergeant
2020-05-04 17:19:25 -07:00
1b30061a4dremove unused variable
Benjamin Sergeant
2020-05-04 17:18:21 -07:00
af003fc79b(ixbots) fix tsan data race error when accessing verbose parameter
Benjamin Sergeant
2020-05-04 17:15:35 -07:00
e71602c769Deployed 4f17cd5 with MkDocs version: 1.12020-05-04 22:45:57 +00:00
4f17cd5e74(cobra bots) do not use a queue to store messages pending processing, let the bot handle queuing
Benjamin Sergeant
2020-05-04 15:45:11 -07:00
b04764489c(doc) add link to a project using ixwebsocket #187
Benjamin Sergeant
2020-05-04 09:21:39 -07:00
cmake: add export() and install(EXPORT) for easier packageability (#190)
ebenali
2020-05-02 20:20:59 -07:00
d8597b054cbump version for universal windows platform fixes
v9.5.4
Benjamin Sergeant
2020-05-01 11:32:58 -07:00
b34d9f6a06uwp fixes
Benjamin Sergeant
2020-05-01 11:27:59 -07:00
b21e2506bf(ci) add universal windows platform
Benjamin Sergeant
2020-05-01 10:44:10 -07:00
303f99a432refine previous commit
Benjamin Sergeant
2020-05-01 10:37:25 -07:00
a42ccea8dddisable unicode
Benjamin Sergeant
2020-05-01 09:22:03 -07:00
6dc6a47eabDeployed beb26bc with MkDocs version: 1.12020-04-29 18:54:07 +00:00
beb26bc096use ninja for local builds
Benjamin Sergeant
2020-04-29 11:53:56 -07:00
b45980f0f6(http client) better current request cancellation support when the HttpClient destructor is invoked (see #189)
Benjamin Sergeant
2020-04-29 11:53:23 -07:00
62a7483e41rename lua test file + fix C++ warnings
Benjamin Sergeant
2020-04-28 22:22:45 -07:00
36fbdd0daacan receive string message
Benjamin Sergeant
2020-04-28 22:15:43 -07:00
feff2e38c0can send message, set a url and start the connection
Benjamin Sergeant
2020-04-28 19:11:06 -07:00
a040ff06e8rename LuaPlayer.hpp to LuaWebSocket.h
Benjamin Sergeant
2020-04-28 18:37:19 -07:00
755493eaf3test pre-commit
Benjamin Sergeant
2020-04-20 23:11:04 -07:00
4c61aede2eadd skeleton lua bindings
Benjamin Sergeant
2020-04-20 23:02:23 -07:00
2469d7102emissing headers for url parsing
Benjamin Sergeant
2020-04-24 14:13:15 -07:00
79acb915cemerge the 2 url parsing file into one, fix a silly build error
Benjamin Sergeant
2020-04-24 14:08:59 -07:00
bad3adb6b4cmake pb with renamed file
Benjamin Sergeant
2020-04-24 12:55:00 -07:00
e3dd4e60c0remove deleted IXSelectInterruptEventFd file reference in cmake
Benjamin Sergeant
2020-04-24 12:52:13 -07:00
c70f1d09a8include all ssl backends inside special per backend macro
Benjamin Sergeant
2020-04-24 12:47:47 -07:00
4b2b133c10fix#182
Benjamin Sergeant
2020-04-22 14:26:16 -07:00
8f8d9e79bcDeployed cd5fae6 with MkDocs version: 1.12020-04-22 21:14:51 +00:00
cd5fae6a5bgenerate a compilation database when building with make for the default target, so that clang-tidy can be used
Benjamin Sergeant
2020-04-22 14:14:09 -07:00
90eae2b403only build ws
Benjamin Sergeant
2020-04-18 03:54:34 -07:00
3c49512db2Deployed 36257cb with MkDocs version: 1.12020-04-18 10:50:23 +00:00
36257cbfe4update build doc
Benjamin Sergeant
2020-04-18 03:49:26 -07:00
b044a1d119only run windows ci
Benjamin Sergeant
2020-04-17 17:39:36 -07:00
5184d5d985Revert "try to fix windows link"
Benjamin Sergeant
2020-04-17 17:33:55 -07:00
aac9386f62add spdlog through vcpkg
Benjamin Sergeant
2020-04-17 17:33:32 -07:00
8db688b818try to fix windows link
Benjamin Sergeant
2020-04-17 16:51:45 -07:00
68ee57a6a7fix ixbots unittest
Benjamin Sergeant
2020-04-17 10:09:52 -07:00
79877d9a7fDeployed 9d79596 with MkDocs version: 1.12020-04-17 16:57:01 +00:00
9d79596629(ixbots) display sent/receive message, per seconds as accumulated
Benjamin Sergeant
2020-04-17 09:56:09 -07:00
0b6fd989f5(ws) add a --logfile option to configure all logs to go to a file
Benjamin Sergeant
2020-04-17 09:35:47 -07:00
1c19a57fefmissing atomic header in IXCobraBot.h / should fix windows build
Benjamin Sergeant
2020-04-16 22:54:43 -07:00
68c5c68184Deployed a2abe86 with MkDocs version: 1.12020-04-17 05:49:37 +00:00
a2abe861d3(cobra bots) add a utility class to factor out the common bots features (heartbeat) and move all bots to used it + convert cobra_subscribe to be a bot and add a unittest for it
Benjamin Sergeant
2020-04-16 21:58:10 -07:00
7b185d3e08Deployed 0f5d15a with MkDocs version: 1.12020-04-16 21:50:39 +00:00
0f5d15aa11(cobra bots) add a utility class to factor out the common bots features (heartbeat) and move cobra to sentry bot to use it
Benjamin Sergeant
2020-04-16 14:49:49 -07:00
ccfd196863clang-format
Benjamin Sergeant
2020-04-16 11:58:06 -07:00
4e778eb242Deployed 9b8cfa0 with MkDocs version: 1.12020-04-16 01:34:17 +00:00
9b8cfa0a37(websocket) add a positive number to the heartbeat message sent, incremented each time the heartbeat is sent
Benjamin Sergeant
2020-04-15 18:33:36 -07:00
85f6b1e0b7fix compiler warning in ixsentry about unused parameters in uploadPayload method
Benjamin Sergeant
2020-04-15 18:05:00 -07:00
1e055ba477Deployed 64754df with MkDocs version: 1.12020-04-16 00:39:29 +00:00
64754df66c(ixcobra) change cobra event callback to use a struct instead of several objects, which is more flexible/extensible
Benjamin Sergeant
2020-04-15 17:38:21 -07:00
71a421eefcremove file that does not exist yet but which is referenced in CMake
Benjamin Sergeant
2020-04-15 17:03:34 -07:00
24c57c9ddeDeployed 386ef3a with MkDocs version: 1.12020-04-16 00:00:07 +00:00
386ef3ab04(ixcobra) make CobraConnection_EventType an enum class (CobraEventType)
Benjamin Sergeant
2020-04-15 16:59:17 -07:00
c8b3c778b2Deployed 2c4bf8f with MkDocs version: 1.12020-04-15 05:03:34 +00:00
2c4bf8f4bd(ixsentry) add a library method to upload a payload directly to sentry
Benjamin Sergeant
2020-04-14 22:02:51 -07:00
3a2c446225missing headers in IXWebSocketCloseInfo.h, ,IXWebSocketErrorInfo.h and IXWebSocketOpenInfo.h
Benjamin Sergeant
2020-04-14 21:52:27 -07:00
35630fe7ednew makefile target + better error description in Socket::readBytes
Benjamin Sergeant
2020-04-14 21:50:26 -07:00
ef2f01d5bfDeployed bea582c with MkDocs version: 1.12020-04-14 22:31:09 +00:00