1. 2352f2d pySim/tlv.py: Fix TLV_IE_Collection from_dict with nested collections by Harald Welte · 12 months ago
  2. ba955b6 pySim/tlv.py: Don't create an exception from within raise by Harald Welte · 12 months ago
  3. 30de9fd TLV_IE_Collection: use snake-style names during from_dict() by Harald Welte · 12 months ago
  4. 579ac3e tlv: Fix IE.from_dict() method by Harald Welte · 1 year ago
  5. 7d8029e tlv: Use self._compute_tag() method rather than direct self.tag by Harald Welte · 1 year, 11 months ago
  6. ea600a8 tlv: Make NotImplementedError more verbose by Harald Welte · 2 years ago
  7. e4a6eaf tlv: Don't raise exception if somebody passes empty data to TLV decoder by Harald Welte · 2 years, 5 months ago
  8. e8d177d tlv: Convert CamelCase class name to snake_case in json by Harald Welte · 2 years, 5 months ago
  9. 9a2a669 tlv: Function for flattening the list-of-dict output of TLV decoder by Harald Welte · 2 years, 5 months ago
  10. c91085e cosmetic: Switch to consistent four-spaces indent; run autopep8 by Harald Welte · 2 years, 5 months ago
  11. 5895380 tlv: Fix recursive initialization from_dict() by Harald Welte · 2 years, 9 months ago
  12. 04c1302 tlv: Don't require encoder/decoder methods for TLV without value by Harald Welte · 2 years, 9 months ago
  13. fb50621 filesystem: Introduce support for TLV parser by Harald Welte · 3 years, 1 month ago
  14. bb3b5df Introduce new object-oriented TLV parser/decoder/encoder by Harald Welte · 3 years, 1 month ago