- 18 Nov, 2016 1 commit
-
-
Nikias Bassen authored
-
- 18 Sep, 2016 1 commit
-
-
Nikias Bassen authored
This removes the timeval union member from the plist_data_t structure. Since struct timeval is 2x64bit on 64bit platforms this member unnecessarily grew the union size to 16 bytes while a size of 8 bytes is sufficient. Also, on 32bit platforms struct timeval is only 2x32bit of size, limiting the range of possible time values. In addition the binary property list format also stores PLIST_DATE nodes as double.
-
- 29 Jun, 2016 1 commit
-
-
Nikias Bassen authored
In node_to_xml nodes of type PLIST_UID are temporarily converted to a PLIST_DICT for an appropriate XML output. Therefore a PLIST_KEY and a PLIST_UINT node is created and inserted into the PLIST_DICT node. Upon completion, the child nodes of the PLIST_DICT node are detached from the original node and freed, however the data of the child nodes - the key string and the uint value - are not. This commit fixes it.
-
- 03 Oct, 2014 1 commit
-
-
Nikias Bassen authored
-
- 27 May, 2011 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 10 Nov, 2009 1 commit
-
-
Jonathan Beck authored
-
- 28 Oct, 2009 2 commits
-
-
Jonathan Beck authored
-
Jonathan Beck authored
-
- 28 Apr, 2009 1 commit
-
-
Jonathan Beck authored
Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode related declaration in API (breaks API&ABI)
-
- 27 Mar, 2009 1 commit
-
-
Jonathan Beck authored
-
- 15 Feb, 2009 1 commit
-
-
Jonathan Beck authored
-
- 14 Feb, 2009 1 commit
-
-
Jonathan Beck authored
-
- 09 Feb, 2009 1 commit
-
-
Jonathan Beck authored
-
- 29 Jan, 2009 4 commits
-
-
Jonathan Beck authored
-
Jonathan Beck authored
-
Jonathan Beck authored
-
Jonathan Beck authored
-
- 22 Jan, 2009 1 commit
-
-
Jonathan Beck authored
-
- 08 Jan, 2009 1 commit
-
-
Jonathan Beck authored
Fix indent.
-
- 04 Jan, 2009 4 commits
-
-
Jonathan Beck authored
-
Jonathan Beck authored
-
Jonathan Beck authored
-
Jonathan Beck authored
-
- 13 Dec, 2008 2 commits
-
-
Jonathan Beck authored
-
Jonathan Beck authored
-
- 12 Dec, 2008 2 commits
-
-
Jonathan Beck authored
Change from Base64 encoded buffers to real buffers. Base64 decoding/encoding only happens in xml plists.
-
Jonathan Beck authored
-
- 11 Dec, 2008 1 commit
-
-
Jonathan Beck authored
-
- 10 Dec, 2008 1 commit
-
-
Jonathan Beck authored
-
- 08 Dec, 2008 1 commit
-
-
Jonathan Beck authored
-
- 01 Dec, 2008 2 commits
-
-
Jonathan Beck authored
-
Jonathan Beck authored
-
- 30 Nov, 2008 2 commits
-
-
Jonathan Beck authored
-
Jonathan Beck authored
-
- 28 Nov, 2008 1 commit
-
-
Jonathan Beck authored
-
- 25 Nov, 2008 1 commit
-
-
Jonathan Beck authored
-
- 24 Nov, 2008 1 commit
-
-
Zach C authored
Signed-off-by:
Matt Colyer <matt@colyer.name> fix makefile to take correct main function into account
-
- 01 Sep, 2008 1 commit
-
-
Matt Colyer authored
Use "make indent" from now on before committing.
-
- 12 Aug, 2008 1 commit
-
-
Matt Colyer authored
-