Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-05 | Merge pull request #3273 | Riccardo Spagni | 1 | -13/+16 | |
f3b74e75 Fix refresh height estimation (Howard Chu) | |||||
2018-03-05 | Merge pull request #3259 | Riccardo Spagni | 3 | -1/+6 | |
6d900a40 removed systemd private tempdir (ston1th) 496055d1 monerod: do not log to tmpdir in daemon mode (ston1th) | |||||
2018-03-05 | Merge pull request #3156 | Riccardo Spagni | 19 | -28/+28 | |
fbcc91c2 Correct spelling mistakes. (Edward Betts) | |||||
2018-03-05 | Correct spelling mistakes. | Edward Betts | 19 | -28/+28 | |
2018-03-04 | Merge pull request #3303 | Riccardo Spagni | 53 | -223/+4130 | |
e745c1e3 Code modifications to integrate Ledger HW device into monero-wallet-cli. (cslashm) | |||||
2018-03-04 | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 53 | -223/+4130 | |
The basic approach it to delegate all sensitive data (master key, secret ephemeral key, key derivation, ....) and related operations to the device. As device has low memory, it does not keep itself the values (except for view/spend keys) but once computed there are encrypted (with AES are equivalent) and return back to monero-wallet-cli. When they need to be manipulated by the device, they are decrypted on receive. Moreover, using the client for storing the value in encrypted form limits the modification in the client code. Those values are transfered from one C-structure to another one as previously. The code modification has been done with the wishes to be open to any other hardware wallet. To achieve that a C++ class hw::Device has been introduced. Two initial implementations are provided: the "default", which remaps all calls to initial Monero code, and the "Ledger", which delegates all calls to Ledger device. | |||||
2018-02-23 | removed systemd private tempdir | ston1th | 1 | -1/+0 | |
2018-02-23 | monerod: do not log to tmpdir in daemon mode | ston1th | 2 | -0/+6 | |
The logging to /tmp/bitmonero.daemon.stdout.stderr caused segfaults if the /tmp mount was full (#2851). Now the daemon is only logging to /tmp/bitmonero.daemon.stdout.stderr in the debug builds. | |||||
2018-02-20 | Merge pull request #3245 | Riccardo Spagni | 2 | -17/+28 | |
54c256bc unit_tests.serialization: refactored with ASSERT_EQ_MAP (stoffu) e6a60938 unit_tests: added gtest utility ASSERT_EQ_MAP for easily testing key-value map (stoffu) | |||||
2018-02-20 | Merge pull request #3256 | Riccardo Spagni | 1 | -2/+2 | |
df5273de wallet2: fix auto_low_priority field name typo on load (moneromooo-monero) | |||||
2018-02-20 | Merge pull request #3295 | Riccardo Spagni | 1 | -12/+12 | |
6514f0ed db_lmdb: fix return code mixup in for_all_* (moneromooo-monero) | |||||
2018-02-20 | Merge pull request #3294 | Riccardo Spagni | 1 | -1/+1 | |
fd57e13a simplewallet: typo in generate-from-multisig-keys (stoffu) | |||||
2018-02-20 | Merge pull request #3293 | Riccardo Spagni | 1 | -1/+1 | |
4a78a99f cryptonote_core: change wording of fork warning message (moneromooo-monero) | |||||
2018-02-20 | Merge pull request #3292 | Riccardo Spagni | 3 | -14/+31 | |
b372ec43 ITS#8324 More for Win32 NTDLL junk (Howard Chu) | |||||
2018-02-20 | Merge pull request #3290 | Riccardo Spagni | 1 | -0/+1 | |
1d28c0d8 p2p: restore m_testnet assignment lost during rebase (whythat) | |||||
2018-02-20 | Merge pull request #3289 | Riccardo Spagni | 1 | -3/+6 | |
4789f859 wipeable_string: don't try to wipe an empty buffer (moneromooo-monero) | |||||
2018-02-20 | Merge pull request #3288 | Riccardo Spagni | 1 | -0/+1 | |
10f78f63 p2p: need libcryptonote_core due to arg_testnet_on being used (stoffu) | |||||
2018-02-20 | Merge pull request #3266 | Riccardo Spagni | 1 | -1/+1 | |
bb19386b README.md: bump minimum cmake version to 3.2.0 (iDunk5400) | |||||
2018-02-20 | Merge pull request #3263 | Riccardo Spagni | 1 | -1/+1 | |
d4e728c9 simplewallet: reword donate command message for clarity (Serhack) | |||||
2018-02-20 | Merge pull request #3260 | Riccardo Spagni | 1 | -1/+0 | |
b2d4bb9b Remove `voting_version` parameter documentation. (Jean Pierre Dudey) | |||||
2018-02-20 | Merge pull request #3257 | Riccardo Spagni | 1 | -8/+0 | |
da25757b simplewallet: do nothing in on_skip_transaction (wallet2 already logs warnings) (stoffu) | |||||
2018-02-20 | Merge pull request #3255 | Riccardo Spagni | 1 | -11/+5 | |
3962bcb2 Closes #2886: really ignore battery checking (Timothy D. Prime) | |||||
2018-02-20 | Merge pull request #3254 | Riccardo Spagni | 1 | -1/+1 | |
37ee966c add reference to localization workgroup in README.i18n.md (erciccione) | |||||
2018-02-20 | Merge pull request #3247 | Riccardo Spagni | 4 | -19/+55 | |
89ad162a wallet2: remove unused m_subaddresses_inv (moneromooo-monero) f2c4c399 wallet2: speed up subaddress generation (by about a third) (moneromooo-monero) | |||||
2018-02-20 | Merge pull request #3246 | Riccardo Spagni | 1 | -5/+15 | |
3c33e131 wallet2: don't store invalid key image when watch-only (stoffu) 0133b348 wallet2: don't throw when spent amount is inconsistent (stoffu) | |||||
2018-02-20 | Merge pull request #3243 | Riccardo Spagni | 1 | -2/+2 | |
2bc8c3db epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflow (stoffu) | |||||
2018-02-20 | Merge pull request #3235 | Riccardo Spagni | 2 | -3/+5 | |
6866ed46 Add default value to max_height, otherwise it's 0 (Michał Sałaban) | |||||
2018-02-19 | db_lmdb: fix return code mixup in for_all_* | moneromooo-monero | 1 | -12/+12 | |
2018-02-19 | simplewallet: typo in generate-from-multisig-keys | stoffu | 1 | -1/+1 | |
2018-02-18 | cryptonote_core: change wording of fork warning message | moneromooo-monero | 1 | -1/+1 | |
An udpate may or may not be available now, but should be soon if not. This will prevent too many people freaking out. | |||||
2018-02-18 | ITS#8324 More for Win32 NTDLL junk | Howard Chu | 3 | -14/+31 | |
Use GetProcAddress at runtime, avoid buildtime NTDLL link issues | |||||
2018-02-18 | p2p: restore m_testnet assignment lost during rebase | whythat | 1 | -0/+1 | |
2018-02-18 | wipeable_string: don't try to wipe an empty buffer | moneromooo-monero | 1 | -3/+6 | |
memset_s doesn't like it | |||||
2018-02-18 | p2p: need libcryptonote_core due to arg_testnet_on being used | stoffu | 1 | -0/+1 | |
2018-02-17 | Merge pull request #3275 | Riccardo Spagni | 4 | -4488/+9704 | |
de397e3f refresh language files (erciccione) 264a8756 fix build error removing <> from payment_id (erciccione) | |||||
2018-02-17 | Merge pull request #3276 | Riccardo Spagni | 1 | -0/+1 | |
ed6c68db crypto: add missing include (WIN32) (iDunk5400) | |||||
2018-02-17 | Merge pull request #3249 | Riccardo Spagni | 4 | -6/+24 | |
a4b50a6f handle ^D and ^C while password prompting (Jethro Grassie) | |||||
2018-02-17 | Merge pull request #3274 | Riccardo Spagni | 1 | -0/+1 | |
dfabc005 memwipe: add missing #include <stdio.h> (stoffu) | |||||
2018-02-17 | Merge pull request #3170 | Riccardo Spagni | 15 | -105/+113 | |
b3b2d4d2 options: add testnet option dependencies (whythat) c5f55bb4 common: implement dynamic option dependencies mechanism (whythat) 05a12ccc options: remove testnet-* options (whythat) c33cb60e common: implement dependent option descriptor (whythat) | |||||
2018-02-17 | Merge pull request #3191 | Riccardo Spagni | 1 | -2/+10 | |
3607d467 core: add --no-fluffy-blocks, and enable fluffy blocks by default (moneromooo-monero) | |||||
2018-02-17 | Merge pull request #3211 | Riccardo Spagni | 1 | -2/+2 | |
7c1a607c txpool: Don't bail out when blob_size == tx_size_limit (Leon Klingele) | |||||
2018-02-16 | options: add testnet option dependencies | whythat | 5 | -19/+45 | |
2018-02-16 | common: implement dynamic option dependencies mechanism | whythat | 1 | -14/+11 | |
2018-02-16 | options: remove testnet-* options | whythat | 14 | -89/+34 | |
2018-02-16 | crypto: add missing include (WIN32) | iDunk5400 | 1 | -0/+1 | |
2018-02-16 | wallet2: remove unused m_subaddresses_inv | moneromooo-monero | 2 | -6/+2 | |
2018-02-16 | wallet2: speed up subaddress generation (by about a third) | moneromooo-monero | 4 | -16/+56 | |
2018-02-17 | memwipe: add missing #include <stdio.h> | stoffu | 1 | -0/+1 | |
2018-02-16 | refresh language files | erciccione | 4 | -4488/+9704 | |
2018-02-16 | fix build error removing <> from payment_id | erciccione | 3 | -10/+10 | |
2018-02-16 | txpool: Don't bail out when blob_size == tx_size_limit | Leon Klingele | 1 | -2/+2 | |
Previously, when blob_size == tx_size_limit, the "m_too_big" property was set and the transaction was rejected. This should not have been the case. | |||||
2018-02-16 | common: implement dependent option descriptor | whythat | 1 | -5/+45 | |
2018-02-16 | Fix refresh height estimation | Howard Chu | 1 | -13/+16 | |
Since commit b0426d4c refresh height for a newly created wallet connected to a sync'd daemon was off by a month. Now we only use the 1 month safety margin if we're unable to talk to a daemon. | |||||
2018-02-16 | core: add --no-fluffy-blocks, and enable fluffy blocks by default | moneromooo-monero | 1 | -2/+10 | |
2018-02-16 | Merge pull request #3196 | Riccardo Spagni | 1 | -1/+2 | |
eda9fb5b p2p: fix testnet/mainnet port mixup (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3199 | Riccardo Spagni | 1 | -12/+22 | |
30ce8c59 cn_deserialize: check for raw tx_extra (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3226 | Riccardo Spagni | 21 | -33/+72 | |
e4646379 keccak: fix mdlen bounds sanity checking (moneromooo-monero) 2e3e90ac pass large parameters by const ref, not value (moneromooo-monero) 61defd89 blockchain: sanity check number of precomputed hash of hash blocks (moneromooo-monero) 9af6b2d1 ringct: fix infinite loop in unused h2b function (moneromooo-monero) 8cea8d0c simplewallet: double check a new multisig wallet is multisig (moneromooo-monero) 9b98a6ac threadpool: catch exceptions in dtor, to avoid terminate (moneromooo-monero) 24803ed9 blockchain_export: fix buffer overflow in exporter (moneromooo-monero) f3f7da62 perf_timer: rewrite to make it clear there is no division by zero (moneromooo-monero) c6ea3df0 performance_tests: remove add_arg call stray extra param (moneromooo-monero) fa6b4566 fuzz_tests: fix an uninitialized var in setup (moneromooo-monero) 03887f11 keccak: fix sanity check bounds test (moneromooo-monero) ad11db91 blockchain_db: initialize m_open in base class ctor (moneromooo-monero) bece67f9 miner: restore std::cout precision after modification (moneromooo-monero) 1aabd14c db_lmdb: check hard fork info drop succeeded (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3252 | Riccardo Spagni | 1 | -0/+3 | |
f689a77e Fix #602 Turn on socket keepalive (Howard Chu) | |||||
2018-02-16 | Merge pull request #3248 | Riccardo Spagni | 1 | -0/+4 | |
d6a0ae96 blockchain: don't try to use hash check array after it's freed (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3232 | Riccardo Spagni | 1 | -1/+1 | |
b81e276c connection_context: initialize m_last_request_time to current time (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3231 | Riccardo Spagni | 2 | -2/+10 | |
84a8b2da Don't create readtxn until after txn_safe gate check (Howard Chu) | |||||
2018-02-16 | Merge pull request #3229 | Riccardo Spagni | 1 | -0/+9 | |
928c1825 cryptonote_protocol: guard against all threads in standby (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3225 | Riccardo Spagni | 3 | -23/+35 | |
71806327 dns: change default DNS to a worldwide selection (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3221 | Riccardo Spagni | 1 | -0/+2 | |
2e584dcb p2p: do not try to connect to peers in offline mode (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3217 | Riccardo Spagni | 3 | -15/+6 | |
fde4489e wipeable_string: call memwipe directly (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3216 | Riccardo Spagni | 1 | -0/+2 | |
5c99608d Fix coverity issues in performance_tests/main.cpp (h908714124) | |||||
2018-02-16 | Merge pull request #3214 | Riccardo Spagni | 3 | -1/+3 | |
214d251c wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown (stoffu) | |||||
2018-02-16 | Merge pull request #3210 | Riccardo Spagni | 1 | -1/+8 | |
39992134 txpool: Properly bail out when outputs_amount == inputs_amount (Leon Klingele) | |||||
2018-02-16 | Merge pull request #3207 | Riccardo Spagni | 3 | -8/+17 | |
a99ef176 wallet-rpc: take subaddress account as arg for get_transfer_by_txid (stoffu) 77125096 wallet-rpc: rename *_INDEX_OUTOFBOUND into *_INDEX_OUT_OF_BOUNDS (stoffu) | |||||
2018-02-16 | Merge pull request #3205 | Riccardo Spagni | 4 | -6/+115 | |
bc61ae69 tx_pool: add a max pool size, settable with --max-txpool-size (moneromooo-monero) 3b4e6b35 txpool: increase unmined tx expiry to three days (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3200 | Riccardo Spagni | 1 | -6/+73 | |
49c803ad Dockerfile: build dependencies with -fPIC (MoroccanMalinois) | |||||
2018-02-16 | Merge pull request #3197 | Riccardo Spagni | 2 | -0/+12 | |
f90c76be Return appropriate error code when there's no connection to daemon (Michał Sałaban) 3cb65b3f Return appropriate error code when not enough money for tx (Michał Sałaban) | |||||
2018-02-16 | Merge pull request #3195 | Riccardo Spagni | 1 | -7/+21 | |
9017084a cmake: add -DHAVE_ defines to the command line (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3187 | Riccardo Spagni | 6 | -7/+49 | |
851bd057 call _exit instead of abort in release mode (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3184 | Riccardo Spagni | 1 | -2/+2 | |
32d5e731 Update translation source from create to generate (Maxithi) | |||||
2018-02-16 | Merge pull request #3181 | Riccardo Spagni | 4 | -6/+6 | |
e3f0980a daemon: don't drop RPC with busy error when running offline (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3180 | Riccardo Spagni | 4 | -5/+24 | |
1dfed567 Fixed #if instead of #ifdef (Matt Little) 7c442453 Support building cncrypto lib with msvc (Matt Little) | |||||
2018-02-16 | Merge pull request #3175 | Riccardo Spagni | 3 | -1/+9 | |
3be98036 wallet-cli: Do not ask for scan_from_height if it explicitly is set to zero. (Maximilian Lupke) | |||||
2018-02-16 | Merge pull request #3171 | Riccardo Spagni | 2 | -10/+14 | |
402c9eef cryptonote_tx_utils: fixed logic bug in get_destination_view_key_pub (stoffu) | |||||
2018-02-16 | Merge pull request #3165 | Riccardo Spagni | 4 | -5/+370 | |
7539603f Bootstrap daemon (stoffu) | |||||
2018-02-16 | Merge pull request #3163 | Riccardo Spagni | 15 | -66/+231 | |
628b78ae Fix in_peers/out_peers RPC operations (Erik de Castro Lopo) ece9bcf5 rpc_client: Fix error handling (Erik de Castro Lopo) 8f30350d Fix method name in invoke_http_json_rpc (Erik de Castro Lopo) 32c0f908 Allow the number of incoming connections to be limited (Erik de Castro Lopo) d609a2c1 Rename delete_connections to delete_out_connections (Erik de Castro Lopo) b927c0fc Rename connections_count to max_out_connection_count (Erik de Castro Lopo) | |||||
2018-02-16 | Merge pull request #3161 | Riccardo Spagni | 1 | -1/+1 | |
78a2e15b daemon: exit with 0 when successful (moneromooo-monero) | |||||
2018-02-16 | Merge pull request #3160 | Riccardo Spagni | 1 | -1/+1 | |
a3c5a73c Update readme with correct tag version (Calvin Liang) | |||||
2018-02-16 | Merge pull request #3094 | Riccardo Spagni | 10 | -94/+94 | |
a85dbb3f Fixed typos and wording tweaks (Maxithi) | |||||
2018-02-15 | simplewallet: do nothing in on_skip_transaction (wallet2 already logs warnings) | stoffu | 1 | -8/+0 | |
2018-02-14 | README.md: bump minimum cmake version to 3.2.0 | iDunk5400 | 1 | -1/+1 | |
2018-02-14 | simplewallet: reword donate command message for clarity | Serhack | 1 | -1/+1 | |
2018-02-14 | Merge pull request #3138 | Riccardo Spagni | 2 | -13/+12 | |
19ff243f wallets: reorg 61 more days on testnet (moneromooo-monero) c70f03ca blockchain: move bulletproofs to v8 (moneromooo-monero) | |||||
2018-02-14 | Merge pull request #2959 | Riccardo Spagni | 1 | -56/+47 | |
3f1a3fac bulletproofs: more robust challenge computation (moneromooo-monero) | |||||
2018-02-14 | Merge pull request #2939 | Riccardo Spagni | 3 | -14/+72 | |
b8090589 ringct: pseudoOuts moved to prunable in the simple bulletproof case (moneromooo-monero) | |||||
2018-02-13 | Remove `voting_version` parameter documentation. | Jean Pierre Dudey | 1 | -1/+0 | |
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com> | |||||
2018-02-13 | wallet2: fix auto_low_priority field name typo on load | moneromooo-monero | 1 | -2/+2 | |
2018-02-12 | Closes #2886: really ignore battery checking | Timothy D. Prime | 1 | -11/+5 | |
Move option test first. | |||||
2018-02-12 | add reference to localization workgroup in README.i18n.md | erciccione | 1 | -1/+1 | |
2018-02-12 | unit_tests.serialization: refactored with ASSERT_EQ_MAP | stoffu | 1 | -17/+21 | |
2018-02-12 | unit_tests: added gtest utility ASSERT_EQ_MAP for easily testing key-value map | stoffu | 1 | -0/+7 | |
2018-02-12 | wallet2: don't store invalid key image when watch-only | stoffu | 1 | -1/+1 | |
2018-02-11 | Fix #602 Turn on socket keepalive | Howard Chu | 1 | -0/+3 | |
2018-02-10 | handle ^D and ^C while password prompting | Jethro Grassie | 4 | -6/+24 | |
2018-02-10 | blockchain: don't try to use hash check array after it's freed | moneromooo-monero | 1 | -0/+4 | |
It's freed when we've synced past its end, but we might still find an old chain somewhere | |||||
2018-02-10 | wallet2: don't throw when spent amount is inconsistent | stoffu | 1 | -4/+14 | |
2018-02-08 | dns: change default DNS to a worldwide selection | moneromooo-monero | 3 | -23/+35 | |
DNSSEC aware servers picked from https://wiki.ipfire.org/dns/public-servers | |||||
2018-02-08 | epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflow | stoffu | 1 | -2/+2 | |
2018-02-08 | wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown | stoffu | 3 | -1/+3 | |
2018-02-07 | Fix coverity issues in performance_tests/main.cpp | h908714124 | 1 | -0/+2 | |
2018-02-07 | tx_pool: add a max pool size, settable with --max-txpool-size | moneromooo-monero | 4 | -5/+114 | |
2018-02-07 | keccak: fix mdlen bounds sanity checking | moneromooo-monero | 1 | -1/+2 | |
found by h908714124 | |||||
2018-02-05 | Add default value to max_height, otherwise it's 0 | Michał Sałaban | 2 | -3/+5 | |
2018-02-04 | connection_context: initialize m_last_request_time to current time | moneromooo-monero | 1 | -1/+1 | |
This prevents spurious early peer drops | |||||
2018-02-02 | cryptonote_protocol: guard against all threads in standby | moneromooo-monero | 1 | -0/+9 | |
2018-02-02 | pass large parameters by const ref, not value | moneromooo-monero | 7 | -14/+14 | |
Coverity 136394 136397 136409 136526 136529 136533 175302 | |||||
2018-02-02 | blockchain: sanity check number of precomputed hash of hash blocks | moneromooo-monero | 1 | -1/+6 | |
Coverity 142951 | |||||
2018-02-02 | ringct: fix infinite loop in unused h2b function | moneromooo-monero | 1 | -0/+1 | |
Coverity 146775 | |||||
2018-02-02 | simplewallet: double check a new multisig wallet is multisig | moneromooo-monero | 1 | -1/+5 | |
Coverity 182493 | |||||
2018-02-02 | threadpool: catch exceptions in dtor, to avoid terminate | moneromooo-monero | 2 | -1/+20 | |
If an exception is thrown, it is ignored. While this may hide a bug, this should only be system exceptions in boost, which is pretty unlikely. Morever, wait should be called manually before the dtor anyway. Add an error message if the dtor has to wait in case some such cases creep in so they get fixed. Coverity 182538 | |||||
2018-02-02 | blockchain_export: fix buffer overflow in exporter | moneromooo-monero | 1 | -1/+1 | |
Coverity 182550 | |||||
2018-02-02 | perf_timer: rewrite to make it clear there is no division by zero | moneromooo-monero | 1 | -4/+3 | |
It could have happened if epee::misc_utils::get_ns_count is buggy, at a push Coverity 182561 | |||||
2018-02-02 | performance_tests: remove add_arg call stray extra param | moneromooo-monero | 1 | -1/+1 | |
Coverity 182572 | |||||
2018-02-02 | fuzz_tests: fix an uninitialized var in setup | moneromooo-monero | 1 | -2/+3 | |
and comment it out, it's only used to generate a starting test case Coverity 182506 | |||||
2018-02-02 | keccak: fix sanity check bounds test | moneromooo-monero | 1 | -1/+1 | |
Nothing calls this with those inputs | |||||
2018-02-02 | blockchain_db: initialize m_open in base class ctor | moneromooo-monero | 3 | -3/+7 | |
It's cleaner this way, since it's a base class field Coverity 136568 | |||||
2018-02-02 | miner: restore std::cout precision after modification | moneromooo-monero | 1 | -1/+2 | |
Coverity 136462 | |||||
2018-02-02 | db_lmdb: check hard fork info drop succeeded | moneromooo-monero | 1 | -2/+6 | |
Coverity 136364 | |||||
2018-02-02 | Dockerfile: build dependencies with -fPIC | MoroccanMalinois | 1 | -6/+73 | |
2018-02-01 | txpool: increase unmined tx expiry to three days | moneromooo-monero | 1 | -1/+1 | |
2018-02-01 | p2p: do not try to connect to peers in offline mode | moneromooo-monero | 1 | -0/+2 | |
2018-02-01 | call _exit instead of abort in release mode | moneromooo-monero | 6 | -7/+49 | |
Avoids cores being created, as they're nowadays often piped to some call home system | |||||
2018-02-01 | txpool: Properly bail out when outputs_amount == inputs_amount | Leon Klingele | 1 | -1/+8 | |
Previously, when outputs_amount == inputs_amount, the "m_overspend" property was set, whereas "m_fee_too_low" would have been the correct property to set. This is unlikely to ever occur and just something I've noticed while reading through the code. | |||||
2018-01-31 | Don't create readtxn until after txn_safe gate check | Howard Chu | 2 | -2/+10 | |
2018-01-31 | bulletproofs: more robust challenge computation | moneromooo-monero | 1 | -56/+47 | |
Changes from sarang, from a recommendation by an anonymous reviewer | |||||
2018-01-31 | ringct: pseudoOuts moved to prunable in the simple bulletproof case | moneromooo-monero | 3 | -14/+72 | |
Saves 64 bytes non prunable data per typical tx This breaks v7 consensus, will require a testnet reorg from v6 | |||||
2018-01-31 | wallets: reorg 61 more days on testnet | moneromooo-monero | 1 | -2/+3 | |
2018-01-31 | blockchain: move bulletproofs to v8 | moneromooo-monero | 2 | -11/+9 | |
and set v7 height to 1057027 on testnet (one block earlier) This is to easily dump current nodes since we're going to change the v7 rules with this. | |||||
2018-01-31 | wipeable_string: call memwipe directly | moneromooo-monero | 3 | -15/+6 | |
since the original reason for the indirect call (that memwipe was not in contrib) is now gone | |||||
2018-01-31 | wallet-rpc: take subaddress account as arg for get_transfer_by_txid | stoffu | 2 | -4/+13 | |
2018-01-31 | wallet-rpc: rename *_INDEX_OUTOFBOUND into *_INDEX_OUT_OF_BOUNDS | stoffu | 2 | -4/+4 | |
2018-01-30 | Bootstrap daemon | stoffu | 4 | -5/+370 | |
2018-01-29 | Fixed typos and wording tweaks | Maxithi | 10 | -94/+94 | |
2018-01-29 | cryptonote_tx_utils: fixed logic bug in get_destination_view_key_pub | stoffu | 2 | -10/+14 | |
2018-01-29 | Return appropriate error code when there's no connection to daemon | Michał Sałaban | 2 | -0/+6 | |
2018-01-29 | Fix in_peers/out_peers RPC operations | Erik de Castro Lopo | 1 | -2/+2 | |
Original implementations could never have worked. | |||||
2018-01-29 | rpc_client: Fix error handling | Erik de Castro Lopo | 1 | -8/+8 | |
Previous code was unable to distingush between a connection error and a communication error. | |||||
2018-01-29 | Fix method name in invoke_http_json_rpc | Erik de Castro Lopo | 1 | -1/+1 | |
Previously, the method name was printed as an exmpty string because the input string had already been moved with `std::move`. | |||||
2018-01-29 | Allow the number of incoming connections to be limited | Erik de Castro Lopo | 13 | -40/+205 | |
It was already possible to limit outgoing connections. One might want to do this on home network connections with high bandwidth but low usage caps. | |||||
2018-01-29 | Rename delete_connections to delete_out_connections | Erik de Castro Lopo | 3 | -3/+3 | |
This rename is needed so that delete_in_connections can be added. | |||||
2018-01-29 | Rename connections_count to max_out_connection_count | Erik de Castro Lopo | 3 | -13/+13 | |
This is needed so that a max_in_connection_count can be added. | |||||
2018-01-28 | Merge pull request #3198 | Riccardo Spagni | 1 | -0/+2 | |
1c99a628 Tests: Fix building of two fuzz tests on Windows (iDunk5400) | |||||
2018-01-28 | Merge pull request #3186 | Riccardo Spagni | 1 | -1/+1 | |
7ed62e63 cryptonote_protocol: fix std::move usage on different types (moneromooo-monero) | |||||
2018-01-28 | cn_deserialize: check for raw tx_extra | moneromooo-monero | 1 | -12/+22 | |
2018-01-28 | Tests: Fix building of two fuzz tests on Windows | iDunk5400 | 1 | -0/+2 | |
2018-01-28 | Return appropriate error code when not enough money for tx | Michał Sałaban | 2 | -0/+6 | |
2018-01-28 | p2p: fix testnet/mainnet port mixup | moneromooo-monero | 1 | -1/+2 | |
2018-01-28 | cmake: add -DHAVE_ defines to the command line | moneromooo-monero | 1 | -7/+21 | |
since there's no config.h here | |||||
2018-01-27 | Merge pull request #3188 | Riccardo Spagni | 1 | -0/+1 | |
fbc0a6dd Bugfix : Missing i18n import in simplewallet (Neozaru) | |||||
2018-01-27 | Merge pull request #3185 | Riccardo Spagni | 1 | -8/+8 | |
fccd1df1 performance_tests: fix build after merging two conflicting patches (moneromooo-monero) | |||||
2018-01-27 | Merge pull request #3123 | Riccardo Spagni | 7 | -31/+164 | |
30c44bce wallet: automatically use low priority if safe (no backlog & recent blocks not full) (stoffu) c903df5e simplewallet: bug fix for backlog estimate (stoffu) 2f5a9b6b wallet2: split estimate_backlog to allow for raw fee levels (moneromooo-monero) | |||||
2018-01-28 | wallet: automatically use low priority if safe (no backlog & recent blocks ↵ | stoffu | 7 | -18/+136 | |
not full) | |||||
2018-01-28 | simplewallet: bug fix for backlog estimate | stoffu | 1 | -4/+1 | |
2018-01-28 | wallet2: split estimate_backlog to allow for raw fee levels | moneromooo-monero | 2 | -9/+27 | |
2018-01-27 | Merge pull request #3116 | Riccardo Spagni | 1 | -1/+1 | |
269ba252 wallet2::import_blockchain fix import loop (Jaquee) | |||||
2018-01-27 | Merge pull request #2969 | Riccardo Spagni | 3 | -12/+15 | |
95171614 Remove is_pod trait, and replace with is_standard_layout requirement (Lee Clagett) | |||||
2018-01-27 | Merge pull request #3151 | Riccardo Spagni | 1 | -5/+5 | |
ab2e9953 unit_tests: do not ASSERT_TRUE(decodeRct(...)) (moneromooo-monero) | |||||
2018-01-27 | Merge pull request #3145 | Riccardo Spagni | 1 | -6/+6 | |
fd1dfac5 p2p: don't lookup seed IPs if using an exclusive peer (moneromooo-monero) b50182ae p2p: don't connect to seeds if using an exclusive peer (moneromooo-monero) | |||||
2018-01-27 | Merge pull request #3144 | Riccardo Spagni | 4 | -2/+21 | |
42f86624 rpc: expose recent median block size in getinfo (moneromooo-monero) | |||||
2018-01-27 | Merge pull request #3143 | Riccardo Spagni | 1 | -0/+6 | |
ba6d2975 cryptonote_core: add --disable-dns-checkpoints flag (moneromooo-monero) | |||||
2018-01-27 | Merge pull request #3142 | Riccardo Spagni | 1 | -7/+0 | |
a9cae0ab Wallet API: remove unused enum Priority from UnsignedTransaction (stoffu) | |||||
2018-01-27 | Merge pull request #3141 | Riccardo Spagni | 3 | -55/+43 | |
3160a930 wallet2: remove {set|get}_default_decimal_point and use the same funcs under cryptonote:: instead (stoffu) 7d1088d3 wallet2: make scan_output const and omit keys arg (stoffu) bc1ee2c2 wallet2: make member functions const when possible (stoffu) | |||||
2018-01-27 | Merge pull request #3136 | Riccardo Spagni | 1 | -1/+1 | |
e0404d35 rpc: default do_not_relay to false in sendrawtransaction (moneromooo-monero) | |||||
2018-01-27 | Merge pull request #3121 | Riccardo Spagni | 1 | -1/+1 | |
6fbb0b06 cmake: set API header install path to what Qt wallet expects (redfish) | |||||
2018-01-27 | Merge pull request #3120 | Riccardo Spagni | 2 | -9/+80 | |
6cf56682 perf_timer: add faster x86_64 timers, and pause/resume (moneromooo-monero) 411da337 perf_timer: use std::unique_ptr instead of new/delete (moneromooo-monero) | |||||
2018-01-27 | Merge pull request #3119 | Riccardo Spagni | 3 | -0/+157 | |
c4f43779 crypto: add a ge_p3_identity constant (moneromooo-monero) 13b4c90e crypto: add scalar mult functions returning ge_p3 instead of ge_p2 (moneromooo-monero) | |||||
2018-01-27 | Merge pull request #3118 | Riccardo Spagni | 4 | -0/+49 | |
ca336c62 simplewallet: check file overwrite when exporting stuff (stoffu) | |||||
2018-01-27 | Merge pull request #3114 | Riccardo Spagni | 1 | -0/+4 | |
fb5c971c Allow retrieving spend key via RPC (Michał Sałaban) | |||||
2018-01-27 | Merge pull request #3113 | Riccardo Spagni | 3 | -4/+15 | |
ffc2e570 wallet rpc: show fees when querying incoming transfers (stoffu) | |||||
2018-01-27 | Merge pull request #3104 | Riccardo Spagni | 5 | -12/+110 | |
939629e8 Wallet API: all recover options with password (m2049r) | |||||
2018-01-27 | Merge pull request #3102 | Riccardo Spagni | 1 | -3/+3 | |
3050a4f0 simplewallet: fix typo get_tx_proof_out to get_tx_proof (stoffu) | |||||
2018-01-27 | Merge pull request #3098 | Riccardo Spagni | 1 | -1/+1 | |
935e39c7 levin_protocol_handler_async: erase from back of vector instead of front (stoffu) | |||||
2018-01-27 | Merge pull request #3075 | Riccardo Spagni | 465 | -465/+465 | |
84a7f6a4 Readd copyright starting date (xmr-eric) 18216f19 Update 2018 copyright (xmr-eric) | |||||
2018-01-27 | Fixed #if instead of #ifdef | Matt Little | 1 | -3/+3 | |
2018-01-26 | Readd copyright starting date | xmr-eric | 75 | -75/+75 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 465 | -465/+465 | |
2018-01-26 | Bugfix : Missing i18n import in simplewallet | Neozaru | 1 | -0/+1 | |
2018-01-26 | cryptonote_protocol: fix std::move usage on different types | moneromooo-monero | 1 | -1/+1 | |
2018-01-26 | performance_tests: fix build after merging two conflicting patches | moneromooo-monero | 1 | -8/+8 | |
2018-01-26 | Update translation source from create to generate | Maxithi | 1 | -2/+2 | |
2018-01-26 | Wallet API: remove unused enum Priority from UnsignedTransaction | stoffu | 1 | -7/+0 | |
2018-01-26 | wallet2: remove {set|get}_default_decimal_point and use the same funcs under ↵ | stoffu | 3 | -14/+2 | |
cryptonote:: instead | |||||
2018-01-26 | wallet2: make scan_output const and omit keys arg | stoffu | 2 | -6/+6 | |
2018-01-26 | wallet2: make member functions const when possible | stoffu | 2 | -35/+35 | |
2018-01-26 | simplewallet: fix typo get_tx_proof_out to get_tx_proof | stoffu | 1 | -3/+3 | |
2018-01-26 | wallet rpc: show fees when querying incoming transfers | stoffu | 3 | -4/+15 | |
2018-01-26 | levin_protocol_handler_async: erase from back of vector instead of front | stoffu | 1 | -1/+1 | |
2018-01-26 | simplewallet: check file overwrite when exporting stuff | stoffu | 4 | -0/+49 | |
2018-01-25 | Merge pull request #3130 | Riccardo Spagni | 2 | -4/+16 | |
5ae617d5 simplewallet: single out 0 amount destinations as dummy ones (moneromooo-monero) c1d19f3c wallet2: fix sweep_all sending an atomic unit (moneromooo-monero) | |||||
2018-01-25 | Merge pull request #3084 | Riccardo Spagni | 1 | -0/+17 | |
5f5a51a6 util: warn if unbound was not built with threads (moneromooo-monero) | |||||
2018-01-25 | Merge pull request #3052 | Riccardo Spagni | 1 | -9/+1 | |
d507167f Removed unused mac-specific output folder path (Maxithi) | |||||
2018-01-25 | Merge pull request #3155 | Riccardo Spagni | 1 | -1/+0 | |
21bd2157 remove unnecessary include (Jethro Grassie) | |||||
2018-01-25 | Merge pull request #3153 | Riccardo Spagni | 1 | -1/+4 | |
ab58b150 p2p: fix picking peers off an empty gray list (moneromooo-monero) | |||||
2018-01-25 | Merge pull request #3126 | Riccardo Spagni | 1 | -4/+11 | |
ff5626d7 ringct: handle exceptions verifying bulletproofs in worker threads (moneromooo-monero) | |||||
2018-01-25 | Merge pull request #3105 | Riccardo Spagni | 1 | -1/+1 | |
b56f4645 cryptonote_protocol: fix size_t used in wire format (moneromooo-monero) |