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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #1033 from sipa/wait
Pieter Wuille
2012-04-06
1
-52
/
+4
|
\
|
*
Locking system overhaul, add condition variables
Pieter Wuille
2012-04-04
1
-52
/
+4
*
|
removed obsolete boost workaround (boost ticket #4258)
Philip Kaufmann
2012-04-05
1
-10
/
+0
|
/
*
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
1
-1
/
+1
*
VC2010 compile fixes
Wladimir J. van der Laan
2012-04-03
1
-4
/
+4
*
remove unused functions from util.h/util.cpp
Wladimir J. van der Laan
2012-03-25
1
-11
/
+0
*
Merge branch '2012_02_getspecialfolderpath_overflow' of https://github.com/la...
Gavin Andresen
2012-02-28
1
-33
/
+10
|
\
|
*
Simplify MyGetSpecialFolderPath and fix possible buffer overflow (#901)
Wladimir J. van der Laan
2012-02-26
1
-33
/
+10
*
|
Reworked QT settings
Gavin Andresen
2012-02-26
1
-2
/
+16
|
/
*
Fix #846. Allow negative options such as "nolisten=1" in bitcoin.conf as wel...
Chris Moore
2012-02-16
1
-11
/
+21
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
New GetArg features: allow --, and booleans can be -foo or -nofoo
Gavin Andresen
2012-02-07
1
-0
/
+28
*
Unit tests for the GetArg() methods
Gavin Andresen
2012-02-07
1
-1
/
+26
*
-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...
Gavin Andresen
2012-02-06
1
-1
/
+1
*
Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock.
Matt Corallo
2012-01-21
1
-1
/
+22
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-18
/
+28
*
Network stack refactor
Pieter Wuille
2012-01-06
1
-3
/
+3
*
Fix issue #659, and cleanup wallet/command-line argument handling a bit
Gavin Andresen
2012-01-03
1
-0
/
+17
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-30
/
+27
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-27
/
+30
*
Merge pull request #673 from mndrix/less-time-data
Gavin Andresen
2011-12-20
1
-12
/
+12
|
\
|
*
Retain only the most recent time samples
Michael Hendricks
2011-12-01
1
-10
/
+7
|
*
Only log time samples in debug mode
Michael Hendricks
2011-12-01
1
-3
/
+6
*
|
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
1
-1
/
+1
*
|
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-19
1
-1
/
+13
|
/
*
Fix build on windows and mac
Gavin Andresen
2011-10-07
1
-8
/
+8
*
remove possibility of 63 bit overflow in ParseMoney
Wladimir J. van der Laan
2011-10-01
1
-1
/
+1
*
Inline base64 encoder/decoder
Pieter Wuille
2011-09-27
1
-35
/
+114
*
Faster Base64 decoder.
JoelKatz
2011-09-27
1
-0
/
+59
*
Remove wxWidgets
Gavin Andresen
2011-09-26
1
-42
/
+0
*
Merge pull request #517 from gavinandresen/DoSprevention
Gavin Andresen
2011-09-26
1
-0
/
+9
|
\
|
*
SetMockTime() for cleaner unit testing
Gavin Andresen
2011-09-21
1
-0
/
+9
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-03
1
-6
/
+20
|
\
|
|
*
If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock...
Gavin Andresen
2011-09-02
1
-6
/
+20
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-02
1
-2
/
+6
|
\
|
|
*
Highlight mis-matching locks
Gavin Andresen
2011-08-31
1
-2
/
+6
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-22
1
-0
/
+118
|
\
|
|
*
Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...
Gavin Andresen
2011-08-17
1
-0
/
+118
*
|
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-07-15
1
-3
/
+5
|
\
|
|
*
fix warnings: using the result of an assignment as a condition without parent...
Giel van Schijndel
2011-07-13
1
-3
/
+5
|
*
Do not use comma as thousands separator
Gavin Andresen
2011-07-04
1
-7
/
+0
|
*
Fix missing includes needed for Boost 1.46.
Shane Wegner
2011-06-19
1
-0
/
+1
|
*
Merge pull request #226 from jordanlewis/betterheaders
Jeff Garzik
2011-06-14
1
-0
/
+7
|
|
\
|
|
*
Only include certain boost headers if necessary.
Jordan Lewis
2011-05-17
1
-0
/
+6
|
|
*
Only include strlcpy.h when we have to
Jordan Lewis
2011-05-15
1
-0
/
+1
|
*
|
FormatFullVersion: build fix related to recent translation improvement
Jeff Garzik
2011-06-14
1
-2
/
+4
|
*
|
Double check translation and improved a translation string
Han Lin Yap
2011-06-12
1
-1
/
+1
|
*
|
Fixes #240 and #244 - delete delete[] mismatch.
Matt Corallo
2011-05-26
1
-2
/
+2
|
|
/
[prev]
[next]