Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add dedicated Int and Uint types | Simon Ser | 2021-03-31 | 1 | -0/+10 |
* | Omit struct fields with a field tag of "-". | Adnan Maolood | 2020-11-17 | 1 | -0/+15 |
* | Configurable map & array size limits | Timofey | 2020-11-02 | 1 | -0/+10 |
* | Reject invalid values | Timofey | 2020-11-02 | 1 | -2/+19 |
* | Fix test assertions | Timofey | 2020-11-02 | 1 | -18/+18 |
* | Cache encoding/decoding routines | Timofey | 2020-11-02 | 1 | -0/+9 |
* | Use uint for internal length encodings | Drew DeVault | 2020-06-22 | 1 | -6/+6 |
* | Marshal, Unmarshal: implement uint & int | Drew DeVault | 2020-06-22 | 1 | -12/+8 |
* | Simplify union implementation | Drew DeVault | 2020-06-21 | 1 | -4/+2 |
* | Marshal, Unmarshal: implement unions | Drew DeVault | 2020-06-21 | 1 | -0/+21 |
* | Unmarshal: implement maps | Drew DeVault | 2020-06-20 | 1 | -0/+16 |
* | Implement array & slice unmarshaling | Drew DeVault | 2020-06-20 | 1 | -0/+21 |
* | Unmarshal: implement struct unmarshaling | Drew DeVault | 2020-06-20 | 1 | -0/+15 |
* | Unmarshal: implement optional<type> | Drew DeVault | 2020-06-20 | 1 | -0/+12 |
* | Add initial unmarshal implementation | Drew DeVault | 2020-06-20 | 1 | -0/+111 |