summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* bplist: fix invalid memory access in copy_plist_dataNikias Bassen2012-02-111-4/+4
* fix compiler warningsNikias Bassen2012-01-124-13/+4
* move cmake endianess detection to proper place and actually USE itNikias Bassen2011-09-261-0/+1
* Win32: do not use visibility attributeNikias Bassen2011-09-111-1/+1
* Fix base64 encodingNikias Bassen2011-06-011-8/+6
* Use simple sscanf for parsing dates if strptime is not availableNikias Bassen2011-05-291-2/+15
* use signed char instead of int8_tNikias Bassen2011-05-291-1/+1
* Use malloc+snprintf instead of asprintfNikias Bassen2011-05-291-2/+4
* user CMAKE_C_OUTPUT_EXTENSION instead of .oNikias Bassen2011-05-291-5/+5
* define be16toh, be32toh, be64toh if not availableNikias Bassen2011-05-281-0/+34
* Add missing includeNikias Bassen2011-05-281-0/+1
* Make libplist glib freeNikias Bassen2011-05-2714-204/+866
* Plugging memory leak in write_unicodeChristophe Fergeau2011-03-161-0/+1
* Make sure install_name_tool on OSX picks up library install pathMartin Szulecki2011-02-121-0/+6
* Fix Dictionary copy constructorChristophe Fergeau2011-02-121-1/+1
* Fixes the xml export.Dogbert2010-08-231-2/+2
* Fix unicode binary writing.Jonathan Beck2010-07-291-7/+23
* Endianness, alignment and type-punning fixes for binary plist supportJulien BLACHE2010-04-181-13/+63
* plist_to_xml: use POSIX locale to make sure '.' is used for floatsNikias Bassen2010-04-061-0/+14
* plist_to_xml: copy terminating 0-byte given from xmlDocDumpMemoryNikias Bassen2010-04-061-2/+3
* Fix armel floating point endianess (LP: #541879)Alexander Sack2010-03-241-6/+26
* Copy xml buffer to malloced buffer to prevent free / xmlFree mixing.Jonathan Beck2010-03-031-2/+9
* Fix some warningsJonathan Beck2010-01-213-38/+6
* Make sure to convert predefined xml entities in xml outputMartin Szulecki2010-01-141-1/+6
* Remove last includes of non-existing Utils.hMartin Szulecki2009-11-282-2/+0
* don't leak GNodes in plist_freeChristophe Fergeau2009-11-191-1/+1
* add missing break; in switch statementChristophe Fergeau2009-11-191-0/+2
* Fix removal of the Utils class.Jonathan Beck2009-11-113-7/+6
* Move some methods and drop Utils class in C++ binding.Jonathan Beck2009-11-114-110/+83
* Remove deprecated functions from API.Jonathan Beck2009-11-101-189/+0
* Do not free plist node twice in Dictionary destructor.Jonathan Beck2009-11-101-1/+0
* Do not export internal functions symbols.Jonathan Beck2009-11-101-4/+4
* Remove wrongly exposed SetParent method.Jonathan Beck2009-11-104-18/+18
* Add GetNodeIdex and GetNodeKey methods.Jonathan Beck2009-11-042-0/+18
* Format sources to ANSI style using AStyle (astyle --style=ansi).Jonathan Beck2009-10-2815-1724/+1838
* Unlink previous node in SetParent().Jonathan Beck2009-10-281-0/+11
* Fix build for MSVC9.Jonathan Beck2009-10-2812-9/+26
* Change name of input argument as 'in' is a reserved keyword in python.Jonathan Beck2009-10-261-4/+4
* Add Set/Get Parent and a helper to create a Node from a plist_t.Jonathan Beck2009-10-2611-224/+88
* Tweak Dictioonary interface a bit.Jonathan Beck2009-10-181-1/+10
* Fixes for dates.Jonathan Beck2009-10-172-3/+4
* Implement Date object.Jonathan Beck2009-10-171-12/+15
* Install C++ binding.Jonathan Beck2009-10-171-1/+3
* Fix key valuation in dictionary loop.Jonathan Beck2009-10-161-1/+1
* Fix Node lifecycle and change argument as reference to const reference.Jonathan Beck2009-10-1610-48/+134
* Fix various mistakes in C++ bindings.Jonathan Beck2009-10-158-6/+108
* Add C++ binding.Jonathan Beck2009-10-1312-0/+1000
* Add path accessor util function.Jonathan Beck2009-10-131-25/+56
* Fix dict length.Jonathan Beck2009-10-111-1/+1
* Restore plist_dict_get_size function.Jonathan Beck2009-10-111-0/+9