aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Wallet::createTransaction API introducedIlya Kitaev2016-06-232-132/+214
* Wallet::transfer in progressIlya Kitaev2016-06-232-2/+198
* Wallet::refresh + testsIlya Kitaev2016-06-232-0/+16
* "testnet" is default parameterIlya Kitaev2016-06-232-3/+11
* testnet option, Wallet::balance(), Wallet::unlockedBalance()Ilya Kitaev2016-06-232-6/+15
* - testnet option added to api;Ilya Kitaev2016-06-234-13/+54
* wallet2::store() implemented within wallet2::store_toIlya Kitaev2016-06-233-69/+62
* Merge pull request #870Riccardo Spagni2016-06-211-2/+6
|\
| * gmtime for Windowsluigi11112016-06-201-2/+6
* | Merge pull request #867Riccardo Spagni2016-06-212-0/+25
|\ \
| * | simplewallet: add a status commandmoneromooo-monero2016-06-202-0/+25
* | | Merge pull request #868Riccardo Spagni2016-06-211-2/+2
|\ \ \ | |_|/ |/| |
| * | common: fix build without libunwindmoneromooo-monero2016-06-201-2/+2
* | | Merge pull request #863Riccardo Spagni2016-06-191-1/+1
|\ \ \
| * | | rpc: fix getblock RPC sending blob as binary, not hex dumpmoneromooo-monero2016-06-101-1/+1
| | |/ | |/|
* | | Merge pull request #862Riccardo Spagni2016-06-191-10/+10
|\ \ \
| * | | wallet_rpc_server: fix some string values being returned between <>moneromooo-monero2016-06-191-10/+10
| |/ /
* | | Merge pull request #856Riccardo Spagni2016-06-192-2/+14
|\ \ \
| * | | cn_deserialize: add minergate datamoneromooo-monero2016-06-061-0/+1
| * | | cn_deserialize: print extra nonce as hex datamoneromooo-monero2016-06-061-1/+1
| * | | tx_extra: parse new chunk added by minergateblashyrkh2016-06-061-1/+12
| |/ /
* | | Merge pull request #846Riccardo Spagni2016-06-197-17/+10
|\ \ \
| * | | src: p2p: add exception spec to throwing destructorsredfish2016-05-184-4/+4
| * | | crypto: slow-hash: fix misleading indentredfish2016-05-181-1/+1
| * | | crypto: slow-hash: remove unused hash list for ARMredfish2016-05-181-4/+0
| * | | crypto: oaes_lib: remove unused _NR arrayredfish2016-05-181-4/+0
| * | | crypto: fix compile error: use named type in sizeofredfish2016-05-181-4/+5
* | | | Merge pull request #775Riccardo Spagni2016-06-195-4/+172
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Print stack trace on exceptionsmoneromooo-monero2016-04-284-2/+170
| * | connection_basic: avoid gratuitous exceptionmoneromooo-monero2016-03-281-2/+2
* | | crypto: slow-hash: disable mul implemented in asm for ARMredfish2016-05-251-2/+5
| |/ |/|
* | Merge pull request #842Riccardo Spagni2016-05-174-4/+11
|\ \
| * | crypto: make clear generate_random_bytes is not thread safemoneromooo-monero2016-05-154-4/+11
* | | Merge pull request #840Riccardo Spagni2016-05-171-4/+4
|\ \ \
| * | | Restrict also 'get_connections' and 'getbans' APIs.osensei2016-05-161-2/+2
| * | | Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res...osensei2016-05-141-2/+2
| |/ /
* | | Merge pull request #831Riccardo Spagni2016-05-173-5/+26
|\ \ \
| * | | tests: fix tests broken by the removal of the block reward accumulation loopmoneromooo-monero2016-05-011-1/+1
| * | | cn_deserialize: deserialize tx_extra toomoneromooo-monero2016-05-011-0/+21
| * | | core: move tx_extra parsing errors to log level 1moneromooo-monero2016-05-011-4/+4
| |/ /
* | | Merge pull request #827Riccardo Spagni2016-05-173-19/+31
|\ \ \
| * | | Only log 1/N skipped blocksHoward Chu2016-04-291-2/+4
| * | | Move refresh height to keys file from cache fileHoward Chu2016-04-292-1/+8
| * | | Make fast_refresh interruptibleHoward Chu2016-04-291-2/+3
| * | | Set refresh height earlierHoward Chu2016-04-291-13/+15
| * | | Fix 19fe8ae3ef1aa46ae8fdd4e4d6862510390ddab7Howard Chu2016-04-291-2/+2
* | | | Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni2016-04-295-762/+1212
|\ \ \ \ | |_|/ / |/| | |
| * | | Another take on migrationHoward Chu2016-04-242-580/+104
| * | | MigrationHoward Chu2016-04-082-5/+1049
| * | | Merge branch 'performance' into masterHoward Chu2016-04-055-748/+630
| |\ \ \