aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Bitcoin-Qt: add a Reset button to the options dialogPhilip Kaufmann2013-01-055-2/+79
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #2141 from Diapolo/translationsWladimir J. van der Laan2013-01-052-101/+133
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | translations update (bitcoinstrings.cpp + bitcoin_en.ts)Philip Kaufmann2013-01-052-101/+133
|/ / / / / / / / / /
* | | / / / / / / / test/util_tests.cpp: one more DateTimeStrFormat 'T' removalJeff Garzik2013-01-011-4/+4
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Remove 'T' from remaining date/time format strings.Jeff Garzik2013-01-013-7/+7
* | | | | | | | | Merge pull request #2032 from burger2/fix_shortcutWladimir J. van der Laan2013-01-011-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix duplicate shortcut usage in sign/verify message dialog.burger22012-11-221-2/+2
* | | | | | | | | | Merge pull request #2133 from Diapolo/init_stringsGavin Andresen2012-12-311-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | update 2 command-line parameter help messagesPhilip Kaufmann2012-12-281-2/+2
| | |_|_|_|/ / / / / | |/| | | | | | | |
* / | | | | | | | | Remove 'T' from debug log timestampsJeff Garzik2012-12-301-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2116 from sipa/importrescanboolGavin Andresen2012-12-211-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Convert fRescan argument to importprivkey to boolPieter Wuille2012-12-191-0/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2113 from sipa/hashhPieter Wuille2012-12-207-107/+121
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Split off hash.h from util.hPieter Wuille2012-12-187-107/+121
|/ / / / / / / /
* | | | | | | | Merge pull request #2112 from fanquake/typosGavin Andresen2012-12-182-2/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix two typos in main.hfanquake2012-12-172-2/+4
|/ / / / / / /
* | | | | | | Merge pull request #2087 from gavinandresen/check210000Pieter Wuille2012-12-131-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Checkpoint at first 25-btc-reward block (210,000)Gavin Andresen2012-12-101-0/+1
* | | | | | | | Merge pull request #2096 from 94m3k1n9/fix-time-formatsPieter Wuille2012-12-135-12/+12
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Change timestamps to use ISO8601 formattingRichard Schwab2012-12-125-12/+12
| |/ / / / / /
* | | | | | | Merge pull request #2045 from Diapolo/use_messageWladimir J. van der Laan2012-12-122-31/+31
|\ \ \ \ \ \ \
| * | | | | | | use new message() function in BitcoinGUIPhilip Kaufmann2012-12-032-31/+31
* | | | | | | | Merge pull request #2097 from Diapolo/fix_mergesGavin Andresen2012-12-122-4/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | LevelDB: build_detect_platform fix NATIVE_WINDOWS indentationPhilip Kaufmann2012-12-121-3/+3
| * | | | | | | | add threadsafety.h to bitcoin-qt.proPhilip Kaufmann2012-12-121-1/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #2080 from mcassano/importprivkey_rescan_falseGavin Andresen2012-12-121-5/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | add rescan bool to importprivkey to control whether to do a rescan after importMike Cassano2012-12-061-5/+13
* | | | | | | | | Merge pull request #2095 from al42and/upnpGavin Andresen2012-12-121-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | OptionsModel now has MapPortUPnP=false if UPNP is not supportedAndrey Alekseenko2012-12-121-0/+4
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2003 from alexanderkjeldaas/documented-locking-part-2Gavin Andresen2012-12-123-18/+82
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | o Annotated lock-like functions in net.h.Alexander Kjeldaas2012-11-111-16/+6
| * | | | | | | | | o Added AnnotatedMixin which adds locking annotations to the mutexAlexander Kjeldaas2012-11-111-2/+23
| * | | | | | | | | o Added threadsafety.h - a set of macros using the -Wthread-safetyAlexander Kjeldaas2012-11-111-0/+53
* | | | | | | | | | Merge pull request #2064 from petertodd/ipv6-doc-polarityGavin Andresen2012-12-122-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Replace text on how to enable IPv6 with disablePeter Todd2012-12-032-3/+3
* | | | | | | | | | | Merge pull request #1825 from roques/bignum2Gavin Andresen2012-12-122-14/+107
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | reimplement CBigNum's compact encoding of difficulty targetsChristian von Roques2012-09-171-14/+54
| * | | | | | | | | | | tests for SetCompact and GetCompact of CBigNumChristian von Roques2012-09-151-0/+53
* | | | | | | | | | | | Merge pull request #1940 from grimd34th/patch-1Gavin Andresen2012-12-121-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add NATIVE_WINDOWSgrimd34th2012-10-211-0/+10
* | | | | | | | | | | | | Merge pull request #2073 from grimd34th/patch-3Gavin Andresen2012-12-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Update src/makefile.mingwgrimd34th2012-12-041-1/+1
* | | | | | | | | | | | | | Merge pull request #2048 from jgarzik/no-checkpointsGavin Andresen2012-12-122-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | New 'checkpoints' option should default to true.Jeff Garzik2012-11-281-3/+3
| * | | | | | | | | | | | | | Add "checkpoints" option, to permit disabling of checkpoint logic.Jeff Garzik2012-11-282-0/+10
* | | | | | | | | | | | | | | Merge pull request #1861 from jgarzik/coinlockGavin Andresen2012-12-125-3/+125
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add new RPC "lockunspent", to prevent spending of selected outputsJeff Garzik2012-11-155-3/+125
* | | | | | | | | | | | | | | | Merge pull request #2059 from sipa/benchmarkGavin Andresen2012-12-124-0/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add -benchmark for reporting block processing timesPieter Wuille2012-12-053-0/+22
| * | | | | | | | | | | | | | | | Add GetTimeMicros() for ore accurate benchmarkingPieter Wuille2012-12-051-0/+6