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
/
univalue
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '2ca7faab4205822b06dc2ab2bbda0a9a70fce7e0' into HEAD
MarcoFalke
2016-09-30
3
-7
/
+7
*
Merge commit '3650668cdbbf369dd8f30c8e8eb5bb883325942d' into HEAD
MarcoFalke
2016-09-25
2
-27
/
+24
*
Merge commit '60ab9b200654ef0914459711cf2b22be16be3dc2'
Wladimir J. van der Laan
2016-06-10
11
-37
/
+181
*
Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoin
MarcoFalke
2015-12-02
16
-83
/
+205
*
Merge commit '313e7f5c89d6e72e06efe9255089765b4c5815fe' into HEAD
MarcoFalke
2015-10-09
6
-19
/
+15
*
Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue'
Jonas Schnelli
2015-10-01
57
-0
/
+1994
*
remove univalue, prepare for subtree
Jonas Schnelli
2015-10-01
6
-1406
/
+0
*
Stop parsing JSON after first finished construct.
Daniel Kraft
2015-08-20
1
-6
/
+8
*
univalue: Avoid unnecessary roundtrip through double for numbers
Wladimir J. van der Laan
2015-07-18
3
-12
/
+3
*
UniValue: don't escape solidus, keep espacing of reverse solidus
Jonas Schnelli
2015-06-25
2
-2
/
+1
*
Fix univalue handling of \u0000 characters.
Daniel Kraft
2015-06-11
1
-9
/
+6
*
use const references where appropriate
Philip Kaufmann
2015-06-04
1
-2
/
+1
*
univalue: add strict type checking
Wladimir J. van der Laan
2015-06-04
2
-20
/
+91
*
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
2
-0
/
+16
*
univalue: correct bool support
Jonas Schnelli
2015-06-04
1
-0
/
+10
*
univalue: add support for real, fix percision and make it json_spirit compatible
Jonas Schnelli
2015-06-04
3
-3
/
+17
*
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-04
1
-0
/
+84
*
UniValue: export NullUniValue global constant
Jeff Garzik
2015-06-04
2
-5
/
+7
*
UniValue: prefer .size() to .count(), to harmonize w/ existing tree
Jeff Garzik
2015-06-04
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
5
-5
/
+5
*
Fix all header defines
Pavel JanÃk
2014-11-03
3
-9
/
+9
*
univalue: make spaceStr thread-safe
Wladimir J. van der Laan
2014-09-05
1
-12
/
+6
*
UniValue: compact (!pretty) output should not include extra whitespace
Jeff Garzik
2014-08-20
1
-3
/
+8
*
UniValue: use correct setNumStr() input val, when setting number values
Jeff Garzik
2014-08-20
1
-1
/
+1
*
Univalue: Do not build JSON escape list at runtime
Jeff Garzik
2014-08-18
3
-20
/
+341
*
univalue: remove unused methods getArray, getObject
Jeff Garzik
2014-07-30
2
-24
/
+0
*
Add "bitcoin-tx" command line utility and supporting modules.
Jeff Garzik
2014-07-29
4
-0
/
+925