aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* common: stack trace: make clang happy with func ptrsredfish2016-07-101-9/+29
* wallet2_api: make this build (smatch needs .str() for /=)moneromooo-monero2016-07-071-1/+1
* Merge pull request #884Riccardo Spagni2016-07-061-0/+5
|\
| * allow peers without portmoneromooo-monero2016-07-031-0/+5
* | Merge pull request #883Riccardo Spagni2016-07-061-1/+10
|\ \
| * | daemon: print exception errors when failing to parse config filemoneromooo-monero2016-06-301-1/+10
| |/
* | Merge pull request #882Riccardo Spagni2016-07-061-0/+12
|\ \
| * | rpc: restrict number of fake outs requested in restricted rpc modemoneromooo-monero2016-06-291-0/+12
| |/
* | Merge pull request #879Riccardo Spagni2016-07-061-0/+1
|\ \
| * | simplewallet: mention the background refresh thread when startingmoneromooo-monero2016-06-221-0/+1
| |/
* | Merge pull request #878Riccardo Spagni2016-07-067-28/+146
|\ \
| * | wallet: add a fee multipliermoneromooo-monero2016-06-227-28/+146
| |/
* | Merge pull request #873Riccardo Spagni2016-07-061-0/+2
|\ \
| * | remove POSIX_C_SOURCE and remove dlfcn.h for static buildsluigi11112016-06-211-0/+2
| |/
* | CMake: GPL 'libutils' script removedIlya Kitaev2016-06-241-2/+4
* | Merge branch 'master' of https://github.com/mbg033/bitmoneroIlya Kitaev2016-06-234-12/+13
|\ \
| * | PendingTransactionImpl: pointer->referenceIlya Kitaev2016-06-222-4/+4
| * | commented regexIlya Kitaev2016-06-221-1/+1
| * | Typo fixedIlya Kitaev2016-06-221-1/+1
| * | Wallet::createTransaction: added mixin_count paramIlya Kitaev2016-06-203-10/+23
| * | double/string to monero integer convertion methodsIlya Kitaev2016-06-162-0/+19
| * | wallet::default_mixin exposed to public interface asIlya Kitaev2016-06-103-1/+22
| * | Wallet::filename, Wallet::keysFilename, tests for move walletIlya Kitaev2016-06-103-0/+29
| * | removed unused "using"Ilya Kitaev2016-06-031-1/+0
| * | Wallet API : WalletManager::findWallets() addedIlya Kitaev2016-06-034-4/+57
| * | Merge remote-tracking branch 'upstream/master'Ilya Kitaev2016-05-2716-794/+1284
| |\ \
| * | | installing wallet_api headerIlya Kitaev2016-05-271-2/+2
| * | | all wallet dependencies merged to single static libIlya Kitaev2016-05-271-2/+15
| * | | WalletListener::moneySpent testIlya Kitaev2016-05-162-2/+10
| * | | WalletListener::moneySpent(), WalletListener::moneyReceived()Ilya Kitaev2016-05-132-2/+22
| * | | i_wallet_callback: virtual dtorIlya Kitaev2016-05-131-0/+1
| * | | Merge remote-tracking branch 'upstream/master'Ilya Kitaev2016-05-1220-142/+1298
| |\ \ \
| * | | | started WalletListenerIlya Kitaev2016-05-053-1/+65
| * | | | TransactionHistory continuedIlya Kitaev2016-05-051-5/+0
| * | | | TransactionHistory continuedIlya Kitaev2016-04-295-12/+108
| * | | | merged with upstreamIlya Kitaev2016-04-265-3/+106
| * | | | Merge remote-tracking branch 'upstream/master' into developIlya Kitaev2016-04-2621-289/+955
| |\ \ \ \
| * | | | | Wallet API: transaction history in progressIlya Kitaev2016-04-224-7/+15
| * | | | | Wallet API : transaction history in progressIlya Kitaev2016-04-227-24/+71
| * | | | | transaction history api in progressIlya Kitaev2016-04-202-0/+42
| * | | | | transaction history api in progressIlya Kitaev2016-04-206-16/+68
| * | | | | api implementation splitted over separate filesIlya Kitaev2016-04-2013-315/+710
| * | | | | TransactionInfo / TransactionHistory APIs designIlya Kitaev2016-04-192-130/+188
| * | | | | TODOs for Transaction/Transfer interfaceIlya Kitaev2016-04-122-19/+25
| * | | | | Transaction API continuedIlya Kitaev2016-04-062-4/+21
| * | | | | Wallet::createTransaction API introducedIlya Kitaev2016-04-052-124/+183
| * | | | | Wallet::transfer() continuedIlya Kitaev2016-04-042-4/+159
| * | | | | Wallet::transfer in progressIlya Kitaev2016-04-032-1/+42
| * | | | | Wallet::refresh + testsIlya Kitaev2016-03-312-0/+16
| * | | | | "testnet" is default parameterIlya Kitaev2016-03-312-3/+11