Commit graph

784 commits

Author SHA1 Message Date
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
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
Valera Cogut
40d928e57c raise SIGINT instead of throwing exception in cli_wallet quit command 2018-07-30 16:48:37 +03:00
Peter Conrad
5469bb960a
Merge pull request #63 from cogutvalera/valera_issue_1050
add quit command to cli_wallet #1050
2018-07-25 16:42:33 +02:00
John M. Jones
7080cf44ac
Merge pull request #66 from bitshares/jmj_stacktrace
Add missing header
2018-07-25 05:20:33 -05:00
Abit
f1e48d392e
Merge pull request #56 from nanomobile/valera_issue_809
Log file of current hour gets overwritten by default #809
2018-07-25 00:11:29 +00:00
jmjatlanta
2105bc0ee7 Add header 2018-07-23 19:50:54 -05:00
Valera Cogut
18206552fc throwing fc:canceled_exception for quit cli wallet command 2018-07-20 16:44:31 +03:00
Valera Cogut
535fc869b5 remove hard coded method check to result check from quit command 2018-07-19 09:49:03 +03:00
Valera Cogut
0486a5f1e9 fixed issue #1050 2018-07-19 09:49:03 +03:00
Valera Cogut
ee25279db6 added idump for websocket_tls_server_impl 2018-07-17 20:50:32 +03:00
Valera Cogut
da5f2c3914 fixed issue #929 2018-07-17 20:50:32 +03:00
Valera Cogut
1169c2d966 removed using statement from header file 2018-07-17 19:46:43 +03:00
Valera Cogut
20724f7ecc fixed issue #809 2018-07-09 17:17:32 +03:00
cwyy
ac982cae2a fix compile error with vs2017 and boost 1.67 2018-06-30 14:10:38 +08:00
John Jones
59f503d643 adjust asserts in fc/crypto 2018-06-01 19:00:48 -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
Peter Conrad
0fc569cbfc Remove unused "smaz" compression 2018-05-29 16:36:31 +02:00
John M. Jones
0d689a4894
Remove hard coded number of IO threads (#47)
This allows for control of the number of IO threads before their creation
2018-05-16 09:44:23 -07:00
Peter Conrad
f0dfc64261 Fixed diffie-hellman shared key computation 2018-05-10 15:24:04 +02:00
John Jones
3661e835f8 Removed unused parameter 2018-05-04 11:05:20 -05:00
John Jones
58ef1c2c5d Merge remote-tracking branch 'upstream/master' into Issue_socket 2018-05-04 07:40:05 -05:00
Peter Conrad
a3272e4f9e Ripped out unused blinding stuff 2018-04-26 17:35:45 +02:00
Abit
51688042b0
Merge pull request #38 from jmjatlanta/Issue_727c
Add Boost::Stacktrace to Bitshares
2018-04-26 12:39:34 +02:00
Peter Conrad
fccabf1eb6 Fixed blinding test + implementation 2018-04-21 21:42:45 +02:00
Peter Conrad
5706d58cdc Fixed DH memory handling with openssl-1.1 2018-04-21 20:39:40 +02:00
Fabian Schuh
c0db16bf3b Fix erros in unittest 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
Nathan Hourt
13d98e2cad Add OpenSSL 1.1.0 support
These changes should add support for openssl 1.1.0 while maintaining
compatibility with 1.0.2
2018-04-12 14:58:13 +02:00
John Jones
7db8176624 Moved headers within #if macro for cleanliness 2018-04-09 17:29:57 -05:00
John Jones
133fe62048 Add comment to clarify 2 sections of code. 2018-04-09 08:59:58 -05:00
John Jones
a6738e3265 Added boost stacktrace to segfault handler 2018-04-09 08:11:38 -05:00
John Jones
b01ddeb35f Merge remote-tracking branch 'upstream/master' into boost_1.66 2018-04-09 07:35:08 -05:00
John M. Jones
18640e46e3
Add special handling for mac size_t and variant (#35) 2018-04-02 14:23:31 -05:00
John Jones
652389644c removed boost_1.51 and interprocess class 2018-03-28 11:38:20 -05:00
John Jones
f84de73e66 added test to demonstrate issue 2018-03-23 17:34:07 -05:00
abitmore
f92671e1b5 Try to avoid throwing exception when logging 2018-03-23 13:19:52 -04:00
Peter Conrad
a91822616e Added max_depth to remaining variant conversions 2018-03-18 10:49:44 +01:00