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
*
Remove deprecated plist_dict_insert_item()
Nikias Bassen
2023-04-19
1
-5
/
+0
*
Add plist_read_from_file() to interface, update plist_from_memory()
Nikias Bassen
2023-04-19
1
-1
/
+51
*
Add new output-only formats and Define constants for the different plist formats
Nikias Bassen
2023-04-16
1
-0
/
+92
*
Add function to interface to allow enabling/disabling error/debug output for ...
Nikias Bassen
2023-02-07
1
-0
/
+13
*
libcnary: Updated typedefs of node_t and node_list_t to contain pointer
Nikias Bassen
2023-02-06
1
-41
/
+41
*
Fix plist_sort() by swapping the nodes in the tree instead of their data
Nikias Bassen
2023-02-05
1
-29
/
+33
*
Add new plist_sort() function
Nikias Bassen
2023-02-03
1
-0
/
+61
*
bplist: Fix handling of PLIST_NULL node type
Nikias Bassen
2023-01-31
1
-0
/
+1
*
Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val()
Nikias Bassen
2023-01-16
1
-8
/
+60
*
Add support for OpenStep plist format
Nikias Bassen
2023-01-08
1
-5
/
+49
*
Fix up warning with `-Wbad-function-cast`
Dave MacLachlan
2022-09-05
1
-1
/
+4
*
Skip whitespace to properly detect format in plist_from_memory()
Nikias Bassen
2022-04-06
1
-3
/
+8
*
Add support for JSON format
Nikias Bassen
2021-12-23
1
-0
/
+6
*
Add a return value to plist_to_* and plist_from_* functions
Nikias Bassen
2021-12-22
1
-7
/
+11
*
Add support for PLIST_NULL type
Nikias Bassen
2021-12-19
1
-0
/
+9
*
Add new plist_mem_free() function
Nikias Bassen
2021-12-19
1
-0
/
+8
*
Check availability of constructor attribute and use it on Windows in favor of...
Nikias Bassen
2021-09-13
1
-16
/
+23
*
windows: Make thread_once static and remove const qualifiers from thread_once...
Nikias Bassen
2021-09-11
1
-3
/
+3
*
[clang-tidy] Remove casts to the same type
Rosen Penev
2021-06-22
1
-1
/
+1
*
[clang-tidy] Avoid global non-const variables
Rosen Penev
2021-06-22
1
-2
/
+2
*
[clang-tidy] Remove pointless const
Rosen Penev
2021-06-22
1
-1
/
+1
*
Improve code readability by not using else after return
Rosen Penev
2020-11-24
1
-38
/
+40
*
Remove whitespace errors from all files
Martin Szulecki
2020-06-08
1
-1
/
+1
*
Remove pointless return in void functions
Rosen Penev
2020-06-03
1
-10
/
+0
*
Make plist_bool_val_is_true() return 0 instead of -1 if node is NULL or not a...
Nikias Bassen
2020-05-26
1
-1
/
+1
*
Return NULL from plist_copy() if passed a NULL pointer
Xiao Deng
2020-05-25
1
-1
/
+1
*
Fix symbol mismatch between public header and interface (plist_bool_val_is_true)
Nikias Bassen
2020-05-21
1
-1
/
+1
*
Suppress compiler warning about memmem on Linux
Nikias Bassen
2020-05-11
1
-0
/
+1
*
Add plist_*_val_compare, plist_*_val_contains, etc. for the respective node t...
Nikias Bassen
2020-05-11
1
-0
/
+231
*
Add plist_get_data_ptr() and plist_get_string_ptr() to the interface
Nikias Bassen
2019-11-07
1
-0
/
+25
*
plist: Remove unnecessary parameter from plist_copy_node()
Xiao Deng
2019-08-13
1
-14
/
+6
*
Make sure to copy hash table entries properly when cloning array/dict nodes
Nikias Bassen
2019-08-09
1
-18
/
+22
*
plist_set_key_val(): prevent setting a key value that already exists in a PLI...
Nikias Bassen
2019-05-20
1
-0
/
+5
*
Add plist_dict_item_get_key() to allow retrieving the key node for a given it...
Nikias Bassen
2019-05-20
1
-0
/
+11
*
Add plist_array_item_remove() to allow removing an array's child node without...
Nikias Bassen
2019-05-19
1
-0
/
+15
*
plist_array_get_item_index(): return UINT_MAX instead of 0 when node can't be...
Nikias Bassen
2019-05-19
1
-1
/
+1
*
Add index lookup table for large PLIST_ARRAY nodes
Nikias Bassen
2019-05-19
1
-11
/
+69
*
Ignore invalid input in plist_get_*_val() to prevent unnecessary assertions
Nikias Bassen
2019-05-16
1
-19
/
+50
*
plist: Add iterator for #PLIST_ARRAY nodes
Nikias Bassen
2019-01-21
1
-4
/
+34
*
plist: Improve plist_dict_next_item() drastically by iterating on node list d...
Nikias Bassen
2018-12-23
1
-10
/
+8
*
Remove node_iterator and operate on node list directly to improve memory usage
Nikias Bassen
2018-12-10
1
-7
/
+4
*
plist: Fix assert() to allow 16 or 8 byte integer sizes (16 bytes = unsigned ...
Nikias Bassen
2017-02-07
1
-1
/
+1
*
bplist: Add error/debug logging (only if configured with --enable-debug)
Nikias Bassen
2017-02-05
1
-0
/
+4
*
plist_copy: Duplicate hash tables when copying PLIST_DICT nodes
Nikias Bassen
2016-11-27
1
-5
/
+15
*
Improve plist_dict_set_item performance for large dictionaries with hash table
Nikias Bassen
2016-11-18
1
-12
/
+75
*
Remove libxml2 dependency in favor of custom XML parsing
Nikias Bassen
2016-10-22
1
-15
/
+71
*
Change internal storage of PLIST_DATE values from struct timeval to double
Nikias Bassen
2016-09-19
1
-22
/
+11
*
Make sure plist_cleanup() symbol is actually public
Martin Szulecki
2016-09-08
1
-1
/
+1
*
xplist: Plug memory leak when converting PLIST_UID nodes to XML
Nikias Bassen
2016-06-29
1
-1
/
+1
*
plist_data_compare: Make sure to compare the node sizes for integer nodes
Nikias Bassen
2016-06-29
1
-0
/
+2
[next]