| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #2364 | Riccardo Spagni | 2017-09-02 | 1 | -0/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | cryptonote_protocol: remove old spans when received as old blocks | moneromooo-monero | 2017-08-28 | 1 | -0/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #2362 | Riccardo Spagni | 2017-09-02 | 4 | -26/+106 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | simplewallet: new "fee" command to display fee information | moneromooo-monero | 2017-08-29 | 4 | -26/+106 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #2342 | Riccardo Spagni | 2017-09-02 | 1 | -0/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | wallet2: account for huge testnet reorgs for estimating height | moneromooo-monero | 2017-08-25 | 1 | -0/+3 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #2329 | Riccardo Spagni | 2017-09-02 | 1 | -0/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | p2p: init hashes after deserializing a network address | moneromooo-monero | 2017-08-23 | 1 | -0/+2 | |
| * | | | | | | Merge pull request #2316 | Riccardo Spagni | 2017-09-02 | 2 | -5/+11 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Silence stupid fallthru warning in gcc 7 | Howard Chu | 2017-08-21 | 2 | -5/+11 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2310 | Riccardo Spagni | 2017-09-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | clarification of parameters for print_coinbase_tx_sum | Matthew Campassi | 2017-08-18 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2309 | Riccardo Spagni | 2017-09-02 | 3 | -20/+111 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | WalletAPI: only allow trusted daemon when importing key images | Jaquee | 2017-08-21 | 1 | -0/+5 | |
| | * | | | | | WalletAPI: copy wallet data when creating a view only wallet | Jaquee | 2017-08-21 | 1 | -0/+27 | |
| | * | | | | | wallet2: export/import wallet data functions | Jaquee | 2017-08-21 | 2 | -1/+55 | |
| | * | | | | | import_key_images - allow importing without being connected to daemon | Jaquee | 2017-08-18 | 2 | -19/+24 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #2349 | Riccardo Spagni | 2017-08-27 | 3 | -3/+23 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | txpool: update db tx metadata when it changes | moneromooo | 2017-08-25 | 1 | -1/+15 | |
| | * | | | | | txpool: add tx size median to the pool stats | moneromooo | 2017-08-25 | 3 | -2/+8 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #2347 | Riccardo Spagni | 2017-08-27 | 2 | -6/+14 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | blockchain: cap memory size of retrieved blocks | moneromooo-monero | 2017-08-26 | 1 | -2/+7 | |
| | * | | | | | rpc: decrease memory usage a bit in getblocks.bin | moneromooo-monero | 2017-08-26 | 1 | -4/+7 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #2320 | Riccardo Spagni | 2017-08-26 | 4 | -140/+93 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix refresh counter display | Howard Chu | 2017-08-22 | 1 | -0/+8 | |
| | * | | | | | Simplify readline support | Howard Chu | 2017-08-22 | 3 | -140/+85 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #2314 | Riccardo Spagni | 2017-08-26 | 11 | -2/+61 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Cleanup test impact of adding safesyncmode() method | Howard Chu | 2017-08-22 | 5 | -2/+16 | |
| | * | | | | | Toggle SAFE syncmode on and off automatically | Howard Chu | 2017-08-20 | 8 | -2/+47 | |
| * | | | | | | Merge pull request #2313 | Riccardo Spagni | 2017-08-26 | 14 | -192/+105 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Cleanup test impact of moving blockchain_db_types() | Howard Chu | 2017-08-22 | 3 | -0/+13 | |
| | * | | | | | | More DB support cleanup | Howard Chu | 2017-08-20 | 6 | -72/+42 | |
| | |/ / / / / | ||||||
| | * / / / / | DB cleanup | Howard Chu | 2017-08-19 | 8 | -120/+50 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #2353 | Riccardo Spagni | 2017-08-26 | 1 | -2/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | daemon: fix backlog estimating at max block size | moneromooo-monero | 2017-08-26 | 1 | -2/+3 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #2355 | Riccardo Spagni | 2017-08-26 | 11 | -3/+203 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | wallet: new option to check/confirm txpool backlog when sending | moneromooo-monero | 2017-08-26 | 4 | -3/+123 | |
| | * | | | | rpc: add a new RPC to get current txpool backlog (sizes and fees) | moneromooo-monero | 2017-08-26 | 7 | -0/+80 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2311 | Riccardo Spagni | 2017-08-25 | 11 | -78/+166 | |
| |\ \ \ \ | ||||||
| | * | | | | cryptonote_protocol: warn if we see a higher top version we expect | moneromooo-monero | 2017-08-23 | 1 | -0/+2 | |
| | * | | | | cryptonote_protocol: less strict check on top version on connect | moneromooo-monero | 2017-08-23 | 1 | -1/+1 | |
| | * | | | | cryptonote_protocol: update target height when syncing too | moneromooo-monero | 2017-08-23 | 1 | -0/+4 | |
| | * | | | | cryptonote_protocol: simplify and remove unnecessary casts | moneromooo-monero | 2017-08-23 | 1 | -5/+6 | |
| | * | | | | cryptonote_protocol: print peer top height along with its version | moneromooo-monero | 2017-08-23 | 1 | -1/+1 | |
| | * | | | | crypto: use malloc instead of alloca | moneromooo-monero | 2017-08-23 | 1 | -10/+9 | |
| | * | | | | thread_group: set thread size to THREAD_STACK_SIZE | moneromooo-monero | 2017-08-23 | 1 | -1/+4 | |
| | * | | | | print peer id in 0 padded hex for consistency | moneromooo-monero | 2017-08-23 | 4 | -22/+29 | |
| | * | | | | contrib: add sync_info to rlwrap command set | moneromooo-monero | 2017-08-22 | 1 | -0/+1 | |
| | * | | | | cryptonote_protocol: misc fixes to the new sync algorithm | moneromooo-monero | 2017-08-21 | 5 | -38/+109 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #2330 | Riccardo Spagni | 2017-08-25 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
