summaryrefslogtreecommitdiffstats
path: root/ini/ini_parse_ut.c
Commit message (Expand)AuthorAgeFilesLines
* Expose collected stat dataDmitri Pal2013-01-281-0/+17
* Check is the stats we collectedDmitri Pal2013-01-281-0/+30
* Unit test for parsing flags.Dmitri Pal2013-01-241-0/+83
* More interface refactoringDmitri Pal2013-01-241-12/+12
* Introducing parsing flagsDmitri Pal2013-01-241-0/+6
* Refactor interface a bitDmitri Pal2013-01-241-18/+17
* Replacing sprintf with snprintfDmitri Pal2013-01-241-45/+58
* Fixing headersDmitri Pal2013-01-241-1/+1
* Add INI_GET_LAST_VALUEDmitri Pal2013-01-071-3/+29
* Fix CLANG errors in unit testDmitri Pal2013-01-071-5/+4
* Update unit testsDmitri Pal2012-12-061-6/+368
* Remove code that allows dup sectionsDmitri Pal2012-12-061-15/+25
* Added new tests for the multi value keysDmitri Pal2012-10-171-0/+1133
* Fix permission checking unit testStephen Gallagher2012-10-171-37/+116
* Properly handle file permissions for ini_parse_ut startup_test()Stephen Gallagher2012-05-151-17/+6
* Fix issue when running make distcheckStephen Gallagher2012-05-151-11/+5
* Initialize variables in loopsDmitri Pal2012-04-051-0/+4
* Rename error print functionDmitri Pal2012-04-051-4/+4
* Tests for access and changesDmitri Pal2012-04-051-0/+283
* Separate close and destroyDmitri Pal2012-04-051-5/+5
* Test for all section merge modesDmitri Pal2012-04-051-13/+201
* Test DETECT mode and use new fileDmitri Pal2012-04-051-7/+23
* Adding missing constDmitri Pal2011-01-031-1/+1
* Correcting paths to test filesDmitri Pal2010-12-211-14/+6
* Allow merging valuesDmitri Pal2010-12-211-0/+203
* New copy and folding functionalityDmitri Pal2010-12-211-38/+91
* Fix overflow in ini_parse unit testSumit Bose2010-09-231-3/+2
* Introducing configuration file objectDmitri Pal2010-09-221-19/+24
* Starting to consolidate the new interface in one placeDmitri Pal2010-09-221-3/+2
* New INI parserDmitri Pal2010-09-221-0/+209