Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sid: predefine more well known constants | Philipp Gesang | 2018-11-03 | 2 | -17/+471 |
| | | | | Add the constants from MS-DTYP 2.4.2.4 to Sid.WellKnown. | ||||
* | oasis: add documentation target | Philipp Gesang | 2018-11-03 | 2 | -9/+19 |
| | |||||
* | gitignore: mask more side-effects | Philipp Gesang | 2018-11-03 | 1 | -0/+13 |
| | |||||
* | sid_test: unit test string format version numbers some more | Philipp Gesang | 2018-10-30 | 1 | -2/+18 |
| | |||||
* | sid_test: prefer Stdint module shorthands | Philipp Gesang | 2018-10-30 | 1 | -12/+11 |
| | |||||
* | sid: catch more boundary violations | Philipp Gesang | 2018-10-30 | 2 | -1/+48 |
| | |||||
* | sid: fix off by one parsing bug | Philipp Gesang | 2018-10-30 | 2 | -1/+6 |
| | | | | | In the string representation, hyphen is always succeeded by a number so we need to terminate at input length minus one. | ||||
* | sid.mli: document module | Philipp Gesang | 2018-10-30 | 1 | -3/+34 |
| | |||||
* | sid: sid_test: move conversion functions to result | Philipp Gesang | 2018-10-30 | 4 | -68/+59 |
| | | | | | | Get rid of all “StringFmt” APIs involving exceptions. There is now only the “decode” function which returns a result type. | ||||
* | sid_test: add unit tests for Sid.create | Philipp Gesang | 2018-10-30 | 1 | -0/+17 |
| | |||||
* | add readme and license text | Philipp Gesang | 2018-10-30 | 7 | -2/+196 |
| | |||||
* | sid: define more constant authorities from MS-DTYP | Philipp Gesang | 2018-10-30 | 2 | -6/+18 |
| | |||||
* | sid: optionally handle big endian in packet format codec | Philipp Gesang | 2018-10-30 | 3 | -37/+97 |
| | | | | | Oddly enough this only has an effect on the sub_auths since the 48 bits of “identifier authority” are always handled in big endian. | ||||
* | util: sidparse_test. add trivial test wrapper | Philipp Gesang | 2018-10-28 | 2 | -0/+350 |
| | |||||
* | util/sidparse: add cli SID utility | Philipp Gesang | 2018-10-28 | 2 | -0/+140 |
| | |||||
* | sid: implement decoder for “packet representation” | Philipp Gesang | 2018-10-28 | 3 | -10/+164 |
| | |||||
* | sid_test: unit test packed representation | Philipp Gesang | 2018-10-28 | 1 | -2/+34 |
| | |||||
* | xxd: add binary-text conversion helper | Philipp Gesang | 2018-10-28 | 3 | -19/+112 |
| | |||||
* | sid: add interface definition | Philipp Gesang | 2018-10-28 | 1 | -0/+44 |
| | |||||
* | _oasis: opam: nix: add build and env setup | Philipp Gesang | 2018-10-28 | 3 | -0/+72 |
| | |||||
* | sid: sid_test: add current state to repo | Philipp Gesang | 2018-10-28 | 2 | -0/+294 |
| | |||||
* | initial: gitignore | Philipp Gesang | 2018-10-19 | 1 | -0/+13 |