John Jones
|
652389644c
|
removed boost_1.51 and interprocess class
|
2018-03-28 11:38:20 -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 |
|
Peter Conrad
|
2f5f599e0d
|
Moved LOG_*_DEPTH variable to new config.hpp
|
2018-03-13 22:33:21 +01:00 |
|
Peter Conrad
|
81c8d89341
|
Added max_depth parameter to variant conversions
|
2018-03-13 22:00:18 +01:00 |
|
Peter Conrad
|
fca5058464
|
Merge branch 'master' into sanitize
|
2018-03-13 21:39:40 +01:00 |
|
Abit
|
67e60367a5
|
Merge pull request #15 from pmconrad/json_parsing_fix
JSON parsing fix from steem PR 2178
|
2018-03-13 21:36:15 +01:00 |
|
Peter Conrad
|
527daab6b7
|
Moved format_string from variant.cpp to string.cpp (it is declared in string.hpp), added handling of recursion errors
|
2018-03-09 18:52:01 +01:00 |
|
Peter Conrad
|
1331485c08
|
Stringify numbers >MAXINT or <MININT
|
2018-03-08 22:33:54 +01:00 |
|
Peter Conrad
|
f9802f6860
|
Added max_depth parameter to all to_/from_ methods
|
2018-03-08 22:33:41 +01:00 |
|
Peter Conrad
|
1412df18d1
|
Make broken_nul_parser usable
|
2018-03-08 22:33:27 +01:00 |
|
John Jones
|
9ee2bcf0a5
|
avoid double free
|
2018-03-08 11:05:34 -05:00 |
|
John Jones
|
2017ed911a
|
fix memory leak
|
2018-03-08 10:46:23 -05:00 |
|
John Jones
|
43b81cb69b
|
assuring that malloc gets freed
|
2018-03-08 07:40:20 -05:00 |
|
Peter Conrad
|
66ed9fc3dc
|
Minor fixes
|
2018-03-07 22:42:43 +01:00 |
|
John Jones
|
5b5190a55c
|
changed const to const ref
|
2018-03-07 09:44:35 -05:00 |
|
Peter Conrad
|
2bacd5fda8
|
Added broken_nul_parser to preserve previous behaviour
|
2018-03-07 15:44:18 +01:00 |
|
Peter Conrad
|
90137d400d
|
Fix for recursion depth limitation
|
2018-03-07 15:44:10 +01:00 |
|
Peter Conrad
|
1ae3cc2fad
|
Make unused parsers compile-time optional
|
2018-03-07 15:43:14 +01:00 |
|
Peter Conrad
|
43fabf618f
|
Code deduplication
|
2018-03-07 15:42:46 +01:00 |
|
Peter Conrad
|
e37d9a5051
|
Code cleanups and simplifications
|
2018-03-07 15:42:35 +01:00 |
|
John Jones
|
b3053d0421
|
adjust spacing, add const, remove unnecessary variable, bad malloc check
|
2018-03-07 02:55:59 -05:00 |
|
John Jones
|
c225488cd4
|
replace tabs with spaces
|
2018-03-06 17:17:09 -05:00 |
|
John Jones
|
1fe7d4be46
|
Trying to get the #$%@$ tabs to disappear
|
2018-03-06 11:44:00 -05:00 |
|
John Jones
|
f5d68e9336
|
Adjusting for formatting guidelines
|
2018-03-06 09:25:38 -05:00 |
|
Peter Conrad
|
4d782e894f
|
Deduplicate some code
|
2018-03-06 14:46:34 +01:00 |
|
Peter Conrad
|
52f6810735
|
Fixed from_file
|
2018-03-06 14:46:20 +01:00 |
|
John Jones
|
5f3ace5ca3
|
Added space at end of completed command
|
2018-03-06 08:06:18 -05:00 |
|
John Jones
|
e766ea9429
|
correctly handle list of methods
|
2018-03-05 14:37:14 -05:00 |
|
Peter Conrad
|
bbe2a8b289
|
JSON parsing fix from steem PR 2178
|
2018-03-01 18:58:23 +01:00 |
|
John Jones
|
046c65016b
|
Replaced tab with spaces
|
2018-02-26 16:54:32 -05:00 |
|
John Jones
|
9d5a32c536
|
Moved assignment from within a loop
|
2018-02-26 16:47:38 -05:00 |
|
John Jones
|
79cf3d2b3a
|
code cleanup
|
2018-02-26 16:43:54 -05:00 |
|
John Jones
|
abb4b9b0ab
|
Added editline as submodule
|
2018-02-20 15:18:47 -05:00 |
|
Anton Autushka
|
7d7872cb7b
|
some minor fixes
|
2018-02-06 15:37:14 +03:00 |
|
Alexey Frolov
|
1ae7f6bb02
|
FIXES:
- 'bloom_test_1': infinite loop if file not exists
- 'websocket_test': uncatched exceptions
- 'fc_crypto*' test_stream<>: uninitialized variable (hash)
- 'blowfish_chain_test': using memory after allocated heap
- memcmp: passing nullptr, when non-null expected
- undefined behavior: return value from function
- static_variant: member alignment - performance issue on 64-bit arch
- memory leak: fc::thread cleanup in asio thread
- warning: signed-unsigned comparison
- warning: unused variables
|
2018-02-05 12:19:06 +03:00 |
|
Alexey Frolov
|
5138c58e09
|
sanitize, remove warnings
|
2018-02-02 15:29:46 +03:00 |
|
Anton Autushka
|
20836338d2
|
Suppress coroutines deprecation warning in boost 1.62
|
2017-11-09 15:41:44 +03:00 |
|
Anton Autushka
|
c2a37a83bd
|
Boost 1.61 compatibility fix
|
2017-11-09 15:18:58 +03:00 |
|
Vikram Rajkumar
|
cb627980a5
|
Remove unused CyoEncode and Base32
5c466150ec
|
2017-06-04 18:13:13 -05:00 |
|
Vikram Rajkumar
|
a30647d32e
|
Revert "Add OpenSSL 1.1.0 support"
This reverts commit fee06a4c75.
Max compatible Boost version is not compatible with OpenSSL 1.1.0
|
2017-06-04 17:44:25 -05:00 |
|
Vikram Rajkumar
|
b94a338e56
|
Add missing include
4643586411
|
2017-06-01 16:49:10 -05:00 |
|
Vikram Rajkumar
|
680731ef1b
|
Remove equihash
|
2017-06-01 16:11:35 -05:00 |
|
Vikram Rajkumar
|
0e2b783168
|
Merge remote-tracking branch 'steem/13-jsonrpc-improvements'
|
2017-05-21 14:37:31 -05:00 |
|
Nathan Hourt
|
fee06a4c75
|
Add OpenSSL 1.1.0 support
These changes should add support for openssl 1.1.0 while maintaining
compatibility with 1.0.2
|
2017-04-25 15:50:56 -05:00 |
|
Michael Vandeberg
|
fa63cd799f
|
Responses contain jsonrpc field and increased readability of errors #13
|
2017-04-10 11:12:24 -04:00 |
|
Vikram Rajkumar
|
1f41494f36
|
Merge branch 'master' of github.com:steemit/fc
|
2017-03-18 11:38:57 -05:00 |
|
Vikram Rajkumar
|
0d0b485f3a
|
Remove GNTP (unrelated to NTP)
|
2017-03-16 12:33:30 -05:00 |
|
Vikram Rajkumar
|
fe82998021
|
Remove NTP
|
2017-03-16 12:29:57 -05:00 |
|
Vikram Rajkumar
|
e3238628fc
|
Merge pull request #2 from elmato/named-api-call
Replace the call to get_api_by_name
|
2017-01-30 18:11:55 -06:00 |
|