Age | Commit message (Expand) | Author | Files | Lines |
2008-04-04 | getcwd(NULL,0) has undefined behavior, use rpmGetCwd() instead | Panu Matilainen | 1 | -2/+6 |
2008-04-04 | Remove copy-paste currentDirectory() from sqlite, use rpmGetCwd() | Panu Matilainen | 1 | -12/+1 |
2008-04-03 | We don't support url's in db paths, rip. | Panu Matilainen | 3 | -46/+11 |
2008-04-03 | Replace silly static rpmioFileExists() in rpmdb.c with plain old access() | Panu Matilainen | 1 | -41/+5 |
2008-04-03 | Remove ancient db1->db3 conversion cruft | Panu Matilainen | 1 | -9/+0 |
2008-03-24 | Avoid static buffer for sql commands | Panu Matilainen | 1 | -6/+12 |
2008-03-24 | Revert rpmhash changes from previous commit | Panu Matilainen | 1 | -2/+2 |
2008-03-24 | Remove bogus consts from rpmdb and dbi structs | Panu Matilainen | 6 | -29/+29 |
2008-03-18 | Bump up sonames, we're not exactly ABI compatible with 4.4 anymore.. | Panu Matilainen | 1 | -1/+1 |
2008-03-18 | Minimal namespacing for locale-insensitive x*() string functions | Panu Matilainen | 4 | -20/+20 |
2008-03-17 | Remove support for automatic rollback on failure | Panu Matilainen | 1 | -14/+0 |
2008-03-12 | Refcount dbiTags on db open+close, automatically free | Panu Matilainen | 2 | -46/+58 |
2008-03-07 | Log message adjustments | Panu Matilainen | 3 | -43/+43 |
2008-03-06 | Make headerCopyTags() tag list const, the list isn't modified.. | Panu Matilainen | 2 | -3/+5 |
2008-03-06 | Mark rpm tag tables read-only as far as we can.. | Panu Matilainen | 3 | -4/+4 |
2008-03-06 | Mark various header tables and definitions as read-only | Panu Matilainen | 2 | -5/+5 |
2008-03-06 | Make the rpmdb vectors readonly | Panu Matilainen | 4 | -8/+8 |
2008-02-25 | Eliminate rpmdb refcount debug junk from the API | Panu Matilainen | 2 | -18/+8 |
2008-02-22 | Remove ancient commentary from header.h | Panu Matilainen | 1 | -67/+0 |
2008-02-22 | Remove useless ifdeffed typedefs | Panu Matilainen | 1 | -12/+0 |
2008-02-14 | Improve header i18n locale matching | Panu Matilainen | 1 | -5/+7 |
2008-02-14 | Fix a bunch of string format mismatches found by gcc's variadic checks | Panu Matilainen | 1 | -10/+10 |
2008-02-05 | Mass convert (back) to rpmTag as it's usable everywhere now | Panu Matilainen | 9 | -68/+68 |
2008-02-05 | Use rpmTagType always now that it's available everywhere | Panu Matilainen | 7 | -61/+61 |
2008-02-05 | Couple of missed type abstractions | Panu Matilainen | 2 | -2/+2 |
2008-02-05 | Yet another typedef for transaction ID, use where spotted | Panu Matilainen | 1 | -2/+2 |
2008-02-05 | Add rpm_color_t type for rpm color bits, use where spotted | Panu Matilainen | 1 | -3/+3 |
2008-02-04 | Remove double documention for exported header functions | Panu Matilainen | 1 | -209/+0 |
2008-02-04 | Rip the useless header method vectors | Panu Matilainen | 5 | -732/+86 |
2008-02-04 | Add rpm_time_t type for time types (in headers), use where spotted | Panu Matilainen | 1 | -2/+2 |
2008-02-03 | Make rpmtag.h standalone, include from rpmtypes.h | Panu Matilainen | 3 | -14/+22 |
2008-02-03 | Use rpmTag etc enums for rpmTagGet*() functions | Panu Matilainen | 1 | -12/+12 |
2008-01-30 | Include spring-cleaning | Panu Matilainen | 7 | -11/+11 |
2008-01-30 | rpmlib.h mass eviction | Panu Matilainen | 8 | -7/+12 |
2008-01-30 | Move HGE and related prototypes to header.h | Panu Matilainen | 1 | -0/+75 |
2008-01-30 | Move rpmTagType stuff to rpmtag.h now that they can move | Panu Matilainen | 4 | -49/+3 |
2008-01-30 | Uninline headerFreeData() | Panu Matilainen | 2 | -12/+12 |
2008-01-30 | Remove bunch of unnecessary rpmlib.h includes | Panu Matilainen | 1 | -1/+1 |
2008-01-30 | Move header and -iterator to rpmtypes | Panu Matilainen | 1 | -8/+0 |
2008-01-30 | Move header tagdata types from header.h to rpmtypes.h | Panu Matilainen | 1 | -14/+0 |
2008-01-30 | Add stub rpmtypes.h header stub | Panu Matilainen | 1 | -1/+1 |
2008-01-09 | Dirty hack to determine BDB .la name automatically | Panu Matilainen | 1 | -2/+5 |
2008-01-07 | Fix field-width specifiers when no space between (rhbz#323221) | Panu Matilainen | 1 | -1/+3 |
2008-01-04 | Saner RPM_FORCEFREE_TYPE definition | Panu Matilainen | 1 | -1/+1 |
2008-01-02 | Teach (unused) headerFreeTag about RPM_FORCEFREE_TYPE | Panu Matilainen | 1 | -1/+1 |
2008-01-02 | Use size_t, not int for header format padding args | Panu Matilainen | 2 | -8/+8 |
2007-12-19 | Add rpm_data_t (and _constdata_t) for header data, use everywhere | Panu Matilainen | 9 | -91/+99 |
2007-12-19 | Const-pedantry here and there... | Panu Matilainen | 2 | -8/+8 |
2007-12-18 | Avoid exiting too early due to nested rpmdbCheckSignals() | Panu Matilainen | 1 | -1/+1 |
2007-12-18 | Stick constfree to extension cache cleanup | Panu Matilainen | 1 | -1/+1 |