| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1564 | Riccardo Spagni | 2017-01-15 | 3 | -6/+67 |
| |\ | | | | | | | 1d317981 Wallet API: add key image import/export functions (Jaquee) | ||||
| | * | Wallet API: add key image import/export functions | Jaquee | 2017-01-13 | 3 | -6/+67 |
| | | | |||||
| * | | Merge pull request #1563 | Riccardo Spagni | 2017-01-15 | 2 | -21/+26 |
| |\ \ | | | | | | | | | | 36ba311c Prioritize older transactions in the mempool (Miguel Herranz) | ||||
| | * | | Prioritize older transactions in the mempool | Miguel Herranz | 2017-01-13 | 2 | -21/+26 |
| | | | | | | | | | | | | | | | | The transactions are first prioritized by fee and in case the fees are equal by receive_time. | ||||
| * | | | Merge pull request #1560 | Riccardo Spagni | 2017-01-15 | 3 | -1/+24 |
| |\ \ \ | | | | | | | | | | | | | 46550c0b Wallet API: add rescanSpent() (Jaquee) | ||||
| | * | | | Wallet API: add rescanSpent() | Jaquee | 2017-01-13 | 3 | -1/+24 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #1552 | Riccardo Spagni | 2017-01-15 | 1 | -12/+42 |
| |\ \ \ | | | | | | | | | | | | | 4a017674 Wallet API: support integrated addresses in address book. (Jaquee) | ||||
| | * | | | Wallet API: support integrated addresses in address book. | Jaquee | 2017-01-13 | 1 | -12/+42 |
| | |/ / | |||||
| * | | | Merge pull request #1506 | Riccardo Spagni | 2017-01-15 | 8 | -32/+70 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3ff54bdd Check for correct thread before ending batch transaction (Howard Chu) eaf8470b Must wait for previous batch to finish before starting new one (Howard Chu) c903c554 Don't cache block height, always get from DB (Howard Chu) eb1fb601 Tweak default db-sync-mode to fast:async:1 (Howard Chu) 0693cff9 Use batch transactions when syncing (Howard Chu) | ||||
| | * | | | Check for correct thread before ending batch transaction | Howard Chu | 2017-01-15 | 1 | -0/+7 |
| | | | | | |||||
| | * | | | Must wait for previous batch to finish before starting new one | Howard Chu | 2017-01-14 | 1 | -1/+6 |
| | | | | | |||||
| | * | | | Don't cache block height, always get from DB | Howard Chu | 2017-01-14 | 2 | -14/+29 |
| | | | | | |||||
| | * | | | Tweak default db-sync-mode to fast:async:1 | Howard Chu | 2017-01-14 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | fsync the DB asynchronously, to allow block download/verification to proceed while syncing. Sync after every batch. Note that "fastest" still defaults to fastest:async:1000. | ||||
| | * | | | Use batch transactions when syncing | Howard Chu | 2017-01-14 | 7 | -14/+22 |
| | | | | | | | | | | | | | | | | | | | | | Faster throughput while avoiding corruption. I.e., makes running with --db-sync-mode safe more tolerable. | ||||
| * | | | | account: fix build error involving std::max and different types | moneromooo-monero | 2017-01-13 | 1 | -2/+6 |
| | |/ / |/| | | |||||
| * | | | Merge pull request #1562 | Riccardo Spagni | 2017-01-13 | 3 | -79/+99 |
| |\ \ \ | | | | | | | | | | | | | a081b39c Move key image export/import functions to wallet2 (Jaquee) | ||||
| | * | | | Move key image export/import functions to wallet2 | Jaquee | 2017-01-13 | 3 | -79/+99 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #1559 | Riccardo Spagni | 2017-01-13 | 9 | -6/+73 |
| |\ \ \ | | | | | | | | | | | | | db56a03f Wallet2 + API: Callbacks for unconfirmed transfers (Jaquee) | ||||
| | * | | | Wallet2 + API: Callbacks for unconfirmed transfers | Jaquee | 2017-01-12 | 9 | -6/+73 |
| | | | | | |||||
| * | | | | Merge pull request #1558 | Riccardo Spagni | 2017-01-13 | 1 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 7961878e initialize timestamp to 0 and check for mktime() error (Chris Vickio) | ||||
| | * | | | | initialize timestamp to 0 and check for mktime() error | Chris Vickio | 2017-01-12 | 1 | -4/+4 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #1555 | Riccardo Spagni | 2017-01-13 | 1 | -3/+6 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 758c0eb7 fix time stats mixin (luigi1111) | ||||
| | * | | | | fix time stats mixin | luigi1111 | 2017-01-10 | 1 | -3/+6 |
| | | |/ / | |/| | | | | | | | | | | also add blobsize | ||||
| * | | | | Merge pull request #1545 | Riccardo Spagni | 2017-01-13 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 5ae00f0f add msg for donate (luigi1111) | ||||
| | * | | | | add msg for donate | luigi1111 | 2017-01-08 | 1 | -0/+1 |
| | |/ / / | | | | | | | | | | | | | #1498 | ||||
| * | | | | Merge pull request #1543 | Riccardo Spagni | 2017-01-13 | 5 | -1/+25 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 19be7225 Add start_time to get_info methods and show uptime (Miguel Herranz) | ||||
| | * | | | | Add start_time to get_info methods and show uptime | Miguel Herranz | 2017-01-12 | 5 | -2/+26 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #1541 | Riccardo Spagni | 2017-01-13 | 10 | -9/+525 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | 0d3918e1 Wallet api: Update trustedDaemon when daemon is changed (Jaquee) dbb838f4 GUI cold signing (Jaquee) afb85a02 Wallet API: functions for supporting/creating view only wallets (Jaquee) | ||||
| | * | | | | Wallet api: Update trustedDaemon when daemon is changed | Jaquee | 2017-01-10 | 1 | -0/+6 |
| | | | | | | |||||
| | * | | | | GUI cold signing | Jaquee | 2017-01-10 | 10 | -9/+519 |
| | | | | | | | | | | | | | | | | | | | | | fix conflict | ||||
| | * | | | | Wallet API: functions for supporting/creating view only wallets | Jaquee | 2017-01-10 | 4 | -5/+88 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #1540 | Riccardo Spagni | 2017-01-13 | 2 | -1/+43 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 79b4e1f9 Cold signing: make sure short payment id isnt encrypted twice (Jaquee) | ||||
| | * | | | | Cold signing: make sure short payment id isnt encrypted twice | Jaquee | 2017-01-08 | 2 | -1/+43 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #1538 | Riccardo Spagni | 2017-01-13 | 4 | -23/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aff28178 Remove db-auto-remove-logs (Miguel Herranz) 1229c685 Remove berkeley from db_type initialization (Miguel Herranz) e3090558 Show available types for db-type command (Miguel Herranz) 046ab33d Remove berkeley from blockchain_db_types (Miguel Herranz) | ||||
| | * | | | | Remove db-auto-remove-logs | Miguel Herranz | 2017-01-10 | 3 | -9/+0 |
| | | | | | | |||||
| | * | | | | Remove berkeley from db_type initialization | Miguel Herranz | 2017-01-10 | 1 | -12/+0 |
| | | | | | | |||||
| | * | | | | Show available types for db-type command | Miguel Herranz | 2017-01-10 | 1 | -1/+4 |
| | | | | | | |||||
| | * | | | | Remove berkeley from blockchain_db_types | Miguel Herranz | 2017-01-10 | 1 | -1/+0 |
| | |/ / / | |||||
| * | | | | Merge pull request #1526 | Riccardo Spagni | 2017-01-13 | 4 | -5/+88 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 5eed5b05 Wallet API: functions for supporting/creating view only wallets (Jaquee) | ||||
| | * | | | | Wallet API: functions for supporting/creating view only wallets | Jaquee | 2017-01-10 | 4 | -5/+88 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #1523 | Riccardo Spagni | 2017-01-13 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | d81cb087 Added (not yet enabled) HTTP client authentication (Lee Clagett) | ||||
| | * | | | | Added (not yet enabled) HTTP client authentication | Lee Clagett | 2017-01-11 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | Merge pull request #1513 | Riccardo Spagni | 2017-01-13 | 3 | -1/+49 |
| |\ \ \ \ | | | | | | | | | | | | | | | | a813ab50 wallet2_api: add solo mining API (moneromooo-monero) | ||||
| | * | | | | wallet2_api: add solo mining API | moneromooo-monero | 2017-01-09 | 3 | -1/+49 |
| | |/ / / | |||||
| * | | | | Merge pull request #1492 | Riccardo Spagni | 2017-01-13 | 7 | -18/+175 |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | f1dde1a4 wallet cli: print originating block heights of mixin keys when making transfer (kenshi84) | ||||
| | * | | | wallet cli: print originating block heights of mixin keys when making transfer | kenshi84 | 2017-01-09 | 7 | -18/+175 |
| | |/ / | |||||
| * / / | Fix monero-wallet-cli compile | luigi1111 | 2017-01-08 | 1 | -1/+1 |
| |/ / | | | | | | | Not 100$ sure this is the right fix, nor whether address book entries from URL should be stored as addresses or URLs (or both with a check for change on payment). | ||||
| * | | Merge pull request #1542 | Riccardo Spagni | 2017-01-08 | 3 | -0/+8 |
| |\ \ | | | | | | | | | | 60fe1b61 Add parse_uri to wallet2_api (MoroccanMalinois) | ||||
| | * | | Add parse_uri to wallet2_api | MoroccanMalinois | 2017-01-08 | 3 | -0/+8 |
| | |/ | |||||
| * | | Merge pull request #1537 | Riccardo Spagni | 2017-01-08 | 5 | -86/+332 |
| |\ \ | | | | | | | | | | | | | c2135082 simplewallet: add a show_transfer <txid> command (moneromooo-monero) 19c4041d wallet_rpc_server: new RPC call to get a transfer by txid (moneromooo-monero) | ||||
