Age | Commit message (Expand) | Author | Files | Lines |
2013-02-02 | include errno.h | Anas Nashif | 1 | -0/+1 |
2012-12-19 | Clean up fix grabData() error handling in callers | Panu Matilainen | 1 | -6/+4 |
2012-11-26 | Add missing <errno.h> include | Panu Matilainen | 1 | -0/+1 |
2012-10-30 | Handle partial reads and errors in package IO (RhBug:802839, RhBug:580974) | Panu Matilainen | 1 | -3/+29 |
2012-04-03 | Validate negated offsets too in headerVerifyInfo() | Panu Matilainen | 1 | -1/+1 |
2012-04-03 | Specifically validate region tag on header import | Panu Matilainen | 1 | -3/+5 |
2012-03-23 | Eliminate broken data end calculation in dataLength() | Panu Matilainen | 1 | -7/+17 |
2012-02-21 | Flag error in tag container for non-extension tag retrieval | Panu Matilainen | 1 | -0/+3 |
2011-11-30 | Implement "fast" flag to headerImport() | Panu Matilainen | 1 | -8/+17 |
2011-11-30 | Add an enhanced interface for unloading, aka exporting, headers | Panu Matilainen | 1 | -14/+8 |
2011-11-30 | Update internal callers to use headerImport() instead of headerLoad() | Panu Matilainen | 1 | -7/+8 |
2011-11-30 | Add an enhanced interface for loading, aka importing, headers | Panu Matilainen | 1 | -24/+22 |
2011-11-29 | Consolidate header alignment calculations to helper function | Panu Matilainen | 1 | -41/+25 |
2011-11-29 | Optimize string tag length calculations in regionSwab() | Panu Matilainen | 1 | -2/+4 |
2011-11-24 | Fix dribble length calculation on headerLoad() | Panu Matilainen | 1 | -6/+5 |
2011-10-21 | Fix ancient off-by-one at end boundary in string array size calculation | Panu Matilainen | 1 | -16/+17 |
2011-10-20 | Verify the entire region trailer, not just its offset, is within data area | Panu Matilainen | 1 | -2/+2 |
2011-10-04 | Eliminate redundant local variable in headerLoad() | Panu Matilainen | 1 | -2/+0 |
2011-10-03 | Sanity check region length on header load | Panu Matilainen | 1 | -0/+5 |
2011-09-29 | Sanity check region offset range on headerLoad() | Panu Matilainen | 1 | -1/+1 |
2011-09-29 | Sanity check region offset in regionSwab() | Panu Matilainen | 1 | -0/+3 |
2011-05-30 | Eliminate obvious dead NULL-assignment at headerLoad() error exit | Panu Matilainen | 1 | -2/+2 |
2011-05-29 | A few more dead NULL-assignment eliminations in low-level header code | Panu Matilainen | 1 | -5/+4 |
2011-05-28 | Eliminate dead NULL-assignments at scope-end in librpm, part I | Panu Matilainen | 1 | -2/+2 |
2011-05-24 | Cosmetics: remove redundant/empty doxygen markup, comments etc | Panu Matilainen | 1 | -17/+2 |
2011-05-24 | Remove unused length return variables on doHeaderUnload() | Panu Matilainen | 1 | -5/+2 |
2011-05-24 | Handle HEADERFLAG_SORTED bit correctly in headerUnsort() | Panu Matilainen | 1 | -2/+4 |
2011-05-24 | Return explicit NULL on errors + frees in header code | Panu Matilainen | 1 | -4/+4 |
2011-03-24 | Clean up headerRead() | Jindrich Novy | 1 | -16/+14 |
2011-03-23 | Avoid timedRead() usage | Jindrich Novy | 1 | -4/+2 |
2011-03-11 | Mark htonll() as "const" function | Panu Matilainen | 1 | -1/+3 |
2010-11-17 | Yet another round of enum-as-function-argument elimination | Panu Matilainen | 1 | -3/+3 |
2010-10-22 | Switch lowelevel header internals to use rpm_tagtype_t for tag type data | Panu Matilainen | 1 | -7/+7 |
2010-10-22 | Switch header APIs to use rpmTagVal instead of rpmTag | Panu Matilainen | 1 | -7/+7 |
2010-09-21 | Use proper types for tag and format extension functions | Panu Matilainen | 1 | -13/+1 |
2010-09-21 | Use actual rpmTags in place of the old HEADER_FOO defines everywhere | Panu Matilainen | 1 | -10/+10 |
2010-09-21 | Stop abusing enum typedefs for bitfield types | Panu Matilainen | 1 | -2/+4 |
2010-09-13 | Eliminate all fooUnlink() functions out of the API | Panu Matilainen | 1 | -1/+1 |
2010-09-13 | Unify header creation between headerNew() and headerLoad() | Panu Matilainen | 1 | -14/+15 |
2010-04-21 | Lose the useless header refcounting debug junk | Panu Matilainen | 1 | -12/+4 |
2010-02-24 | Permit simple strings to be returned argv-style from headers too | Panu Matilainen | 1 | -1/+2 |
2010-01-05 | Unconditionally include <netdb.h> where needed instead of system.h | Panu Matilainen | 1 | -1/+1 |
2009-12-22 | Make header struct really opaque outside header.c | Panu Matilainen | 1 | -0/+26 |
2009-12-22 | Move htonll() into header.c and make static, not needed elsewhere | Panu Matilainen | 1 | -0/+9 |
2009-12-22 | Move the higher level convenience functions out of header.c | Panu Matilainen | 1 | -177/+0 |
2009-09-30 | Add alternative header iterator method | Panu Matilainen | 1 | -9/+18 |
2009-09-09 | Eliminate unused goo from findEntry() | Panu Matilainen | 1 | -11/+2 |
2009-09-09 | Handle NULL header in doHeaderUnload() | Panu Matilainen | 1 | -2/+2 |
2009-09-09 | Eliminate pointless increment | Panu Matilainen | 1 | -1/+0 |
2009-09-09 | Eliminate yet more unused calculations from header code... | Panu Matilainen | 1 | -5/+1 |