summaryrefslogtreecommitdiffstats
path: root/ini
Commit message (Expand)AuthorAgeFilesLines
* INI: Remove dead codeOndrej Kos2013-04-051-6/+1
* Remove spurious castJakub Hrozek2013-03-291-1/+1
* Expose collected stat dataDmitri Pal2013-01-283-0/+45
* Check is the stats we collectedDmitri Pal2013-01-283-0/+45
* Unit test for parsing flags.Dmitri Pal2013-01-242-0/+88
* 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-244-50/+68
* Fixing headersDmitri Pal2013-01-2419-44/+19
* 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-073-9/+7
* 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-064-105/+655
* 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
* Remove code that allows dup sectionsDmitri Pal2012-12-065-201/+30
* Clean doxygen configurationsDmitri Pal2012-10-241-34/+1
* Fix doxygen warnings for the interfaceDmitri Pal2012-10-241-49/+50
* Fixing coverity issue 11089Dmitri Pal2012-10-171-1/+1
* Build docs for new interfaceDmitri Pal2012-10-171-1/+1
* Added new tests for the multi value keysDmitri Pal2012-10-172-0/+1136
* 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
* Fix permission checking unit testStephen Gallagher2012-10-173-38/+159
* Properly handle file permissions for ini_parse_ut startup_test()Stephen Gallagher2012-05-151-17/+6
* Fix issue when running make distcheckStephen Gallagher2012-05-152-11/+5
* Exposing functionsDmitri Pal2012-04-053-2/+10
* Initialize variables in loopsDmitri Pal2012-04-053-1/+8
* Rename error print functionDmitri Pal2012-04-053-10/+6
* Tests for access and changesDmitri Pal2012-04-051-0/+283
* Function to check for changesDmitri Pal2012-04-052-2/+36
* Check access functionDmitri Pal2012-04-052-0/+110
* Metadata collection is goneDmitri Pal2012-04-053-77/+76
* Function to reopen fileDmitri Pal2012-04-052-0/+89
* Separate close and destroyDmitri Pal2012-04-053-12/+31
* Fix indentention in the switch statementDmitri Pal2012-04-051-11/+20
* Test for all section merge modesDmitri Pal2012-04-051-13/+201
* Test DETECT mode and use new fileDmitri Pal2012-04-051-7/+23
* New test files for section mergeDmitri Pal2012-04-052-0/+677
* Return error in DETECT modeDmitri Pal2012-04-051-0/+11