aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/gen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove univalue, prepare for subtreeJonas Schnelli2015-10-011-77/+0
|
* UniValue: don't escape solidus, keep espacing of reverse solidusJonas Schnelli2015-06-251-1/+0
|
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|
* Fix all header definesPavel Janík2014-11-031-3/+3
|
* Univalue: Do not build JSON escape list at runtimeJeff Garzik2014-08-181-0/+78
No need to waste startup time building something that can be done at compile time. This also resolves a clang++ warning originally reported in #4714, univalue/univalue_write.cpp:33:12: warning: array subscript is of type 'char escapes['"'] = "\\""; ^~~~ etc.