Age | Commit message (Expand) | Author | Files | Lines |
2007-09-21 | Rename Spec -> rpmSpec for namespacing | Panu Matilainen | 1 | -1/+1 |
2007-09-17 | More typos, doh... | Panu Matilainen | 1 | -2/+2 |
2007-09-17 | Typo.. | Panu Matilainen | 1 | -1/+1 |
2007-09-17 | Use rpmtsGetRdb() instead of poking ts internals | Panu Matilainen | 1 | -6/+6 |
2007-09-11 | Remove split tags. | Ralf Corsépius | 1 | -127/+6 |
2007-09-03 | Sanitize SELinux file context initialization. | Panu Matilainen | 1 | -14/+0 |
2007-08-30 | Move rollback IDTX out of cli-stuff, its needed by core ts handling too. | Panu Matilainen | 1 | -1/+1 |
2007-07-13 | Kill RH-specific _vsflags_up2date, use generic __vsflags in bindings instead | Panu Matilainen | 1 | -1/+1 |
2007-07-13 | Clean up python ts object creation. | Panu Matilainen | 1 | -57/+26 |
2007-07-11 | Char ptr signedness fixes to python bindings. | Panu Matilainen | 1 | -2/+2 |
2007-07-10 | Fix bunch of compiler warnings from python bindings (method pointer types) | Panu Matilainen | 1 | -1/+1 |
2007-06-07 | Ts/db reference counting for match-iterators in python (rhbz#241751) | Panu Matilainen | 1 | -1/+1 |
2007-05-23 | Raise an exception if adding an install/upgrade element to transaction fails. | Panu Matilainen | 1 | -1/+7 |
2007-05-16 | dbmatch keys can be unicode objects also (#219008) | Paul Nasrat | 1 | -1/+1 |
2005-02-12 | - zlib: uniqify certain symbols to prevent name space pollution. | jbj | 1 | -1/+1 |
2005-01-28 | - python: force dbMatch() h# key to be 32 bit integer (#146477). | jbj | 1 | -1/+2 |
2005-01-23 | - blueprint rpm-4_4 and HEAD to minimize diff spew. | jbj | 1 | -0/+2 |
2004-11-17 | Add kwargs everywhere - courtesy of pjones@redhat.com | pauln | 1 | -103/+135 |
2004-10-31 | - python: remove ".A" from creaky ts.check() tuple return (#135008). | jbj | 1 | -0/+4 |
2004-10-13 | Splint fiddles. | jbj | 1 | -2/+3 |
2004-10-13 | Return current problem set form transaction. | jbj | 1 | -3/+26 |
2004-10-11 | Don't include Arch in release for backwards compat (#135008) | pauln | 1 | -1/+3 |
2004-06-11 | - python: permit integer keys to ts.dbMatch(). | jbj | 1 | -0/+1 |
2004-05-04 | - Adding support for integer keys in ts.dbMatch(). | niemeyer | 1 | -1/+17 |
2004-03-11 | Fix splint warnings for spec | pauln | 1 | -0/+2 |
2004-03-10 | Initial rpm.spec implementation | pauln | 1 | -0/+33 |
2004-01-28 | Enable selinux contexts in rpmtsRun - patch from Jeremy Katz | pauln | 1 | -0/+14 |
2004-01-22 | Build with gcc-2.95.3 and python-2.2, remove incompat CFLAGS and casts. | jbj | 1 | -1/+1 |
2004-01-01 | - python: include Python.h before glibc features.h. | jbj | 1 | -6/+0 |
2003-12-30 | - use -fPIC -DPIC on all platforms, not just mandatory (#112713). | jbj | 1 | -1/+1 |
2003-12-01 | splint fiddles, no warnings. | jbj | 1 | -4/+37 |
2003-11-23 | Merge changes from rpm-4.2.1 development. | jbj | 1 | -53/+53 |
2003-05-04 | Use getattro/setattro throughout. | jbj | 1 | -14/+14 |
2003-05-02 | Generate random primes method. | jbj | 1 | -5/+6 |
2003-04-18 | python: missed tuple refcount in IDTXload/IDTXglob. | jbj | 1 | -2/+8 |
2003-04-17 | Typos and transfer trash. | jbj | 1 | -1/+1 |
2003-04-17 | Doxygen doco markup. | jbj | 1 | -38/+38 |
2003-04-16 | - resurrect manifests, RPMRC_NOTFOUND returned by readLead(). | jbj | 1 | -5/+1 |
2002-12-31 | 1st crack at colored installs. | jbj | 1 | -1/+21 |
2002-12-11 | Add rpmfts-py.[ch] bindings for fts(3) from rpmio. | jbj | 1 | -59/+66 |
2002-12-10 | Add tp_{init,alloc,new,free} methods to rpmts. | jbj | 1 | -5/+81 |
2002-12-04 | python: gilding lilies. | jbj | 1 | -9/+11 |
2002-11-30 | - upgrade to elfutils-0.63. | jbj | 1 | -5/+0 |
2002-11-15 | - resurrect availablePackages one more time. | jbj | 1 | -6/+8 |
2002-10-15 | - python: permit headers to be hashed. | jbj | 1 | -0/+5 |
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-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 | 1 | -12/+38 |