aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #686Riccardo Spagni2016-02-298-197/+379
|\
| * ARMv7: fix unaligned accessesHoward Chu2016-02-251-20/+15
| * Wrap some more actions in a larger read txnHoward Chu2016-02-231-11/+25
| * read txn/cursor stuffHoward Chu2016-02-238-166/+339
| * core: check whether an update is needed straight awaymoneromooo-monero2016-02-231-1/+1
| * core: print "update needed" hard fork notifications in redmoneromooo-monero2016-02-231-2/+2
* | dns_utils: const compatibility with older libunboundmoneromooo-monero2016-02-231-22/+16
* | db_bdb: add missing include for std::condition_variablemoneromooo-monero2016-02-201-0/+1
* | Merge pull request #680Riccardo Spagni2016-02-201-3/+12
|\ \
| * | simplewallet: wording change for single tx confirmationmoneromooo-monero2016-02-201-3/+12
* | | Merge pull request #678Riccardo Spagni2016-02-204-5/+6
|\ \ \
| * | | std::condvar is broken on Win32 with gcc/g++ 4.8 tooHoward Chu2016-02-181-2/+2
| * | | Use boost::thread instead of std::threadHoward Chu2016-02-183-3/+4
| |/ /
* | | Merge pull request #677Riccardo Spagni2016-02-201-4/+85
|\ \ \
| * | | BlockchainBDB: Check if hard fork subdbs need resetwarptangent2016-02-181-1/+50
| * | | BlockchainBDB: Support blockchain_import --drop-hard-fork commandwarptangent2016-02-181-3/+35
| |/ /
* / / blockchain_import: Pass ARCH_WIDTH macro if 32-bit or not.warptangent2016-02-181-4/+4
|/ /
* | Merge pull request #675Riccardo Spagni2016-02-182-3/+3
|\ \ | |/ |/|
| * core: check whether an update is needed straight awaymoneromooo-monero2016-02-171-1/+1
| * core: print "update needed" hard fork notifications in redmoneromooo-monero2016-02-171-2/+2
* | Merge pull request #674Riccardo Spagni2016-02-183-4/+14
|\ \
| * | blockchain_import: Check bit width for more than just WIN32warptangent2016-02-173-4/+14
* | | Fix cffc411c9025e1d28a8b6e32c53c83ba113d9204Howard Chu2016-02-171-0/+2
* | | Use MDB_PREV_MULTIPLEHoward Chu2016-02-171-11/+40
* | | Fixup after lmdb master resyncHoward Chu2016-02-171-6/+6
|/ /
* | Merge pull request #672Riccardo Spagni2016-02-173-27/+114
|\ \
| * | Shutup about VERSION 0Howard Chu2016-02-172-2/+6
| * | Use cursor in get_output_keyHoward Chu2016-02-171-1/+2
| * | Use MDB_APPEND mode where possibleHoward Chu2016-02-171-5/+9
| * | Use cursors in write txnsHoward Chu2016-02-172-22/+100
| * | Keep a running blocksize countHoward Chu2016-02-172-0/+15
| * | Win32 import batchsize tweaksHoward Chu2016-02-171-3/+6
| |/
* | Merge pull request #671Riccardo Spagni2016-02-171-0/+4
|\ \
| * | wallet: clear missing data on rescan_bcmoneromooo-monero2016-02-151-0/+4
| |/
* | Merge pull request #666Riccardo Spagni2016-02-172-50/+160
|\ \
| * | blockchain_import: Build string for db type listwarptangent2016-02-141-2/+15
| * | blockchain_import: Add mode argument representing multiple DB flagswarptangent2016-02-141-31/+82
| * | blockchain_import: Support BerkeleyDBwarptangent2016-02-142-21/+67
| * | blockchain_import: Add database type argumentwarptangent2016-02-142-4/+4
| * | blockchain_import: Make LMDB-specific names generalwarptangent2016-02-142-33/+33
| |/
* | Keep a running blocksize countHoward Chu2016-02-152-0/+15
* | Win32 import batchsize tweaksHoward Chu2016-02-141-3/+6
|/
* Merge pull request #657Riccardo Spagni2016-02-132-12/+50
|\
| * BlockchainLMDB: Deal with DB exceptions at block level with particularitywarptangent2016-02-132-2/+21
| * BlockchainLMDB: Add sanity check for inconsistent statewarptangent2016-02-131-2/+13
| * BlockchainLMDB: Call destructor on allocated txn if setup failswarptangent2016-02-131-0/+8
| * BlockchainLMDB: Replace remaining txn pointer NULLs with nullptrwarptangent2016-02-131-9/+9
* | Merge pull request #656Riccardo Spagni2016-02-131-9/+0
|\ \
| * | cmake: Fix overly broad use of dynamic link settingswarptangent2016-02-121-9/+0
| |/
* | Merge pull request #652Riccardo Spagni2016-02-131-1/+21
|\ \