index
:
delta/libimobiledevice/libplist.git
master
pkgconfig
prerelease
readme
time64
git.libimobiledevice.org: libplist.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify plist_dict_merge() after plist_dict_set_item() API change
Nikias Bassen
2014-04-02
1
-3
/
+0
*
deprecated plist_dict_insert_item in favor of plist_dict_set_item
Nikias Bassen
2014-03-19
1
-6
/
+1
*
plist_dict_set_item: insert key/value pair if key not already present
Nikias Bassen
2014-03-19
1
-10
/
+11
*
add new plist_dict_merge() function
Nikias Bassen
2013-12-13
1
-0
/
+27
*
plist_data_compare: for PLIST_DATA, compare length before accessing data
Nicolás Alvarez
2012-09-16
1
-0
/
+2
*
implemented handling of UID keyed encoding type
Nikias Bassen
2012-09-16
1
-0
/
+27
*
fix plist_dict_set_item() and plist_array_set_item()
Nikias Bassen
2012-04-24
1
-9
/
+17
*
Make libplist glib free
Nikias Bassen
2011-05-27
1
-43
/
+58
*
Fix some warnings
Jonathan Beck
2010-01-21
1
-34
/
+2
*
don't leak GNodes in plist_free
Christophe Fergeau
2009-11-19
1
-1
/
+1
*
add missing break; in switch statement
Christophe Fergeau
2009-11-19
1
-0
/
+2
*
Remove deprecated functions from API.
Jonathan Beck
2009-11-10
1
-189
/
+0
*
Format sources to ANSI style using AStyle (astyle --style=ansi).
Jonathan Beck
2009-10-28
1
-579
/
+633
*
Fix build for MSVC9.
Jonathan Beck
2009-10-28
1
-4
/
+7
*
Fixes for dates.
Jonathan Beck
2009-10-17
1
-2
/
+2
*
Add path accessor util function.
Jonathan Beck
2009-10-13
1
-25
/
+56
*
Fix dict length.
Jonathan Beck
2009-10-11
1
-1
/
+1
*
Restore plist_dict_get_size function.
Jonathan Beck
2009-10-11
1
-0
/
+9
*
Add function to change a node's type.
Jonathan Beck
2009-10-11
1
-3
/
+35
*
Protect plist_free against NULL nodes.
Jonathan Beck
2009-10-11
1
-2
/
+4
*
Fix dict iteration.
Jonathan Beck
2009-10-11
1
-5
/
+14
*
Abstract iter base type.
Jonathan Beck
2009-10-10
1
-5
/
+5
*
Fix dict iteration.
Jonathan Beck
2009-10-10
1
-1
/
+1
*
Add dict iteration. Add functions to retrieve index and key from node.
Jonathan Beck
2009-10-10
1
-5
/
+38
*
Reverse argument for dicts to make it clearer.
Jonathan Beck
2009-10-10
1
-6
/
+7
*
Rework public API to make it more consistent.
Jonathan Beck
2009-10-10
1
-112
/
+307
*
Fix copy_node to also copy key nodes.
Jonathan Beck
2009-07-18
1
-1
/
+2
*
Add function to get parent node in API and python bindings.
Jonathan Beck
2009-07-18
1
-0
/
+5
*
Make sure to also copy string/data buffers when cloning the node data struct
Martin Szulecki
2009-07-14
1
-0
/
+13
*
Make copy_plist actually copy plists (previously always returning NULL).
Jonathan Beck
2009-07-09
1
-5
/
+11
*
Unlink node from tree when freeing.
Jonathan Beck
2009-07-08
1
-0
/
+1
*
Add a deep copy function and value setters for nodes.
Jonathan Beck
2009-07-08
1
-3
/
+116
*
Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode ...
Jonathan Beck
2009-04-28
1
-43
/
+0
*
Fix bad type for date element
Jonathan Beck
2009-04-28
1
-1
/
+1
*
Add special accessor for structured types in API.
Jonathan Beck
2009-04-15
1
-0
/
+28
*
Fix data buffer retrieval. Bump version to 0.10.
v0.10
Jonathan Beck
2009-04-12
1
-4
/
+4
*
Fix uninitialized buffer.
Nikias Bassen
2009-04-06
1
-0
/
+1
*
Use (void) instead of () in functions prototype.
Jonathan Beck
2009-03-27
1
-3
/
+3
*
Add more regression test and fix Integer and Real type handling.
Jonathan Beck
2009-02-15
1
-0
/
+67
*
Fix more memory leaks.
Jonathan Beck
2009-02-14
1
-1
/
+2
*
Fix some memory leaks.
Jonathan Beck
2009-02-14
1
-2
/
+14
*
Make it compile on MSVC 2005.
Jonathan Beck
2009-02-09
1
-10
/
+14
*
Fix indent.
Jonathan Beck
2009-01-29
1
-12
/
+12
*
Add setter and getter for Date and Unicode types.
Jonathan Beck
2009-01-29
1
-9
/
+65
*
Clean some old stuff.
Jonathan Beck
2009-01-29
1
-1
/
+1
*
Add some static declarations.
Jonathan Beck
2009-01-29
1
-3
/
+3
*
Remove duplicate uint64_t accessor.
Jonathan Beck
2009-01-29
1
-8
/
+0
*
Make pointer argument in API const when possible.
Jonathan Beck
2009-01-29
1
-8
/
+8
*
Add Unicode support.
Jonathan Beck
2009-01-22
1
-4
/
+5
*
Add a function to find a key node by its value.
Jonathan Beck
2009-01-12
1
-0
/
+5
[next]