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
...
|
*
Replace PrintException with PrintExceptionContinue + throw
Wladimir J. van der Laan
2014-02-26
1
-9
/
+0
*
|
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-02-24
1
-4
/
+4
|
/
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
Merge pull request #3450
Wladimir J. van der Laan
2014-01-29
1
-2
/
+3
|
\
|
*
Win32: use a more modern API call in FileCommit()
Philip Kaufmann
2013-12-20
1
-2
/
+3
*
|
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-23
1
-5
/
+5
*
|
Typesafe strprintf/error/LogPrint functions
Wladimir J. van der Laan
2014-01-23
1
-68
/
+10
|
/
*
Remove -logtodebugger
Wladimir J. van der Laan
2013-12-15
1
-25
/
+2
*
Use thread-local storage for LogPrint(category...)
Gavin Andresen
2013-12-10
1
-9
/
+15
*
Fix infinite loop with LogPrint on Windows
Gavin Andresen
2013-12-10
1
-17
/
+14
*
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-12-03
1
-0
/
+2
*
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-15
1
-2
/
+0
*
Use C99 printf statements in mingw
Wladimir J. van der Laan
2013-11-13
1
-4
/
+0
*
Refactor: pull alert string sanitization into util
Gavin Andresen
2013-11-11
1
-0
/
+13
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-69
/
+85
*
Merge pull request #3076 from lano1106/uint256_util
Wladimir J. van der Laan
2013-11-04
1
-5
/
+5
|
\
|
*
Make util phexdigit array reusable
Olivier Langlois
2013-10-27
1
-5
/
+5
*
|
Merge pull request #3114
Pieter Wuille
2013-11-01
1
-1
/
+4
|
\
\
|
*
|
Give peer time-adjustment data an own lock
Pieter Wuille
2013-10-26
1
-1
/
+4
*
|
|
re-work -debug switch handling
Philip Kaufmann
2013-10-30
1
-4
/
+13
|
/
/
*
|
Merge pull request #3046 from sarchar/lockedpage-change
Gavin Andresen
2013-10-20
1
-2
/
+0
|
\
\
|
*
|
Changing LockedPageManager to use a managed instance
Chuck
2013-10-20
1
-2
/
+0
*
|
|
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
|
/
/
*
/
make fCommandLine a local variable in AppInit()
Philip Kaufmann
2013-10-08
1
-1
/
+0
|
/
*
fix some printf -> LogPrintf leftovers
Philip Kaufmann
2013-09-20
1
-10
/
+2
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-13
/
+13
*
Refactor: OutputDebugStringF -> LogPrint(category, ...)
Gavin Andresen
2013-09-18
1
-1
/
+9
*
More fixes for blockchain corruption on OSX.
Gregory Maxwell
2013-09-15
1
-0
/
+2
*
GetDataDir(): cache paths for each network separately
Gavin Andresen
2013-08-22
1
-11
/
+18
*
Merge pull request #2855 from Diapolo/guard_CreatePidFile
Gavin Andresen
2013-08-05
1
-0
/
+2
|
\
|
*
exclude CreatePidFile() function on WIN32 as it is unused
Philip Kaufmann
2013-07-24
1
-0
/
+2
*
|
Remove #define loop from util.h
Gavin Andresen
2013-07-31
1
-4
/
+4
|
/
*
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-19
1
-3
/
+3
*
changes to thread code (directly use boost::thread)
Philip Kaufmann
2013-06-10
1
-12
/
+0
*
Create parent directories if needed in GetDataDir
Wladimir J. van der Laan
2013-06-08
1
-1
/
+1
*
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-06-01
1
-4
/
+3
*
clear path cache after getting a proper config file (fixes #2605)
Jonas Schnelli
2013-05-02
1
-3
/
+6
*
Try to increase file descriptor rlimit if necessary
Pieter Wuille
2013-04-29
1
-0
/
+23
*
Prevent prevent file descriptor leak in ShrinkDebugFile()
Tariq Bashir
2013-04-27
1
-0
/
+2
*
small indentation, space, formatting fixes (no code changes)
Philip Kaufmann
2013-04-06
1
-9
/
+9
*
Clean up shutdown process
Gavin Andresen
2013-04-03
1
-2
/
+0
*
Shutdown cleanup prep-work
Gavin Andresen
2013-04-03
1
-3
/
+6
*
Merge pull request #2229 from sipa/prealloc
Gavin Andresen
2013-02-22
1
-0
/
+47
|
\
|
*
Drop padding in blk* when finalizing file
Pieter Wuille
2013-01-30
1
-0
/
+8
|
*
Native versions for AllocateFileRange()
Pieter Wuille
2013-01-30
1
-0
/
+39
*
|
Merge pull request #2312 from gmaxwell/random_random
Gavin Andresen
2013-02-22
1
-6
/
+20
|
\
\
|
*
|
Internal RNG for approximateBestSubset to prevent degenerate behavior.
Gregory Maxwell
2013-02-18
1
-6
/
+20
|
|
/
*
|
Merge pull request #2160 from petertodd/add-adjustedtime-to-rpc-getinfo
Gavin Andresen
2013-02-22
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
Add timeoffset to getinfo RPC call
Peter Todd
2013-01-11
1
-1
/
+6
*
|
OutputDebugStringF code cleanup
Gavin Andresen
2013-01-01
1
-41
/
+56
|
/
[prev]
[next]