Hello,
I've implemented ${subj} for proplib:
ftp://ftp.netbsd.org/pub/NetBSD/misc/freza/bplist-2007-10-06.diff
The binary encoding, which is rather size-efficient and supposedly very
fast as well (but I don't have numbers yet), is basically Apple bplist
format. But because Apple doesn't distinguish signed integers vs. unsigned,
the format differs slightly and uses different version number to avoid
confusion.
On the API side, binary encoding is created/parsed by the following
functions:
bool prop_dictionary_binary_externalize(prop_dictionary_t, uint8_t **,
size_t *);
bool prop_dictionary_binary_externalize_to_file(prop_dictionary_t,
const char *);
prop_dictionary_t prop_dictionary_binary_internalize(uint8_t *, size_t);
and symetrically for prop_array* -- see the diff above for more
documentation.
Comments? I'd like to commit this ASAP as it's a vital prerequisity for
merging my SoC project.
-- Jachym| Faik Uygur | Re: Linux 2.6.21-rc1 |
| pageexec | Re: [stable] Linux 2.6.25.10 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Mark Lord | Re: 2.6.25-rc8: FTP transfer errors |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
