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 non-threadsafe gmtime and setlocale
Wladimir J. van der Laan
2014-05-23
1
-8
/
+1
*
remove ParseString(...) which is never used
Kamil Domanski
2014-05-21
1
-1
/
+0
*
SetupEnvironment() - clean commit
Stuart Cardall
2014-05-19
1
-0
/
+1
*
Remove dummy PRIszX macros for formatting
Wladimir J. van der Laan
2014-05-12
1
-12
/
+0
*
Wrap create_directory calls in try...catch blocks.
Brandon Dahler
2014-03-31
1
-0
/
+1
*
replace custom GetFilesize() with boost::filesystem::file_size()
Philip Kaufmann
2014-03-03
1
-1
/
+0
*
Merge pull request #3749
Wladimir J. van der Laan
2014-02-26
1
-5
/
+8
|
\
|
*
Replace PrintException with PrintExceptionContinue + throw
Wladimir J. van der Laan
2014-02-26
1
-5
/
+8
*
|
Remove definition of PRI?64 in util.h
Wladimir J. van der Laan
2014-02-24
1
-11
/
+3
*
|
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-02-24
1
-1
/
+1
|
/
*
Don't use PRIx64 formatting derives from inttypes.h
Wladimir J. van der Laan
2014-02-22
1
-8
/
+19
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
Re-add newline to error() messages
Wladimir J. van der Laan
2014-01-29
1
-2
/
+2
*
Typesafe strprintf/error/LogPrint functions
Wladimir J. van der Laan
2014-01-23
1
-32
/
+40
*
Allow `-noserver` with bitcoind
Wladimir J. van der Laan
2013-12-20
1
-1
/
+0
*
Remove -logtodebugger
Wladimir J. van der Laan
2013-12-15
1
-1
/
+1
*
Use C99 printf statements in mingw
Wladimir J. van der Laan
2013-11-13
1
-21
/
+8
*
misc small changes to polish after include cleanup
Philip Kaufmann
2013-11-11
1
-3
/
+1
*
Refactor: pull alert string sanitization into util
Gavin Andresen
2013-11-11
1
-0
/
+1
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-57
/
+51
*
re-work -debug switch handling
Philip Kaufmann
2013-10-30
1
-1
/
+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
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-15
/
+8
*
Refactor: OutputDebugStringF -> LogPrint(category, ...)
Gavin Andresen
2013-09-18
1
-2
/
+4
*
fix some cosmetic glitches in the codebase
Philip Kaufmann
2013-09-09
1
-1
/
+1
*
autotools: switch to autotools buildsystem
Cory Fields
2013-09-05
1
-4
/
+5
*
Merge pull request #2618 from fcicq/solaris-support
Jeff Garzik
2013-08-24
1
-0
/
+8
|
\
|
*
Add missing constant for solaris
fcicq
2013-07-17
1
-0
/
+8
*
|
Make RPC password resistant to timing attacks
Gavin Andresen
2013-08-08
1
-0
/
+15
*
|
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
-1
/
+0
|
/
*
Dump addresses every 15 minutes instead of 10 seconds
Pieter Wuille
2013-06-24
1
-2
/
+2
*
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-19
1
-1
/
+0
*
fixed: don't use thread::sleep_for where it's known to be broken
theuni
2013-06-14
1
-1
/
+5
*
fixed: include boost header as necessary
theuni
2013-06-13
1
-0
/
+1
*
changes to thread code (directly use boost::thread)
Philip Kaufmann
2013-06-10
1
-8
/
+1
*
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-06-01
1
-1
/
+1
*
Merge pull request #2552 from Diapolo/win-typedef
Jeff Garzik
2013-05-30
1
-2
/
+0
|
\
|
*
remove obsolete and unused typedef for Windows
Philip Kaufmann
2013-04-23
1
-2
/
+0
*
|
Make CPubKey statically allocated
Pieter Wuille
2013-05-30
1
-1
/
+2
*
|
Explicitly #include stdarg.h, for access to va_list
Robert Backhaus
2013-05-24
1
-0
/
+2
*
|
Try to increase file descriptor rlimit if necessary
Pieter Wuille
2013-04-29
1
-0
/
+1
|
/
*
small indentation, space, formatting fixes (no code changes)
Philip Kaufmann
2013-04-06
1
-3
/
+3
*
Clean up shutdown process
Gavin Andresen
2013-04-03
1
-2
/
+0
*
LoopForever and ThreadTrace helpers
Gavin Andresen
2013-04-03
1
-0
/
+56
*
Rename util.h Sleep --> MilliSleep
Gavin Andresen
2013-04-03
1
-5
/
+8
*
Shutdown cleanup prep-work
Gavin Andresen
2013-04-03
1
-1
/
+2
*
Merge pull request #2229 from sipa/prealloc
Gavin Andresen
2013-02-22
1
-0
/
+1
|
\
[next]