aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
...
* Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson2012-01-141-2/+2
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-0/+1
* Network stack refactorPieter Wuille2012-01-061-27/+3
* Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen2012-01-031-4/+21
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-22/+23
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-23/+22
* Merge pull request #673 from mndrix/less-time-dataGavin Andresen2011-12-201-0/+10
|\
| * Retain only the most recent time samplesMichael Hendricks2011-12-011-0/+10
* | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-5/+1
* | Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ...Gavin Andresen2011-12-191-21/+1
* | Merge pull request #707 from gavinandresen/BIP14Gavin Andresen2011-12-191-2/+2
|\ \
| * | Implement BIP 14 : separate protocol version from client versionGavin Andresen2011-12-191-2/+2
| |/
* / Move more newlines out of strings, and fix translations.Gavin Andresen2011-12-161-1/+0
|/
* Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-11-261-0/+4
* Cleaned up the critical section macros.Clark Gaebel2011-11-021-9/+15
* Fix build on windows and macGavin Andresen2011-10-071-9/+9
* Fix for 64bit buildVictor Leschuk2011-10-061-2/+2
* simpler ByteReverseNils Schneider2011-09-301-20/+1
* remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider2011-09-301-0/+25
* Merge pull request #524 from sipa/signandverifGavin Andresen2011-09-301-0/+4
|\
| * Inline base64 encoder/decoderPieter Wuille2011-09-271-1/+4
| * Faster Base64 decoder.JoelKatz2011-09-271-0/+1
* | Add assertion size>0 to MedianFilterWladimir J. van der Laan2011-09-291-0/+1
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-281-1/+2
|\|
| * Remove wxWidgetsGavin Andresen2011-09-261-1/+1
| * Merge pull request #517 from gavinandresen/DoSpreventionGavin Andresen2011-09-261-0/+1
| |\
| | * SetMockTime() for cleaner unit testingGavin Andresen2011-09-211-0/+1
| | * Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable."Jeff Garzik2011-09-061-3/+1
| | * Define MSG_NOSIGNAL to 0 on platforms where it is unavailable.Venkatesh Srinivas2011-09-061-1/+3
* | | use median filter for peer-reported reported number of blocksWladimir J. van der Laan2011-09-281-0/+44
|/ /
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-021-8/+0
|\|
| * Move func 'REF' from util.h to serialize.hGiel van Schijndel2011-08-191-8/+0
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-221-26/+30
|\|
| * Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...Gavin Andresen2011-08-171-26/+30
* | 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-08-061-0/+3
|\|
| * Fix UNIX-specific thread handle leak.JoelKatz2011-07-251-0/+3
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-151-3/+3
|\|
| * fix warnings: expression result unused [-Wunused-value]Giel van Schijndel2011-07-131-2/+2
| * fix warning on 64bit systems: cast to pointer from integer of different size ...Giel van Schijndel2011-07-131-1/+1
| * Merge pull request #226 from jordanlewis/betterheadersJeff Garzik2011-06-141-1/+0
| |\
| | * Only include certain boost headers if necessary.Jordan Lewis2011-05-171-1/+0
| * | Faster timeout when connectingPieter Wuille2011-06-121-0/+2
| |/
| * Build error mingw, missing std::Gavin Andresen2011-05-151-1/+1
| * make bitcoin include files more modularWladimir J. van der Laan2011-05-151-36/+59
| * directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+657
* update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan2011-06-261-3/+1
* update bitcoin core from git (eeac8727bc0a951631bd)Wladimir J. van der Laan2011-06-181-1/+0
* Internationalization -- initial step, make _ return a std::string to prevent ...Wladimir J. van der Laan2011-06-131-4/+4