Age | Commit message (Expand) | Author | Files | Lines |
2016-08-12 | daemon: print time to next fork | moneromooo-monero | 5 | -2/+50 |
2016-08-11 | Merge pull request #948 | Riccardo Spagni | 15 | -77/+342 |
2016-08-11 | Fake outs set is now decided by the wallet | moneromooo-monero | 12 | -59/+301 |
2016-08-11 | Merge pull request #953 | Riccardo Spagni | 1 | -2/+1 |
2016-08-11 | Merge pull request #952 | Riccardo Spagni | 2 | -4/+9 |
2016-08-11 | Merge pull request #949 | Riccardo Spagni | 2 | -69/+64 |
2016-08-11 | Merge pull request #947 | Riccardo Spagni | 1 | -1/+2 |
2016-08-11 | Merge pull request #943 | Riccardo Spagni | 4 | -53/+106 |
2016-08-10 | db_lmdb: errors dropping hf starting height db on reset are not fatal | moneromooo-monero | 1 | -2/+1 |
2016-08-09 | Better fix (#4) | hyc | 2 | -4/+9 |
2016-08-09 | fix restore-deterministic height | luigi1111 | 1 | -2/+2 |
2016-08-07 | simplewallet: make the refresh thread into more generic idle thread | moneromooo-monero | 2 | -69/+64 |
2016-08-04 | wallet2: if importing key images fails, print failure index | moneromooo-monero | 1 | -1/+2 |
2016-08-01 | new unlocked parameter to output_histogram | moneromooo-monero | 9 | -18/+41 |
2016-08-01 | Fix #864 | guzzi_jones | 4 | -53/+106 |
2016-07-28 | cmake: cleanup logic that sets flags per target/subdir | redfish | 1 | -0/+12 |
2016-07-27 | Merge pull request #937 | Riccardo Spagni | 3 | -7/+11 |
2016-07-27 | Merge pull request #936 | Riccardo Spagni | 2 | -15/+32 |
2016-07-27 | cmake,common: flag for stack trace | redfish | 3 | -7/+11 |
2016-07-26 | db_lmdb: add some missing api call checks | moneromooo-monero | 1 | -14/+31 |
2016-07-26 | core_rpc_server: fix gray/white peer list mixup | moneromooo-monero | 1 | -1/+1 |
2016-07-26 | Merge pull request #928 | Riccardo Spagni | 8 | -1/+364 |
2016-07-25 | hardfork: fix off by one in rescaning fork state after restart | moneromooo-monero | 1 | -3/+8 |
2016-07-24 | wallet: new {ex,im}port_key_images commands and RPC calls | moneromooo-monero | 8 | -1/+364 |
2016-07-23 | cmake: wallet: libunbound is not always static | redfish | 1 | -22/+4 |
2016-07-23 | Merge pull request #923 | Riccardo Spagni | 1 | -0/+1 |
2016-07-23 | Merge pull request #916 | Riccardo Spagni | 5 | -54/+243 |
2016-07-23 | Merge pull request #915 | Riccardo Spagni | 5 | -30/+251 |
2016-07-23 | Merge pull request #910 | Riccardo Spagni | 1 | -0/+2 |
2016-07-22 | simplewallet: suggest removing cache when loading fails | moneromooo-monero | 1 | -0/+1 |
2016-07-20 | wallet: add unconfirmed incoming txes from the txpool | moneromooo-monero | 5 | -54/+243 |
2016-07-20 | simplewallet: revert to foreground refresh at startup | moneromooo-monero | 1 | -0/+2 |
2016-07-20 | Merge pull request #914 | Riccardo Spagni | 1 | -2/+2 |
2016-07-20 | Merge pull request #911 | Riccardo Spagni | 8 | -155/+8 |
2016-07-20 | Merge pull request #904 | Riccardo Spagni | 1 | -9/+29 |
2016-07-20 | Merge pull request #902 | Riccardo Spagni | 7 | -18/+84 |
2016-07-20 | Merge pull request #900 | Riccardo Spagni | 2 | -5/+3 |
2016-07-20 | Merge pull request #899 | Riccardo Spagni | 1 | -1/+8 |
2016-07-20 | Merge pull request #897 | Riccardo Spagni | 1 | -14/+0 |
2016-07-19 | wallet: add command and RPC to sign/verify data | moneromooo-monero | 8 | -1/+194 |
2016-07-18 | refreshing wallet even if error happened | Ilya Kitaev | 2 | -6/+18 |
2016-07-18 | wallet_api: async init, Wallet::connected status, log level | Ilya Kitaev | 4 | -18/+91 |
2016-07-18 | libwallet_api cmake: conditionally creating libwallet_merged2 only for | Ilya Kitaev | 2 | -9/+17 |
2016-07-18 | wallet_api: segfault on refresh fixed | Ilya Kitaev | 2 | -5/+9 |
2016-07-18 | WalletListener functionality | Ilya Kitaev | 3 | -13/+105 |
2016-07-18 | hack to successfull linking for MSYS2 | Ilya Kitaev | 1 | -2/+6 |
2016-07-18 | Transaction fee multiplier aka priority integraged | Ilya Kitaev | 3 | -4/+25 |
2016-07-18 | Wallet::paymentIdValid | Ilya Kitaev | 2 | -0/+7 |
2016-07-17 | wallet2_api: use uint64_t for amounts | moneromooo-monero | 1 | -2/+2 |
2016-07-13 | remove hf_starting_height db | moneromooo-monero | 8 | -155/+8 |
2016-07-10 | common: stack trace: make clang happy with func ptrs | redfish | 1 | -9/+29 |
2016-07-10 | Add a daemon RPC version, and make simplewallet check it | moneromooo-monero | 7 | -18/+84 |
2016-07-10 | daemon: fix ban seconds being misinterpreted as absolute | moneromooo-monero | 1 | -3/+1 |
2016-07-10 | rpc: fix get_bans and set_bans RPC names, they were missing a _ | moneromooo-monero | 1 | -2/+2 |
2016-07-10 | wallet_rpc_server: add payment id from integrated addresses to extra | moneromooo-monero | 1 | -1/+8 |
2016-07-09 | daemonizer: posix: keep parent's working dir and umask | redfish | 1 | -14/+0 |
2016-07-07 | wallet2_api: make this build (smatch needs .str() for /=) | moneromooo-monero | 1 | -1/+1 |
2016-07-06 | Merge pull request #884 | Riccardo Spagni | 1 | -0/+5 |
2016-07-06 | Merge pull request #883 | Riccardo Spagni | 1 | -1/+10 |
2016-07-06 | Merge pull request #882 | Riccardo Spagni | 1 | -0/+12 |
2016-07-06 | Merge pull request #879 | Riccardo Spagni | 1 | -0/+1 |
2016-07-06 | Merge pull request #878 | Riccardo Spagni | 7 | -28/+146 |
2016-07-06 | Merge pull request #873 | Riccardo Spagni | 1 | -0/+2 |
2016-07-03 | allow peers without port | moneromooo-monero | 1 | -0/+5 |
2016-06-30 | daemon: print exception errors when failing to parse config file | moneromooo-monero | 1 | -1/+10 |
2016-06-29 | rpc: restrict number of fake outs requested in restricted rpc mode | moneromooo-monero | 1 | -0/+12 |
2016-06-24 | CMake: GPL 'libutils' script removed | Ilya Kitaev | 1 | -2/+4 |
2016-06-23 | Merge branch 'master' of https://github.com/mbg033/bitmonero | Ilya Kitaev | 4 | -12/+13 |
2016-06-23 | WalletManager::findWallets: searching by "keys" files instead of | Ilya Kitaev | 1 | -5/+3 |
2016-06-23 | Wallet: payment id and integrated address | Ilya Kitaev | 3 | -11/+68 |
2016-06-23 | PendingTransactionImpl: pointer->reference | Ilya Kitaev | 2 | -4/+4 |
2016-06-23 | commented regex | Ilya Kitaev | 1 | -1/+1 |
2016-06-23 | Typo fixed | Ilya Kitaev | 1 | -1/+1 |
2016-06-23 | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 3 | -10/+23 |
2016-06-23 | double/string to monero integer convertion methods | Ilya Kitaev | 2 | -0/+19 |
2016-06-23 | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 3 | -1/+22 |
2016-06-23 | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 3 | -0/+29 |
2016-06-23 | removed unused "using" | Ilya Kitaev | 1 | -1/+0 |
2016-06-23 | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 4 | -4/+57 |
2016-06-23 | installing wallet_api header | Ilya Kitaev | 1 | -2/+2 |
2016-06-23 | all wallet dependencies merged to single static lib | Ilya Kitaev | 1 | -2/+15 |
2016-06-23 | WalletListener::moneySpent test | Ilya Kitaev | 2 | -2/+10 |
2016-06-23 | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 2 | -2/+22 |
2016-06-23 | i_wallet_callback: virtual dtor | Ilya Kitaev | 1 | -0/+1 |
2016-06-23 | started WalletListener | Ilya Kitaev | 3 | -1/+65 |
2016-06-23 | TransactionHistory continued | Ilya Kitaev | 5 | -13/+104 |
2016-06-23 | merged with upstream | Ilya Kitaev | 5 | -3/+106 |
2016-06-23 | Wallet API : transaction history in progress | Ilya Kitaev | 7 | -32/+87 |
2016-06-23 | transaction history api in progress | Ilya Kitaev | 7 | -16/+110 |
2016-06-23 | api implementation splitted over separate files | Ilya Kitaev | 13 | -315/+710 |
2016-06-23 | TransactionInfo / TransactionHistory APIs design | Ilya Kitaev | 2 | -130/+188 |
2016-06-23 | Wallet::createTransaction API introduced | Ilya Kitaev | 2 | -132/+214 |
2016-06-23 | Wallet::transfer in progress | Ilya Kitaev | 2 | -2/+198 |
2016-06-23 | Wallet::refresh + tests | Ilya Kitaev | 2 | -0/+16 |
2016-06-23 | "testnet" is default parameter | Ilya Kitaev | 2 | -3/+11 |
2016-06-23 | testnet option, Wallet::balance(), Wallet::unlockedBalance() | Ilya Kitaev | 2 | -6/+15 |
2016-06-23 | - testnet option added to api; | Ilya Kitaev | 4 | -13/+54 |
2016-06-23 | wallet2::store() implemented within wallet2::store_to | Ilya Kitaev | 3 | -69/+62 |
2016-06-22 | simplewallet: mention the background refresh thread when starting | moneromooo-monero | 1 | -0/+1 |
2016-06-22 | wallet: add a fee multiplier | moneromooo-monero | 7 | -28/+146 |
2016-06-22 | PendingTransactionImpl: pointer->reference | Ilya Kitaev | 2 | -4/+4 |
2016-06-22 | commented regex | Ilya Kitaev | 1 | -1/+1 |
2016-06-22 | Typo fixed | Ilya Kitaev | 1 | -1/+1 |
2016-06-21 | remove POSIX_C_SOURCE and remove dlfcn.h for static builds | luigi1111 | 1 | -0/+2 |
2016-06-21 | Merge pull request #870 | Riccardo Spagni | 1 | -2/+6 |
2016-06-21 | Merge pull request #867 | Riccardo Spagni | 2 | -0/+25 |
2016-06-21 | Merge pull request #868 | Riccardo Spagni | 1 | -2/+2 |
2016-06-20 | gmtime for Windows | luigi1111 | 1 | -2/+6 |
2016-06-20 | Wallet::createTransaction: added mixin_count param | Ilya Kitaev | 3 | -10/+23 |
2016-06-20 | common: fix build without libunwind | moneromooo-monero | 1 | -2/+2 |
2016-06-20 | simplewallet: add a status command | moneromooo-monero | 2 | -0/+25 |
2016-06-19 | Merge pull request #863 | Riccardo Spagni | 1 | -1/+1 |
2016-06-19 | Merge pull request #862 | Riccardo Spagni | 1 | -10/+10 |
2016-06-19 | Merge pull request #856 | Riccardo Spagni | 2 | -2/+14 |
2016-06-19 | Merge pull request #846 | Riccardo Spagni | 7 | -17/+10 |
2016-06-19 | Merge pull request #775 | Riccardo Spagni | 5 | -4/+172 |
2016-06-19 | wallet_rpc_server: fix some string values being returned between <> | moneromooo-monero | 1 | -10/+10 |
2016-06-16 | double/string to monero integer convertion methods | Ilya Kitaev | 2 | -0/+19 |
2016-06-10 | rpc: fix getblock RPC sending blob as binary, not hex dump | moneromooo-monero | 1 | -1/+1 |
2016-06-10 | wallet::default_mixin exposed to public interface as | Ilya Kitaev | 3 | -1/+22 |
2016-06-10 | Wallet::filename, Wallet::keysFilename, tests for move wallet | Ilya Kitaev | 3 | -0/+29 |
2016-06-06 | cn_deserialize: add minergate data | moneromooo-monero | 1 | -0/+1 |
2016-06-06 | cn_deserialize: print extra nonce as hex data | moneromooo-monero | 1 | -1/+1 |
2016-06-06 | tx_extra: parse new chunk added by minergate | blashyrkh | 1 | -1/+12 |
2016-06-03 | removed unused "using" | Ilya Kitaev | 1 | -1/+0 |
2016-06-03 | Wallet API : WalletManager::findWallets() added | Ilya Kitaev | 4 | -4/+57 |
2016-05-27 | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 16 | -795/+1285 |
2016-05-27 | installing wallet_api header | Ilya Kitaev | 1 | -2/+2 |
2016-05-27 | all wallet dependencies merged to single static lib | Ilya Kitaev | 1 | -2/+15 |
2016-05-25 | crypto: slow-hash: disable mul implemented in asm for ARM | redfish | 1 | -2/+5 |
2016-05-18 | src: p2p: add exception spec to throwing destructors | redfish | 4 | -4/+4 |
2016-05-18 | crypto: slow-hash: fix misleading indent | redfish | 1 | -1/+1 |
2016-05-18 | crypto: slow-hash: remove unused hash list for ARM | redfish | 1 | -4/+0 |
2016-05-18 | crypto: oaes_lib: remove unused _NR array | redfish | 1 | -4/+0 |
2016-05-18 | crypto: fix compile error: use named type in sizeof | redfish | 1 | -4/+5 |
2016-05-17 | Merge pull request #842 | Riccardo Spagni | 4 | -4/+11 |
2016-05-17 | Merge pull request #840 | Riccardo Spagni | 1 | -4/+4 |
2016-05-17 | Merge pull request #831 | Riccardo Spagni | 3 | -5/+26 |
2016-05-17 | Merge pull request #827 | Riccardo Spagni | 3 | -19/+31 |
2016-05-16 | Restrict also 'get_connections' and 'getbans' APIs. | osensei | 1 | -2/+2 |
2016-05-16 | WalletListener::moneySpent test | Ilya Kitaev | 2 | -2/+10 |
2016-05-15 | crypto: make clear generate_random_bytes is not thread safe | moneromooo-monero | 4 | -4/+11 |
2016-05-14 | Don't allow 'flush_txpool' and 'setbans' JSON_RPC methods when running in res... | osensei | 1 | -2/+2 |
2016-05-13 | WalletListener::moneySpent(), WalletListener::moneyReceived() | Ilya Kitaev | 2 | -2/+22 |
2016-05-13 | i_wallet_callback: virtual dtor | Ilya Kitaev | 1 | -0/+1 |
2016-05-12 | Merge remote-tracking branch 'upstream/master' | Ilya Kitaev | 20 | -142/+1298 |
2016-05-05 | started WalletListener | Ilya Kitaev | 3 | -1/+65 |
2016-05-05 | TransactionHistory continued | Ilya Kitaev | 1 | -5/+0 |
2016-05-01 | tests: fix tests broken by the removal of the block reward accumulation loop | moneromooo-monero | 1 | -1/+1 |
2016-05-01 | cn_deserialize: deserialize tx_extra too | moneromooo-monero | 1 | -0/+21 |
2016-05-01 | core: move tx_extra parsing errors to log level 1 | moneromooo-monero | 1 | -4/+4 |
2016-04-29 | Merge branch 'performance' of https://github.com/LMDB/bitmonero | Riccardo Spagni | 5 | -763/+1213 |
2016-04-29 | Only log 1/N skipped blocks | Howard Chu | 1 | -2/+4 |
2016-04-29 | Move refresh height to keys file from cache file | Howard Chu | 2 | -1/+8 |
2016-04-29 | Make fast_refresh interruptible | Howard Chu | 1 | -2/+3 |
2016-04-29 | Set refresh height earlier | Howard Chu | 1 | -13/+15 |
2016-04-29 | TransactionHistory continued | Ilya Kitaev | 5 | -12/+108 |
2016-04-29 | Merge pull request #826 | Riccardo Spagni | 1 | -27/+44 |
2016-04-29 | Merge pull request #825 | Riccardo Spagni | 8 | -7/+47 |
2016-04-29 | Fix 19fe8ae3ef1aa46ae8fdd4e4d6862510390ddab7 | Howard Chu | 1 | -2/+2 |
2016-04-28 | Print stack trace on exceptions | moneromooo-monero | 4 | -2/+170 |
2016-04-28 | simplewallet: display all settings on set with no arguments | moneromooo-monero | 1 | -27/+44 |
2016-04-28 | add a --max-concurrency flag | moneromooo-monero | 8 | -7/+47 |
2016-04-27 | wallet: add a filter_by_height field to get_transfers | moneromooo-monero | 2 | -2/+12 |
2016-04-27 | Merge pull request #823 | Riccardo Spagni | 1 | -1/+1 |
2016-04-27 | Merge pull request #822 | Riccardo Spagni | 3 | -0/+151 |
2016-04-26 | simplewallet: fix pending transfers fee display in show_transfers | moneromooo-monero | 1 | -1/+1 |
2016-04-26 | simplewallet: more threading fixes | moneromooo-monero | 1 | -1/+5 |
2016-04-26 | wallet: add get_transfers rpc call | moneromooo-monero | 3 | -0/+151 |
2016-04-26 | wallet: allow attaching notes to txids | moneromooo-monero | 8 | -4/+193 |
2016-04-26 | wallet: add GMT timestamps to transfers/payments | moneromooo-monero | 3 | -14/+46 |
2016-04-26 | Merge pull request #819 | Riccardo Spagni | 1 | -1/+1 |
2016-04-26 | Merge pull request #817 | Riccardo Spagni | 2 | -11/+45 |
2016-04-26 | Merge pull request #815 | Riccardo Spagni | 7 | -63/+531 |
2016-04-26 | Merge pull request #814 | Riccardo Spagni | 3 | -13/+40 |
2016-04-26 | Merge pull request #813 | Riccardo Spagni | 1 | -1/+6 |
2016-04-26 | Merge pull request #812 | Riccardo Spagni | 1 | -0/+1 |
2016-04-26 | Merge pull request #811 | Riccardo Spagni | 1 | -4/+6 |
2016-04-26 | merged with upstream | Ilya Kitaev | 5 | -3/+106 |
2016-04-26 | Merge remote-tracking branch 'upstream/master' into develop | Ilya Kitaev | 21 | -290/+956 |
2016-04-24 | Another take on migration | Howard Chu | 2 | -582/+106 |
2016-04-24 | random: call abort(3) instead of assert in must_succeed macro | moneromooo-monero | 1 | -1/+1 |
2016-04-22 | Wallet API: transaction history in progress | Ilya Kitaev | 4 | -7/+15 |
2016-04-22 | Wallet API : transaction history in progress | Ilya Kitaev | 7 | -25/+72 |
2016-04-21 | simplewallet: some background refresh threading fixes | moneromooo-monero | 2 | -11/+45 |
2016-04-20 | transaction history api in progress | Ilya Kitaev | 2 | -0/+42 |
2016-04-20 | transaction history api in progress | Ilya Kitaev | 6 | -16/+68 |
2016-04-20 | api implementation splitted over separate files | Ilya Kitaev | 13 | -315/+710 |
2016-04-19 | wallet: add a new sweep_all command and RPC command | moneromooo-monero | 7 | -63/+531 |
2016-04-19 | TransactionInfo / TransactionHistory APIs design | Ilya Kitaev | 2 | -130/+188 |
2016-04-18 | modified: src/wallet/wallet2.cpp | awfulcrawler | 2 | -5/+6 |
2016-04-18 | modified: src/simplewallet/simplewallet.cpp | awfulcrawler | 3 | -13/+39 |
2016-04-17 | Add --restore-height option | Howard Chu | 2 | -0/+25 |
2016-04-17 | Speed up new wallet refresh | Howard Chu | 1 | -0/+6 |
2016-04-17 | Add GET_HASHES_FAST rpc, use it in wallet | Howard Chu | 6 | -0/+145 |
2016-04-17 | blockchain: add missing overflow check for already generated coins | moneromooo-monero | 1 | -1/+5 |
2016-04-17 | blockchain: update cumulative block limit when popping a block | moneromooo-monero | 1 | -0/+1 |
2016-04-17 | net_node: fix connection leak when ping fails with bad response | moneromooo-monero | 1 | -0/+1 |
2016-04-17 | wallet2: move output selection api public | moneromooo-monero | 1 | -4/+6 |
2016-04-14 | Merge pull request #803 | Riccardo Spagni | 1 | -2/+13 |