Age | Commit message (Expand) | Author | Files | Lines |
2003-01-22 | Exit non-zero with bogus args. | jbj | 23 | -282/+280 |
2003-01-22 | Make robustly stand alone. | jbj | 1 | -4/+5 |
2003-01-21 | fix: check arch for null before appending. | jbj | 1 | -1/+1 |
2003-01-20 | Splint fiddles. | jbj | 9 | -61/+26 |
2003-01-20 | Restore compiler warnings now tthat elfutil's -Werror is not there. | jbj | 24 | -618/+617 |
2003-01-17 | - duplicate package checks with arch/os checks if colored. | jbj | 33 | -1378/+1545 |
2003-01-16 | Update to latest. | jbj | 1 | -23/+33 |
2003-01-16 | Nitpicky fix. | jbj | 1 | -1/+1 |
2003-01-14 | Link /usr/lib/rpm/rpmi statically. | jbj | 1 | -4/+2 |
2003-01-13 | - teach rpmquery to return "owning" package(s) in spite of alternatives. | jbj | 26 | -395/+391 |
2003-01-12 | typo. | jbj | 1 | -1/+1 |
2003-01-12 | - file: *really* read elf64 notes correctly. | jbj | 4 | -9/+17 |
2003-01-12 | Create. | jbj | 1 | -0/+211 |
2003-01-10 | Sanity. | jbj | 21 | -22/+22 |
2003-01-10 | - fix: obscure corner case(s) with rpmvercmp (#50977). | jbj | 4 | -3/+11 |
2003-01-08 | Teach python subdirs lib64 too. | jbj | 2 | -1/+5 |
2003-01-08 | Use $(shell ...) in Makefile.am, duh. | jbj | 1 | -1/+1 |
2003-01-08 | - python: put rpmmodule.so where python expects to find. | jbj | 31 | -461/+475 |
2003-01-07 | - file: read elf64 notes correctly. | jbj | 3 | -3/+26 |
2003-01-07 | - add perldeps.pl, start to replace perl.{prov,req}. | jbj | 5 | -3/+17 |
2003-01-06 | - for DSO's, provide the file basename if DT_SONAME not found. | jbj | 24 | -27/+59 |
2003-01-06 | - portabilitly: solaris fixes. | jbj | 6 | -4/+18 |
2003-01-05 | - file: avoid ogg/vorbis file classification problems. | jbj | 26 | -62/+82 |
2003-01-03 | fix: inverted logic in RPMPROB_FILTER_REPLACENEWFILES filtering. | jbj | 1 | -1/+1 |
2003-01-01 | - fix: dependency helpers now rate limited at 10ms, not 1s. | jbj | 28 | -1827/+1884 |
2003-01-01 | Update CHANGES. | jbj | 2 | -1/+7 |
2003-01-01 | fix: file dependency dictionary has size other than #files. | jbj | 2 | -9/+15 |
2003-01-01 | fix: restore upgrade functionality with colors. | jbj | 8 | -15/+69 |
2002-12-31 | Dump multilib code, colored depndencies instead. | jbj | 12 | -267/+20 |
2002-12-31 | 1st crack at colored installs. | jbj | 21 | -161/+206 |
2002-12-30 | - fix: typo in assertion. | jbj | 28 | -149/+156 |
2002-12-30 | - use rpmfiFDepends() underneath --fileprovide and --filerequire. | jbj | 28 | -197/+400 |
2002-12-30 | - use rpmfiFDepends() underneath --fileprovide/--filerequire. | jbj | 4 | -75/+88 |
2002-12-29 | - fix :armor query extension, tgpg mktmp handling (#80684). | jbj | 7 | -42/+66 |
2002-12-29 | splint fiddles. | jbj | 3 | -2/+14 |
2002-12-29 | - python: eliminate hash.[ch] and upgrade.[ch], methods too. | jbj | 8 | -799/+11 |
2002-12-29 | - don't segfault with packages produced by rpm-2.93 (#80618). | jbj | 25 | -136/+176 |
2002-12-29 | - add rpmfi methods to access color, class, and dependencies. | jbj | 30 | -1772/+1900 |
2002-12-28 | splint fiddles. | jbj | 7 | -98/+79 |
2002-12-28 | - error if querying with iterator on different sized arrays. | jbj | 27 | -473/+772 |
2002-12-28 | - fix builddir relative inclusion, add %%pubkeys to rpm header. | jbj | 29 | -293/+345 |
2002-12-27 | - ignore ENOENT return from db->close (#80514,#79314). | jbj | 24 | -194/+201 |
2002-12-27 | - disable perl module magic rule. | jbj | 5 | -4/+8 |
2002-12-27 | - add BETA-GPG-KEY (but not in headers using %%pubkey yet). | jbj | 4 | -4/+7 |
2002-12-26 | Don't fire helper for executable requires. | jbj | 1 | -2/+4 |
2002-12-26 | - resurrect automagic perl(foo) dependency generation. | jbj | 24 | -42/+62 |
2002-12-26 | Initialize differently if using rpc access. | jbj | 22 | -226/+238 |
2002-12-24 | - add Red Hat pubkeys to rpm header. | jbj | 1 | -3/+5 |
2002-12-24 | - permit both relative/absolute paths, display 'P' when verifying. | jbj | 25 | -299/+308 |
2002-12-24 | - add %%pubkey attribute to read armored pubkey files into header. | jbj | 28 | -1967/+2299 |