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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-23
plistutil: Check return values from plist API to print proper error messages
Nikias Bassen
1
-14
/
+35
2021-12-23
jplist: Make strndup argument const to silence compiler warning
Nikias Bassen
1
-1
/
+1
2021-12-23
[github-actions] Fix test suite failing due to missing debug output
Nikias Bassen
1
-3
/
+3
2021-12-23
jplist: Fix build on Windows
Nikias Bassen
1
-0
/
+12
2021-12-23
Add support for JSON format
Nikias Bassen
20
-66
/
+1403
2021-12-23
test: Add PLIST_UID test case
Nikias Bassen
4
-3
/
+155
2021-12-23
xplist: Add special handling for PLIST_UID parsing from XML
Nikias Bassen
1
-5
/
+14
2021-12-22
Add a return value to plist_to_* and plist_from_* functions
Nikias Bassen
4
-43
/
+120
2021-12-19
Add support for PLIST_NULL type
Nikias Bassen
4
-15
/
+60
2021-12-19
Fix 'make docs' target deleting the whole docs subdir
Nikias Bassen
1
-1
/
+1
2021-12-19
Add new plist_mem_free() function
Nikias Bassen
4
-24
/
+28
2021-11-08
xplist: Better size estimation for PLIST_REAL nodes
Nikias Bassen
1
-2
/
+2
2021-09-21
[github-actions] Add an explicit apt-get update before attempting to install ...
Nikias Bassen
1
-0
/
+1
2021-09-17
[github-actions] Remove git checkout HEAD^2 step for CodeQL
Nikias Bassen
1
-5
/
+0
2021-09-13
Check availability of constructor attribute and use it on Windows in favor of...
Nikias Bassen
2
-20
/
+45
2021-09-11
windows: Make thread_once static and remove const qualifiers from thread_once...
Nikias Bassen
1
-3
/
+3
2021-09-11
Update deprecated autoconf macros and update m4 files
Nikias Bassen
4
-127
/
+172
2021-07-13
cpp: Array: Make sure the array passed to array_fill ist passed by reference
liujianfengv
1
-1
/
+1
2021-06-30
README: Fix typo
Nikias Bassen
1
-1
/
+1
2021-06-22
[clang-tidy] Remove casts to the same type
Rosen Penev
2
-2
/
+2
2021-06-22
[clang-tidy] cpp: Replace free with delete
Rosen Penev
5
-19
/
+9
2021-06-22
[clang-tidy] Fix bad widening casts
Rosen Penev
1
-2
/
+2
2021-06-22
[clang-tidy] cpp: Use correct type for loop variable
Rosen Penev
1
-4
/
+2
2021-06-22
[clang-tidy] cpp: Turn reference operators to const
Rosen Penev
20
-20
/
+20
2021-06-22
[clang-tidy] Avoid global non-const variables
Rosen Penev
2
-4
/
+4
2021-06-22
[clang-tidy] Remove pointless const
Rosen Penev
2
-2
/
+2
2021-06-09
[github-actions] Create artifacts
Nikias Bassen
1
-0
/
+45
2021-06-09
[github-actions] Use python3/cython3 for building python bindings
Nikias Bassen
1
-6
/
+20
2021-06-09
[github-actions] macOS: Build arm64 _and_ x86_64
Nikias Bassen
1
-0
/
+10
2021-06-09
[github-actions] Windows: Also build cython extension
Nikias Bassen
1
-1
/
+2
2021-06-09
[github-actions] Windows: add matrix to build for x86_64 and i686
Nikias Bassen
1
-1
/
+9
2021-06-09
cython: Add -no-undefined to linker flags for shared python lib
Nikias Bassen
1
-1
/
+1
2021-06-08
configure: Don't force use of clang
Nikias Bassen
1
-6
/
+0
2021-02-07
configure.ac: Don't try to run pkg-config if it is not available
Nikias Bassen
1
-1
/
+3
2021-02-06
plistutil: Fix stdin input buffer reallocation
Nikias Bassen
1
-5
/
+16
2021-01-28
[github-actions] macOS: Fix build with cython
Nikias Bassen
1
-1
/
+5
2021-01-25
Replace malloc + memset with calloc where appropriate
Rosen Penev
4
-10
/
+6
2021-01-11
configure: Make sure to also search for cython3 if cython is not found
Nikias Bassen
1
-3
/
+3
2020-11-24
time64: Remove code duplication in separate if branches by combining the cond...
Rosen Penev
1
-6
/
+1
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
2
-5
/
+5
2020-11-24
Improve code readability by not using else after return
Rosen Penev
4
-65
/
+55
2020-11-21
docs: Better wording for plistutil's description in man page
Nikias Bassen
1
-1
/
+1
2020-11-21
bplist: Fix offset table range check, don't rely on pointer overflow
Nikias Bassen
1
-1
/
+1
2020-11-21
[github-actions] Update msys2/windows build action
Nikias Bassen
1
-10
/
+21
2020-10-01
[github-actions] Remove python from languages for codeql-analysis
Nikias Bassen
1
-1
/
+1
2020-10-01
Create codeql-analysis.yml
Nikias Bassen
1
-0
/
+71
2020-08-13
Simplify configure check for fmin
Jeroen Roovers
1
-17
/
+1
2020-06-16
[github-actions] Remove 'make distcheck' from ubuntu build test
Nikias Bassen
1
-2
/
+0
2020-06-15
Post release version bump to 2.2.1
Martin Szulecki
1
-1
/
+1
[prev]
[next]