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-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
2020-06-15
Update NEWS with latest changes
2.2.0
Martin Szulecki
1
-1
/
+5
2020-06-14
Adjust debug code code related messages in configure.ac to match other projects
Martin Szulecki
1
-2
/
+2
2020-06-14
Use API version in cython libplist include directory check to fix linking
Martin Szulecki
1
-1
/
+1
2020-06-14
Add API version to library and pkgconfig file for proper linking
Nikias Bassen
7
-18
/
+18
2020-06-13
Add "contributing" section to README.md
Martin Szulecki
1
-0
/
+19
2020-06-13
Add opening text before feature list in README.md
Martin Szulecki
1
-0
/
+2
2020-06-13
Update README with Apple trademarks
Nikias Bassen
1
-1
/
+2
2020-06-12
Add build status badge to README.md
Martin Szulecki
1
-0
/
+2
2020-06-12
Improve README.md with feature, installation and usage sections
Martin Szulecki
1
-31
/
+66
2020-06-09
Unfold automake variables into multiple lines for maintainability
Martin Szulecki
8
-72
/
+129
2020-06-09
Make sure to not remove the 'docs' directory on 'make clean'
Nikias Bassen
1
-3
/
+0
2020-06-09
Fix pkg-config file liblist++-2.0.pc referencing wrong (old) libplist
Nikias Bassen
1
-1
/
+1
2020-06-09
Update NEWS with latest changes
Martin Szulecki
1
-0
/
+2
2020-06-09
Apply changes towards a project wide common "autogen.sh" file
Martin Szulecki
1
-12
/
+16
2020-06-08
Remove whitespace errors from all files
Martin Szulecki
5
-11
/
+11
2020-06-08
pkgconfig: Correctly rename libplist*.pc to libplist*-2.0.pc
Nikias Bassen
4
-3
/
+3
2020-06-08
Make sure README.md file is added to distribution archive
Martin Szulecki
1
-0
/
+3
2020-06-08
Update README.md links and credits
Martin Szulecki
1
-4
/
+4
2020-06-05
Add man page for plistutil
Nikias Bassen
4
-1
/
+67
2020-06-05
plistutil: Update copyright header
Nikias Bassen
1
-2
/
+3
2020-06-05
plistutil: Add new "--version" option to output version information
Nikias Bassen
1
-0
/
+6
2020-06-05
plistutil: Fix option parsing
Nikias Bassen
1
-8
/
+10
2020-06-04
Unify plistutil usage output with other tools and add project URLs
Martin Szulecki
1
-5
/
+10
2020-06-04
Add config.h include to plistutil.c
Martin Szulecki
1
-0
/
+3
2020-06-04
Replace tabs with correct space indentation in plistutil.c
Martin Szulecki
1
-10
/
+10
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
c++: Fix inconsistent declarations
Rosen Penev
3
-4
/
+4
2020-06-03
Remove pointless return in void functions
Rosen Penev
3
-14
/
+0
2020-05-26
Updated NEWS for release
Nikias Bassen
1
-0
/
+14
2020-05-26
Bump version and soversion for release
Nikias Bassen
1
-2
/
+2
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-24
plistutil: Improve usage text alignment
Nikias Bassen
1
-4
/
+4
2020-05-24
plistutil: Added ability to specify output format
Jaywalker
1
-8
/
+59
[prev]
[next]