| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | path_utils: path_concat should return empty string on ENOBUFS | Stephen Gallagher | 2012-03-08 | 3 | -15/+55 | |
| * | INI: Silence compilation warnings | Jakub Hrozek | 2012-03-06 | 2 | -1/+1 | |
| * | path_utils: Handle "/" in path_concat | Stephen Gallagher | 2012-03-06 | 2 | -2/+19 | |
| * | path_utils: handle off-by-one error in path_concat() | Stephen Gallagher | 2012-03-06 | 2 | -5/+15 | |
| * | Fixing dereferencing NULL | Dmitri Pal | 2011-11-17 | 2 | -2/+71 | |
| * | Coverity issue 10075 | Dmitri Pal | 2011-01-17 | 1 | -0/+11 | |
| * | Coverity issue 10042 | Dmitri Pal | 2011-01-17 | 1 | -0/+1 | |
| * | Adding missing const | Dmitri Pal | 2011-01-03 | 1 | -1/+1 | |
| * | Freeing memory used for source dir | Dmitri Pal | 2011-01-03 | 1 | -2/+5 | |
| * | Free newly created value in case of error | Dmitri Pal | 2011-01-03 | 1 | -0/+2 | |
| * | Initialize simple buffer | Dmitri Pal | 2011-01-03 | 1 | -5/+10 | |
| * | Initializing variables in test | Dmitri Pal | 2011-01-03 | 1 | -5/+5 | |
| * | Leaking memory on failure | Dmitri Pal | 2011-01-03 | 1 | -0/+1 | |
| * | File descritpor leak | Dmitri Pal | 2011-01-03 | 1 | -0/+2 | |
| * | Coverity issue 10034 | Dmitri Pal | 2011-01-03 | 1 | -4/+1 | |
| * | Coverity issues 10071 & 10072 | Dmitri Pal | 2011-01-03 | 1 | -7/+7 | |
| * | Additional tests | Dmitri Pal | 2010-12-21 | 2 | -0/+43 | |
| * | Correcting paths to test files | Dmitri Pal | 2010-12-21 | 1 | -14/+6 | |
| * | Fix crashes with file object | Dmitri Pal | 2010-12-21 | 1 | -9/+21 | |
| * | Adding missing file to the package | Dmitri Pal | 2010-12-21 | 1 | -0/+1 | |
| * | Preparing to merge sections | Dmitri Pal | 2010-12-21 | 1 | -34/+63 | |
| * | Collision flag validation | Dmitri Pal | 2010-12-21 | 1 | -0/+45 | |
| * | Allow merging values | Dmitri Pal | 2010-12-21 | 5 | -11/+410 | |
| * | New copy and folding functionality | Dmitri Pal | 2010-12-21 | 4 | -74/+274 | |
| * | Improvements to the value object | Dmitri Pal | 2010-12-21 | 2 | -27/+78 | |
| * | Fix copy collection | Dmitri Pal | 2010-12-21 | 1 | -2/+4 | |
| * | Minor tracing cleanup | Dmitri Pal | 2010-12-21 | 1 | -4/+6 | |
| * | Refactoring error reporting | Dmitri Pal | 2010-12-21 | 6 | -28/+46 | |
| * | Enhancements to value object | Dmitri Pal | 2010-12-21 | 3 | -1/+272 | |
| * | Fixing trace macros | Dmitri Pal | 2010-12-21 | 1 | -2/+10 | |
| * | Refactoring comment object | Dmitri Pal | 2010-12-21 | 3 | -142/+285 | |
| * | Adding ref_array copy method | Dmitri Pal | 2010-12-21 | 3 | -40/+355 | |
| * | Fix typo which makes make prerelease-srpm fail | Sumit Bose | 2010-12-08 | 1 | -1/+1 | |
| * | Fix license text for several files that should be LGPLv3+ | Stephen Gallagher | 2010-11-19 | 3 | -6/+6 | |
| * | Fix a typo in dhash.h | Sumit Bose | 2010-10-21 | 1 | -1/+1 | |
| * | Updating dhash version to 0.4.2 | Stephen Gallagher | 2010-10-12 | 1 | -1/+1 | |
| * | dhash: Allow hash_enter() to update entries | Sumit Bose | 2010-10-12 | 2 | -27/+99 | |
| * | dhash: Fix memory leak in example | Sumit Bose | 2010-10-12 | 1 | -0/+3 | |
| * | dhash: add stddef.h to dhash.h | Sumit Bose | 2010-10-12 | 1 | -0/+1 | |
| * | Fix version handling of the libraries | Sumit Bose | 2010-09-23 | 9 | -18/+31 | |
| * | Remove unneeded --disable-rpath configure option | Sumit Bose | 2010-09-23 | 1 | -2/+1 | |
| * | Fix overflow in ini_parse unit test | Sumit Bose | 2010-09-23 | 1 | -3/+2 | |
| * | Fix typo in spec file | Sumit Bose | 2010-09-23 | 1 | -1/+1 | |
| * | Introducing configuration file object | Dmitri Pal | 2010-09-22 | 10 | -100/+1324 | |
| * | Starting to consolidate the new interface in one place | Dmitri Pal | 2010-09-22 | 7 | -225/+180 | |
| * | New INI parser | Dmitri Pal | 2010-09-22 | 6 | -6/+1248 | |
| * | The beginning of the new INI interface | Dmitri Pal | 2010-09-22 | 4 | -0/+292 | |
| * | Fixes to the value object | Dmitri Pal | 2010-09-22 | 4 | -117/+98 | |
| * | Add error codes for the new parser | Dmitri Pal | 2010-09-22 | 2 | -5/+12 | |
| * | Extend the comment interface | Dmitri Pal | 2010-09-22 | 2 | -10/+38 | |
