Age | Commit message (Expand) | Author |
2021-05-24 | Remove support for double serialization | Pieter Wuille |
2021-05-24 | Remove unused float serialization | MarcoFalke |
2020-10-09 | Support bypassing range check in ReadCompactSize | Pieter Wuille |
2020-06-22 | refactor: Use uint16_t instead of unsigned short | Aaron Hook |
2020-05-24 | Remove old serialization primitives | Pieter Wuille |
2020-05-24 | Convert LimitedString to formatter | Pieter Wuille |
2020-05-20 | Merge #18317: Serialization improvements step 6 (all except wallet/gui) | MarcoFalke |
2020-05-19 | Add comments to CustomUintFormatter | Pieter Wuille |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-30 | Add SER_READ and SER_WRITE for read/write-dependent statements | Russell Yanofsky |
2020-03-30 | Extend CustomUintFormatter to support enums | Russell Yanofsky |
2020-03-30 | Merge BigEndian functionality into CustomUintFormatter | Pieter Wuille |
2020-03-05 | Merge #18112: Serialization improvements step 5 (blockencodings) | Wladimir J. van der Laan |
2020-02-25 | Add CustomUintFormatter | Pieter Wuille |
2020-02-19 | Add static_asserts to ser_X_to_Y() methods | Samer Afach |
2020-02-17 | Fix a violation of C++ standard rules that unions cannot be switched. | Samer Afach |
2020-02-15 | Make VectorFormatter support stateful formatters | Russell Yanofsky |
2020-02-14 | Convert CCompactSize to proper formatter | Pieter Wuille |
2020-02-10 | Get rid of VARINT default argument | Pieter Wuille |
2020-02-06 | Make std::vector and prevector reuse the VectorFormatter logic | Pieter Wuille |
2020-02-06 | Add custom vector-element formatter | Pieter Wuille |
2020-01-29 | Add a constant for the maximum vector allocation (5 Mbyte) | Pieter Wuille |
2020-01-18 | Add FORMATTER_METHODS, similar to SERIALIZE_METHODS, but for formatters | Pieter Wuille |
2020-01-13 | Convert VARINT to the formatter/Using approach | Pieter Wuille |
2020-01-13 | Add a generic approach for (de)serialization of objects using code in other c... | Pieter Wuille |
2020-01-02 | Introduce new serialization macros without casts | Pieter Wuille |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-15 | Remove unused includes | practicalswift |
2019-08-26 | Support serialization of std::vector<bool> | Pieter Wuille |
2019-06-18 | Merge #12324: speed up Unserialize_impl for prevector | Wladimir J. van der Laan |
2019-04-06 | serialize: Serialization support for big-endian 32-bit ints. | Jim Posen |
2019-02-03 | speed up Unserialize_impl for prevector | Akio Nakamura |
2018-09-11 | Drop minor GetSerializeSize template | Ben Woosley |
2018-09-11 | Drop unused GetType() from CSizeComputer | Ben Woosley |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-24 | scripted-diff: Remove trailing whitespaces | João Barbosa |
2018-07-19 | Avoid creating a temporary vector for size-prefixed elements | Pieter Wuille |
2018-07-01 | Detect if char equals int8_t | Chun Kuan Lee |
2018-04-11 | Merge #12916: Introduce BigEndian wrapper and use it for netaddress ports | Wladimir J. van der Laan |
2018-04-10 | Merge #12731: Support serialization as another type without casting | Wladimir J. van der Laan |
2018-04-08 | Introduce BigEndian wrapper and use it for netaddress ports | Pieter Wuille |
2018-04-05 | Support serializing Span<unsigned char> and use that instead of FLATDATA | Pieter Wuille |
2018-03-21 | Add native support for serializing char arrays without FLATDATA | Pieter Wuille |
2018-03-20 | Support serialization as another type without casting | Pieter Wuille |
2018-03-15 | Add static_assert to prevent VARINT(<signed value>) | Russell Yanofsky |
2018-03-13 | Support deserializing into temporaries | Pieter Wuille |
2018-03-13 | Merge READWRITEMANY into READWRITE | Pieter Wuille |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-30 | Merge #10493: Use range-based for loops (C++11) when looping over map elements | MarcoFalke |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |