1
0
Fork 0
forked from lthn/blockchain
Commit graph

185 commits

Author SHA1 Message Date
cryptozoidberg
c239ac31de
removed duplicate ec defintion, added missing header 2020-03-11 05:10:36 +01:00
cryptozoidberg
3cb70f88f5
attempt to fix broken build 2020-03-11 02:34:41 +01:00
sowle
945451bc94
epee::interruptible_http_client 2020-03-10 18:03:12 +03:00
sowle
b4861c2511
content_encoding_gzip gets compression level 2020-03-10 18:02:22 +03:00
sowle
7bb3c766f9
epee: gzip_encoder_lambda, gzip_decoder_lambda 2020-03-09 23:50:55 +03:00
cryptozoidberg
aa65dfe9e6
removed unused invoke_timeout, finished manual timeouts setting function 2020-03-08 20:40:13 +01:00
cryptozoidberg
fe8c34eb17
improved timeouts for mobile wallet 2020-03-07 06:55:09 +01:00
cryptozoidberg
fccf9933af
implemented online/offline status detecting 2020-03-02 05:05:15 +01:00
sowle
5629392700
fixed signed/unsigned comparison in out_buffer() 2020-02-26 02:49:27 +03:00
cryptozoidberg
c1208fd05d
disabled autological-constant-out-of-range-compare for clang/gcc 2020-02-23 08:08:39 +01:00
cryptozoidberg
1749040cd4
fixed warnings for paindroid platofrm 2020-02-23 07:07:20 +01:00
cryptozoidberg
254a2dcb6e
fixed compilation issues with windows/warning for paindroid 2020-02-23 06:26:12 +01:00
cryptozoidberg
3dc736466d
merged from develop 2020-02-23 03:56:25 +01:00
cryptozoidberg
f621740c79
re-enabled channels on android 2020-02-21 17:53:12 +01:00
cryptozoidberg
bb4e2be6d6
disabled log channels for android, more fixes over build config 2020-02-21 09:28:45 +01:00
cryptozoidberg
161acc3561
excluded srdout from android build 2020-02-21 04:18:54 +01:00
sowle
eed1fe2708
exception handling in locked_object_proxy dtor 2020-02-19 16:14:44 +03:00
sowle
43e8fbefbd
keep stream flags intact in dump_as_json() 2020-02-18 17:04:14 +03:00
cryptozoidberg
51eb479000
disabled call stack extracting for android 2020-02-18 08:15:18 +01:00
sowle
599b97d633
build: minor whitespace fix 2020-02-08 18:36:31 +03:00
cryptozoidberg
5dfefd20ca
fixed bug in rpc map macro 2020-02-03 18:19:54 +01:00
cryptozoidberg
577733133f
epee's json rpc lib extended a bit beyond JSON RPC specification 2020-02-03 18:00:41 +01:00
cryptozoidberg
e4dfa7d519
implementation of the plain wallet api guts(in progress) 2020-01-15 22:06:49 +01:00
cryptozoidberg
c19ee435fc
Merge branch 'develop' into txpool_optimisation 2019-12-05 16:05:01 +01:00
cryptozoidberg
98636c52a1
CIRITCAL_OPERATION macro compatible with *nix 2019-12-03 04:30:40 +01:00
cryptozoidberg
86d98d3e67
fixed linux compilation issue 2019-12-03 03:16:54 +01:00
cryptozoidberg
e82bd6b575
added new test, fixed multiple bugs 2019-11-29 21:43:17 +01:00
sowle
3455811cc3
core: CATCH_ENTRY_NO_RETURN made parameterless, CATCH_ENTRY_NO_RETURN_CUSTOM added 2019-11-21 16:44:42 +03:00
cryptozoidberg
57e0aa063d
pool code modificated to work with onboard transactions 2019-11-16 20:26:40 +01:00
sowle
f67ad76f38
1) LOCAL_FUNCTION_DEF__ made less verbose for gcc 2) fixed gcc compilation 2019-11-14 03:12:22 +03:00
sowle
c1e75c3445
epee: syncobj & try-catch macros: fix & minor refactoring 2019-11-13 16:28:21 +03:00
cryptozoidberg
360c8bf6bd
exception safe destructor(CID 273246 (#5-1 of 5): Uncaught exception (UNCAUGHT_EXCEPT)) 2019-11-12 21:54:19 +01:00
sowle
470cde7948
epee: improved logs for abstract_tcp_server (warn about potential issue) and http_client (less drama when unable to connect) 2019-11-12 11:30:27 +03:00
sowle
2fd120f201
add LOCATION_CSTR macro 2019-11-12 11:28:09 +03:00
cryptozoidberg
215a0b1786
CID 273225 (#1 of 1): Using invalid iterator (INVALIDATE_ITERATOR) 2019-11-11 03:25:40 +01:00
cryptozoidberg
cf7dc36cf7
added return value check(coverity STREAM_FORMAT_STATE) 2019-11-11 02:04:49 +01:00
cryptozoidberg
2cde1c530d
fixed uninitialized member in idle_callback_conext_base 2019-11-11 01:55:00 +01:00
cryptozoidberg
6e456458bb
made log messages exception safe 2019-11-10 19:15:17 +01:00
sowle
b398de6e9f
minor log improvements in currency protocol and epee's net_utils_base 2019-10-19 06:38:21 +03:00
cryptozoidberg
f2b8562813
fix of the levin(stolen from @moneromooo-monero) 2019-10-16 22:53:58 +02:00
cryptozoidberg
5dabc72bda
added huge comment to prevent future shoot in the foot 2019-10-13 01:38:55 +02:00
cryptozoidberg
fdddf58ebf
attempt to fix #127 2019-10-13 01:27:03 +02:00
sowle
c29c7a6a5f
fix gcc compilation for older boost versions 2019-10-05 15:12:02 +03:00
cryptozoidberg
a38032d39a
Merge branch 'develop' into der_hint_improve 2019-09-27 17:24:41 +02:00
cryptozoidberg
a5c02c7d8c
improvements over wallet balance caclulations algo 2019-09-27 17:16:18 +02:00
sowle
4b2b8bc273
filesystem unicode refactoring: many fixes and improvements for #121 2019-09-26 03:13:36 +03:00
sowle
d66e07ef1a
filesystem unicode refactoring WIP3 2019-09-25 17:09:38 +03:00
sowle
ceb1739f23
filesystem unicode support: WIP2 2019-09-25 06:22:00 +03:00
sowle
7706f0d6ac
filesystem unicode support: WIP 2019-09-24 17:49:04 +03:00
sowle
f5dbbfd1d4
some warning fixed 2019-09-11 13:30:56 +03:00