Commit graph

820 commits

Author SHA1 Message Date
John Jones
2fa5777038 Allow zlib to be optional 2019-02-26 13:55:42 -05:00
Your Name
b29da15d51 enable websocket permessage-deflate 2019-02-12 09:27:06 +08:00
John Jones
9ba95190c4 make assert message more standard 2019-01-15 12:19:00 -05:00
jmjatlanta
310bec6dce Fix warning adding int to string literal 2019-01-07 11:13:48 -05:00
John M. Jones
0468884ea6
Merge pull request #92 from bitshares/mac_stacktrace
boost stacktrace does not play well with mac
2018-11-21 06:35:44 -05:00
John M. Jones
ec0de9802b
Merge pull request #90 from nathanhourt/patch-1
Fix build against boost 1.68+
2018-11-21 06:35:11 -05:00
John M. Jones
e9886b0628
Merge pull request #95 from bitshares/jmj_readsome
mac fc::io::readsome fix
2018-11-21 06:31:53 -05:00
Peter Conrad
1aecf3ccc8
Merge pull request #85 from crypto-ape/static-variant-memory-optimizations
Memory optimization of static_variant
2018-11-17 10:43:03 +01:00
Peter Conrad
460e7cccc8
Merge pull request #78 from bitshares/multithreading_improvements
Multithreading improvements
2018-11-17 10:41:49 +01:00
John Jones
84318f8d28 readsome instead of read 2018-11-15 13:46:07 -08:00
John Jones
f4dec89dc3 mac fc::io::readsome fix 2018-11-15 03:53:55 -08:00
John Jones
fd345e5bc2 fix #if for boost versions > 2 2018-11-13 16:06:59 -05:00
John Jones
5c0ee5d6b7 clarify comment 2018-11-12 20:57:58 -05:00
Peter Conrad
5b99b41a44 Added missing include 2018-11-10 21:29:32 +01:00
John Jones
0090777f34 boost stacktrace does not play well with mac 2018-11-09 14:44:41 -05:00
Nathan Hourt
2e0a03ac1f
Fix build against boost 1.68+
In Boost 1.68, the `boost/context/all.hpp` header was removed.
Ref: 2e37599461
If building against Boost 1.68+, use `boost/context/continuation_fcontext.hpp` instead.
2018-11-07 11:07:34 -06:00
crypto-ape
384d4f14c4 Replaced assert with FC_ASSERT 2018-10-31 10:59:40 +01:00
crypto-ape
93a0316607 Dynamic memory allocation of static_variant & other small changes. 2018-10-31 10:59:26 +01:00
Valera Cogut
079de9e177 Check if boost::regex is empty 2018-10-30 22:05:31 +02:00
Valera Cogut
157273fb40 Check if exists regex expression 2018-10-30 11:46:57 +02:00
Peter Conrad
acfe075c5d
Merge pull request #82 from cogutvalera/issue_1171
Safer way to handle unlock command of cli_wallet #1171
2018-10-28 10:51:22 +01:00
Valera Cogut
edd6fa8ded Removed pointer for regex expression 2018-10-27 19:06:24 +03:00
Valera Cogut
44896485d1 Optimized regex expression and other little improvements 2018-10-25 23:52:36 +03:00
Abit
8b6a2dd450
Merge pull request #84 from bitshares/jmj_1383
Fix Compiler Warnings
2018-10-25 10:41:45 +02:00
Abit
bcdaaaa651
Merge pull request #79 from bitshares/for-custom-auth
Changes for BSIP40 custom authorities
2018-10-25 10:40:29 +02:00
Valera Cogut
e00bbdaf72 removed not required output to console 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
John Jones
c298917b85 Added warning back to avoid additional logic 2018-10-22 19:02:43 -05:00
John Jones
0156023680 Fix Compiler Warnings 2018-10-22 07:38:08 -05:00
abitmore
9f43902b2c Remove empty lines 2018-10-19 15:48:36 +00:00
Peter Conrad
018642659d Fixed some new code smells 2018-10-09 23:42:03 +02:00
Peter Conrad
d0b280aca7 Fixed possible deadlock 2018-10-09 23:28:02 +02:00
Peter Conrad
8eff001655 Initialize queues properly 2018-10-06 11:07:11 +02:00
Peter Conrad
fc61ef3d04 Improved error handling on thread exit 2018-10-06 11:06:35 +02:00
Peter Conrad
e336b0bb5c Added serial_valve 2018-10-05 15:02:31 +02:00
Peter Conrad
afcb1e3543 Moved do_parallel to fc::thread-based worker pool implementation 2018-10-03 21:25:10 +02:00
Peter Conrad
9d54742741 Added a mechanism to get notifications when a thread is idle 2018-10-03 21:25:10 +02:00
Peter Conrad
fa7f6af01f Delete broken (wrt fc::current_thread()) move stuff 2018-10-03 21:17:37 +02:00
Peter Conrad
7e8debbad4 Want to see thread names also in RelWithDebInfo build 2018-10-03 21:17:37 +02:00
Peter Conrad
21724face7 Give asio threads separate names for better debugging 2018-10-03 21:17:33 +02:00
abitmore
0fb65e4d38 Added to_variant(bool, ...) 2018-09-30 10:11:28 -04:00
Valera Cogut
fa7faee633 fc::create_directories before rotate_files 2018-09-24 22:09:22 +03:00
Valera Cogut
c544b384da Log console output during replay to file #985 2018-09-21 12:14:33 +03:00
Peter Conrad
1dcacbafc9 Removed signed_int 2018-08-19 18:26:46 +02:00
Peter Conrad
9483935d64 Support 64 bit values in unsigned_int object 2018-08-19 11:01:05 +02:00
abitmore
64b4bd4900 Wrap system_error::what() in a string 2018-08-09 16:31:56 -04:00
abitmore
35cb63d3ea Call FC wrappers of copy and remove in rename()
to get around boost 1.67 boost::filesystem::copy() null pointer dereferencing issue
2018-08-09 12:57:08 -04:00
BITSG-Jerry
ce7cb0dd06 Check error after called boost::filesystem::copy()
and rethrow if found an error. This is to get around boost 1.67 issue https://svn.boost.org/trac10/ticket/13585
2018-08-09 12:38:09 -04:00
liukunyu
1eca4959e7 fix import_key crash for wallet 2018-08-09 10:38:26 +00:00
Valera Cogut
ec41a06300 reverting throw exception instead of raising SIGINT in order not to terminate cli_test early 2018-07-30 17:53:57 +03:00