Age | Commit message (Expand) | Author | Files | Lines |
2016-05-25 | crypto: slow-hash: disable mul implemented in asm for ARM | redfish | 1 | -2/+5 |
2016-05-16 | Restrict also 'get_connections' and 'getbans' APIs. | osensei | 1 | -2/+2 |
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-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 | 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 | 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-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-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-21 | simplewallet: some background refresh threading fixes | moneromooo-monero | 2 | -11/+45 |
2016-04-19 | wallet: add a new sweep_all command and RPC command | moneromooo-monero | 7 | -63/+531 |
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-10 | simplewallet: save fixes in RPC mode | moneromooo-monero | 1 | -2/+13 |
2016-04-09 | rpc: add pool/blockchain and block height results to gettransactions | moneromooo-monero | 4 | -12/+74 |
2016-04-08 | Migration | Howard Chu | 2 | -5/+1049 |
2016-04-06 | simplewallet: set strict umask at start | moneromooo-monero | 1 | -0/+1 |
2016-04-06 | util: add a function to set umask to 077 | moneromooo-monero | 2 | -0/+11 |
2016-04-06 | blockchain: remove the tx validation result cache | moneromooo-monero | 2 | -19/+0 |
2016-04-06 | tx_pool: fix (hopefully) save/load of kept_by_block | moneromooo-monero | 1 | -0/+2 |
2016-04-05 | Cleanup | Howard Chu | 3 | -24/+65 |
2016-04-05 | Cleanup and clarify | Howard Chu | 4 | -146/+129 |
2016-04-05 | Use cursors in some remove functions | Howard Chu | 1 | -7/+33 |
2016-04-05 | Use DUPFIXED for block_info and output_txs | Howard Chu | 2 | -56/+46 |
2016-04-05 | More outputs consolidation | Howard Chu | 2 | -491/+263 |
2016-04-05 | Use DUPFIXED for output_keys | Howard Chu | 1 | -23/+37 |
2016-04-05 | Use DUPFIXED for tx_indices | Howard Chu | 1 | -50/+60 |
2016-04-05 | Use DUPFIXED for block_heights | Howard Chu | 1 | -22/+29 |
2016-04-05 | Use DUPFIXED for spent_keys | Howard Chu | 1 | -23/+18 |
2016-04-05 | Add back changes from revert. | warptangent | 1 | -19/+2 |
2016-04-05 | Use MDB_APPEND mode with two tx subdbs | warptangent | 1 | -2/+2 |
2016-04-05 | Schema update: tx_indices - consolidate the tx subdbs from 5 to 3 | warptangent | 3 | -75/+56 |
2016-04-05 | Schema update: tx_indices - yet less indirection | warptangent | 4 | -20/+15 |
2016-04-05 | Schema update: tx_indices - improve further with less indirection | warptangent | 4 | -21/+56 |
2016-04-05 | Add batch warning for further review | warptangent | 1 | -0/+4 |
2016-04-05 | Schema update: tx_indices | warptangent | 2 | -32/+109 |
2016-04-05 | Consolidated block info | Howard Chu | 2 | -95/+63 |
2016-04-05 | Update schema for "tx_outputs" to use array containing amount output indices | warptangent | 4 | -119/+131 |
2016-04-05 | blockchain_utilities: Update documentation | warptangent | 1 | -4/+54 |
2016-04-05 | get_payments short ID | luigi1111 | 1 | -8/+17 |
2016-04-05 | rpc: print human readable time since received when printing pool | moneromooo-monero | 1 | -11/+33 |
2016-04-05 | rpc: add a do_not_relay boolean to tx submission | moneromooo-monero | 3 | -1/+4 |
2016-04-05 | tx_pool: ensure no txes that fail check_inputs get in the block template | moneromooo-monero | 1 | -1/+1 |
2016-04-02 | simplewallet: optional address in --generate-from-json | moneromooo-monero | 1 | -5/+66 |
2016-04-02 | Fix potential race with parallel processing of txes/signatures/blocks | moneromooo-monero | 2 | -0/+2 |
2016-04-02 | wallet: better output selection for transfer/transfer_new | moneromooo-monero | 5 | -73/+60 |
2016-04-02 | core: keep the acc loop for the genesis block | moneromooo-monero | 1 | -1/+13 |
2016-04-02 | bumped version number | Riccardo Spagni | 1 | -1/+1 |
2016-04-01 | core: remove the block reward accumulation loop | moneromooo-monero | 1 | -5/+1 |
2016-03-30 | Detect map resize failures | Howard Chu | 1 | -1/+3 |
2016-03-30 | minor corrections/clarifications | Thomas Winget | 2 | -4/+6 |
2016-03-30 | add blockhashing blob to getblocktemplate | Howard Chu | 2 | -0/+4 |
2016-03-29 | simplewallet: always gracefully exit on EOF | moneromooo-monero | 1 | -0/+34 |
2016-03-28 | connection_basic: avoid gratuitous exception | moneromooo-monero | 1 | -2/+2 |
2016-03-28 | wallet: fix --generate-from-keys saving as watch only | moneromooo-monero | 1 | -1/+1 |
2016-03-27 | wallet: make load_keys check types when loading JSON | moneromooo-monero | 2 | -23/+38 |
2016-03-27 | wallet: make the JSON reading type safe | moneromooo-monero | 1 | -41/+31 |
2016-03-27 | common: new json_util.h | moneromooo-monero | 1 | -0/+53 |
2016-03-27 | Convey tx verification failure reasons to the RPC client | moneromooo-monero | 10 | -26/+101 |
2016-03-27 | simplewallet: default to trusted daemon for loopback address | moneromooo-monero | 1 | -0/+42 |
2016-03-26 | wallet: pass std::function by const ref, not value | moneromooo-monero | 2 | -2/+2 |
2016-03-26 | wallet: do not leak owned amounts to the daemon unless --trusted-daemon | moneromooo-monero | 5 | -8/+11 |
2016-03-26 | wallet: change sweep_dust to sweep_unmixable | moneromooo-monero | 6 | -30/+129 |
2016-03-26 | New RPC and daemon command to get output histogram | moneromooo-monero | 15 | -0/+243 |
2016-03-26 | wallet: handle rare case where fee adjustment can bump to the next kB | moneromooo-monero | 1 | -2/+3 |
2016-03-26 | wallet: factor fee calculation | moneromooo-monero | 1 | -22/+11 |
2016-03-25 | blockchain: for v3, require miner tx to have well behaved outs | moneromooo-monero | 2 | -3/+13 |
2016-03-25 | core: fix miner tx block reward with fees | moneromooo-monero | 1 | -8/+7 |
2016-03-25 | remove connectivity tool, comment it out from munin plugins too | Riccardo Spagni | 3 | -424/+0 |
2016-03-25 | Merge pull request #749 | Riccardo Spagni | 14 | -587/+2902 |
2016-03-25 | Revert "Merge pull request #749" | Riccardo Spagni | 14 | -2902/+587 |
2016-03-25 | wallet: add a --generate-from-json flag | moneromooo-monero | 4 | -10/+192 |
2016-03-24 | Transaction pool documentation (and some cleanup) | Thomas Winget | 2 | -74/+372 |
2016-03-24 | Update BlockchainDB documentation | Thomas Winget | 1 | -155/+937 |
2016-03-24 | remove defunct code from cryptonote::core | Thomas Winget | 2 | -22/+0 |
2016-03-24 | cryptonote::core doxygen documentation | Thomas Winget | 2 | -26/+617 |
2016-03-24 | doxygen documentation for difficulty functions | Thomas Winget | 2 | -2/+16 |
2016-03-24 | Move checkpoint functions into checkpoints class | Thomas Winget | 9 | -359/+327 |
2016-03-22 | doxygen documentation for checkpoints.{h,cpp} | Thomas Winget | 2 | -6/+99 |
2016-03-22 | Remove unnecessary or defunct code | Thomas Winget | 2 | -22/+0 |
2016-03-22 | Updated documentation for blockchain.* | Thomas Winget | 2 | -14/+925 |
2016-03-22 | blockchain: fix partial block reward detection | moneromooo-monero | 1 | -1/+1 |
2016-03-21 | update version number | Riccardo Spagni | 1 | -1/+1 |
2016-03-21 | also maybe do the block height this time, you know, just so that it actually ... | Riccardo Spagni | 1 | -1/+1 |
2016-03-21 | also update the timestamp for the hard fork | Riccardo Spagni | 1 | -1/+1 |
2016-03-21 | set fork date for September, add hyc's GPG key, remove aabramov's | Riccardo Spagni | 1 | -0/+3 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 28 | -201/+46 |
2016-03-20 | db_lmdb: include the error codes from lmdb api in error logs | moneromooo-monero | 1 | -40/+47 |
2016-03-20 | cryptonote_protocol: clarify height wording | moneromooo-monero | 1 | -1/+1 |
2016-03-19 | rpc: fix print_tx in command line mode | moneromooo-monero | 1 | -1/+1 |
2016-03-19 | simplewallet: make --password-file work in RPC mode | moneromooo-monero | 1 | -42/+54 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 28 | -46/+201 |
2016-03-19 | Reduce log noise | Howard Chu | 1 | -2/+3 |
2016-03-19 | Fix issue #706 | Howard Chu | 1 | -0/+1 |
2016-03-16 | bump the version | Riccardo Spagni | 1 | -1/+1 |
2016-03-16 | baked-in block headers now go all the way up to 1 million. 1 MILLION | Riccardo Spagni | 1 | -0/+0 |
2016-03-16 | Add destructor for readtxns | Howard Chu | 2 | -10/+21 |
2016-03-16 | Wallet::store_to(path, password) implemented; | Ilya Kitaev | 5 | -17/+113 |
2016-03-16 | Wallet::address implemented | Ilya Kitaev | 2 | -0/+7 |
2016-03-16 | WalletManager::recoveryWallet implemented | Ilya Kitaev | 2 | -5/+42 |
2016-03-16 | Wallet::setPassword() method for wallet2_api | Ilya Kitaev | 4 | -9/+58 |
2016-03-16 | changes in wallet2_api + implemented WalletManager::openWallet | Ilya Kitaev | 2 | -28/+130 |
2016-03-16 | get_seed() included to interface | Ilya Kitaev | 2 | -14/+31 |
2016-03-16 | tests for wallet2_api | Ilya Kitaev | 3 | -6/+40 |
2016-03-16 | wallet2 public api. initial commit | Ilya Kitaev | 3 | -2/+227 |
2016-03-15 | Small cleanups | Howard Chu | 1 | -24/+28 |
2016-03-15 | More for 92dd4ec6d6251b15954002e72a7c7faa5059a3ab | Howard Chu | 1 | -22/+22 |
2016-03-14 | fix formatting error on bitmonero print_block return | Mike C | 1 | -1/+1 |
2016-03-14 | Fix typo on bitmonerod rpc method error. | Mike C | 1 | -3/+3 |
2016-03-14 | Hack for read/write txn mixup | Howard Chu | 2 | -42/+31 |
2016-03-14 | avoid some val copies | Howard Chu | 2 | -21/+21 |
2016-03-12 | switch default utilities DB to lmdb, update checkpoints.dat | Riccardo Spagni | 2 | -3/+6 |
2016-03-12 | simplewallet: fix hang when setting auto-refresh to 0 | moneromooo-monero | 1 | -0/+1 |
2016-03-12 | simplewallet: special ^C handling for windows | moneromooo-monero | 1 | -0/+4 |
2016-03-12 | rpc: do not return bans if they're effectively spent | moneromooo-monero | 1 | -4/+7 |
2016-03-12 | p2p: lock access to the blocked ips map | moneromooo-monero | 2 | -3/+3 |
2016-03-11 | wallet: use minimum mixin when RPC asks for too low mixin | moneromooo-monero | 1 | -3/+13 |
2016-03-11 | wallet_rpc_server: make use_fork_rules public | moneromooo-monero | 1 | -1/+2 |
2016-03-11 | minor tweaks, add readme for crypto_ops_builder | Riccardo Spagni | 3 | -4/+25 |
2016-03-11 | minor tweaks, add readme for crypto_ops_builder | Riccardo Spagni | 3 | -4/+25 |
2016-03-11 | Need to link boost::chrono in more places now | Howard Chu | 3 | -0/+3 |
2016-03-11 | Use boost::thread instead of std::thread | Howard Chu | 20 | -70/+72 |
2016-03-09 | More for bdec7cb | Howard Chu | 1 | -14/+14 |
2016-03-05 | blockchain_utilities: Update documentation | warptangent | 1 | -4/+54 |
2016-03-05 | get_payments short ID | luigi1111 | 1 | -8/+17 |
2016-03-05 | blockchain_export: Support BerkeleyDB | warptangent | 1 | -4/+65 |
2016-03-05 | blockchain_export: Move DB implementation includes | warptangent | 2 | -2/+2 |
2016-03-03 | BlockchainLMDB: Use DB error helper consistently | warptangent | 1 | -28/+27 |
2016-03-03 | BlockchainLMDB: Add DB error to exception | warptangent | 1 | -5/+7 |
2016-03-03 | Blockchain: Omit verbose time stats messages by default | warptangent | 1 | -1/+1 |
2016-03-03 | Get rid of lmdb_cur | Howard Chu | 1 | -57/+14 |
2016-03-03 | Fix language | Howard Chu | 1 | -1/+1 |
2016-03-03 | More for df239428c0f43e2664f2be273996a734ca12c686 | Howard Chu | 1 | -0/+6 |
2016-03-01 | Make partial revert consistent | warptangent | 1 | -1/+1 |
2016-02-29 | Revert part of 7db89ed2eee2ce31f039783323d665fe7c24d441 | warptangent | 1 | -2/+14 |
2016-02-29 | BlockchainLMDB: Add height and db error to exception | warptangent | 1 | -1/+1 |
2016-02-27 | simplewallet: prompt for private keys when generating wallets | moneromooo-monero | 1 | -32/+33 |
2016-02-25 | ARMv7: fix unaligned accesses | Howard Chu | 1 | -20/+15 |
2016-02-23 | Wrap some more actions in a larger read txn | Howard Chu | 1 | -11/+25 |
2016-02-23 | read txn/cursor stuff | Howard Chu | 8 | -166/+339 |
2016-02-23 | core: check whether an update is needed straight away | moneromooo-monero | 1 | -1/+1 |
2016-02-23 | core: print "update needed" hard fork notifications in red | moneromooo-monero | 1 | -2/+2 |
2016-02-23 | dns_utils: const compatibility with older libunbound | moneromooo-monero | 1 | -22/+16 |
2016-02-22 | simplewallet: add a new --restore-from-keys option | moneromooo-monero | 6 | -6/+157 |
2016-02-22 | move g_test_dbg_lock_sleep from a global to a function level static | moneromooo-monero | 10 | -18/+1 |
2016-02-20 | db_bdb: add missing include for std::condition_variable | moneromooo-monero | 1 | -0/+1 |
2016-02-20 | simplewallet: wording change for single tx confirmation | moneromooo-monero | 1 | -3/+12 |
2016-02-18 | std::condvar is broken on Win32 with gcc/g++ 4.8 too | Howard Chu | 1 | -2/+2 |
2016-02-18 | Use boost::thread instead of std::thread | Howard Chu | 3 | -3/+4 |
2016-02-18 | BlockchainBDB: Check if hard fork subdbs need reset | warptangent | 1 | -1/+50 |
2016-02-18 | BlockchainBDB: Support blockchain_import --drop-hard-fork command | warptangent | 1 | -3/+35 |
2016-02-18 | blockchain_import: Pass ARCH_WIDTH macro if 32-bit or not. | warptangent | 1 | -4/+4 |
2016-02-17 | core: check whether an update is needed straight away | moneromooo-monero | 1 | -1/+1 |
2016-02-17 | core: print "update needed" hard fork notifications in red | moneromooo-monero | 1 | -2/+2 |
2016-02-17 | Fix cffc411c9025e1d28a8b6e32c53c83ba113d9204 | Howard Chu | 1 | -0/+2 |
2016-02-17 | blockchain_import: Check bit width for more than just WIN32 | warptangent | 3 | -4/+14 |
2016-02-17 | Use MDB_PREV_MULTIPLE | Howard Chu | 1 | -12/+41 |
2016-02-17 | Fixup after lmdb master resync | Howard Chu | 1 | -6/+6 |
2016-02-17 | Shutup about VERSION 0 | Howard Chu | 2 | -2/+6 |
2016-02-17 | Use cursor in get_output_key | Howard Chu | 1 | -1/+2 |
2016-02-17 | Use MDB_APPEND mode where possible | Howard Chu | 1 | -5/+9 |
2016-02-17 | Use cursors in write txns | Howard Chu | 2 | -22/+100 |
2016-02-17 | Keep a running blocksize count | Howard Chu | 2 | -0/+15 |
2016-02-17 | Win32 import batchsize tweaks | Howard Chu | 1 | -3/+6 |
2016-02-15 | wallet: clear missing data on rescan_bc | moneromooo-monero | 1 | -0/+4 |
2016-02-14 | blockchain_import: Build string for db type list | warptangent | 1 | -2/+15 |
2016-02-14 | blockchain_import: Add mode argument representing multiple DB flags | warptangent | 1 | -31/+82 |
2016-02-15 | Keep a running blocksize count | Howard Chu | 2 | -0/+15 |
2016-02-14 | blockchain_import: Support BerkeleyDB | warptangent | 2 | -21/+67 |
2016-02-14 | blockchain_import: Add database type argument | warptangent | 2 | -4/+4 |
2016-02-14 | blockchain_import: Make LMDB-specific names general | warptangent | 2 | -33/+33 |
2016-02-14 | Win32 import batchsize tweaks | Howard Chu | 1 | -3/+6 |
2016-02-13 | BlockchainLMDB: Deal with DB exceptions at block level with particularity | warptangent | 2 | -2/+21 |
2016-02-13 | BlockchainLMDB: Add sanity check for inconsistent state | warptangent | 1 | -2/+13 |
2016-02-13 | BlockchainLMDB: Call destructor on allocated txn if setup fails | warptangent | 1 | -0/+8 |
2016-02-13 | BlockchainLMDB: Replace remaining txn pointer NULLs with nullptr | warptangent | 1 | -9/+9 |
2016-02-12 | cmake: Fix overly broad use of dynamic link settings | warptangent | 1 | -9/+0 |
2016-02-09 | crypto: only check MONERO_USE_SOFTWARE_AES once | moneromooo-monero | 1 | -5/+15 |
2016-02-09 | crypto: use software AES based on the MONERO_USE_SOFTWARE_AES env var | moneromooo-monero | 1 | -1/+11 |