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
2025-04-06
C++: Data: Add const char* constructor
guyingzhao
1
-0
/
+5
2025-04-06
C++: Add f/Front() and b/Back() to Array to access first/last element
guyingzhao
1
-0
/
+20
2025-04-06
C++: Array: Add const Node& variants to Append, Insert
guyingzhao
1
-3
/
+18
2025-04-06
C++: Add = operator to String class
Nikias Bassen
1
-0
/
+7
2025-04-06
C++: Add const char* constructor to String class
guyingzhao
1
-0
/
+5
2025-04-06
C++: Add new Structure::FromMemory()
Nikias Bassen
1
-0
/
+13
2025-04-06
C++: Explicitly initialize base class in copy constructor
Nikias Bassen
2
-2
/
+2
2025-04-06
C++: Fix bug in array_fill helper function
Nikias Bassen
1
-1
/
+3
2025-03-27
Fix segmentation fault when calling plist_sort() on an empty dictionary
Nikias Bassen
1
-0
/
+3
2025-03-01
C++: Use `free()` instead of `delete` for C things
Nikias Bassen
5
-12
/
+8
2025-03-01
C++: Add more convenience functions to the interface
guyingzhao
1
-2
/
+8
2025-03-01
C++: Fix String::GetValue memory leaking and suport assignment of const char*
guyingzhao
1
-3
/
+8
2024-12-03
Remove pthread dependency
Nikias Bassen
1
-2
/
+0
2024-11-29
Add missing cast in UINT_TO_HOST
Duncan Ogilvie
1
-2
/
+2
2024-11-28
Fix warnings on MSVC
Duncan Ogilvie
2
-0
/
+8
2024-11-28
Fix compilation on MSVC
Duncan Ogilvie
1
-9
/
+57
2024-11-28
Switch from detecting little endian (common) to detecting big endian (rare)
Duncan Ogilvie
2
-16
/
+14
2024-11-28
Switch to more generic global initializer method
Duncan Ogilvie
1
-74
/
+41
2024-05-14
json: Allow e+/E+ in exponent as per RFC 8259
Nikias Bassen
1
-2
/
+4
2024-05-13
Revert "Change API around #PLIST_DATA to use uint8_t instead of char arrays"
Nikias Bassen
2
-11
/
+11
2024-04-18
Add PLIST_DICT convenience functions for different queries/operations
Nikias Bassen
1
-0
/
+245
2024-04-14
Change API around #PLIST_DATA to use uint8_t instead of char arrays
Nikias Bassen
2
-11
/
+12
2024-02-05
Add a libplist_version() function to the interface
Nikias Bassen
1
-0
/
+8
2024-01-29
Fix PLIST_API definitions
Nikias Bassen
12
-6
/
+27
2023-12-12
Prevent OOB access in plist_from_memory
Nikias Bassen
1
-2
/
+14
2023-08-30
Prevent adding NULL items to array/dictionary nodes
Nikias Bassen
1
-0
/
+12
2023-06-15
Plug memory leak in plist_write_to_stream()
Nikias Bassen
1
-0
/
+1
2023-05-21
Add explicit casts and fix return type mismatches
Nikias Bassen
10
-146
/
+152
2023-05-20
Add an explicit PLIST_FORMAT_NONE value
Nikias Bassen
1
-2
/
+2
2023-05-14
bplist: Move realloc from parse_unicode_node() into plist_utf16be_to_utf8()
Nikias Bassen
1
-11
/
+12
2023-05-14
Make sure function signatures match their declarations in the public header
Nikias Bassen
2
-7
/
+7
2023-05-13
Windows: Use winsock2.h instead of sys/time.h when using MSVC
Nikias Bassen
1
-1
/
+3
2023-05-13
Add space before PRI* macros, some compilers do not like it
Nikias Bassen
6
-18
/
+18
2023-05-13
Move PLIST_API to the headers
Nikias Bassen
6
-101
/
+91
2023-05-07
Silence another false 'shadows builtin function' warning on MinGW
Nikias Bassen
1
-0
/
+3
2023-05-07
Silence false 'shadows builtin function' warning on MinGW
Nikias Bassen
1
-0
/
+3
2023-05-07
Silence more compiler warning on 32bit systems
Nikias Bassen
1
-22
/
+22
2023-05-05
Silence compiler warning on 32bit systems
Nikias Bassen
1
-1
/
+1
2023-04-21
Remove unnecessary const to silence compiler warning
Nikias Bassen
2
-2
/
+2
2023-04-21
C++: Remove deprecated Insert()
Nikias Bassen
1
-5
/
+0
2023-04-21
C++: Add dictionary and array size method
Nikias Bassen
2
-0
/
+8
2023-04-21
bplist: Fix offset range check
Nikias Bassen
1
-1
/
+1
2023-04-19
Remove deprecated plist_dict_insert_item()
Nikias Bassen
1
-5
/
+0
2023-04-19
Add plist_read_from_file() to interface, update plist_from_memory()
Nikias Bassen
1
-1
/
+51
2023-04-16
Add new output-only formats and Define constants for the different plist formats
Nikias Bassen
9
-6
/
+1538
2023-02-07
Fix build without --enable-debug
Nikias Bassen
4
-0
/
+8
2023-02-07
Add function to interface to allow enabling/disabling error/debug output for ...
Nikias Bassen
5
-0
/
+33
2023-02-06
libcnary: Updated typedefs of node_t and node_list_t to contain pointer
Nikias Bassen
5
-67
/
+64
2023-02-05
Fix plist_sort() by swapping the nodes in the tree instead of their data
Nikias Bassen
1
-29
/
+33
2023-02-03
Add new plist_sort() function
Nikias Bassen
1
-0
/
+61
[next]