summaryrefslogtreecommitdiffstats
path: root/src/plist.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-10Rework public API to make it more consistent.Gravatar Jonathan Beck1-112/+307
2009-07-18Fix copy_node to also copy key nodes.Gravatar Jonathan Beck1-1/+2
2009-07-18Add function to get parent node in API and python bindings.Gravatar Jonathan Beck1-0/+5
2009-07-14Make sure to also copy string/data buffers when cloning the node data structGravatar Martin Szulecki1-0/+13
2009-07-09Make copy_plist actually copy plists (previously always returning NULL).Gravatar Jonathan Beck1-5/+11
2009-07-08Unlink node from tree when freeing.Gravatar Jonathan Beck1-0/+1
2009-07-08Add a deep copy function and value setters for nodes.Gravatar Jonathan Beck1-3/+116
2009-04-28Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode ...Gravatar Jonathan Beck1-43/+0
2009-04-28Fix bad type for date elementGravatar Jonathan Beck1-1/+1
2009-04-15Add special accessor for structured types in API.Gravatar Jonathan Beck1-0/+28
2009-04-12Fix data buffer retrieval. Bump version to 0.10.v0.10Gravatar Jonathan Beck1-4/+4
2009-04-06Fix uninitialized buffer.Gravatar Nikias Bassen1-0/+1
2009-03-27Use (void) instead of () in functions prototype.Gravatar Jonathan Beck1-3/+3
2009-02-15Add more regression test and fix Integer and Real type handling.Gravatar Jonathan Beck1-0/+67
2009-02-14Fix more memory leaks.Gravatar Jonathan Beck1-1/+2
2009-02-14Fix some memory leaks.Gravatar Jonathan Beck1-2/+14
2009-02-09Make it compile on MSVC 2005.Gravatar Jonathan Beck1-10/+14
2009-01-29Fix indent.Gravatar Jonathan Beck1-12/+12
2009-01-29Add setter and getter for Date and Unicode types.Gravatar Jonathan Beck1-9/+65
2009-01-29Clean some old stuff.Gravatar Jonathan Beck1-1/+1
2009-01-29Add some static declarations.Gravatar Jonathan Beck1-3/+3
2009-01-29Remove duplicate uint64_t accessor.Gravatar Jonathan Beck1-8/+0
2009-01-29Make pointer argument in API const when possible.Gravatar Jonathan Beck1-8/+8
2009-01-22Add Unicode support.Gravatar Jonathan Beck1-4/+5
2009-01-12Add a function to find a key node by its value.Gravatar Jonathan Beck1-0/+5
2009-01-11Add a pythyon binding to the library (using SWIG).Gravatar Jonathan Beck1-0/+5
2009-01-08Add edition and reading fonctions so that handling plist is less confusing.Gravatar Jonathan Beck1-39/+134
2009-01-04Setup warning flags and fixes missing static attribute for local funtions.Gravatar Jonathan Beck1-1/+1
2008-12-13Add sanity check on indexes when building plist tree.Gravatar Jonathan Beck1-1/+1
2008-12-13Fix node length while parsing XML.Gravatar Jonathan Beck1-4/+3
2008-12-13complete find function to take length into account.Gravatar Jonathan Beck1-5/+5
2008-12-13Refine API and fix some warnings.Gravatar Jonathan Beck1-106/+60
2008-12-13Add plutil and do some cleaning.Gravatar Jonathan Beck1-31/+72
2008-12-12Change from Base64 encoded buffers to real buffers. Base64 decoding/encoding ...Gravatar Jonathan Beck1-3/+5
2008-12-12Fix some bugs in binary plist generation.Gravatar Jonathan Beck1-9/+18
2008-12-11move stuff around to make code more organized.Gravatar Jonathan Beck1-1111/+7
2008-12-10fix minor programming erro plus enhance plutil to convert bin to xml and xml ...Gravatar Jonathan Beck1-4/+4
2008-12-10add bplist writting capability.Gravatar Jonathan Beck1-27/+356
2008-12-08cleanup binary parsing and move stuff around.Gravatar Jonathan Beck1-383/+471
2008-12-01cleanup unused functions.Gravatar Jonathan Beck1-145/+8
2008-12-01continue migration to new plist API.Gravatar Jonathan Beck1-0/+67
2008-11-30complete xml plist abstraction and migrate lockdownd_hello to new plist API.Gravatar Jonathan Beck1-18/+123
2008-11-30Continue abstraction of xml and binary plist.Gravatar Jonathan Beck1-362/+437
2008-11-28Start an abstraction of xml and binary plistGravatar Jonathan Beck1-0/+279
2008-11-25fix some warnings and indentGravatar Jonathan Beck1-163/+172
2008-11-24Added binary-plist support (tweaked slightly to move stuff around)Gravatar Zach C1-0/+284
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer1-32/+44
2008-08-21use NULL at end of dictionary values (fixes a memory leak).Gravatar Jonathan Beck1-4/+3
2008-08-21Merge master into fixes.Gravatar Jonathan Beck1-1/+1
2008-08-21fixes depth check in format_string (can be 0)Gravatar Jonathan Beck1-1/+1