index
:
libplist
master
time64
Library to handle Apple Property List format files in binary or XML
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bplist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-29
Fix indent.
Jonathan Beck
1
-6
/
+6
2009-01-29
Add setter and getter for Date and Unicode types.
Jonathan Beck
1
-0
/
+10
2009-01-29
Clean some old stuff.
Jonathan Beck
1
-11
/
+0
2009-01-29
Add some static declarations.
Jonathan Beck
1
-1
/
+3
2009-01-29
Remove duplicate uint64_t accessor.
Jonathan Beck
1
-5
/
+5
2009-01-22
Add Unicode support.
Jonathan Beck
1
-13
/
+25
2009-01-08
fix offset writing and add experimental padding to mimic Apple files.
Jonathan Beck
1
-1
/
+5
2009-01-08
fix length of basic types while parsing binary plist.
Jonathan Beck
1
-0
/
+8
2009-01-08
Add edition and reading fonctions so that handling plist is less confusing.
Jonathan Beck
1
-13
/
+13
2009-01-04
handle date tag.
Jonathan Beck
1
-10
/
+33
2009-01-04
more warning fixes.
Jonathan Beck
1
-27
/
+39
2009-01-04
fix wrong binary dict parsing.
Jonathan Beck
1
-1
/
+0
2009-01-04
fix some warnings and correct binary tag enum (false and true were inverted).
Jonathan Beck
1
-37
/
+36
2009-01-04
Setup warning flags and fixes missing static attribute for local funtions.
Jonathan Beck
1
-21
/
+21
2008-12-13
Add sanity check on indexes when building plist tree.
Jonathan Beck
1
-14
/
+19
2008-12-13
Refine API and fix some warnings.
Jonathan Beck
1
-7
/
+7
2008-12-13
Add plutil and do some cleaning.
Jonathan Beck
1
-26
/
+26
2008-12-12
Fix some bugs in binary plist generation.
Jonathan Beck
1
-13
/
+16
2008-12-11
dissect plists in three file (abstract binary xml)
Jonathan Beck
1
-0
/
+790