Age | Commit message (Expand) | Author | Files | Lines |
2003-03-05 | Sanity. | jbj | 3 | -59/+16 |
2003-01-28 | - fix: clean relocation path for --prefix=/. | jbj | 1 | -198/+16 |
2003-01-25 | - permit anaconda to choose "presentation order". | jbj | 2 | -1/+12 |
2003-01-12 | - file: *really* read elf64 notes correctly. | jbj | 1 | -0/+7 |
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 | 1 | -3/+6 |
2002-12-31 | Dump multilib code, colored depndencies instead. | jbj | 2 | -3/+2 |
2002-12-31 | 1st crack at colored installs. | jbj | 3 | -7/+29 |
2002-12-30 | - use rpmfiFDepends() underneath --fileprovide and --filerequire. | jbj | 1 | -0/+20 |
2002-12-30 | - use rpmfiFDepends() underneath --fileprovide/--filerequire. | jbj | 1 | -0/+24 |
2002-12-29 | - python: eliminate hash.[ch] and upgrade.[ch], methods too. | jbj | 6 | -799/+9 |
2002-12-24 | Rescusitate doxygen file manifest. | jbj | 1 | -1/+8 |
2002-12-18 | - add --file{class,provide,require} popt aliases and header extensions | jbj | 1 | -1/+1 |
2002-12-17 | - rebuild against glibc with fcntl fixed in libpthread. | jbj | 1 | -0/+1 |
2002-12-13 | Bail on rpmfts_repr() for now. | jbj | 1 | -77/+93 |
2002-12-12 | Add | jbj | 13 | -179/+251 |
2002-12-11 | Sanity. | jbj | 1 | -1/+1 |
2002-12-11 | Add iterators to rpmfts-py.c. | jbj | 4 | -53/+197 |
2002-12-11 | Add rpmfts-py.[ch] bindings for fts(3) from rpmio. | jbj | 14 | -164/+660 |
2002-12-10 | Add tp_{init,alloc,new,free} methods to rpmts. | jbj | 14 | -152/+178 |
2002-12-10 | Add coercions. | jbj | 3 | -143/+407 |
2002-12-09 | Include rpmbc-py.h too. | jbj | 1 | -1/+1 |
2002-12-09 | - don't generate dependencies unless execute bit is set. | jbj | 1 | -1/+1 |
2002-12-08 | Implement divide and divmod methods. | jbj | 1 | -3/+56 |
2002-12-08 | Add Debug method, implement obvious functions. | jbj | 1 | -8/+209 |
2002-12-08 | Stubs for beecrypt bindings. | jbj | 4 | -4/+497 |
2002-12-07 | Finish converting to .splintrc. | jbj | 2 | -3/+5 |
2002-12-04 | python: gilding lilies. | jbj | 8 | -20/+96 |
2002-12-03 | Add new rpmte methods. | jbj | 1 | -2/+40 |
2002-12-01 | - link rpm libraries together, use shared helpers with external -lelf. | jbj | 1 | -1/+2 |
2002-11-30 | - upgrade to elfutils-0.63. | jbj | 2 | -7/+2 |
2002-11-15 | - resurrect availablePackages one more time. | jbj | 1 | -6/+8 |
2002-11-08 | Regenerate libltdl autocrap. | jbj | 1 | -2/+1 |
2002-11-06 | Upgrade to bsddb3 3.4.2, include db-4.1.17 fiddles. | jbj | 8 | -51/+105 |
2002-10-15 | - python: permit headers to be hashed. | jbj | 2 | -1/+11 |
2002-10-09 | - fix: use size_t consistently, avoid segfault on ia64. | jbj | 1 | -4/+4 |
2002-09-19 | Check for orphan'ed chnages in rpm-4.1. | jbj | 1 | -1/+1 |
2002-09-03 | - fix: always do rpmalMakeIndex. | jbj | 1 | -1/+1 |
2002-08-31 | Sync with rpm-4.1. | jbj | 1 | -2/+1 |
2002-08-26 | - python: don't remap NOKEY/UNTRUSTED to OK. | jbj | 1 | -3/+3 |
2002-08-23 | - merge signature returns into rpmRC. | jbj | 1 | -9/+25 |
2002-08-20 | - check for interrupt during iteration. | jbj | 2 | -12/+39 |
2002-08-20 | - python: supid typo broke ts.check(). | jbj | 1 | -2/+0 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 2 | -4/+5 |
2002-08-15 | - python: explicit method to set transFlags. | jbj | 1 | -14/+50 |
2002-08-14 | Update to db-4.1.17. | jbj | 1 | -1/+24 |
2002-08-13 | - supply transitive closure for CLI packages from rpmdb-redhat database. | jbj | 2 | -1/+3 |
2002-08-09 | - python: include instance in IDTXload, filename in IDTXglob, return | jbj | 2 | -17/+81 |
2002-08-09 | - python: add (optional) ts.check() callback. | jbj | 1 | -18/+87 |