summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ini_comment.h needs to be installed as well for the new ini interface.master-wipGünther Deschner2013-01-282-1/+2
* Unit test for parsing flags.Dmitri Pal2013-01-243-0/+89
* More interface refactoringDmitri Pal2013-01-246-174/+171
* Introducing parsing flagsDmitri Pal2013-01-244-65/+187
* Refactor interface a bitDmitri Pal2013-01-246-90/+89
* Replacing sprintf with snprintfDmitri Pal2013-01-246-55/+79
* Fixing headersDmitri Pal2013-01-2436-67/+36
* Use ENOMEM instead of errnoDmitri Pal2013-01-245-41/+18
* Converting errors to enumDmitri Pal2013-01-241-32/+25
* Add INI_GET_LAST_VALUEDmitri Pal2013-01-073-8/+44
* Fix CLANG errors in unit testDmitri Pal2013-01-075-40/+44
* Make CLANG happyDmitri Pal2013-01-044-11/+23
* Fixing coverity issue 13105Dmitri Pal2012-12-121-2/+2
* Update unit testsDmitri Pal2012-12-061-6/+368
* Update files used in the unit testDmitri Pal2012-12-065-106/+659
* Update comments in the public interfaceDmitri Pal2012-12-061-2/+7
* Improve parserDmitri Pal2012-12-065-34/+98
* Ability to merge configurationsDmitri Pal2012-12-061-5/+581
* Fix trace messageDmitri Pal2012-12-061-1/+1
* Merge comments from different valuesDmitri Pal2012-12-063-35/+134
* Merge and serialize commentsDmitri Pal2012-12-063-2/+246
* Adding a trace statementDmitri Pal2012-12-061-1/+2
* Remove code that allows dup sectionsDmitri Pal2012-12-065-201/+30
* Fixed libcollection dependency and header files inclusionOndrej Kos2012-10-251-0/+3
* Clean doxygen configurationsDmitri Pal2012-10-245-170/+5
* Fix doxygen warnings for the interfaceDmitri Pal2012-10-241-49/+50
* Fixing coverity issue 11089Dmitri Pal2012-10-171-1/+1
* Fix two issues in Makefile.amDmitri Pal2012-10-171-2/+2
* Build docs for new interfaceDmitri Pal2012-10-171-1/+1
* Added new tests for the multi value keysDmitri Pal2012-10-172-0/+1136
* Start building the new interfaceDmitri Pal2012-10-171-0/+3
* The implementation of the new interfaceDmitri Pal2012-10-173-0/+1319
* Add a search state to the config objectDmitri Pal2012-10-172-0/+40
* Definition of the new INI interfaceDmitri Pal2012-10-171-206/+789
* Adding couple functions to value objectDmitri Pal2012-10-173-1/+85
* No need to copy file in configure any moreDmitri Pal2012-10-171-2/+1
* Fix permission checking unit testStephen Gallagher2012-10-173-38/+159
* Update version numbers for ding-libs-0.2.91 releaseJan Zeleny2012-05-153-13/+13
* Properly handle file permissions for ini_parse_ut startup_test()Stephen Gallagher2012-05-151-17/+6
* Fix issue when running make distcheckStephen Gallagher2012-05-154-12/+8
* Update version numbers for ding-libs 0.1.3 releaseStephen Gallagher2012-04-251-3/+3
* Bump version for 0.1.3 releaseStephen Gallagher2012-04-252-2/+2
* Ensure error_string() never returns NULLSumit Bose2012-04-251-1/+12
* * Resolves: bug #735464 Fix the loop limit used to initialize the table direc...John Dennis2012-04-253-77/+182
* Use right macroDmitri Pal2012-04-051-1/+1
* Add missing cleanup in unit testDmitri Pal2012-04-051-1/+23
* Add missing assertion macroDmitri Pal2012-04-051-0/+1
* Do not debug paddingDmitri Pal2012-04-051-0/+3
* Exposing functionsDmitri Pal2012-04-053-2/+10
* Initialize variables in loopsDmitri Pal2012-04-053-1/+8