summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2008-04-04getcwd(NULL,0) has undefined behavior, use rpmGetCwd() insteadPanu Matilainen1-2/+6
2008-04-04Remove copy-paste currentDirectory() from sqlite, use rpmGetCwd()Panu Matilainen1-12/+1
2008-04-03We don't support url's in db paths, rip.Panu Matilainen3-46/+11
2008-04-03Replace silly static rpmioFileExists() in rpmdb.c with plain old access()Panu Matilainen1-41/+5
2008-04-03Remove ancient db1->db3 conversion cruftPanu Matilainen1-9/+0
2008-03-24Avoid static buffer for sql commandsPanu Matilainen1-6/+12
2008-03-24Revert rpmhash changes from previous commitPanu Matilainen1-2/+2
2008-03-24Remove bogus consts from rpmdb and dbi structsPanu Matilainen6-29/+29
2008-03-18Bump up sonames, we're not exactly ABI compatible with 4.4 anymore..Panu Matilainen1-1/+1
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen4-20/+20
2008-03-17Remove support for automatic rollback on failurePanu Matilainen1-14/+0
2008-03-12Refcount dbiTags on db open+close, automatically freePanu Matilainen2-46/+58
2008-03-07Log message adjustmentsPanu Matilainen3-43/+43
2008-03-06Make headerCopyTags() tag list const, the list isn't modified..Panu Matilainen2-3/+5
2008-03-06Mark rpm tag tables read-only as far as we can..Panu Matilainen3-4/+4
2008-03-06Mark various header tables and definitions as read-onlyPanu Matilainen2-5/+5
2008-03-06Make the rpmdb vectors readonlyPanu Matilainen4-8/+8
2008-02-25Eliminate rpmdb refcount debug junk from the APIPanu Matilainen2-18/+8
2008-02-22Remove ancient commentary from header.hPanu Matilainen1-67/+0
2008-02-22Remove useless ifdeffed typedefsPanu Matilainen1-12/+0
2008-02-14Improve header i18n locale matchingPanu Matilainen1-5/+7
2008-02-14Fix a bunch of string format mismatches found by gcc's variadic checksPanu Matilainen1-10/+10
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen9-68/+68
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen7-61/+61
2008-02-05Couple of missed type abstractionsPanu Matilainen2-2/+2
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-2/+2
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-3/+3
2008-02-04Remove double documention for exported header functionsPanu Matilainen1-209/+0
2008-02-04Rip the useless header method vectorsPanu Matilainen5-732/+86
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen1-2/+2
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen3-14/+22
2008-02-03Use rpmTag etc enums for rpmTagGet*() functionsPanu Matilainen1-12/+12
2008-01-30Include spring-cleaningPanu Matilainen7-11/+11
2008-01-30rpmlib.h mass evictionPanu Matilainen8-7/+12
2008-01-30Move HGE and related prototypes to header.hPanu Matilainen1-0/+75
2008-01-30Move rpmTagType stuff to rpmtag.h now that they can movePanu Matilainen4-49/+3
2008-01-30Uninline headerFreeData()Panu Matilainen2-12/+12
2008-01-30Remove bunch of unnecessary rpmlib.h includesPanu Matilainen1-1/+1
2008-01-30Move header and -iterator to rpmtypesPanu Matilainen1-8/+0
2008-01-30Move header tagdata types from header.h to rpmtypes.hPanu Matilainen1-14/+0
2008-01-30Add stub rpmtypes.h header stubPanu Matilainen1-1/+1
2008-01-09Dirty hack to determine BDB .la name automaticallyPanu Matilainen1-2/+5
2008-01-07Fix field-width specifiers when no space between (rhbz#323221)Panu Matilainen1-1/+3
2008-01-04Saner RPM_FORCEFREE_TYPE definitionPanu Matilainen1-1/+1
2008-01-02Teach (unused) headerFreeTag about RPM_FORCEFREE_TYPEPanu Matilainen1-1/+1
2008-01-02Use size_t, not int for header format padding argsPanu Matilainen2-8/+8
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen9-91/+99
2007-12-19Const-pedantry here and there...Panu Matilainen2-8/+8
2007-12-18Avoid exiting too early due to nested rpmdbCheckSignals()Panu Matilainen1-1/+1
2007-12-18Stick constfree to extension cache cleanupPanu Matilainen1-1/+1