Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(rpc): don't parse msgpack if buflen is 0 (#21899) | zeertzjq | 2023-01-19 |
| | | | | This prevents `buflen` from becoming a very large number when it is 0 when calling mpack_rtoken(). | ||
* | refactor(api): use a unpacker based on libmpack instead of msgpack-c | bfredl | 2022-06-02 |
| | | | | | | | | | | Currently this is more or less a straight off reimplementation, but this allow further optimizations down the line, especially for avoiding memory allocations of rpc objects. Current score for "make functionaltest; make oldtest" on a -DEXITFREE build: is 117 055 352 xfree(ptr != NULL) calls (that's NUMBERWANG!). | ||
* | ci(PVS): PVS/V009: add required header #15751 | dundargoc | 2021-09-21 |
| | |||
* | fix(ci): don't enrage the CI Gods by calling a file 'core.*' | Björn Linse | 2021-09-09 |