aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-10cmake: ARM: clang: make warning non-fatal: inline asmredfish1-0/+3
2016-07-10cmake: link with -latomic for clangredfish1-0/+5
2016-07-10cmake: include -ldl via cmake built-in varredfish1-4/+1
2016-07-10common: stack trace: make clang happy with func ptrsredfish1-9/+29
2016-07-10cmake: do not pass -stdlib=c++ to clang >=3.7redfish1-2/+4
2016-07-08Merge pull request #889Riccardo Spagni1-1/+1
2016-07-07wallet2_api: make this build (smatch needs .str() for /=)moneromooo-monero1-1/+1
2016-07-06Merge pull request #885Riccardo Spagni1-2/+1
2016-07-06Merge pull request #884Riccardo Spagni2-4/+14
2016-07-06Merge pull request #883Riccardo Spagni1-1/+10
2016-07-06Merge pull request #882Riccardo Spagni1-0/+12
2016-07-06Merge pull request #879Riccardo Spagni1-0/+1
2016-07-06Merge pull request #878Riccardo Spagni7-28/+146
2016-07-06Merge pull request #877Riccardo Spagni2-16/+16
2016-07-06Merge pull request #876Riccardo Spagni1-1/+1
2016-07-06Merge pull request #875Riccardo Spagni2-15/+32
2016-07-06Merge pull request #873Riccardo Spagni2-1/+3
2016-07-06Merge pull request #872Riccardo Spagni31-452/+2572
2016-07-03updated README to reflect Windows changesRiccardo Spagni1-2/+1
2016-07-03allow peers without portmoneromooo-monero2-4/+14
2016-06-30daemon: print exception errors when failing to parse config filemoneromooo-monero1-1/+10
2016-06-29rpc: restrict number of fake outs requested in restricted rpc modemoneromooo-monero1-0/+12
2016-06-24CMake: GPL 'libutils' script removedIlya Kitaev5-407/+16
2016-06-23makefile: remove unnecessary ARM-specific targetsredfish1-8/+0
2016-06-23Merge branch 'master' of https://github.com/mbg033/bitmoneroIlya Kitaev5-23/+19
2016-06-23WalletManager::findWallets: searching by "keys" files instead ofIlya Kitaev1-5/+3
2016-06-23Wallet: payment id and integrated addressIlya Kitaev4-14/+144
2016-06-23PendingTransactionImpl: pointer->referenceIlya Kitaev2-4/+4
2016-06-23commented regexIlya Kitaev1-1/+1
2016-06-23Typo fixedIlya Kitaev1-1/+1
2016-06-23Wallet::createTransaction: added mixin_count paramIlya Kitaev4-11/+63
2016-06-23double/string to monero integer convertion methodsIlya Kitaev3-2/+33
2016-06-23wallet::default_mixin exposed to public interface asIlya Kitaev4-1/+24
2016-06-23Wallet::filename, Wallet::keysFilename, tests for move walletIlya Kitaev4-0/+58
2016-06-23removed unused "using"Ilya Kitaev1-1/+0
2016-06-23Wallet API : WalletManager::findWallets() addedIlya Kitaev8-19/+86
2016-06-23scripts for faster test wallets generationIlya Kitaev11-19/+120
2016-06-23regenerated test wallets, basic functions got brokenIlya Kitaev1-17/+20
2016-06-23installing wallet_api headerIlya Kitaev1-2/+2
2016-06-23cmake: BUILD_TESTS as option explicitly; added missed dependencyIlya Kitaev1-0/+3
2016-06-23cmake libutils dependency addedIlya Kitaev1-0/+46
2016-06-23all wallet dependencies merged to single static libIlya Kitaev4-2/+491
2016-06-23WalletListener::moneyReceived testIlya Kitaev1-12/+38
2016-06-23WalletListener::moneySpent testIlya Kitaev3-55/+164
2016-06-23WalletListener::moneySpent(), WalletListener::moneyReceived()Ilya Kitaev2-2/+22
2016-06-23i_wallet_callback: virtual dtorIlya Kitaev1-0/+1
2016-06-23started WalletListenerIlya Kitaev3-1/+65
2016-06-23TransactionHistory continuedIlya Kitaev6-24/+159
2016-06-23merged with upstreamIlya Kitaev5-3/+106
2016-06-23Wallet API : transaction history in progressIlya Kitaev8-32/+115
2016-06-23transaction history api in progressIlya Kitaev7-16/+110
2016-06-23api implementation splitted over separate filesIlya Kitaev13-315/+710
2016-06-23TransactionInfo / TransactionHistory APIs designIlya Kitaev2-130/+188
2016-06-23Wallet::createTransaction API introducedIlya Kitaev3-135/+225
2016-06-23Wallet::transfer in progressIlya Kitaev3-2/+214
2016-06-23Wallet::refresh + testsIlya Kitaev3-0/+28
2016-06-23"testnet" is default parameterIlya Kitaev2-3/+11
2016-06-23testnet option, Wallet::balance(), Wallet::unlockedBalance()Ilya Kitaev3-17/+27
2016-06-23- testnet option added to api;Ilya Kitaev5-37/+98
2016-06-23wallet2::store() implemented within wallet2::store_toIlya Kitaev4-69/+87
2016-06-22simplewallet: mention the background refresh thread when startingmoneromooo-monero1-0/+1
2016-06-22wallet: add a fee multipliermoneromooo-monero7-28/+146
2016-06-22contrib: epee: add missing noexcept spec to class declredfish1-1/+1
2016-06-22PendingTransactionImpl: pointer->referenceIlya Kitaev2-4/+4
2016-06-22commented regexIlya Kitaev1-1/+1
2016-06-22Typo fixedIlya Kitaev1-1/+1
2016-06-21cmake: disable AES on ARMredfish1-1/+3
2016-06-21cmake: initialize ARCH for native buildsredfish1-1/+6
2016-06-21cmake: remove repetitive code in handling of NO_AESredfish1-7/+8
2016-06-21readme: move license to separate file for packagingredfish2-15/+32
2016-06-21remove POSIX_C_SOURCE and remove dlfcn.h for static buildsluigi11112-1/+3
2016-06-21Merge pull request #870Riccardo Spagni1-2/+6
2016-06-21Merge pull request #869Riccardo Spagni1-2/+2
2016-06-21Merge pull request #867Riccardo Spagni2-0/+25
2016-06-21Merge pull request #868Riccardo Spagni2-2/+3
2016-06-20gmtime for Windowsluigi11111-2/+6
2016-06-20More fixing for WindowsiDunk1-1/+1
2016-06-20CMakeLists.txt: fix build for mingwiDunk1-1/+1
2016-06-20Wallet::createTransaction: added mixin_count paramIlya Kitaev4-11/+63
2016-06-20common: fix build without libunwindmoneromooo-monero1-2/+2
2016-06-20CMakeLists: fix build without libunwindmoneromooo-monero1-0/+1
2016-06-20simplewallet: add a status commandmoneromooo-monero2-0/+25
2016-06-20Merge pull request #865Riccardo Spagni1-0/+25
2016-06-20cmake: add missing FindLibunwind.cmakemoneromooo-monero1-0/+25
2016-06-19Merge pull request #863Riccardo Spagni1-1/+1
2016-06-19Merge pull request #862Riccardo Spagni2-11/+13
2016-06-19Merge pull request #857Riccardo Spagni1-4/+0
2016-06-19Merge pull request #856Riccardo Spagni2-2/+14
2016-06-19Merge pull request #846Riccardo Spagni11-21/+16
2016-06-19Merge pull request #775Riccardo Spagni6-4/+190
2016-06-19wallet_rpc_server: fix some string values being returned between <>moneromooo-monero1-10/+10
2016-06-19Require 64/16 characters for payment idsmoneromooo-monero1-1/+3
2016-06-16double/string to monero integer convertion methodsIlya Kitaev3-2/+33
2016-06-10rpc: fix getblock RPC sending blob as binary, not hex dumpmoneromooo-monero1-1/+1
2016-06-10wallet::default_mixin exposed to public interface asIlya Kitaev4-1/+24
2016-06-10Wallet::filename, Wallet::keysFilename, tests for move walletIlya Kitaev4-0/+58
2016-06-07Fix Issue #855Howard Chu1-4/+0
2016-06-06cn_deserialize: add minergate datamoneromooo-monero1-0/+1
2016-06-06cn_deserialize: print extra nonce as hex datamoneromooo-monero1-1/+1
2016-06-06tx_extra: parse new chunk added by minergateblashyrkh1-1/+12
2016-06-03Merge pull request #854Riccardo Spagni1-0/+18
2016-06-03Merge pull request #850Riccardo Spagni1-2/+5
2016-06-03removed unused "using"Ilya Kitaev1-1/+0
2016-06-03Wallet API : WalletManager::findWallets() addedIlya Kitaev8-19/+86
2016-06-01scripts for faster test wallets generationIlya Kitaev11-19/+120
2016-05-28readme: notes on config file and fg/bg run moderedfish1-0/+18
2016-05-27regenerated test wallets, basic functions got brokenIlya Kitaev1-17/+20
2016-05-27Merge remote-tracking branch 'upstream/master'Ilya Kitaev28-830/+1409
2016-05-27installing wallet_api headerIlya Kitaev1-2/+2
2016-05-27cmake: BUILD_TESTS as option explicitly; added missed dependencyIlya Kitaev1-0/+3
2016-05-27cmake libutils dependency addedIlya Kitaev1-0/+46
2016-05-27all wallet dependencies merged to single static libIlya Kitaev4-2/+491
2016-05-25crypto: slow-hash: disable mul implemented in asm for ARMredfish1-2/+5
2016-05-18fix: error: -Werror=misleading-indentationmoneroexample1-1/+3
2016-05-18contrib: epee: add exception spec to throwing destructorsredfish3-3/+3
2016-05-18src: p2p: add exception spec to throwing destructorsredfish4-4/+4
2016-05-18crypto: slow-hash: fix misleading indentredfish1-1/+1
2016-05-18crypto: slow-hash: remove unused hash list for ARMredfish1-4/+0
2016-05-18crypto: oaes_lib: remove unused _NR arrayredfish1-4/+0
2016-05-18crypto: fix compile error: use named type in sizeofredfish1-4/+5
2016-05-17Merge pull request #842Riccardo Spagni4-4/+11
2016-05-17Merge pull request #840Riccardo Spagni2-6/+8
2016-05-17Merge pull request #837Riccardo Spagni1-1/+9
2016-05-17Merge pull request #831Riccardo Spagni11-31/+121
2016-05-17Merge pull request #827Riccardo Spagni3-19/+31
2016-05-17WalletListener::moneyReceived testIlya Kitaev1-12/+38
2016-05-16Restrict also 'get_connections' and 'getbans' APIs.osensei1-2/+2
2016-05-16WalletListener::moneySpent testIlya Kitaev3-55/+164
2016-05-15crypto: make clear generate_random_bytes is not thread safemoneromooo-monero4-4/+11
2016-05-14Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...osensei2-4/+6
2016-05-13WalletListener::moneySpent(), WalletListener::moneyReceived()Ilya Kitaev2-2/+22
2016-05-13i_wallet_callback: virtual dtorIlya Kitaev1-0/+1
2016-05-12Merge remote-tracking branch 'upstream/master'Ilya Kitaev22-146/+1306
2016-05-11Update README with TAILS instructionsdEBRUYNE-11-1/+9
2016-05-05started WalletListenerIlya Kitaev3-1/+65
2016-05-05TransactionHistory continuedIlya Kitaev1-5/+0
2016-05-01tests: fix tests broken by the removal of the block reward accumulation loopmoneromooo-monero6-24/+18
2016-05-01cn_deserialize: deserialize tx_extra toomoneromooo-monero1-0/+21
2016-05-01unit_tests: add a write_varint/read_varint testmoneromooo-monero2-1/+68
2016-05-01unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typomoneromooo-monero1-1/+1
2016-05-01core: move tx_extra parsing errors to log level 1moneromooo-monero2-5/+13
2016-04-29Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni7-769/+1229
2016-04-29Only log 1/N skipped blocksHoward Chu1-2/+4
2016-04-29Move refresh height to keys file from cache fileHoward Chu2-1/+8
2016-04-29Make fast_refresh interruptibleHoward Chu1-2/+3
2016-04-29Set refresh height earlierHoward Chu1-13/+15
2016-04-29TransactionHistory continuedIlya Kitaev6-23/+163
2016-04-29Merge pull request #826Riccardo Spagni1-27/+44
2016-04-29Merge pull request #825Riccardo Spagni8-7/+47
2016-04-29Merge pull request #824Riccardo Spagni2-2/+12
2016-04-29Fix 19fe8ae3ef1aa46ae8fdd4e4d6862510390ddab7Howard Chu1-2/+2
2016-04-28Print stack trace on exceptionsmoneromooo-monero5-2/+188
2016-04-28simplewallet: display all settings on set with no argumentsmoneromooo-monero1-27/+44
2016-04-28add a --max-concurrency flagmoneromooo-monero8-7/+47
2016-04-27wallet: add a filter_by_height field to get_transfersmoneromooo-monero2-2/+12
2016-04-27Merge pull request #823Riccardo Spagni1-1/+1
2016-04-27Merge pull request #822Riccardo Spagni3-0/+151
2016-04-27Merge pull request #821Riccardo Spagni1-1/+5
2016-04-26simplewallet: fix pending transfers fee display in show_transfersmoneromooo-monero1-1/+1
2016-04-26simplewallet: more threading fixesmoneromooo-monero1-1/+5
2016-04-26wallet: add get_transfers rpc callmoneromooo-monero3-0/+151
2016-04-26Merge pull request #816Riccardo Spagni8-15/+236
2016-04-26wallet: allow attaching notes to txidsmoneromooo-monero8-4/+193
2016-04-26wallet: add GMT timestamps to transfers/paymentsmoneromooo-monero3-14/+46
2016-04-26Merge pull request #819Riccardo Spagni1-1/+1
2016-04-26Merge pull request #817Riccardo Spagni2-11/+45
2016-04-26Merge pull request #815Riccardo Spagni7-63/+531
2016-04-26Merge pull request #814Riccardo Spagni3-13/+40
2016-04-26Merge pull request #813Riccardo Spagni1-1/+6
2016-04-26Merge pull request #812Riccardo Spagni2-3/+7
2016-04-26Merge pull request #811Riccardo Spagni2-5/+8
2016-04-26Merge pull request #806Riccardo Spagni8-0/+176
2016-04-26merged with upstreamIlya Kitaev5-3/+106
2016-04-26Merge remote-tracking branch 'upstream/master' into developIlya Kitaev29-305/+1044
2016-04-24Another take on migrationHoward Chu2-582/+106
2016-04-24random: call abort(3) instead of assert in must_succeed macromoneromooo-monero1-1/+1
2016-04-22Wallet API: transaction history in progressIlya Kitaev5-11/+19
2016-04-22Wallet API : transaction history in progressIlya Kitaev8-25/+100
2016-04-21simplewallet: some background refresh threading fixesmoneromooo-monero2-11/+45
2016-04-20transaction history api in progressIlya Kitaev2-0/+42
2016-04-20transaction history api in progressIlya Kitaev6-16/+68
2016-04-20api implementation splitted over separate filesIlya Kitaev13-315/+710
2016-04-19wallet: add a new sweep_all command and RPC commandmoneromooo-monero7-63/+531
2016-04-19TransactionInfo / TransactionHistory APIs designIlya Kitaev2-130/+188
2016-04-18 modified: src/wallet/wallet2.cppawfulcrawler2-5/+6
2016-04-18 modified: src/simplewallet/simplewallet.cppawfulcrawler3-13/+39
2016-04-18Merge pull request #1 from monero-project/masterAwfulCrawler17-128/+287
2016-04-17Add --restore-height optionHoward Chu2-0/+25
2016-04-17Speed up new wallet refreshHoward Chu1-0/+6
2016-04-17Add GET_HASHES_FAST rpc, use it in walletHoward Chu6-0/+145
2016-04-17blockchain: add missing overflow check for already generated coinsmoneromooo-monero1-1/+5
2016-04-17blockchain: update cumulative block limit when popping a blockmoneromooo-monero1-0/+1
2016-04-17abstract_tcp_server2: fix send queue limit warning spammoneromooo-monero1-1/+1
2016-04-17abstract_tcp_server2: avoid deadlock waiting for send queue to drainmoneromooo-monero1-2/+5
2016-04-17net_node: fix connection leak when ping fails with bad responsemoneromooo-monero1-0/+1
2016-04-17tests: fix compile failure on wallet2::transfermoneromooo-monero1-1/+2
2016-04-17wallet2: move output selection api publicmoneromooo-monero1-4/+6
2016-04-14Merge pull request #803Riccardo Spagni1-2/+13
2016-04-14Merge pull request #786Riccardo Spagni1-0/+4
2016-04-14Merge pull request #785Riccardo Spagni1-5/+66