aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change logging to easylogging++moneromooo-monero2017-01-1665-996/+785
* Merge pull request #1578Riccardo Spagni2017-01-151-1/+2
|\
| * macro to define core RPC version for avoiding future mistakekenshi842017-01-161-1/+2
* | Merge pull request #1581Riccardo Spagni2017-01-151-1/+1
|\ \
| * | blockchain_import: fix build after tx_pool::add_tx changesmoneromooo-monero2017-01-151-1/+1
| |/
* | Merge pull request #1561Riccardo Spagni2017-01-157-75/+70
|\ \ | |/ |/|
| * remove std::move from return statements (pessimizing-move warning)Chris Vickio2017-01-151-2/+2
| * change counter from bool to int (deprecated-increment-bool warning)Chris Vickio2017-01-151-1/+1
| * add extra braces around subobjects (missing-braces warning)Chris Vickio2017-01-141-64/+64
| * make struct/class declarations consistent (mismatched-tags warning)Chris Vickio2017-01-144-5/+3
| * remove unused fields from network_throttle (unused-private-field warning)Chris Vickio2017-01-141-3/+0
* | Merge pull request #1579Riccardo Spagni2017-01-151-1/+26
|\ \
| * | mnemonics: fix language detection with checksum wordmoneromooo-monero2017-01-151-1/+26
* | | Merge pull request #1577Riccardo Spagni2017-01-153-0/+36
|\ \ \
| * | | core: check block version for alt chains toomoneromooo-monero2017-01-143-0/+36
| |/ /
* | | Merge pull request #1576Riccardo Spagni2017-01-154-84/+148
|\ \ \
| * | | rct: split rct checks between semantics and othermoneromooo-monero2017-01-144-84/+148
* | | | Merge pull request #1574Riccardo Spagni2017-01-152-9/+36
|\ \ \ \
| * | | | wallet2: use at least two rct inputs if possiblemoneromooo-monero2017-01-142-9/+36
| |/ / /
* | | | Merge pull request #1573Riccardo Spagni2017-01-153-5/+7
|\ \ \ \
| * | | | fix timeout in check_connectionJaquee2017-01-143-5/+7
| |/ / /
* | | | Merge pull request #1571Riccardo Spagni2017-01-159-33/+50
|\ \ \ \
| * | | | fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-149-34/+51
| |/ / /
* | | | Merge pull request #1568Riccardo Spagni2017-01-157-1/+134
|\ \ \ \
| * | | | rpc: add a command to get info about the current blockchainmoneromooo-monero2017-01-137-1/+134
| |/ / /
* | | | Merge pull request #1567Riccardo Spagni2017-01-151-7/+13
|\ \ \ \
| * | | | wallet2: fix tx reroll not updating fee is going up a kB stepmoneromooo-monero2017-01-131-7/+13
| |/ / /
* | | | Merge pull request #1565Riccardo Spagni2017-01-151-0/+2
|\ \ \ \
| * | | | core: ensure block size limit is set from the startmoneromooo-monero2017-01-131-0/+2
| |/ / /
* | | | Merge pull request #1564Riccardo Spagni2017-01-153-6/+67
|\ \ \ \
| * | | | Wallet API: add key image import/export functionsJaquee2017-01-133-6/+67
| |/ / /
* | | | Merge pull request #1563Riccardo Spagni2017-01-152-21/+26
|\ \ \ \
| * | | | Prioritize older transactions in the mempoolMiguel Herranz2017-01-132-21/+26
| | |_|/ | |/| |
* | | | Merge pull request #1560Riccardo Spagni2017-01-153-1/+24
|\ \ \ \
| * | | | Wallet API: add rescanSpent()Jaquee2017-01-133-1/+24
| | |/ / | |/| |
* | | | Merge pull request #1552Riccardo Spagni2017-01-151-12/+42
|\ \ \ \
| * | | | Wallet API: support integrated addresses in address book.Jaquee2017-01-131-12/+42
| |/ / /
* | | | Merge pull request #1506Riccardo Spagni2017-01-158-32/+70
|\ \ \ \ | |_|_|/ |/| | |
| * | | Check for correct thread before ending batch transactionHoward Chu2017-01-151-0/+7
| * | | Must wait for previous batch to finish before starting new oneHoward Chu2017-01-141-1/+6
| * | | Don't cache block height, always get from DBHoward Chu2017-01-142-14/+29
| * | | Tweak default db-sync-mode to fast:async:1Howard Chu2017-01-141-4/+7
| * | | Use batch transactions when syncingHoward Chu2017-01-147-14/+22
* | | | account: fix build error involving std::max and different typesmoneromooo-monero2017-01-131-2/+6
| |/ / |/| |
* | | Merge pull request #1562Riccardo Spagni2017-01-133-79/+99
|\ \ \
| * | | Move key image export/import functions to wallet2Jaquee2017-01-133-79/+99
| | |/ | |/|
* | | Merge pull request #1559Riccardo Spagni2017-01-139-6/+73
|\ \ \
| * | | Wallet2 + API: Callbacks for unconfirmed transfersJaquee2017-01-129-6/+73
* | | | Merge pull request #1558Riccardo Spagni2017-01-131-4/+4
|\ \ \ \
| * | | | initialize timestamp to 0 and check for mktime() errorChris Vickio2017-01-121-4/+4
| | |/ / | |/| |