Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-03 | Fix all header defines | Pavel JanÃk | |
2014-08-18 | Univalue: Do not build JSON escape list at runtime | Jeff Garzik | |
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. |