Age | Commit message (Expand) | Author | Files | Lines |
2001-06-15 | - fix: db1 end-of-file not detected in legacy compatible way. | jbj | 1 | -0/+6 |
2001-06-13 | - add rpmdbSetIteratorRE() for regex matching in database iterators. | jbj | 1 | -0/+4 |
2001-06-12 | - remove rpmrc Provides: Yet Again, use virtual packages. | jbj | 1 | -0/+3 |
2001-06-12 | - remove dead code frpm popt table reorg. | jbj | 1 | -0/+8 |
2001-06-08 | - fix: QUERY_FOR_LIST file count clobbered. | jbj | 1 | -0/+6 |
2001-06-06 | - default to dbenv with mpool, --rebuilddb with nofsync is much faster. | jbj | 1 | -0/+1 |
2001-06-06 | - document build modes in rpmbuild.8, rpmbuild is born. | jbj | 1 | -0/+1 |
2001-06-06 | - permit duplicates for btree indices. | jbj | 1 | -0/+1 |
2001-06-05 | fix: increment pointer in funky header ext while loop. | jbj | 1 | -0/+1 |
2001-06-01 | - fix: lclint fiddles broke uCache initialization (#43139). | jbj | 1 | -0/+1 |
2001-06-01 | - merge sparc64/ia64 fiddles back into linux.{req,prov}. | jbj | 1 | -0/+2 |
2001-05-31 | - return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>). | jbj | 1 | -0/+3 |
2001-05-30 | - fix: for busted db1, attempt chain reconnection to following record. | jbj | 1 | -0/+1 |
2001-05-29 | - fix: popt exec doesn't add '--', --target et al no longer need '='. | jbj | 1 | -0/+2 |
2001-05-29 | - eliminate db-1.85 and db-2.x configuration. | jbj | 1 | -0/+4 |
2001-05-25 | - perform db->verify when closing db files. | jbj | 1 | -0/+1 |
2001-05-23 | - remove all header region assertion failures, return NULL instead. | jbj | 1 | -0/+1 |
2001-05-23 | - headerFree() returns NULL, _free is C++ safe. | jbj | 1 | -0/+1 |
2001-05-21 | - fix: skip %ghost files when building packages (#38218). | jbj | 1 | -0/+1 |
2001-05-20 | - fix: i18n strings need 1 on sucess return code (#41313). | jbj | 1 | -0/+1 |
2001-05-16 | - fix: filter duplicate package removals (#35828). | jbj | 1 | -0/+2 |
2001-05-14 | - upgrade to db-3.3.4. | jbj | 1 | -0/+1 |
2001-05-13 | - add cron/logrotate scripts to save installed package filenames. | jbj | 1 | -0/+1 |
2001-05-11 | - harden rpmdb iterators from damaged header instance segfaults. | jbj | 1 | -0/+1 |
2001-05-11 | - rpm database has rpm.rpm g+w permissions to share db3 mutexes. | jbj | 1 | -1/+5 |
2001-05-09 | - rpm executables now setuid rpm to share write locks. | jbj | 1 | -0/+2 |
2001-05-08 | - create rpmdb.la so that linkage against rpm's db-3.2.9 is possible. | jbj | 1 | -1/+2 |
2001-05-07 | - use internal db-3.2.9 sources to build by default. | jbj | 1 | -0/+3 |
2001-05-07 | - fix: debugging message displays header keys (#38454). | jbj | 1 | -0/+1 |
2001-05-06 | - fix: specfile queries with BuildArch: (#27589). | jbj | 1 | -0/+2 |
2001-05-03 | - still more boring lclint annotations and fiddles. | jbj | 1 | -0/+1 |
2001-04-30 | - yet more boring lclint annotations and fiddles. | jbj | 1 | -0/+1 |
2001-04-29 | - more boring lclint annotations and fiddles. | jbj | 1 | -0/+1 |
2001-04-29 | - transaction iterator(s) need to run in reverse order on pure erasures. | jbj | 1 | -0/+5 |
2001-04-26 | - fix: ineeded count wrong for overlapped, created files. | jbj | 1 | -0/+1 |
2001-04-25 | - fix: readlink return value clobbered by header write. | jbj | 1 | -0/+1 |
2001-04-23 | - regenerate rpm.8 man page from docbook glop (in max-rpm). | jbj | 1 | -0/+2 |
2001-04-22 | - cpanflute perl dependency needs explicit epoch (#37034). | jbj | 1 | -0/+1 |
2001-04-21 | Sync with rpm-4_0 branch. | jbj | 1 | -6/+7 |
2001-04-17 | - portability: vsnprintf/snprintf wrappers for those without (#34657). | jbj | 1 | -0/+1 |
2001-04-17 | - fix: Fwrite's are optimized out by aggressive compiler(irix) (#34711). | jbj | 1 | -0/+1 |
2001-04-17 | - fix: s390 (and ppc?) could return CPIOERR_BAD_HEADER (#28645). | jbj | 1 | -0/+1 |
2001-04-03 | - fix: %_netsharedpath needs to look at basenames (#26561). | jbj | 1 | -0/+2 |
2001-04-03 | - fix: --relocate missing trailing slash (#28874,#25876). | jbj | 1 | -0/+2 |
2001-03-28 | - fix: AIX has sizeof(uint_16) != sizeof(mode_t) verify cast needed. | jbj | 1 | -0/+1 |
2001-03-28 | - fix: i18n tags in rpm-2.5.x had wrong offset/length (#33478). | jbj | 1 | -0/+1 |
2001-03-23 | - fix: parameterized macro segfault (Jakub Bogusz <qboosh@pld.org.pl>). | jbj | 1 | -0/+1 |
2001-03-22 | - python: strip header regions during unload. | jbj | 1 | -0/+4 |
2001-03-16 | - add --with/--without popt glue for conditional builds(Tomasz Kloczko). | jbj | 1 | -0/+1 |
2001-03-16 | - add %exclude support (i.e. "everything but") to %files. | jbj | 1 | -0/+2 |