Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sid: add Sid.{of,to}_bytes aliases | Philipp Gesang | 2018-11-06 | 1 | -0/+6 |
| | | | | Establish symmetry with of_string / to_string and the StringFmt module. | ||||
* | sid: sid_test: validate identifier authority on create() | Philipp Gesang | 2018-11-06 | 1 | -2/+3 |
| | | | | Reject ia’s greater than six bytes can encompass. | ||||
* | sid: add channel handlers for binary representation | Philipp Gesang | 2018-11-03 | 1 | -0/+12 |
| | |||||
* | add linking exception to license | Philipp Gesang | 2018-11-03 | 1 | -1/+1 |
| | |||||
* | sid: predefine more well known constants | Philipp Gesang | 2018-11-03 | 1 | -8/+346 |
| | | | | Add the constants from MS-DTYP 2.4.2.4 to Sid.WellKnown. | ||||
* | 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 | 1 | -2/+2 |
| | | | | | | Get rid of all “StringFmt” APIs involving exceptions. There is now only the “decode” function which returns a result type. | ||||
* | add readme and license text | Philipp Gesang | 2018-10-30 | 1 | -0/+2 |
| | |||||
* | sid: define more constant authorities from MS-DTYP | Philipp Gesang | 2018-10-30 | 1 | -1/+7 |
| | |||||
* | sid: optionally handle big endian in packet format codec | Philipp Gesang | 2018-10-30 | 1 | -5/+4 |
| | | | | | Oddly enough this only has an effect on the sub_auths since the 48 bits of “identifier authority” are always handled in big endian. | ||||
* | sid: implement decoder for “packet representation” | Philipp Gesang | 2018-10-28 | 1 | -1/+1 |
| | |||||
* | xxd: add binary-text conversion helper | Philipp Gesang | 2018-10-28 | 1 | -0/+2 |
| | |||||
* | sid: add interface definition | Philipp Gesang | 2018-10-28 | 1 | -0/+44 |