aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Simplify MyGetSpecialFolderPath and fix possible buffer overflow (#901)Wladimir J. van der Laan2012-02-261-33/+10
* | Reworked QT settingsGavin Andresen2012-02-261-2/+16
|/
* Fix #846. Allow negative options such as "nolisten=1" in bitcoin.conf as wel...Chris Moore2012-02-161-11/+21
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* New GetArg features: allow --, and booleans can be -foo or -nofooGavin Andresen2012-02-071-0/+28
* Unit tests for the GetArg() methodsGavin Andresen2012-02-071-1/+26
* -bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...Gavin Andresen2012-02-061-1/+1
* Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock.Matt Corallo2012-01-211-1/+22
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-18/+28
* Network stack refactorPieter Wuille2012-01-061-3/+3
* Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen2012-01-031-0/+17
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-30/+27
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-27/+30
* Merge pull request #673 from mndrix/less-time-dataGavin Andresen2011-12-201-12/+12
|\
| * Retain only the most recent time samplesMichael Hendricks2011-12-011-10/+7
| * Only log time samples in debug modeMichael Hendricks2011-12-011-3/+6
* | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-1/+1
* | Implement BIP 14 : separate protocol version from client versionGavin Andresen2011-12-191-1/+13
|/
* Fix build on windows and macGavin Andresen2011-10-071-8/+8
* remove possibility of 63 bit overflow in ParseMoneyWladimir J. van der Laan2011-10-011-1/+1
* Inline base64 encoder/decoderPieter Wuille2011-09-271-35/+114
* Faster Base64 decoder.JoelKatz2011-09-271-0/+59
* Remove wxWidgetsGavin Andresen2011-09-261-42/+0
* Merge pull request #517 from gavinandresen/DoSpreventionGavin Andresen2011-09-261-0/+9
|\
| * SetMockTime() for cleaner unit testingGavin Andresen2011-09-211-0/+9
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-031-6/+20
|\|
| * If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock...Gavin Andresen2011-09-021-6/+20
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-021-2/+6
|\|
| * Highlight mis-matching locksGavin Andresen2011-08-311-2/+6
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-221-0/+118
|\|
| * Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...Gavin Andresen2011-08-171-0/+118
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-161-0/+1
|\|
| * Unify copyright notices.Matt Corallo2011-08-091-0/+1
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-151-3/+5
|\|
| * fix warnings: using the result of an assignment as a condition without parent...Giel van Schijndel2011-07-131-3/+5
| * Do not use comma as thousands separatorGavin Andresen2011-07-041-7/+0
| * Fix missing includes needed for Boost 1.46.Shane Wegner2011-06-191-0/+1
| * Merge pull request #226 from jordanlewis/betterheadersJeff Garzik2011-06-141-0/+7
| |\
| | * Only include certain boost headers if necessary.Jordan Lewis2011-05-171-0/+6
| | * Only include strlcpy.h when we have toJordan Lewis2011-05-151-0/+1
| * | FormatFullVersion: build fix related to recent translation improvementJeff Garzik2011-06-141-2/+4
| * | Double check translation and improved a translation stringHan Lin Yap2011-06-121-1/+1
| * | Fixes #240 and #244 - delete delete[] mismatch.Matt Corallo2011-05-261-2/+2
| |/
| * make bitcoin include files more modularWladimir J. van der Laan2011-05-151-4/+5
| * directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+905
* Sync to bitcoin git e94010b2395694d56dd6Wladimir J. van der Laan2011-07-071-7/+0
* update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan2011-06-261-1/+1
* fixes for mac buildmark2011-06-201-0/+1
* update bitcoin core from git (eeac8727bc0a951631bd)Wladimir J. van der Laan2011-06-181-2/+11
* Internationalization -- initial step, make _ return a std::string to prevent ...Wladimir J. van der Laan2011-06-131-6/+4