Changes between Version 7 and Version 8 of PackfileTasklist
- Timestamp:
- 01/12/11 16:59:53 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PackfileTasklist
v7 v8 45 45 - Deprecate VTABLE_freeze and VTABLE_thaw. Replace with VTABLE_visit 46 46 - Rename VTABLE_thawfinish to VTABLE_visit_finish 47 48 = Portable PBC = 49 - Define new PBC encoding format for inter-host communication (network PBC) 50 - optimize for portability and size, not encode/decode ease 51 - protobuf varint/zig-zag encoding for ints where possible 52 - network order for fixed size objects 53 - UTF-8 for unicode 54 - Provide mechanism for opting-in to network PBC (default is host PBC) 55 - Remove complicated, now-unecessary host-to-host decode logic (pf_items.c)