Commit Graph

  • 588afe8e9d remove private bool prop Liz3 2020-05-05 15:14:07 +0200
  • 04eda628b0 add PATCH and add option to enforce a http request body write Liz3 2020-05-05 15:06:39 +0200
  • 2786631e3b clang-format Benjamin Sergeant 2020-05-04 17:19:25 -0700
  • 1b30061a4d remove unused variable Benjamin Sergeant 2020-05-04 17:18:21 -0700
  • af003fc79b (ixbots) fix tsan data race error when accessing verbose parameter Benjamin Sergeant 2020-05-04 17:15:35 -0700
  • e71602c769 Deployed 4f17cd5 with MkDocs version: 1.1 2020-05-04 22:45:57 +0000
  • 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 -0700
  • 9c37fc790c
    Remove thread include tostc 2020-05-04 20:44:58 +0200
  • c9b8fae589 Remove receive_async and added low level recv, which is non-blocking. Christian Tost 2020-05-04 20:42:30 +0200
  • b04764489c (doc) add link to a project using ixwebsocket #187 Benjamin Sergeant 2020-05-04 09:21:39 -0700
  • 22fc8e981d do not run run the tsan + openssl test on ci feature/lua_bindings Benjamin Sergeant 2020-05-03 22:16:14 -0700
  • fb0de53efd dummy commit Benjamin Sergeant 2020-05-03 19:09:23 -0700
  • fc4a4bfb7c
    fix #194 / linux needs to built with position independant code Benjamin Sergeant 2020-05-03 12:19:58 -0700
  • c05de6af87 Merge branch 'master' of https://github.com/tostc/IXWebSocket Christian Tost 2020-05-03 12:18:47 +0200
  • 9750db171e Added asynchronous udp receive function Christian Tost 2020-05-03 12:18:19 +0200
  • 9e54fd5f1a
    Fix CMake/zlibstatic-related regression (#192) ebenali 2020-05-02 22:08:58 -0700
  • 4ce8870311 CMake: explicitly manage dependencies. Fixes building with zlibstatic Elias Benali 2020-05-03 04:50:15 +0000
  • 75189478ef Merge remote-tracking branch 'upstream/master' ebenali 2020-05-03 04:28:51 +0000
  • 1096f62196
    cmake: add export() and install(EXPORT) for easier packageability (#190) ebenali 2020-05-02 20:20:59 -0700
  • 378a528fd7 CMake: link-in OpenSSL::Crypto Elias Benali 2020-05-02 23:31:51 +0000
  • 69f3fec4a6 cmake: add export() and install(EXPORT) for easier packageability ebenali 2020-05-02 19:06:51 +0000
  • d8597b054c bump version for universal windows platform fixes v9.5.4 Benjamin Sergeant 2020-05-01 11:32:58 -0700
  • b34d9f6a06 uwp fixes Benjamin Sergeant 2020-05-01 11:27:59 -0700
  • b21e2506bf (ci) add universal windows platform Benjamin Sergeant 2020-05-01 10:44:10 -0700
  • 303f99a432 refine previous commit Benjamin Sergeant 2020-05-01 10:37:25 -0700
  • a42ccea8dd disable unicode Benjamin Sergeant 2020-05-01 09:22:03 -0700
  • 6dc6a47eab Deployed beb26bc with MkDocs version: 1.1 2020-04-29 18:54:07 +0000
  • beb26bc096 use ninja for local builds Benjamin Sergeant 2020-04-29 11:53:56 -0700
  • b45980f0f6 (http client) better current request cancellation support when the HttpClient destructor is invoked (see #189) Benjamin Sergeant 2020-04-29 11:53:23 -0700
  • 62a7483e41 rename lua test file + fix C++ warnings Benjamin Sergeant 2020-04-28 22:22:45 -0700
  • 36fbdd0daa can receive string message Benjamin Sergeant 2020-04-28 22:15:43 -0700
  • feff2e38c0 can send message, set a url and start the connection Benjamin Sergeant 2020-04-28 19:11:06 -0700
  • a040ff06e8 rename LuaPlayer.hpp to LuaWebSocket.h Benjamin Sergeant 2020-04-28 18:37:19 -0700
  • 755493eaf3 test pre-commit Benjamin Sergeant 2020-04-20 23:11:04 -0700
  • 4c61aede2e add skeleton lua bindings Benjamin Sergeant 2020-04-20 23:02:23 -0700
  • bf2145eb8a double quotes feature/windows_uwp Benjamin Sergeant 2020-04-27 17:12:02 -0700
  • a35f8f2250 try to enable uwp Benjamin Sergeant 2020-04-27 17:10:09 -0700
  • dd5da0f2ac Deployed fbca513 with MkDocs version: 1.1 2020-04-27 19:37:32 +0000
  • fbca513008 bump version v9.5.2 Benjamin Sergeant 2020-04-27 12:36:56 -0700
  • 33ebd00932 fix cmake tls backend option parsing Benjamin Sergeant 2020-04-27 11:29:50 -0700
  • fbe5e74109 fix openssl cmake errors Benjamin Sergeant 2020-04-27 10:59:47 -0700
  • a9f5d5353f fix cmake syntax error and convert some errors to fatal errors Benjamin Sergeant 2020-04-27 10:29:27 -0700
  • 22e0083832 CMake TLS cleanup Benjamin Sergeant 2020-04-27 10:09:51 -0700
  • 37c0a193fa Deployed 5632360 with MkDocs version: 1.1 2020-04-27 16:44:17 +0000
  • 5632360fbd (http client) Set default values for most HttpRequestArgs struct members (fix #185) Benjamin Sergeant 2020-04-27 09:43:31 -0700
  • 20294841b3 ci - on windows, disable building tls as it is too slow (> 15minutes total) v9.5.0 Benjamin Sergeant 2020-04-25 15:58:49 -0700
  • 74efdfebba remove bundled mbedtls Benjamin Sergeant 2020-04-25 15:41:39 -0700
  • 4d70380d11 Deployed 0ab04f5 with MkDocs version: 1.1 2020-04-25 22:37:22 +0000
  • 0ab04f51fe (ssl) Default to OpenSSL on Windows, since it can load the system certificates by default Benjamin Sergeant 2020-04-25 15:36:31 -0700
  • 4ed7968b05 ci / try to force an openssl 1.1 install on mac Benjamin Sergeant 2020-04-25 11:53:09 -0700
  • f3f86e4e91 Deployed 287e489 with MkDocs version: 1.1 2020-04-25 18:42:41 +0000
  • 287e48962f bump version number Benjamin Sergeant 2020-04-25 11:41:58 -0700
  • 953c680eee
    Bug on setting extra headers. Now it loses the first string character. (#184) Francisco Javier 2020-04-25 20:39:37 +0200
  • 54a3af274f Bug on setting extra headers. Now it loses the first string character. Fco. Javier M. C 2020-04-25 20:29:17 +0200
  • 99c1e62c9e Deployed 2802cad with MkDocs version: 1.1 2020-04-24 22:51:16 +0000
  • 2802cad8c4 more tls in memory certs doc + bump file format Benjamin Sergeant 2020-04-24 15:50:39 -0700
  • 9f770b10c0 clang-format Benjamin Sergeant 2020-04-24 15:34:00 -0700
  • 677f79b0ea
    Implement API for adding custom roots via a string (#178) Max Weisel 2020-04-24 18:32:11 -0400
  • 646b18bf28 core logger support multiple level + switch ixbots to user corelogger instead of spdlog Benjamin Sergeant 2020-04-24 15:17:50 -0700
  • 0670954faf unittest / remove deleted file reference Benjamin Sergeant 2020-04-24 14:23:38 -0700
  • 2469d7102e missing headers for url parsing Benjamin Sergeant 2020-04-24 14:13:15 -0700
  • 79acb915ce merge the 2 url parsing file into one, fix a silly build error Benjamin Sergeant 2020-04-24 14:08:59 -0700
  • bad3adb6b4 cmake pb with renamed file Benjamin Sergeant 2020-04-24 12:55:00 -0700
  • e3dd4e60c0 remove deleted IXSelectInterruptEventFd file reference in cmake Benjamin Sergeant 2020-04-24 12:52:13 -0700
  • c70f1d09a8 include all ssl backends inside special per backend macro Benjamin Sergeant 2020-04-24 12:47:47 -0700
  • 4b2b133c10 fix #182 Benjamin Sergeant 2020-04-22 14:26:16 -0700
  • 8f8d9e79bc Deployed cd5fae6 with MkDocs version: 1.1 2020-04-22 21:14:51 +0000
  • cd5fae6a5b generate 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 -0700
  • 5860c5c80b
    Fixes #179 (#180) Ross Jacobs 2020-04-20 22:59:20 -0700
  • aeddd22469
    Fixes #179 Ross Jacobs 2020-04-20 22:48:47 -0700
  • cce7bb6a3e do not use spdlog from vcpkg feature/windows_linking_spdlog_fix Benjamin Sergeant 2020-04-18 04:00:42 -0700
  • 90eae2b403 only build ws Benjamin Sergeant 2020-04-18 03:54:34 -0700
  • 3c49512db2 Deployed 36257cb with MkDocs version: 1.1 2020-04-18 10:50:23 +0000
  • 36257cbfe4 update build doc Benjamin Sergeant 2020-04-18 03:49:26 -0700
  • b044a1d119 only run windows ci Benjamin Sergeant 2020-04-17 17:39:36 -0700
  • 5184d5d985 Revert "try to fix windows link" Benjamin Sergeant 2020-04-17 17:33:55 -0700
  • aac9386f62 add spdlog through vcpkg Benjamin Sergeant 2020-04-17 17:33:32 -0700
  • 8db688b818 try to fix windows link Benjamin Sergeant 2020-04-17 16:51:45 -0700
  • 68ee57a6a7 fix ixbots unittest Benjamin Sergeant 2020-04-17 10:09:52 -0700
  • 79877d9a7f Deployed 9d79596 with MkDocs version: 1.1 2020-04-17 16:57:01 +0000
  • 9d79596629 (ixbots) display sent/receive message, per seconds as accumulated Benjamin Sergeant 2020-04-17 09:56:09 -0700
  • 0b6fd989f5 (ws) add a --logfile option to configure all logs to go to a file Benjamin Sergeant 2020-04-17 09:35:47 -0700
  • 1c19a57fef missing atomic header in IXCobraBot.h / should fix windows build Benjamin Sergeant 2020-04-16 22:54:43 -0700
  • 68c5c68184 Deployed a2abe86 with MkDocs version: 1.1 2020-04-17 05:49:37 +0000
  • 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 -0700
  • 7b185d3e08 Deployed 0f5d15a with MkDocs version: 1.1 2020-04-16 21:50:39 +0000
  • 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 -0700
  • ccfd196863 clang-format Benjamin Sergeant 2020-04-16 11:58:06 -0700
  • 4e778eb242 Deployed 9b8cfa0 with MkDocs version: 1.1 2020-04-16 01:34:17 +0000
  • 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 -0700
  • 85f6b1e0b7 fix compiler warning in ixsentry about unused parameters in uploadPayload method Benjamin Sergeant 2020-04-15 18:05:00 -0700
  • 1e055ba477 Deployed 64754df with MkDocs version: 1.1 2020-04-16 00:39:29 +0000
  • 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 -0700
  • 71a421eefc remove file that does not exist yet but which is referenced in CMake Benjamin Sergeant 2020-04-15 17:03:34 -0700
  • 24c57c9dde Deployed 386ef3a with MkDocs version: 1.1 2020-04-16 00:00:07 +0000
  • 386ef3ab04 (ixcobra) make CobraConnection_EventType an enum class (CobraEventType) Benjamin Sergeant 2020-04-15 16:59:17 -0700
  • c8b3c778b2 Deployed 2c4bf8f with MkDocs version: 1.1 2020-04-15 05:03:34 +0000
  • 2c4bf8f4bd (ixsentry) add a library method to upload a payload directly to sentry Benjamin Sergeant 2020-04-14 22:02:51 -0700
  • 3a2c446225 missing headers in IXWebSocketCloseInfo.h, ,IXWebSocketErrorInfo.h and IXWebSocketOpenInfo.h Benjamin Sergeant 2020-04-14 21:52:27 -0700
  • 35630fe7ed new makefile target + better error description in Socket::readBytes Benjamin Sergeant 2020-04-14 21:50:26 -0700