aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing includeMiguel Herranz2017-02-021-0/+2
* Merge pull request #1634Riccardo Spagni2017-02-022-4/+4
|\
| * Fix invalid + of std::string and intTimothy D. Prime2017-01-262-4/+4
* | Merge pull request #1631Riccardo Spagni2017-02-021-4/+8
|\ \
| * | Blockfill - Sort tx pool correctlyAlexis Enston2017-01-251-2/+2
| * | Blockfill - Take TX fees into account properlyAlexis Enston2017-01-251-1/+1
| * | Consider empty block when filling with TXsAlexis Enston2017-01-251-1/+5
| |/
* | Merge pull request #1629Riccardo Spagni2017-02-0210-121/+90
|\ \
| * | Updates to epee HTTP client codeLee Clagett2017-01-2510-121/+90
| |/
* | Merge pull request #1628Riccardo Spagni2017-02-021-0/+1
|\ \
| * | Clear feedback to user when daemon has stopped successfullyNanoAkron2017-01-251-0/+1
| |/
* | Merge pull request #1627Riccardo Spagni2017-02-025-29/+48
|\ \
| * | moved get_account_address_from_str_or_url from libcommon to libcryptonote_corekenshi842017-01-245-29/+48
| |/
* | Merge pull request #1624Riccardo Spagni2017-02-021-0/+1
|\ \
| * | rpc: fix bc_dyn_stats not setting grace blocksmoneromooo-monero2017-01-231-0/+1
* | | Merge pull request #1617Riccardo Spagni2017-02-0220-94/+84
|\ \ \
| * | | Remove boost/foreach.cpp includesMiguel Herranz2017-01-2212-12/+0
| * | | Replace BOOST_REVERSE_FOREACH with ranged forMiguel Herranz2017-01-222-4/+6
| * | | Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz2017-01-2212-78/+78
| |/ /
* | | Merge pull request #1637luigi11112017-01-301-1/+1
|\ \ \
| * | | Fix clang build failure, caused by mixing C and C++Timothy D. Prime2017-01-261-1/+1
| | |/ | |/|
* | | Merge pull request 1635luigi11112017-01-305-0/+178
|\ \ \
| * | | Wallet API: Create wallet from keysJaquee2017-01-305-0/+178
* | | | wallet_rpc_server: fix short payment id validation in transfermoneromooo-monero2017-01-291-1/+1
|/ / /
* | | Merge pull request #1618luigi11112017-01-272-0/+2
|\ \ \ | |/ / |/| |
| * | Wallet api: testnet getter=2017-01-222-0/+2
| |/
* | Merge pull request #1622Riccardo Spagni2017-01-231-3/+0
|\ \
| * | Remove unreachable returnsMiguel Herranz2017-01-231-3/+0
| |/
* | Merge pull request #1621Riccardo Spagni2017-01-231-1/+1
|\ \
| * | fixed typo: monero-wallet-cli,logkenshi842017-01-231-1/+1
* | | Update log messages to reflect fact we no longer need to type `exit` to save ...NanoAkron2017-01-232-10/+6
| |/ |/|
* | protocol: log received messages in a separate categorymoneromooo-monero2017-01-221-8/+10
* | Merge pull request #1615Riccardo Spagni2017-01-222-0/+10
|\ \
| * | core: cache tx hashes of failing semantics txesmoneromooo-monero2017-01-222-0/+10
* | | Merge pull request #1612Riccardo Spagni2017-01-221-3/+50
|\ \ \
| * | | wallet2: fix sending a rct tx with a single output availablemoneromooo-monero2017-01-221-3/+50
| |/ /
* | | Merge pull request #1610Riccardo Spagni2017-01-225-9/+16
|\ \ \
| * | | rpc: fix orphan_status when getting blocksmoneromooo-monero2017-01-225-9/+16
| |/ /
* | | Merge pull request #1609Riccardo Spagni2017-01-223-2/+19
|\ \ \
| * | | p2p: always recreate a new peer id on startupmoneromooo-monero2017-01-223-2/+19
| |/ /
* | | Merge pull request #1606Riccardo Spagni2017-01-221-3/+3
|\ \ \
| * | | p2p: show ban/unban logs by default againmoneromooo-monero2017-01-211-3/+3
| |/ /
* | | Merge pull request #1605Riccardo Spagni2017-01-222-17/+29
|\ \ \
| * | | core: early out in handle_incoming_tx if already in pool or blockchainmoneromooo-monero2017-01-211-0/+12
| * | | ringct: reorder a bit to check quicker tests firstmoneromooo-monero2017-01-211-17/+17
| |/ /
* | | Merge pull request #1604Riccardo Spagni2017-01-221-1/+1
|\ \ \
| * | | Make stack trace show up in log file with default settingsmoneromooo-monero2017-01-211-1/+1
| |/ /
* | | Rename method to get_random_gray_peerMiguel Herranz2017-01-212-4/+4
* | | Fix logging that broke after rebasingMiguel Herranz2017-01-211-1/+1
* | | Use set_peer_just_seen to keep last_seen updatedMiguel Herranz2017-01-211-1/+1