| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove univalue, prepare for subtree | Jonas Schnelli | 2015-10-01 | 1 | -77/+0 |
| | | |||||
| * | UniValue: don't escape solidus, keep espacing of reverse solidus | Jonas Schnelli | 2015-06-25 | 1 | -1/+0 |
| | | |||||
| * | Remove references to X11 licence | Michael Ford | 2014-12-16 | 1 | -1/+1 |
| | | |||||
| * | Fix all header defines | Pavel JanÃk | 2014-11-03 | 1 | -3/+3 |
| | | |||||
| * | Univalue: Do not build JSON escape list at runtime | Jeff Garzik | 2014-08-18 | 1 | -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. | |||||