Commit graph

187 commits

Author SHA1 Message Date
cryptozoidberg
125a7be3c5
Fixed build for macos 2020-09-08 17:07:24 +02:00
cryptozoidberg
af308765d9
Merge from master 2020-09-07 21:03:47 +02:00
cryptozoidberg
211c1b4838
fixing i386 build 2020-09-03 23:20:25 +02:00
cryptozoidberg
67d2d7f200
implemented right version of stream filter for input 2020-08-18 21:54:24 +02:00
sowle
5e5e9f56ff
simplewallet: fixed mysterious no-log-file issue 2020-08-13 15:23:39 +03:00
sowle
309c2391db
fix gcc 5.4.0 warning 2020-08-04 15:09:08 +03:00
sowle
ec833ec490
minor fixes 2020-07-08 18:19:09 +03:00
cryptozoidberg
93407a038e
extra logging on VALIDATE_MUTEX_IS_FREE 2020-07-03 13:10:07 +02:00
cryptozoidberg
2a8a715df6
temporary: attempot to display devtools in qt 2020-06-16 03:57:06 +02:00
cryptozoidberg
05efd94c69
fixes for VS2019 2020-06-16 03:44:31 +02:00
cryptozoidberg
8f9f9f1698
implemented deferred fetching of global output indexes on receiving phase(preparation phase is todo) 2020-06-12 00:32:08 +02:00
sowle
4db837bbc7
Merge branch 'develop' into predevelop 2020-05-22 17:03:25 +03:00
cryptozoidberg
034e4e0296
got rid of console messages 2020-05-22 14:36:25 +02:00
cryptozoidberg
a4b5af479e
guarded other static objects whichg might lead to errors in deinitialization 2020-05-17 23:15:50 +02:00
cryptozoidberg
131f4a8347
implemented static objects wrapper, which make possible to pre-handle beginning of static obj death 2020-05-17 21:38:36 +02:00
sowle
4f91adbd08
ethash: log full dataset size on epoch change 2020-05-15 13:33:02 +03:00
cryptozoidberg
f5df96f444
intentional memory leak just to prove concept on ios 2020-05-14 22:05:36 +02:00
sowle
a1c5343c4b
http_client improved to stop on permanent HTTP error + logs 2020-05-13 10:29:14 +03:00
cryptozoidberg
e6616cd225
Added error on opening same wallet file 2020-05-12 21:11:54 +02:00
cryptozoidberg
d67cc07e9b
got rid of eos tutorial(it triggered github Security Alert) 2020-05-01 13:27:32 +02:00
cryptozoidberg
16de0b986f
implemented and tested(basic test) short_chain_history 2020-04-30 22:29:08 +02:00
cryptozoidberg
e5f3519c1e
merge from predevelop 2020-04-28 00:44:40 +02:00
cryptozoidberg
3b975d899e
implemented new items lookup and get_short_chain_history 2020-04-24 19:18:19 +02:00
sowle
78d960fe08
get rid of obsolete function argument modifier 2020-04-23 17:33:15 +03:00
sowle
9cc1a0b800
fixed a typo 2020-03-30 15:22:16 +03:00
sowle
8cdeadfdc8
virtual dtors for interfaces 2020-03-30 11:41:12 +03:00
sowle
b6beac9980
gzip_encoder: fixed a potential pointer misuse 2020-03-20 17:18:29 +03:00
sowle
8a23cd45ee
change flag for gzip encoding to Z_NO_FLUSH in order to be consistent with gzip encoding 2020-03-18 19:48:52 +03:00
sowle
cefa4b561f
fixed the same bug in gzip_encoder_lyambda::stop() 2020-03-18 18:37:08 +03:00
sowle
36af9759a2
fixed an old and rare bug in gzip encoding 2020-03-18 18:34:22 +03:00
sowle
40097d776b
epee:: http_client & gzip_encoding: fixed improper handling of incorrect gzip data during downloading 2020-03-18 15:22:20 +03:00
cryptozoidberg
0b6b30b01c
fixed gcc error 2020-03-15 06:32:11 +01:00
cryptozoidberg
d1e7348879
fixed wrong header 2020-03-15 06:18:49 +01:00
cryptozoidberg
01b6f41509
implemented get logs/truncate logs in plain_wallet 2020-03-15 06:14:08 +01:00
sowle
70337d779d
allow interruptible_http_client to accept 2xx responses 2020-03-13 07:43:06 +03:00
sowle
3c38e8562d
fixed interruptible_http_client: non-200 code handling + fails_count is taken into account 2020-03-13 05:56:19 +03:00
sowle
05950fa4a4
fix whitespaces 2020-03-11 13:57:30 +03:00
sowle
4e522ae6f2
fix result returning in content_encoding_gzip::update_in() 2020-03-11 13:48:11 +03:00
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