John Jones
|
5c0ee5d6b7
|
clarify comment
|
2018-11-12 20:57:58 -05:00 |
|
John Jones
|
0090777f34
|
boost stacktrace does not play well with mac
|
2018-11-09 14:44:41 -05:00 |
|
Peter Conrad
|
9cce60c917
|
Merge pull request #88 from HarukaMa/patch-1
Silence wrong tag warning
Still requires bumping fc in core.
|
2018-11-07 14:33:12 +01:00 |
|
Haruka Ma
|
bf36c189c2
|
Silence wrong tag warning
|
2018-11-07 16:41:20 +09:00 |
|
Peter Conrad
|
12e4962891
|
Merge pull request #87 from bitshares/reimprove_compilation_time
Use function pointers instead of std::function objects in static variant visitors
|
2018-11-05 16:22:03 +01:00 |
|
Peter Conrad
|
ed4a300fd5
|
Added missing include
|
2018-11-04 21:14:29 +01:00 |
|
Peter Conrad
|
3c3b76920e
|
Use function pointers instead of std::function objects in static variant visitors
|
2018-11-04 13:54:05 +01:00 |
|
Peter Conrad
|
9fa03c6786
|
Merge pull request #86 from cogutvalera/issue_1171
Safer way to handle unlock command of cli_wallet #1171
|
2018-11-01 14:57:42 +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
|
e14b7c6fc6
|
bump editline to latest upstream master
|
2018-10-25 00:01:43 +03: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 |
|
Abit
|
a1d84f22c0
|
Merge pull request #83 from bitshares/log-obj-depth
Initialize max_object_depth in appender config
|
2018-10-19 22:11:20 +02:00 |
|
abitmore
|
9f43902b2c
|
Remove empty lines
|
2018-10-19 15:48:36 +00:00 |
|
abitmore
|
d35e296d29
|
Initialize max_object_depth in appender config
by setting a default value, for file_appender and gelf_appender.
For issue https://github.com/bitshares/bitshares-core/issues/1392
|
2018-10-19 15:37:55 +00:00 |
|
Peter Conrad
|
19356497d3
|
Merge pull request #81 from bitshares/flat_set_serialization
Generalize flat_set serialization templates to allow different sorting and/or allocators
|
2018-10-13 09:33:27 +02:00 |
|
Peter Conrad
|
01e6ae357a
|
Generalize flat_set serialization templates to allow different sorting and/or allocators
|
2018-10-12 20:35:50 +02:00 |
|
Peter Conrad
|
62ebc67cb3
|
Merge pull request #80 from oxarbitrage/remove_exotic_parser
remove WITH_EXOTIC_JSON_PARSERS
|
2018-10-10 14:44:24 +02:00 |
|
Peter Conrad
|
8174d63fb4
|
More line wrapping
|
2018-10-10 14:36:19 +02:00 |
|
Peter Conrad
|
bcce353b8f
|
Check tag >= 0, shortened long lines
|
2018-10-10 00:07:21 +02:00 |
|
Alfredo
|
53d3f729ea
|
reduce number of changes
|
2018-10-09 16:41:51 -03:00 |
|
Peter Conrad
|
b4da12643f
|
Replaced visitors with constant-time implementations
|
2018-10-09 17:55:34 +02:00 |
|
Peter Conrad
|
72a8168b2b
|
Added a test for static_variant visitor call depth
|
2018-10-09 17:54:30 +02:00 |
|
Alfredo
|
67d2eb9b63
|
remove WITH_EXOTIC_JSON_PARSERS
|
2018-10-08 19:35:56 -03:00 |
|
Peter Conrad
|
8e1b47a460
|
Merge pull request #76 from cogutvalera/issue_985
Log console output during replay to file #985
|
2018-10-01 15:05:47 +02:00 |
|
abitmore
|
70dbcc11e3
|
Added visit_local_member(...) methods to reflector
|
2018-09-30 10:11:28 -04:00 |
|
abitmore
|
b83108c41a
|
Added static visit(...) methods to static_variant
|
2018-09-30 10:11:28 -04: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
|
2405081a18
|
Merge pull request #64 from bitshares/1088_unsigned_int
64 bits unsigned int
|
2018-08-22 17:12:15 +02:00 |
|
Peter Conrad
|
02a4516610
|
Handle b<0
|
2018-08-21 16:48:00 +02:00 |
|
Peter Conrad
|
79ff75423f
|
Throw overflow_exception instead of silently cutting off data
|
2018-08-19 18:51:45 +02:00 |
|
Peter Conrad
|
1dcacbafc9
|
Removed signed_int
|
2018-08-19 18:26:46 +02:00 |
|
Peter Conrad
|
4b61f3ca3d
|
Fixed alleged c&p bug
|
2018-08-19 11:01:05 +02:00 |
|
Peter Conrad
|
0c22469090
|
#993 - unit test
|
2018-08-19 11:01:05 +02:00 |
|
Peter Conrad
|
a39e0d1a8f
|
Expanded tests for unsigned_int to 64 bits
|
2018-08-19 11:01:05 +02:00 |
|
Peter Conrad
|
72bcc8a926
|
Fix #993 - limit unpacking length of signed_int and unsigned_int
|
2018-08-19 11:01:05 +02:00 |
|
Peter Conrad
|
58ac6ae208
|
Changed some casts to uint64_t
|
2018-08-19 11:01:05 +02:00 |
|
Peter Conrad
|
9483935d64
|
Support 64 bit values in unsigned_int object
|
2018-08-19 11:01:05 +02:00 |
|
Peter Conrad
|
f8940a686a
|
Added unit test for serialization/deserialization of unsigned_int
|
2018-08-19 11:01:05 +02:00 |
|
John M. Jones
|
7ac533b0c3
|
Merge pull request #73 from bitshares/fix-file-copy
Get around boost 1.67 boost::filesystem::copy null pointer dereferencing issue
|
2018-08-17 06:57:46 -05:00 |
|