Nathan Hourt
472ff6bf40
Restore pre-merge websocketpp
...
This is just a rote copy of vendor/websocketpp from two commits
ago, ie 0e9259486c
2020-12-02 11:34:54 -06:00
Nathan Hourt
74b0201049
Merge remote-tracking branch 'ppu/latest-fc' into bts-updates
2020-12-02 10:24:46 -06:00
blockc p
5e5c6c91df
Feature/readline-editline
2020-10-27 17:32:59 +00:00
blockc p
917e4d348b
ws-updates
2020-08-12 13:00:39 +00:00
John Jones
fd0b197900
bump websocketpp for Boost 1.70
2019-08-05 10:24:12 -05:00
pbattu123
94b046dce6
commit cmake for cmakehelpers
2019-05-22 16:33:40 +00:00
pbattu
6c9e857bd2
maintaing PBSA own websocketpp(forked from zaphoyd
2019-05-21 19:19:03 -03:00
pbattu
997d211fb1
removed websocket submodule
2019-05-21 19:06:39 -03:00
pbattu
00efb88ac7
fc changes to support ubuntu-18.04 upgrade
2019-05-21 18:42:14 -03:00
abitmore
9605f4826b
Bump editline submodule
2019-05-09 13:22:24 -04:00
abitmore
c5c94c45f8
Bump editline submodule
2019-05-08 05:00:57 -04:00
abitmore
abdef068b9
Bump websocketpp version
2019-02-13 15:31:50 -05:00
Valera Cogut
e14b7c6fc6
bump editline to latest upstream master
2018-10-25 00:01:43 +03:00
Valera Cogut
c9d95c0c9a
Safer way to handle unlock command of cli_wallet #1171
2018-10-25 00:01:43 +03:00
Abit
0604a5e184
Merge pull request #65 from bitshares/jmj_issue_999
...
Bump for websocketpp, bitshares-core issue 999
2018-07-23 22:16:10 +00:00
jmjatlanta
82987bb55e
Bump for websocketpp, bitshares-core issue 999
2018-07-23 16:26:54 -05:00
jmjatlanta
ce2e62f535
fix editline sigsev
2018-07-16 06:37:25 -05:00
Alfredo Garcia
0a90eff697
Merge pull request #7 from bitshares/openssl-1.1-support
...
Openssl 1.1 support
2018-05-31 17:32:21 -03:00
Fabian Schuh
6b81aab6ef
[websocketpp] update submodule and provide patched version via separate repository
2018-04-13 11:28:51 +02:00
Fabian Schuh
ef27d4b3a1
Initial work for openssl-1.1 support
2018-04-12 14:58:13 +02:00
John Jones
652389644c
removed boost_1.51 and interprocess class
2018-03-28 11:38:20 -05:00
abitmore
b5fec06152
Update websocketpp to a forked and patched version
2018-03-06 16:28:20 +00:00
John Jones
abb4b9b0ab
Added editline as submodule
2018-02-20 15:18:47 -05:00
Vikram Rajkumar
cb627980a5
Remove unused CyoEncode and Base32
...
5c466150ec
2017-06-04 18:13:13 -05:00
Vikram Rajkumar
680731ef1b
Remove equihash
2017-06-01 16:11:35 -05:00
Vikram Rajkumar
b973a4432d
Update submodules
2017-01-15 18:18:55 -06:00
Michael Vandeberg
72cd69bed9
Merge pull request #7 from steemit/equihash_security
...
Implement test_canonical_order and test_intermediate_zeros for equihash
2017-01-05 14:18:12 -05:00
Daniel Larimer
b07f429556
remove udt and make websocketpp includes public
2017-01-03 15:13:22 -05:00
theoreticalbts
beca6a8264
Add debug logging
2016-12-14 13:10:09 -05:00
theoreticalbts
ad3efeb28a
Add comments and minor refactoring of canonization methods for clarity
...
Also guard against out-of-bounds access for untrusted input
2016-12-14 13:08:51 -05:00
theoreticalbts
fe8710a7aa
Implement test_canonical_order and test_intermediate_zeros for equihash
2016-12-13 15:27:44 -05:00
theoreticalbts
d7276e2d15
Add -std=c99 when compiling equihash, needed by gcc 4.8
2016-11-22 13:36:05 -05:00
Michael Vandeberg
50dbc2b139
Add equihash
2016-11-16 11:23:33 -05:00
Daniel Larimer
2bc237537c
updating websocket and adding new utf8 code
2016-05-24 19:24:03 -04:00
arhag
580d626fdd
Fix diff-match-patch submodule
2016-05-22 03:07:14 -04:00
arhag
66d4b0841d
Changes to fc to get MinGW cross-compilation working
2016-05-22 01:33:19 -04:00
Daniel Larimer
a421e28048
change json seralization of map<string,T> to be object rather than array of pairs
2016-03-17 17:24:25 -04:00
Eric Frias
d5370fc2ea
Update the websocketpp library and change the configuration options we pass
...
when creating the websocket servers to enable deflate compression on
websocket frames. This is relevant to cryptonomex/graphene#540 because
the spammed data is higly compressible. In my tests, it reduces bandwidth
for a single idle node by a factor of ~16, from 577kbps down to 36kbps.
This doesn't require any changes to the wallets, simply upgrading the
public servers will begin sending compressed data to all clients that
support it.
Note: this commit adds a dependency on zlib for non-apple platforms
(it was already required on apple)
2016-03-03 16:53:43 -05:00
Vikram Rajkumar
701b9ac00c
Remove problematic easylzma
2015-06-23 16:19:36 -04:00
Vikram Rajkumar
943fe5150e
Remove unused salsa20
...
See https://github.com/bitshares/bitshares/issues/1089
2015-06-23 15:43:36 -04:00
Vikram Rajkumar
43f3aff577
Remove unused scrypt-jane
...
See https://github.com/bitshares/bitshares/issues/1016
2015-06-23 15:34:28 -04:00
Vikram Rajkumar
f7cf9abe55
Add secp256k1-zkp submodule
2015-06-13 15:28:40 -04:00
Vikram Rajkumar
488e1037d8
Update websocketpp submodule
2015-06-13 13:11:13 -04:00
Daniel Larimer
4ce26f068f
implement simple websocket wrapper ontop of websocketpp
2015-03-26 16:51:10 -04:00
Vikram Rajkumar
1b15ad0a7a
Fix linux clang compilation (for real)
2014-07-14 21:51:45 -04:00
Vikram Rajkumar
d31f5525a4
Fix linux clang compilation
2014-07-14 14:56:23 -04:00
Vikram Rajkumar
e442b29f6e
Fix scrypt
2014-07-14 13:40:33 -04:00
Vikram Rajkumar
9b8c71562c
Fix CMake warning
2014-07-05 19:42:14 -04:00
Eric Frias
b23c0494d5
Get UDT compiling, on win32 at least
2014-06-25 18:47:24 -04:00
Daniel Larimer
f490b607a8
Integrate UDT vendor branch + tests
2014-06-24 21:57:38 -04:00