This website requires JavaScript.
ea95b7c751
Deployed 10c014b with MkDocs version: 1.1.2
2020-06-19 07:11:56 +00:00
10c014bf98
(http client) fix deadlock when following redirects
Benjamin Sergeant
2020-06-19 00:11:06 -07:00
56cf893f70
Deployed 9bb3643 with MkDocs version: 1.1.2
2020-06-18 18:27:01 +00:00
9bb3643fc7
(cobra metrics to statsd bot) send info about net requests
Benjamin Sergeant
2020-06-18 11:25:48 -07:00
56db55caca
(bots) display received/sent message logs only if we are authenticated
Benjamin Sergeant
2020-06-18 10:49:36 -07:00
e211bc4aa8
Deployed 565a08b with MkDocs version: 1.1.2
2020-06-18 00:15:05 +00:00
565a08b229
(cobra client and bots) add batch_size subscription option for retrieving multiple messages at once
Benjamin Sergeant
2020-06-17 17:13:45 -07:00
bf0f11fd65
fix size_t with int comparison warning
Benjamin Sergeant
2020-06-17 16:56:06 -07:00
c1fa82b4b9
Deployed 558daf8 with MkDocs version: 1.1.2
2020-06-16 01:30:25 +00:00
558daf8911
(websocket) WebSocketServer is not a final class, so that users can extend it (fix #215 )
Benjamin Sergeant
2020-06-15 18:29:05 -07:00
b7ff7ed2c0
Deployed 7ba7ff4 with MkDocs version: 1.1.2
2020-06-15 23:10:13 +00:00
7ba7ff4b2a
(cobra bots) minor aesthetic change, in how we display http headers with a : then space as key value separator instead of :: with no space
Benjamin Sergeant
2020-06-15 16:08:58 -07:00
c9854be1c4
- Updated libDiscordBot description (#214 )
tostc
2020-06-14 18:58:43 +02:00
2fbb1a846f
feat(cmake): add cmake find config support (#213 )
Xu Zhipei
2020-06-14 12:04:43 +08:00
d7b7cafb96
Deployed aa142df with MkDocs version: 1.1.2
2020-06-12 20:47:53 +00:00
aa142df486
(cobra metrics to statsd bot) change from a statsd type of gauge to a timing one
Benjamin Sergeant
2020-06-12 13:47:01 -07:00
12ce63471c
Deployed 5e200a4 with MkDocs version: 1.1.2
2020-06-12 01:50:51 +00:00
5e200a440f
(redis cobra bots) capture most used devices in a zset
Benjamin Sergeant
2020-06-11 18:49:45 -07:00
6ed8723d7d
try to fix a double linking error on Windows with linenoise.hpp
Benjamin Sergeant
2020-06-11 18:01:45 -07:00
52b653ac66
Deployed ac9710d with MkDocs version: 1.1.2
2020-06-12 00:31:33 +00:00
ac9710d5d6
(ws) add bare bone redis-cli like sub-command, with command line editing powered by libnoise
Benjamin Sergeant
2020-06-11 17:30:42 -07:00
35d76c20dc
add redis cli skeleton ws sub-command
Benjamin Sergeant
2020-06-11 13:51:10 -07:00
ca7344d9dc
use reference in range for loop
Benjamin Sergeant
2020-06-11 13:50:37 -07:00
7603d1a71b
(redis cobra bots) ws cobra metrics to redis / hostname invalid parsing
Benjamin Sergeant
2020-06-11 08:33:36 -07:00
f0ea66e1c0
Deployed d0cd4ae with MkDocs version: 1.1.2
2020-06-11 15:21:08 +00:00
d0cd4aed5a
(redis cobra bots) xadd with maxlen + fix bug in xadd client implementation and ws cobra metrics to redis command argument parsing
Benjamin Sergeant
2020-06-11 08:20:03 -07:00
83ee8fe0f2
Deployed c5aadff with MkDocs version: 1.1.2
2020-06-11 05:31:37 +00:00
c5aadffa08
(redis cobra bots) update the cobra to redis bot to use the bot framework, and change it to report fps metrics into redis streams.
Benjamin Sergeant
2020-06-10 22:30:55 -07:00
ecfca1f905
cobra bots: handle stalled connection by disconnecting and reconnecting instead of quitting, and expecting kubernete to restart us
Benjamin Sergeant
2020-06-09 21:39:37 -07:00
e49bf24d2d
add device counter
Benjamin Sergeant
2020-06-09 20:10:37 -07:00
2a1cd6bb3e
Merge branch 'feature/cobra_metrics_to_statsd'
Benjamin Sergeant
2020-06-08 18:34:18 -07:00
766e33774c
count slow frames
Benjamin Sergeant
2020-06-08 18:19:01 -07:00
9b90b1d302
fix cmake warning about mbedtls name incorrect case (all uppercase)
Benjamin Sergeant
2020-06-04 09:41:12 -07:00
ee8a3a52ec
compile tweak on linux + version bump
Benjamin Sergeant
2020-06-04 15:01:16 -07:00
531bd624b5
remove spaces in keys + verbose statsd
Benjamin Sergeant
2020-06-04 14:57:36 -07:00
abd6581242
(cobra bots) set thread name for utility threads
Benjamin Sergeant
2020-06-04 09:52:35 -07:00
7095367b93
(cobra bots) set thread name for utility threads
Benjamin Sergeant
2020-06-04 09:52:35 -07:00
3bb359a774
fix warnings
Benjamin Sergeant
2020-06-04 09:48:16 -07:00
eb77736503
Deployed 1c6ff73 with MkDocs version: 1.1.2
2020-06-04 16:42:09 +00:00
1c6ff733f9
fix cmake warning about mbedtls name incorrect case (all uppercase)
Benjamin Sergeant
2020-06-04 09:41:12 -07:00
2ecf5d8a5a
(statsd cobra bots) statsd improvement: prefix does not need a dot as a suffix, message size can be larger than 256 bytes, error handling was invalid, use core logger for logging instead of std::cerr
Benjamin Sergeant
2020-06-04 09:35:55 -07:00
0f88969b77
add metrics statsd files
Benjamin Sergeant
2020-06-04 09:36:28 -07:00
c317100b47
(statsd cobra bots) statsd improvement: prefix does not need a dot as a suffix, message size can be larger than 256 bytes, error handling was invalid, use core logger for logging instead of std::cerr
Benjamin Sergeant
2020-06-04 09:35:55 -07:00
b029f176b6
add new subcommand + skeleton files
Benjamin Sergeant
2020-06-03 16:29:25 -07:00
bcfcfb628e
build docker file with alpine 3.12
Benjamin Sergeant
2020-06-02 20:31:32 -07:00
268f528423
httpd gzip compression / set a response header and search for gzip in the request header in case deflate is added to gzip in there
Benjamin Sergeant
2020-06-01 17:11:42 -07:00
31be2e2527
update .gitignore file
Benjamin Sergeant
2020-06-01 17:01:59 -07:00
502f021a0e
embedded help for httpd tool
Benjamin Sergeant
2020-05-30 11:23:39 -07:00
7ff12a36b9
embedded help
feature/cpp11
Benjamin Sergeant
2020-05-30 11:23:39 -07:00
945c692227
build ixhttpd on docker with centos7
Benjamin Sergeant
2020-05-30 11:16:26 -07:00
c16b64bcb2
c++11 unique_ptr
Benjamin Sergeant
2020-05-30 10:53:49 -07:00
886b8f54bf
no unittest for this branch
Benjamin Sergeant
2020-05-30 10:54:08 -07:00
02810f9adf
compile in C++11 mode
Benjamin Sergeant
2020-05-30 10:50:49 -07:00
b0b451d2c7
add a simple httpd server standalone example
Benjamin Sergeant
2020-05-29 21:57:56 -07:00
4872b59fac
fix windows build (or operator is not supported || is required
Benjamin Sergeant
2020-05-29 17:18:09 -07:00
bb1be240ec
fix linux compile failure
Benjamin Sergeant
2020-05-29 16:53:57 -07:00
71bec42d34
Deployed b008c97 with MkDocs version: 1.1.2
2020-05-29 23:50:28 +00:00
b008c97c83
(http server) support gzip compression
Benjamin Sergeant
2020-05-29 16:49:29 -07:00
9886a30490
fix #210 / better standalone example, an echo client
Benjamin Sergeant
2020-05-27 16:24:33 -07:00
4ed5206d79
fix #210 / add include to README hello world example
Benjamin Sergeant
2020-05-27 16:04:39 -07:00
fe7e83c580
Deployed 3391686 with MkDocs version: 1.1.2
2020-05-27 17:39:19 +00:00
33916869f1
add simple doc link for multipart uploads - fix #209
Benjamin Sergeant
2020-05-27 10:38:32 -07:00
9ddf707804
add script to build with Android NDK
Benjamin Sergeant
2020-05-26 15:15:45 -07:00
db3f857e8d
Deployed 3a020a6 with MkDocs version: 1.1.2
2020-05-21 16:55:25 +00:00
3a020a66b7
Merge branch 'feature/badges'
Benjamin Sergeant
2020-05-21 09:54:41 -07:00
1841b28bb0
Deployed bd39e69 with MkDocs version: 1.1.2
2020-05-21 16:42:55 +00:00
bd39e69185
Update index.md
Benjamin Sergeant
2020-05-21 09:42:15 -07:00
9d4ca3f34e
Update README.md
Benjamin Sergeant
2020-05-21 09:35:33 -07:00
de6f3ded09
ci / break unittest job into small job files
Benjamin Sergeant
2020-05-21 09:01:50 -07:00
e0aace33ea
Update CMakeLists.txt (#207 )
flagarde
2020-05-21 16:46:06 +01:00
e8d9d33d21
Deployed 16eb269 with MkDocs version: 1.1.2
2020-05-20 17:59:27 +00:00
16eb269e1e
bump version for (compiler fix) support clang 5 and earlier (contributed by @LunarWatcher) #206
v9.6.4
Benjamin Sergeant
2020-05-20 10:58:30 -07:00
2319dec278
(cmake) revert CMake changes to fix #203 and be able to use an external OpenSSL
Benjamin Sergeant
2020-05-18 21:18:43 -07:00
f1be48aff1
Re-enable support for clang 5 and earlier (#206 )
Olivia Zoe
2020-05-20 19:56:24 +02:00
e9882b74c7
(cmake) revert CMake changes to fix #203 and be able to use an external OpenSSL
v9.6.3
Benjamin Sergeant
2020-05-18 21:18:43 -07:00
5df59f863f
Deployed 93fd448 with MkDocs version: 1.1.2
2020-05-18 16:23:02 +00:00
93fd44813a
extend docs (#204 )
Liz3
2020-05-18 09:22:25 -07:00
9ebfa13931
Deployed 54d4d81 with MkDocs version: 1.1.2
2020-05-18 03:37:56 +00:00
54d4d81bf4
(cmake) make install cmake files optional to not conflict with vcpkg
v9.6.2
Benjamin Sergeant
2020-05-17 20:36:17 -07:00
ea207d8199
(windows + tls) mbedtls is the default windows tls backend + add ability to load system certificates with mbdetls on windows
Benjamin Sergeant
2020-05-17 10:32:30 -07:00
3c2d23b255
(windows + tls) mbedtls is the default windows tls backend + add ability to load system certificates with mbdetls on windows
v9.6.1
Benjamin Sergeant
2020-05-17 10:32:30 -07:00
e8287e91e4
Updated project reference/description (#202 )
Liz3
2020-05-15 09:48:28 -07:00
c0505ac7fb
windows build fix with max which is a macro
Benjamin Sergeant
2020-05-12 21:48:41 -07:00
b5fba830b9
Deployed 1af39bf with MkDocs version: 1.1.1
2020-05-13 04:41:06 +00:00
1af39bf0eb
(ixbots) add options to limit how many messages per minute should be processed
Benjamin Sergeant
2020-05-12 21:40:17 -07:00
1a19651a06
Deployed 2e90480 with MkDocs version: 1.1.1
2020-05-13 02:09:10 +00:00
2e904801a0
(ixbots) add new class to configure a bot to simplify passing options around
Benjamin Sergeant
2020-05-12 19:08:16 -07:00
cc72494b63
Add reference to DisCPP to the README (fix #198 )
Benjamin Sergeant
2020-05-09 21:08:34 -07:00
fa9a4660c6
bump some test timeout
Benjamin Sergeant
2020-05-08 10:03:18 -07:00
7e20967d83
Deployed 4773af8 with MkDocs version: 1.1
2020-05-08 16:55:28 +00:00
4773af8f2f
(openssl tls) (openssl < 1.1) logic inversion - crypto locking callback are not registered properly
v9.5.8
Benjamin Sergeant
2020-05-08 09:54:42 -07:00
15f4f37c55
Deployed c1403df with MkDocs version: 1.1
2020-05-08 16:32:59 +00:00
c1403df74a
(cmake) default TLS back to mbedtls on Windows Universal Platform
v9.5.7
Benjamin Sergeant
2020-05-08 09:31:53 -07:00
3912e22b28
give websocket_subprotocol test more time to establish a connection
Benjamin Sergeant
2020-05-08 09:25:54 -07:00
c9d5b4a581
Moved fPIC option to the top of the CMakeLists (#197 )
XLPhere
2020-05-08 17:00:51 +02:00
9f8643032d
fix dumb compile error
Benjamin Sergeant
2020-05-06 22:07:47 -07:00
00e232db1c
Deployed 0772ef7 with MkDocs version: 1.1
2020-05-07 05:05:08 +00:00
0772ef7ef5
(cobra bots) add a --heartbeat_timeout option to specify when the bot should terminate because no events are received
Benjamin Sergeant
2020-05-06 22:01:48 -07:00
c030a62c8b
openSSLLockingCallback should be static
Benjamin Sergeant
2020-05-06 16:57:53 -07:00
931530b101
only register the crypto lock callback if no-one has registered them before us
Benjamin Sergeant
2020-05-06 16:49:04 -07:00