2009-09-09 |
Panu Matilainen | Eliminate yet another unused variable in header code |
blob | commitdiff |
2009-09-09 |
Panu Matilainen | Eliminate last remaining leftovers from "8/98 bug"... |
blob | commitdiff | diff to current |
2009-09-09 |
Panu Matilainen | Eliminate unnecessary variable & related goo from regio... |
blob | commitdiff | diff to current |
2009-09-09 |
Panu Matilainen | Initialize diff on declaration where it fits comfortabl... |
blob | commitdiff | diff to current |
2009-09-09 |
Panu Matilainen | Move variable to block local scope, not needed elsewhere |
blob | commitdiff | diff to current |
2009-09-09 |
Panu Matilainen | Remove unnecessary assignment, diff is block local... |
blob | commitdiff | diff to current |
2009-09-07 |
Panu Matilainen | Eliminate unused variable |
blob | commitdiff | diff to current |
2009-09-07 |
Panu Matilainen | Remove unused initialization |
blob | commitdiff | diff to current |
2009-09-04 |
Panu Matilainen | Fix memleak in headerGetDumber() .. err .. Number() |
blob | commitdiff | diff to current |
2009-09-02 |
Panu Matilainen | Add convenience function for retrieving numeric header... |
blob | commitdiff | diff to current |
2009-09-02 |
Panu Matilainen | Oops, dont leak memory on invalid types to headerGet... |
blob | commitdiff | diff to current |
2009-09-02 |
Panu Matilainen | Add two new convenience functions for header string... |
blob | commitdiff | diff to current |
2009-08-31 |
Panu Matilainen | Replace equal/not equal uses of str[n]cmp() with rstreq... |
blob | commitdiff | diff to current |
2009-07-23 |
Panu Matilainen | Kill off lclint remnants everywhere |
blob | commitdiff | diff to current |
2009-07-03 |
Panu Matilainen | Unify extension + header data getter calling conventions |
blob | commitdiff | diff to current |
2009-07-03 |
Panu Matilainen | Pass headerGet flags to extensions too (unused for... |
blob | commitdiff | diff to current |
2009-07-03 |
Panu Matilainen | Eliminate unused calculations originating from the... |
blob | commitdiff | diff to current |
2009-07-03 |
Panu Matilainen | Re-enable rdlen vs dl header check |
blob | commitdiff | diff to current |
2009-06-23 |
Panu Matilainen | Set HEADERFLAGS_ALLOCATED centrally from headerLoad() |
blob | commitdiff | diff to current |
2009-03-10 |
Panu Matilainen | Don't return data from headerGet() on regionSwab()... |
blob | commitdiff | diff to current |
2009-01-20 |
Panu Matilainen | Add headerGet() flag to request argv-style NULL-termina... |
blob | commitdiff | diff to current |
2009-01-19 |
Panu Matilainen | Fix memleak from i18n strings if retrieved with HEADERG... |
blob | commitdiff | diff to current |
2009-01-05 |
Panu Matilainen | Eliminate header magic duplication all over the place... |
blob | commitdiff | diff to current |
2009-01-05 |
Panu Matilainen | Remove unnecessary HEADER_FOOTAG definitions |
blob | commitdiff | diff to current |
2008-11-30 |
Panu Matilainen | Add and use (internal) method for setting header instance |
blob | commitdiff | diff to current |
2008-11-12 |
Panu Matilainen | Add rpmdb record number to headers retrieved from rpmdb |
blob | commitdiff | diff to current |
2008-08-07 |
Panu Matilainen | Permit i18nstring in headerPutString() |
blob | commitdiff | diff to current |
2008-07-07 |
Panu Matilainen | Eliminate couple of timedRead() uses where we control... |
blob | commitdiff | diff to current |
2008-07-03 |
Panu Matilainen | Change headerPutString() arg name to match the others |
blob | commitdiff | diff to current |
2008-06-19 |
Panu Matilainen | Dumb, dumb thinko/leftover from earlier prototype... |
blob | commitdiff | diff to current |
2008-06-19 |
Panu Matilainen | Add type-safe headerPutFoo() methods for supported... |
blob | commitdiff | diff to current |
2008-06-18 |
Panu Matilainen | Convert headerAddI18NString() to use headerPut() |
blob | commitdiff | diff to current |
2008-06-18 |
Panu Matilainen | Switch around headerAdd*Entry() family vs headerPut() |
blob | commitdiff | diff to current |
2008-06-18 |
Panu Matilainen | Switch around headerMod() and headerModifyEntry() |
blob | commitdiff | diff to current |
2008-06-18 |
Panu Matilainen | Stuff legacy compat wrappers out of sight into header_i... |
blob | commitdiff | diff to current |
2008-06-18 |
Panu Matilainen | Start shredding legacy cruft out of header code |
blob | commitdiff | diff to current |
2008-06-18 |
Panu Matilainen | Add headerMod() to headerPut() etc family |
blob | commitdiff | diff to current |
2008-06-17 |
Panu Matilainen | Replace headerRemoveEntry() with headerDel() everywhere |
blob | commitdiff | diff to current |
2008-06-17 |
Panu Matilainen | Rename headerRemoveEntry() to headerDel(), add compat... |
blob | commitdiff | diff to current |
2008-06-16 |
Panu Matilainen | Preserve headerNext() allocation behavior |
blob | commitdiff | diff to current |
2008-06-12 |
Panu Matilainen | Dumb thinko in header data allocation |
blob | commitdiff | diff to current |
2008-06-11 |
Panu Matilainen | Add headerGet() flag to force allocation of returned... |
blob | commitdiff | diff to current |
2008-06-09 |
Panu Matilainen | Change tag extension returns codes to match headerGet() |
blob | commitdiff | diff to current |
2008-06-06 |
Jindrich Novy | Handle RPM_INT64_TYPE in header functions |
blob | commitdiff | diff to current |
2008-05-21 |
Panu Matilainen | Include rpmtypes.h first instead of rpmtag.h everywhere |
blob | commitdiff | diff to current |
2008-05-21 |
Panu Matilainen | Turn rpmtd freeData into flag bitfield, allowing more... |
blob | commitdiff | diff to current |
2008-05-21 |
Panu Matilainen | Avoid leaking memory on legacy header interface emulation |
blob | commitdiff | diff to current |
2008-05-17 |
Panu Matilainen | Move all i18n string munging into separate function |
blob | commitdiff | diff to current |
2008-05-17 |
Panu Matilainen | Add HEADERGET_RAW flag to disable i18n lookups |
blob | commitdiff | diff to current |
2008-05-17 |
Panu Matilainen | Push header getter flags down to internal helpers |
blob | commitdiff | diff to current |
2008-05-17 |
Panu Matilainen | Add typedefs for header get/put flags, use instead... |
blob | commitdiff | diff to current |
2008-05-16 |
Panu Matilainen | Eliminate rpmHeaderFormats and rpmHeaderTagExtensions... |
blob | commitdiff | diff to current |
2008-05-16 |
Panu Matilainen | Push finding of formatter and tag extension functions... |
blob | commitdiff | diff to current |
2008-05-16 |
Panu Matilainen | Make extension formatter functions opaque |
blob | commitdiff | diff to current |
2008-05-16 |
Panu Matilainen | Eliminate the now unnecessary extension type fields |
blob | commitdiff | diff to current |
2008-05-16 |
Panu Matilainen | Split format and tag extensions to separate tables |
blob | commitdiff | diff to current |
2008-05-15 |
Panu Matilainen | Change headerTagTagFunction() to take tag container... |
blob | commitdiff | diff to current |
2008-05-14 |
Panu Matilainen | Teach headerGet() to retrieve extension tags if enabled... |
blob | commitdiff | diff to current |
2008-05-13 |
Panu Matilainen | Convert headerCopyTags() to use rpmtd internally |
blob | commitdiff | diff to current |
2008-05-13 |
Panu Matilainen | Convert headerCopy() to use the new interfaces internally |
blob | commitdiff | diff to current |
2008-05-13 |
Panu Matilainen | Add headerPut() for adding data to headers through... |
blob | commitdiff | diff to current |
2008-05-13 |
Panu Matilainen | Use a macro for copying td entries in compat wrappers |
blob | commitdiff | diff to current |
2008-05-13 |
Panu Matilainen | Convert header tag iterator to use rpmtd |
blob | commitdiff | diff to current |
2008-05-13 |
Panu Matilainen | Convert headerGetEntry() internals to use rpmtd for... |
blob | commitdiff | diff to current |
2008-05-13 |
Panu Matilainen | Start converting header internals to use the rpmtd... |
blob | commitdiff | diff to current |
2008-05-12 |
Panu Matilainen | Move headerVerifyInfo() to header.[ch] where it logical... |
blob | commitdiff | diff to current |
2008-05-12 |
Panu Matilainen | Eliminate copy-paste versions of hdrchkFoo() macros |
blob | commitdiff | diff to current |
2008-05-12 |
Panu Matilainen | Split header sprintf formatting to separate source |
blob | commitdiff | diff to current |
2008-05-12 |
Panu Matilainen | Move header "default" formats to formats.c along with... |
blob | commitdiff | diff to current |
2008-05-12 |
Panu Matilainen | Fixup paths and Makefiles for rpmdb/ elimination |
blob | commitdiff | diff to current |
2008-05-12 |
Panu Matilainen | Start (re-)joining librpmdb and librpm |
blob | commitdiff | diff to current |
2001-11-19 |
jbj | - header handling moved to librpmdb to avoid linkage... |
blob | commitdiff |
2001-11-11 |
jbj | - unify rpmFNSet into TFI_t. |
blob | commitdiff | diff to current |
2001-11-11 |
jbj | Rip alGetHeader() out of depends.c. |
blob | commitdiff | diff to current |
2001-11-01 |
jbj | - depends.c: availablePackage is (almost) opaque. |
blob | commitdiff | diff to current |
2001-11-01 |
jbj | - add header refcount annotations throughout. |
blob | commitdiff | diff to current |
2001-10-20 |
jbj | - add :base64 and :armor format extensions, dump binary... |
blob | commitdiff | diff to current |
2001-10-18 |
jbj | Scaffholding for dumping full headers carried through... |
blob | commitdiff | diff to current |
2001-10-17 |
jbj | Converging on lclint-3.0.17 strict level. |
blob | commitdiff | diff to current |
2001-10-16 |
jbj | Factor -type problems into explicit code annotations. |
blob | commitdiff | diff to current |
2001-10-16 |
jbj | More lclint annotations. |
blob | commitdiff | diff to current |
2001-10-15 |
jbj | - use only header methods, routines are now static. |
blob | commitdiff | diff to current |
2001-10-15 |
jbj | Explicit branchstate annotations. |
blob | commitdiff | diff to current |
2001-10-15 |
jbj | lclint fiddles to annotate globals. |
blob | commitdiff | diff to current |
2001-10-13 |
jbj | More lclint annotations. |
blob | commitdiff | diff to current |
2001-10-13 |
jbj | - ratchet up to lclint "strict" level. |
blob | commitdiff | diff to current |
2001-09-24 |
jbj | Move to lclint-3.0.0.15, revisit and clean up annotations. |
blob | commitdiff | diff to current |
2001-09-21 |
jbj | - lclint-3.0.0.15 fiddles. |
blob | commitdiff | diff to current |
2001-08-25 |
jbj | - within a region, entries sort by address; added drips... |
blob | commitdiff | diff to current |
2001-08-16 |
jbj | - python: add exception to detect bad data in hdrUnload. |
blob | commitdiff | diff to current |
2001-08-15 |
jbj | - always use dl size in regionSwab() return. |
blob | commitdiff | diff to current |
2001-08-13 |
jbj | - fix: segfault on headerFree given malicious data. |
blob | commitdiff | diff to current |
2001-08-04 |
jbj | - fix: autoconf glob tests (#50845). |
blob | commitdiff | diff to current |
2001-08-03 |
jbj | lclint clean again. |
blob | commitdiff | diff to current |
2001-08-03 |
jbj | - fix: i18n tags not terminated correctly with NUL... |
blob | commitdiff | diff to current |
2001-07-31 |
jbj | - add support for mips (#49283). |
blob | commitdiff | diff to current |
2001-07-20 |
jbj | - fix: yet another segfault from bad metadata prevented. |
blob | commitdiff | diff to current |
2001-06-30 |
jbj | - update intl dirs to gettext-0.10.38. |
blob | commitdiff | diff to current |
2001-06-28 |
jbj | - fix: sanity checks on #tags (<65K) and offset (<16Mb... |
blob | commitdiff | diff to current |
2001-06-19 |
jbj | - finalize per-header methods, accessing headerFoo... |
blob | commitdiff | diff to current |
next |