summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix tests and bump versionv1Philipp Gesang2018-11-052-5/+8
| | | | | Also set minimum compiler version to 4.02 for package since that’s when the bytes type was introduced.
* sid: add channel handlers for binary representationPhilipp Gesang2018-11-032-0/+38
|
* add linking exception to licensePhilipp Gesang2018-11-039-7/+25
|
* sid: predefine more well known constantsPhilipp Gesang2018-11-032-17/+471
| | | | Add the constants from MS-DTYP 2.4.2.4 to Sid.WellKnown.
* oasis: add documentation targetPhilipp Gesang2018-11-032-9/+19
|
* gitignore: mask more side-effectsPhilipp Gesang2018-11-031-0/+13
|
* sid_test: unit test string format version numbers some morePhilipp Gesang2018-10-301-2/+18
|
* sid_test: prefer Stdint module shorthandsPhilipp Gesang2018-10-301-12/+11
|
* sid: catch more boundary violationsPhilipp Gesang2018-10-302-1/+48
|
* sid: fix off by one parsing bugPhilipp Gesang2018-10-302-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 modulePhilipp Gesang2018-10-301-3/+34
|
* sid: sid_test: move conversion functions to resultPhilipp Gesang2018-10-304-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.createPhilipp Gesang2018-10-301-0/+17
|
* add readme and license textPhilipp Gesang2018-10-307-2/+196
|
* sid: define more constant authorities from MS-DTYPPhilipp Gesang2018-10-302-6/+18
|
* sid: optionally handle big endian in packet format codecPhilipp Gesang2018-10-303-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 wrapperPhilipp Gesang2018-10-282-0/+350
|
* util/sidparse: add cli SID utilityPhilipp Gesang2018-10-282-0/+140
|
* sid: implement decoder for “packet representation”Philipp Gesang2018-10-283-10/+164
|
* sid_test: unit test packed representationPhilipp Gesang2018-10-281-2/+34
|
* xxd: add binary-text conversion helperPhilipp Gesang2018-10-283-19/+112
|
* sid: add interface definitionPhilipp Gesang2018-10-281-0/+44
|
* _oasis: opam: nix: add build and env setupPhilipp Gesang2018-10-283-0/+72
|
* sid: sid_test: add current state to repoPhilipp Gesang2018-10-282-0/+294
|
* initial: gitignorePhilipp Gesang2018-10-191-0/+13