Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-30 | qcdm: namespace stuff properly | Dan Williams | |
2012-01-03 | qcdm: remove usage of glib | Dan Williams | |
People have asked for this at various times. | |||
2010-02-22 | qcdm: fix QCDM packet decapsulation | Dan Williams | |
Rename and document the encapsulate/decapsulate functions, CRC-check the incoming packet, and make callers aware of the difference in how big the decapsulated packet is versus how many bytes they should discard from the buffer (since the decapsulated packet is at least 3 bytes shorter than the incoming packet due to the CRC + framing). | |||
2010-02-16 | qcdm: implement command handling and minimal infrastructure | Dan Williams | |
2010-02-08 | qcdm: add DM protocol utilities and testcases | Dan Williams | |
Bits for CRC calculation and frame escaping/unescaping. |