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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-24
Add parentheses to macros for better readability
Rosen Penev
2
-15
/
+15
2020-11-24
Improve code readability by using explicit != 0 compare when using strncmp
Rosen Penev
1
-4
/
+4
2020-11-24
Improve code readability by not using else after return
Rosen Penev
2
-54
/
+50
2020-11-21
bplist: Fix offset table range check, don't rely on pointer overflow
Nikias Bassen
1
-1
/
+1
2020-06-14
Add API version to library and pkgconfig file for proper linking
Nikias Bassen
3
-12
/
+12
2020-06-09
Unfold automake variables into multiple lines for maintainability
Martin Szulecki
1
-36
/
+47
2020-06-09
Fix pkg-config file liblist++-2.0.pc referencing wrong (old) libplist
Nikias Bassen
1
-1
/
+1
2020-06-08
Remove whitespace errors from all files
Martin Szulecki
4
-10
/
+10
2020-06-08
pkgconfig: Correctly rename libplist*.pc to libplist*-2.0.pc
Nikias Bassen
3
-1
/
+1
2020-06-03
c++: Switch to c++ headers
Rosen Penev
12
-13
/
+13
2020-06-03
c++: Remove redundant initialization
Rosen Penev
2
-2
/
+2
2020-06-03
c++: Add closing namespace comment
Rosen Penev
12
-12
/
+12
2020-06-03
Remove pointless return in void functions
Rosen Penev
3
-14
/
+0
2020-05-26
Make plist_bool_val_is_true() return 0 instead of -1 if node is NULL or not a...
Nikias Bassen
1
-1
/
+1
2020-05-25
Return NULL from plist_copy() if passed a NULL pointer
Xiao Deng
1
-1
/
+1
2020-05-21
Fix symbol mismatch between public header and interface (plist_bool_val_is_true)
Nikias Bassen
1
-1
/
+1
2020-05-14
time64: Silence compiler warnings about shadowed variable declarations
Nikias Bassen
1
-29
/
+29
2020-05-14
bplist: Prevent 32bit compiler warning
Nikias Bassen
1
-1
/
+3
2020-05-11
bplist: Remove unnecessary allocation and unused variables
Nikias Bassen
1
-10
/
+5
2020-05-11
Suppress compiler warning about memmem on Linux
Nikias Bassen
1
-0
/
+1
2020-05-11
Add plist_*_val_compare, plist_*_val_contains, etc. for the respective node t...
Nikias Bassen
1
-0
/
+231
2020-04-21
time64/ctime64_r: localtime64_r can fail
Derrick Lyndon Pallas
1
-1
/
+3
2019-12-09
bplist: Silence compiler warning
Nikias Bassen
1
-2
/
+2
2019-12-09
bplist: Add cast to/from uint32_t when reading/storing indices for recursion ...
Nikias Bassen
1
-4
/
+4
2019-12-09
bplist: use ptr_array instead of PLIST_ARRAY to store node indices for recurs...
XD
1
-10
/
+10
2019-12-09
ptrarray: Add function returning the size (number of elements) of the array
XD
2
-1
/
+7
2019-11-07
xplist: Bail out when '.' is found while checking for ',' in double to string...
Nikias Bassen
1
-0
/
+2
2019-11-07
Add plist_get_data_ptr() and plist_get_string_ptr() to the interface
Nikias Bassen
1
-0
/
+25
2019-11-07
Add plist_to_bin_free() and plist_to_xml_free() functions that free memory al...
Nikias Bassen
2
-0
/
+10
2019-11-07
xplist: Increase precision when converting PLIST_REAL nodes to XML
Nikias Bassen
1
-37
/
+16
2019-08-13
plist: Remove unnecessary parameter from plist_copy_node()
Xiao Deng
1
-14
/
+6
2019-08-09
Make sure to copy hash table entries properly when cloning array/dict nodes
Nikias Bassen
1
-18
/
+22
2019-07-07
Add PList::Dictionary::const_iterator
Alexander Böhn
1
-0
/
+15
2019-06-26
Fixed bug in dictionary_fill
tihmstar
1
-1
/
+1
2019-05-20
plist_set_key_val(): prevent setting a key value that already exists in a PLI...
Nikias Bassen
1
-0
/
+5
2019-05-20
Add plist_dict_item_get_key() to allow retrieving the key node for a given it...
Nikias Bassen
1
-0
/
+11
2019-05-19
Add plist_array_item_remove() to allow removing an array's child node without...
Nikias Bassen
1
-0
/
+15
2019-05-19
plist_array_get_item_index(): return UINT_MAX instead of 0 when node can't be...
Nikias Bassen
2
-1
/
+5
2019-05-19
Add index lookup table for large PLIST_ARRAY nodes
Nikias Bassen
3
-22
/
+113
2019-05-16
Ignore invalid input in plist_get_*_val() to prevent unnecessary assertions
Nikias Bassen
1
-19
/
+50
2019-05-11
Use Requires.private in *.pc files to not add unnecessary links.
Julien Lavergne
1
-1
/
+1
2019-01-21
cpp: Dictionary: Reduce code duplication with helper function
Nikias Bassen
1
-47
/
+16
2019-01-21
plist: Add iterator for #PLIST_ARRAY nodes
Nikias Bassen
2
-26
/
+50
2019-01-21
xplist: Fix dtostr() inserting ':' to output string when fractional part over...
Nikias Bassen
1
-2
/
+15
2019-01-18
bplist: Silence compiler warning 'comparison is always true ...' (32 bit)
Nikias Bassen
1
-1
/
+1
2018-12-23
plist: Improve plist_dict_next_item() drastically by iterating on node list d...
Nikias Bassen
1
-10
/
+8
2018-12-17
xplist: Write base64 directly to output buffer to improve memory usage
Nikias Bassen
1
-5
/
+2
2018-12-14
xplist: Improve memory usage by estimating output buffer size
Nikias Bassen
2
-3
/
+128
2018-12-14
xplist: Fix writing of empty dict and array nodes to XML
Nikias Bassen
1
-8
/
+6
2018-12-11
xplist: Fix segfault caused by recent changes in libcnary
Nikias Bassen
1
-1
/
+1
[prev]
[next]