index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace tabs with four spaces to comply with coding standard in doc/coding.txt
Lars Rasmusson
2012-01-14
1
-2
/
+2
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-0
/
+1
*
Network stack refactor
Pieter Wuille
2012-01-06
1
-27
/
+3
*
Fix issue #659, and cleanup wallet/command-line argument handling a bit
Gavin Andresen
2012-01-03
1
-4
/
+21
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-22
/
+23
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-23
/
+22
*
Merge pull request #673 from mndrix/less-time-data
Gavin Andresen
2011-12-20
1
-0
/
+10
|
\
|
*
Retain only the most recent time samples
Michael Hendricks
2011-12-01
1
-0
/
+10
*
|
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
1
-5
/
+1
*
|
Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ...
Gavin Andresen
2011-12-19
1
-21
/
+1
*
|
Merge pull request #707 from gavinandresen/BIP14
Gavin Andresen
2011-12-19
1
-2
/
+2
|
\
\
|
*
|
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-19
1
-2
/
+2
|
|
/
*
/
Move more newlines out of strings, and fix translations.
Gavin Andresen
2011-12-16
1
-1
/
+0
|
/
*
Implement an mlock()'d string class for storing passphrases
Dylan Noblesmith
2011-11-26
1
-0
/
+4
*
Cleaned up the critical section macros.
Clark Gaebel
2011-11-02
1
-9
/
+15
*
Fix build on windows and mac
Gavin Andresen
2011-10-07
1
-9
/
+9
*
Fix for 64bit build
Victor Leschuk
2011-10-06
1
-2
/
+2
*
simpler ByteReverse
Nils Schneider
2011-09-30
1
-20
/
+1
*
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider
2011-09-30
1
-0
/
+25
*
Merge pull request #524 from sipa/signandverif
Gavin Andresen
2011-09-30
1
-0
/
+4
|
\
|
*
Inline base64 encoder/decoder
Pieter Wuille
2011-09-27
1
-1
/
+4
|
*
Faster Base64 decoder.
JoelKatz
2011-09-27
1
-0
/
+1
*
|
Add assertion size>0 to MedianFilter
Wladimir J. van der Laan
2011-09-29
1
-0
/
+1
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-28
1
-1
/
+2
|
\
|
|
*
Remove wxWidgets
Gavin Andresen
2011-09-26
1
-1
/
+1
|
*
Merge pull request #517 from gavinandresen/DoSprevention
Gavin Andresen
2011-09-26
1
-0
/
+1
|
|
\
|
|
*
SetMockTime() for cleaner unit testing
Gavin Andresen
2011-09-21
1
-0
/
+1
|
|
*
Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable."
Jeff Garzik
2011-09-06
1
-3
/
+1
|
|
*
Define MSG_NOSIGNAL to 0 on platforms where it is unavailable.
Venkatesh Srinivas
2011-09-06
1
-1
/
+3
*
|
|
use median filter for peer-reported reported number of blocks
Wladimir J. van der Laan
2011-09-28
1
-0
/
+44
|
/
/
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-02
1
-8
/
+0
|
\
|
|
*
Move func 'REF' from util.h to serialize.h
Giel van Schijndel
2011-08-19
1
-8
/
+0
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-22
1
-26
/
+30
|
\
|
|
*
Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...
Gavin Andresen
2011-08-17
1
-26
/
+30
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-16
1
-0
/
+1
|
\
|
|
*
Unify copyright notices.
Matt Corallo
2011-08-09
1
-0
/
+1
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-06
1
-0
/
+3
|
\
|
|
*
Fix UNIX-specific thread handle leak.
JoelKatz
2011-07-25
1
-0
/
+3
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-15
1
-3
/
+3
|
\
|
|
*
fix warnings: expression result unused [-Wunused-value]
Giel van Schijndel
2011-07-13
1
-2
/
+2
|
*
fix warning on 64bit systems: cast to pointer from integer of different size ...
Giel van Schijndel
2011-07-13
1
-1
/
+1
|
*
Merge pull request #226 from jordanlewis/betterheaders
Jeff Garzik
2011-06-14
1
-1
/
+0
|
|
\
|
|
*
Only include certain boost headers if necessary.
Jordan Lewis
2011-05-17
1
-1
/
+0
|
*
|
Faster timeout when connecting
Pieter Wuille
2011-06-12
1
-0
/
+2
|
|
/
|
*
Build error mingw, missing std::
Gavin Andresen
2011-05-15
1
-1
/
+1
|
*
make bitcoin include files more modular
Wladimir J. van der Laan
2011-05-15
1
-36
/
+59
|
*
directory re-organization (keeps the old build system)
Jaromil
2011-04-23
1
-0
/
+657
*
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Wladimir J. van der Laan
2011-06-26
1
-3
/
+1
*
update bitcoin core from git (eeac8727bc0a951631bd)
Wladimir J. van der Laan
2011-06-18
1
-1
/
+0
*
Internationalization -- initial step, make _ return a std::string to prevent ...
Wladimir J. van der Laan
2011-06-13
1
-4
/
+4
[prev]
[next]