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
/
plist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-29
Remove duplicate uint64_t accessor.
Jonathan Beck
1
-8
/
+0
2009-01-29
Make pointer argument in API const when possible.
Jonathan Beck
1
-8
/
+8
2009-01-22
Add Unicode support.
Jonathan Beck
1
-4
/
+5
2009-01-12
Add a function to find a key node by its value.
Jonathan Beck
1
-0
/
+5
2009-01-11
Add a pythyon binding to the library (using SWIG).
Jonathan Beck
1
-0
/
+5
2009-01-08
Add edition and reading fonctions so that handling plist is less confusing.
Jonathan Beck
1
-39
/
+134
2009-01-04
Setup warning flags and fixes missing static attribute for local funtions.
Jonathan Beck
1
-1
/
+1
2008-12-13
Add sanity check on indexes when building plist tree.
Jonathan Beck
1
-1
/
+1
2008-12-13
Fix node length while parsing XML.
Jonathan Beck
1
-4
/
+3
2008-12-13
complete find function to take length into account.
Jonathan Beck
1
-5
/
+5
2008-12-13
Refine API and fix some warnings.
Jonathan Beck
1
-106
/
+60
2008-12-13
Add plutil and do some cleaning.
Jonathan Beck
1
-31
/
+72
2008-12-12
Change from Base64 encoded buffers to real buffers. Base64 decoding/encoding ...
Jonathan Beck
1
-3
/
+5
2008-12-12
Fix some bugs in binary plist generation.
Jonathan Beck
1
-9
/
+18
2008-12-11
move stuff around to make code more organized.
Jonathan Beck
1
-1111
/
+7
2008-12-10
fix minor programming erro plus enhance plutil to convert bin to xml and xml ...
Jonathan Beck
1
-4
/
+4
2008-12-10
add bplist writting capability.
Jonathan Beck
1
-27
/
+356
2008-12-08
cleanup binary parsing and move stuff around.
Jonathan Beck
1
-383
/
+471
2008-12-01
cleanup unused functions.
Jonathan Beck
1
-145
/
+8
2008-12-01
continue migration to new plist API.
Jonathan Beck
1
-0
/
+67
2008-11-30
complete xml plist abstraction and migrate lockdownd_hello to new plist API.
Jonathan Beck
1
-18
/
+123
2008-11-30
Continue abstraction of xml and binary plist.
Jonathan Beck
1
-362
/
+437
2008-11-28
Start an abstraction of xml and binary plist
Jonathan Beck
1
-0
/
+279
2008-11-25
fix some warnings and indent
Jonathan Beck
1
-163
/
+172
2008-11-24
Added binary-plist support (tweaked slightly to move stuff around)
Zach C
1
-0
/
+284
2008-09-01
Enforce a modified kr style.
Matt Colyer
1
-32
/
+44
2008-08-21
use NULL at end of dictionary values (fixes a memory leak).
Jonathan Beck
1
-4
/
+3
2008-08-21
Merge master into fixes.
Jonathan Beck
1
-1
/
+1
2008-08-21
fixes depth check in format_string (can be 0)
Jonathan Beck
1
-1
/
+1
2008-08-14
Minor documentation cleanup in plist.c.
Matt Colyer
1
-3
/
+3
2008-08-12
Fixed an error in my assert statements
Matt Colyer
1
-3
/
+3
2008-08-12
Cleaned up plist.c, added doxygen docs.
Matt Colyer
1
-7
/
+99
2008-08-11
Remove unwanted free, should fix a memory corruption
Christophe Fergeau
1
-2
/
+1
2008-08-05
Fixed Zach's name. I feel dumb, sorry about that.
Matt Colyer
1
-1
/
+1
2008-08-05
Store certificates and private keys as PEM files instead of storing them in c...
Jonathan Beck
1
-1
/
+31
2008-08-05
Added function to handle <data> tag in dict.
Jonathan Beck
1
-0
/
+7
2008-08-01
I copied the wrong legal headers into the code. Opps.
Matt Colyer
1
-11
/
+12
2008-07-30
Added documentation and licensing information.
Matt Colyer
1
-1
/
+15
2008-07-30
Apparently missing parens (with respect to string length calculation).
Martin Aumueller
1
-1
/
+1
2008-07-29
Autotooled the project with very basic versioning support.
Matt Colyer
1
-0
/
+91