summaryrefslogtreecommitdiff
path: root/src/bplist.c
Commit message (Expand)AuthorAgeFilesLines
* Fix boolean length in binary parsingJonathan Beck2009-09-061-0/+2
* Add a deep copy function and value setters for nodes.Jonathan Beck2009-07-081-12/+11
* Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode ...Jonathan Beck2009-04-281-19/+41
* Fix compiler pointer assignment warningsMartin Szulecki2009-04-271-3/+3
* Do not write 3 byte integer nodes. Use standard 4bytes integer instead.Jonathan Beck2009-02-151-1/+5
* Add more regression test and fix Integer and Real type handling.Jonathan Beck2009-02-151-64/+16
* Fix more memory leaks.Jonathan Beck2009-02-141-0/+7
* Fix some memory leaks.Jonathan Beck2009-02-141-0/+1
* Fix binary dict indexes.Jonathan Beck2009-02-141-2/+2
* Add support for 3 bytes offsets.Jonathan Beck2009-02-091-2/+12
* Make it compile on MSVC 2005.Jonathan Beck2009-02-091-44/+83
* Fix indent.Jonathan Beck2009-01-291-6/+6
* Add setter and getter for Date and Unicode types.Jonathan Beck2009-01-291-0/+10
* Clean some old stuff.Jonathan Beck2009-01-291-11/+0
* Add some static declarations.Jonathan Beck2009-01-291-1/+3
* Remove duplicate uint64_t accessor.Jonathan Beck2009-01-291-5/+5
* Add Unicode support.Jonathan Beck2009-01-221-13/+25
* fix offset writing and add experimental padding to mimic Apple files.Jonathan Beck2009-01-081-1/+5
* fix length of basic types while parsing binary plist.Jonathan Beck2009-01-081-0/+8
* Add edition and reading fonctions so that handling plist is less confusing.Jonathan Beck2009-01-081-13/+13
* handle date tag.Jonathan Beck2009-01-041-10/+33
* more warning fixes.Jonathan Beck2009-01-041-27/+39
* fix wrong binary dict parsing.Jonathan Beck2009-01-041-1/+0
* fix some warnings and correct binary tag enum (false and true were inverted).Jonathan Beck2009-01-041-37/+36
* Setup warning flags and fixes missing static attribute for local funtions.Jonathan Beck2009-01-041-21/+21
* Add sanity check on indexes when building plist tree.Jonathan Beck2008-12-131-14/+19
* Refine API and fix some warnings.Jonathan Beck2008-12-131-7/+7
* Add plutil and do some cleaning.Jonathan Beck2008-12-131-26/+26
* Fix some bugs in binary plist generation.Jonathan Beck2008-12-121-13/+16
* dissect plists in three file (abstract binary xml)Jonathan Beck2008-12-111-0/+790