c75959fcb5(ws) #125 / cmake detects an already installed jsoncpp and will try to use this one if present
v7.4.4
Benjamin Sergeant
2019-12-03 16:01:46 -0800
3a77248222Deployed bfe0212 with MkDocs version: 1.0.4
Benjamin Sergeant
2019-12-03 09:28:36 -0800
c91a0d2a35(http client) use std::unordered_map instead of std::map for HttpParameters and HttpFormDataParameters class aliases
Benjamin Sergeant
2019-12-03 09:25:00 -0800
af1a54f2ad(http client) use std::unordered_map instead of std::map for HttpParameters and HttpFormDataParameters class aliases
v7.4.3
Benjamin Sergeant
2019-12-03 09:25:00 -0800
d465511812[#113] Mention StreamSSL as an example windows schannel implementation
Benjamin Sergeant
2019-12-03 09:22:27 -0800
8a385449ce[#113] Mention StreamSSL as an example windows schannel implementation
Benjamin Sergeant
2019-12-03 09:22:27 -0800
Clarify versions, minor punctuation fix
Olivia Zoe
2019-12-03 17:54:06 +0100
8ac11111d1Deployed 396a698 with MkDocs version: 1.0.4
Benjamin Sergeant
2019-12-02 14:52:27 -0800
6b98694caa(client) internal IXDNSLookup class requires a valid cancellation request function callback to be passed in
Benjamin Sergeant
2019-12-02 14:52:19 -0800
396a6985ae(client) internal IXDNSLookup class requires a valid cancellation request function callback to be passed in
Benjamin Sergeant
2019-12-02 14:52:19 -0800
d82e05f72d(client) fix an overflow in the exponential back off code
Benjamin Sergeant
2019-12-02 13:51:45 -0800
92db53c470(client) fix an overflow in the exponential back off code
v7.4.1
Benjamin Sergeant
2019-12-02 13:51:45 -0800
4cf96cf51bDeployed 49865fe with MkDocs version: 1.0.4
Benjamin Sergeant
2019-12-02 11:49:11 -0800
48622a24dbws cobra_subscribe / sleep 1s instead of 10ms in the main loop
Benjamin Sergeant
2019-12-02 09:52:52 -0800
49865fed0aws cobra_subscribe / sleep 1s instead of 10ms in the main loop
Benjamin Sergeant
2019-12-02 09:52:52 -0800
94a274ced4Improve the limitation section in the doc about TLS, cf bug #113
Benjamin Sergeant
2019-12-02 09:52:05 -0800
f3f71314d9Improve the limitation section in the doc about TLS, cf bug #113
Benjamin Sergeant
2019-12-02 09:52:05 -0800
a7977cf1a5ws cobra subcommands / channel is not a positional argument anymore
Benjamin Sergeant
2019-11-28 15:16:39 -0800
2d593dd63bws cobra subcommands / channel is not a positional argument anymore
Benjamin Sergeant
2019-11-28 15:16:39 -0800
4292e10c12Deployed 779b1e6 with MkDocs version: 1.0.4
Benjamin Sergeant
2019-11-27 09:28:23 -0800
3fffd2ed0badd doc about using ws to run a cobra server/publisher/subscriber
Benjamin Sergeant
2019-11-27 09:26:41 -0800
779b1e6077add doc about using ws to run a cobra server/publisher/subscriber
Benjamin Sergeant
2019-11-27 09:26:41 -0800
41c8c84761Deployed 6054dd4 with MkDocs version: 1.0.4
Benjamin Sergeant
2019-11-27 09:25:07 -0800
f0600152f7Deployed 6054dd4 with MkDocs version: 1.0.4
Benjamin Sergeant
2019-11-27 09:10:09 -0800
a0d5f37402(http client) Add support for multipart HTTP POST upload + (ixsentry) Add support for uploading a minidump to sentry
Benjamin Sergeant
2019-11-25 21:08:43 -0800
6054dd4b49(http client) Add support for multipart HTTP POST upload + (ixsentry) Add support for uploading a minidump to sentry
v7.4.0
Benjamin Sergeant
2019-11-25 21:08:43 -0800
1b11ef006aUpdate README.md
Benjamin Sergeant
2019-11-23 12:44:24 -0800
4dcc5e4a3dBetter aproach suggested by Benjamin.
prog158
2019-11-20 19:21:11 +0100
277a274b821) IXWebSocketTransport: BUG: int type has no warranty of number of bits. It depends on compiler and architecture. In my system (64 bit) is 32 bit. 1 << 63 is bad idea in this case because the final number is 0 by overflow. The symptom observed is that the server can't receive messages.
prog158
2019-11-20 17:29:42 +0100
cc492bf1a3add a python websocket proxy which works on Linux, while ws proxy_server does not
Benjamin Sergeant
2019-11-18 13:46:11 -0800
2cfadd93b5add a python websocket proxy which works on Linux, while ws proxy_server does not
Benjamin Sergeant
2019-11-18 13:46:11 -0800
901c21e499ws proxy_server / remote server close not forwarded to the client
Benjamin Sergeant
2019-11-16 14:21:44 -0800
8607dc1a4aws proxy_server / remote server close not forwarded to the client
Benjamin Sergeant
2019-11-16 14:21:44 -0800
16c6f08e2dfix android build + proxy work
Benjamin Sergeant
2019-11-16 06:51:53 -0800
521286ae88fix android build + proxy work
v7.3.1
Benjamin Sergeant
2019-11-16 06:51:53 -0800
6e9f27d63cbump version
Benjamin Sergeant
2019-11-15 17:18:46 -0800
d122e12a1fbump version
Benjamin Sergeant
2019-11-15 17:18:46 -0800
5b282ce3b4document new proxy command
Benjamin Sergeant
2019-11-15 17:18:32 -0800
c26c3b6892document new proxy command
Benjamin Sergeant
2019-11-15 17:18:32 -0800
c7b2446164proxy works but crash when the connection is refused
Benjamin Sergeant
2019-11-15 17:07:31 -0800
ed75d14c86proxy works but crash when the connection is refused
Benjamin Sergeant
2019-11-15 17:07:31 -0800
0e43c618a5add stub code for ws proxy server
Benjamin Sergeant
2019-11-15 14:30:20 -0800
0841fcec44add stub code for ws proxy server
Benjamin Sergeant
2019-11-15 14:30:20 -0800
af6100b90ffix typo
Benjamin Sergeant
2019-11-15 14:28:30 -0800
4e717abdb8fix typo
Benjamin Sergeant
2019-11-15 14:28:30 -0800
check max frame size (#119)
Benjamin Sergeant
2019-10-28 21:53:31 -0700
499262f752check max frame size
v7.2.2
Benjamin Sergeant
2019-10-26 11:48:03 -0700
85e00a195cdocker build fixes
Benjamin Sergeant
2019-10-26 11:47:08 -0700
ebb31b4e87docker build fixes
Benjamin Sergeant
2019-10-26 11:47:08 -0700
081dd2c4bbAdd unittest to IXSentryClient to lua backtrace parsing code
Benjamin Sergeant
2019-10-26 10:54:47 -0700
6904dd3f4cAdd unittest to IXSentryClient to lua backtrace parsing code
Benjamin Sergeant
2019-10-26 10:54:47 -0700
bbfa76a2c9move sentry code around and add a stub unittest for it
Benjamin Sergeant
2019-10-25 14:46:10 -0700
0e73fe51e9move sentry code around and add a stub unittest for it
Benjamin Sergeant
2019-10-25 14:46:10 -0700
16a060131aws cobra to sentry / simplify sent and received message statistic reporting
Benjamin Sergeant
2019-10-25 14:34:48 -0700
7e67598360ws cobra to sentry / simplify sent and received message statistic reporting
Benjamin Sergeant
2019-10-25 14:34:48 -0700
6dabc68d29remove unused quiet argument of ws cobra_metrics_to_redis command
Benjamin Sergeant
2019-10-25 14:02:56 -0700
91a95dc5f6remove unused quiet argument of ws cobra_metrics_to_redis command
Benjamin Sergeant
2019-10-25 14:02:56 -0700
ac0593bfb3Add cobra_metrics_to_redis sub-command to create streams for each cobra metric event being received.
Benjamin Sergeant
2019-10-24 14:42:25 -0700
c40033b6d9Add cobra_metrics_to_redis sub-command to create streams for each cobra metric event being received.
Benjamin Sergeant
2019-10-24 14:42:25 -0700
ac3e9eab25Create SECURITY.md
Benjamin Sergeant
2019-10-17 06:58:22 -0700
Create SECURITY.md
Benjamin Sergeant
2019-10-17 06:58:22 -0700
bd01be61d2Deployed 8fda7cb with MkDocs version: 1.0.4
Benjamin Sergeant
2019-10-16 10:19:27 -0800
6de426a574remove unused code in ws cobra_publish
Benjamin Sergeant
2019-10-14 11:15:14 -0700
8fda7cb131remove unused code in ws cobra_publish
Benjamin Sergeant
2019-10-14 11:15:14 -0700
c3a619f114Add client support for websocket subprotocol. Look for the new addSubProtocol method for details
Benjamin Sergeant
2019-10-13 13:37:34 -0700
0e9cf863cfAdd client support for websocket subprotocol. Look for the new addSubProtocol method for details
Benjamin Sergeant
2019-10-13 13:37:34 -0700
128545cc2bOpenSSL: add an extra cipher to the default cipher set, which let us connect to wss//echo.websocket.org
Benjamin Sergeant
2019-10-10 09:37:27 -0700
279f6fbfedOpenSSL: add an extra cipher to the default cipher set, which let us connect to wss//echo.websocket.org
Benjamin Sergeant
2019-10-10 09:37:27 -0700
8152898c4eadd more docs about ws
Benjamin Sergeant
2019-10-09 22:42:03 -0700
f8e7b34bf0add more docs about ws
Benjamin Sergeant
2019-10-09 22:42:03 -0700
852bf452b6Freebsd (#117)
Benjamin Sergeant
2019-10-09 17:00:32 -0700