index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.h
Age
Commit message (
Expand
)
Author
2012-04-04
move translation function _ to qtui.h/noui.h instead of util.h
Wladimir J. van der Laan
2012-04-04
remove dependency on serialize.h and util.h for SecureString
Wladimir J. van der Laan
2012-04-03
VC2010 compile fixes
Wladimir J. van der Laan
2012-03-26
Begin doxygen-compatible comments
Pieter Wuille
2012-03-25
remove unused functions from util.h/util.cpp
Wladimir J. van der Laan
2012-03-10
Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"
Gregory Maxwell
2012-02-26
Reworked QT settings
Gavin Andresen
2012-02-11
Macros for manual critical sections
Pieter Wuille
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-02-07
Unit tests for the GetArg() methods
Gavin Andresen
2012-02-06
-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...
Gavin Andresen
2012-01-14
Replace tabs with four spaces to comply with coding standard in doc/coding.txt
Lars Rasmusson
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-06
Network stack refactor
Pieter Wuille
2012-01-03
Fix issue #659, and cleanup wallet/command-line argument handling a bit
Gavin Andresen
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
Merge pull request #673 from mndrix/less-time-data
Gavin Andresen
2011-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ...
Gavin Andresen
2011-12-19
Merge pull request #707 from gavinandresen/BIP14
Gavin Andresen
2011-12-19
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-16
Move more newlines out of strings, and fix translations.
Gavin Andresen
2011-12-01
Retain only the most recent time samples
Michael Hendricks
2011-11-26
Implement an mlock()'d string class for storing passphrases
Dylan Noblesmith
2011-11-02
Cleaned up the critical section macros.
Clark Gaebel
2011-10-07
Fix build on windows and mac
Gavin Andresen
2011-10-06
Fix for 64bit build
Victor Leschuk
2011-09-30
simpler ByteReverse
Nils Schneider
2011-09-30
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider
2011-09-30
Merge pull request #524 from sipa/signandverif
Gavin Andresen
2011-09-29
Add assertion size>0 to MedianFilter
Wladimir J. van der Laan
2011-09-28
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-28
use median filter for peer-reported reported number of blocks
Wladimir J. van der Laan
2011-09-27
Inline base64 encoder/decoder
Pieter Wuille
2011-09-27
Faster Base64 decoder.
JoelKatz
2011-09-26
Remove wxWidgets
Gavin Andresen
2011-09-26
Merge pull request #517 from gavinandresen/DoSprevention
Gavin Andresen
2011-09-21
SetMockTime() for cleaner unit testing
Gavin Andresen
2011-09-06
Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable."
Jeff Garzik
2011-09-06
Define MSG_NOSIGNAL to 0 on platforms where it is unavailable.
Venkatesh Srinivas
2011-09-02
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-22
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-19
Move func 'REF' from util.h to serialize.h
Giel van Schijndel
2011-08-17
Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...
Gavin Andresen
2011-08-16
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-09
Unify copyright notices.
Matt Corallo
2011-08-06
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-25
Fix UNIX-specific thread handle leak.
JoelKatz
2011-07-15
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
[next]