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
/
utilstrencodings.cpp
Age
Commit message (
Expand
)
Author
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-05
Allow setting nMinimumChainWork on command line
Suhas Daftuar
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-15
Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...
Pieter Wuille
2017-07-12
[refactor] move SplitHostPort() into utilstrencodings
John Newbery
2017-07-08
Remove unnecessary branches in utilstrencodings string constructors.
Jeremy Rubin
2017-07-08
Fix subscript[0] in utilstrencodings.cpp
Jeremy Rubin
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-03-08
Refactor: Remove using namespace <xxx> from util*
Karl-Johan Alm
2017-02-27
Wallet: Sanitise -wallet parameter
Luke Dashjr
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-06-08
util: Add ParseUInt32 and ParseUInt64
Wladimir J. van der Laan
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
Rewrite FormatParagraph to handle newlines within input strings correctly
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-09-23
SanitizeString: Allow hypen char
MarcoFalke
2015-09-16
[uacomment] Sanitize per BIP-0014
MarcoFalke
2015-07-18
util: use locale-independent parsing in ParseDouble
Wladimir J. van der Laan
2015-07-10
rpc: Accept scientific notation for monetary amounts in JSON
Wladimir J. van der Laan
2015-06-04
use const references where appropriate
Philip Kaufmann
2015-06-04
util: Add ParseInt64 and ParseDouble functions
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-06
Format paragraphs properly - count the space between words.
Pavel JanÃk
2014-11-24
libbitcoinconsensus: don't require any global constructors
Cory Fields
2014-11-17
Update comments in util to be doxygen compatible
Michael Ford
2014-10-31
minor cleanup: include orders, end comments etc.
Philip Kaufmann
2014-10-15
boost: drop boost dependency in utilstrencodings.cpp
Cory Fields
2014-09-25
SanitizeString: allow '(' and ')'
Wladimir J. van der Laan
2014-09-18
Fixing 'vector out of bounds' issue in base 32 and 64
ENikS
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan