summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixing coverity issues 10078 & 10079Dmitri Pal2012-04-051-4/+6
* path_utils: path_concat should return empty string on ENOBUFSStephen Gallagher2012-03-083-15/+55
* INI: Silence compilation warningsJakub Hrozek2012-03-062-1/+1
* path_utils: Handle "/" in path_concatStephen Gallagher2012-03-062-2/+19
* path_utils: handle off-by-one error in path_concat()Stephen Gallagher2012-03-062-5/+15
* Fixing dereferencing NULLDmitri Pal2011-11-172-2/+71
* Coverity issue 10075Dmitri Pal2011-01-171-0/+11
* Coverity issue 10042Dmitri Pal2011-01-171-0/+1
* Adding missing constDmitri Pal2011-01-031-1/+1
* Freeing memory used for source dirDmitri Pal2011-01-031-2/+5
* Free newly created value in case of errorDmitri Pal2011-01-031-0/+2
* Initialize simple bufferDmitri Pal2011-01-031-5/+10
* Initializing variables in testDmitri Pal2011-01-031-5/+5
* Leaking memory on failureDmitri Pal2011-01-031-0/+1
* File descritpor leakDmitri Pal2011-01-031-0/+2
* Coverity issue 10034Dmitri Pal2011-01-031-4/+1
* Coverity issues 10071 & 10072Dmitri Pal2011-01-031-7/+7
* Additional testsDmitri Pal2010-12-212-0/+43
* Correcting paths to test filesDmitri Pal2010-12-211-14/+6
* Fix crashes with file objectDmitri Pal2010-12-211-9/+21
* Adding missing file to the packageDmitri Pal2010-12-211-0/+1
* Preparing to merge sectionsDmitri Pal2010-12-211-34/+63
* Collision flag validationDmitri Pal2010-12-211-0/+45
* Allow merging valuesDmitri Pal2010-12-215-11/+410
* New copy and folding functionalityDmitri Pal2010-12-214-74/+274
* Improvements to the value objectDmitri Pal2010-12-212-27/+78
* Fix copy collectionDmitri Pal2010-12-211-2/+4
* Minor tracing cleanupDmitri Pal2010-12-211-4/+6
* Refactoring error reportingDmitri Pal2010-12-216-28/+46
* Enhancements to value objectDmitri Pal2010-12-213-1/+272
* Fixing trace macrosDmitri Pal2010-12-211-2/+10
* Refactoring comment objectDmitri Pal2010-12-213-142/+285
* Adding ref_array copy methodDmitri Pal2010-12-213-40/+355
* Fix typo which makes make prerelease-srpm failSumit Bose2010-12-081-1/+1
* Fix license text for several files that should be LGPLv3+Stephen Gallagher2010-11-193-6/+6
* Fix a typo in dhash.hSumit Bose2010-10-211-1/+1
* Updating dhash version to 0.4.2Stephen Gallagher2010-10-121-1/+1
* dhash: Allow hash_enter() to update entriesSumit Bose2010-10-122-27/+99
* dhash: Fix memory leak in exampleSumit Bose2010-10-121-0/+3
* dhash: add stddef.h to dhash.hSumit Bose2010-10-121-0/+1
* Fix version handling of the librariesSumit Bose2010-09-239-18/+31
* Remove unneeded --disable-rpath configure optionSumit Bose2010-09-231-2/+1
* Fix overflow in ini_parse unit testSumit Bose2010-09-231-3/+2
* Fix typo in spec fileSumit Bose2010-09-231-1/+1
* Introducing configuration file objectDmitri Pal2010-09-2210-100/+1324
* Starting to consolidate the new interface in one placeDmitri Pal2010-09-227-225/+180
* New INI parserDmitri Pal2010-09-226-6/+1248
* The beginning of the new INI interfaceDmitri Pal2010-09-224-0/+292
* Fixes to the value objectDmitri Pal2010-09-224-117/+98
* Add error codes for the new parserDmitri Pal2010-09-222-5/+12