summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 4.8.0-beta1rpm-4.8.0-beta1Panu Matilainen2009-12-071-1/+1
* Bump soname for all our librariesPanu Matilainen2009-12-0729-13615/+14795
* ts.check() is supposed to return empty list when no problemsPanu Matilainen2009-12-071-5/+1
* Disable the entire rpm.td type for nowPanu Matilainen2009-12-071-1/+2
* Make python header iterator return keys, not valuesPanu Matilainen2009-12-071-3/+1
* Always return malloced data from i18n extensions for consistencyPanu Matilainen2009-12-071-1/+1
* Bump up the python version requirement to match realityPanu Matilainen2009-12-051-3/+1
* Fix the posix chown test for selinux enabled systems (RhBug:543035)Panu Matilainen2009-12-021-1/+1
* Back out overly strict file type check on %ghost filesPanu Matilainen2009-12-021-6/+0
* Use AS_HELP_STRING() for configure option outputPanu Matilainen2009-11-271-10/+10
* Remove pointless message translation from check-buildrootPanu Matilainen2009-11-271-1/+1
* Remove ancient broken scripts from the repositoryPanu Matilainen2009-11-273-206/+1
* Fiddling with ulimit settings does not belong to dep extractor scriptsPanu Matilainen2009-11-272-2/+0
* Correctly pass optional tag argument from hdr.dsFromHeader() (ticket #108)Panu Matilainen2009-11-271-2/+9
* Dont try to pass anything to rpm.fi() from hdr.fiFromHeader()Panu Matilainen2009-11-271-2/+5
* Dont fail build on unrecognized non-executable files (ticket #105)Panu Matilainen2009-11-261-3/+9
* Just use autoreconf in autogen.sh (ticket #109)Panu Matilainen2009-11-261-16/+1
* Fix signature password checking result on abnormal conditions (RhBug:496754)Panu Matilainen2009-11-251-1/+2
* We can't handle OpenPGP subkeys or secret keys, so dont even tryPanu Matilainen2009-11-251-5/+3
* Dont blow up on headers without requireflags in rpmdsNew()Panu Matilainen2009-11-241-1/+1
* Nuke leftover debug junkPanu Matilainen2009-11-241-1/+0
* Support constructing header data from pythonPanu Matilainen2009-11-241-4/+121
* Disable rpm.td type for nowPanu Matilainen2009-11-241-0/+4
* Fix hdrContains() return value on errorPanu Matilainen2009-11-231-1/+1
* Remove bogus rpmpopt.pot file (ticket #77)Panu Matilainen2009-11-231-84/+0
* Remove hdr.has_key() method, support 'key in h' style insteadPanu Matilainen2009-11-211-5/+16
* Remove unnecessary hdr.instance() methodPanu Matilainen2009-11-211-7/+0
* Typos in exception messagesPanu Matilainen2009-11-211-2/+2
* Error out early trying to install on readonly fs (ticket #99, RhBug:464750)Panu Matilainen2009-11-201-1/+1
* Convert French man page to Unix line-endingsPanu Matilainen2009-11-201-848/+848
* Fix build with binutils-gold (ticket #107)Panu Matilainen2009-11-201-2/+2
* Add RPMTAG_EPOCHNUM tag extensionPanu Matilainen2009-11-203-0/+18
* Add spec package type with access to headers to python rpmb modulePanu Matilainen2009-11-193-0/+107
* Permit header object generation from PyCObjectsPanu Matilainen2009-11-191-0/+2
* Lose the silly specFromSpec()Panu Matilainen2009-11-182-13/+6
* Turn current python spec methods into read-only attributes via getsetersPanu Matilainen2009-11-181-18/+15
* Sanitize python spec.sources()Panu Matilainen2009-11-181-20/+9
* Put a bit of sanity into python spec methodsPanu Matilainen2009-11-181-22/+13
* Oops, tp_dealloc doesn't return anythingPanu Matilainen2009-11-181-1/+1
* Fix rpmProblem reference counting in python bindingsPanu Matilainen2009-11-181-2/+8
* Declare a few python functions only taking one argument as suchPanu Matilainen2009-11-181-15/+9
* Rip python checkSignals() wtf'eryPanu Matilainen2009-11-181-3/+2
* Python archscore() only ever takes one argument, simplifyPanu Matilainen2009-11-181-8/+4
* Make python ts.problems() return a python list, not rpm.ps objectPanu Matilainen2009-11-184-147/+12
* Remove unused psFromPs()Panu Matilainen2009-11-182-7/+0
* Eliminate broken rpmps append() method from python bindings (RhBug:538218)Panu Matilainen2009-11-181-26/+1
* Add in-memory hash for caching rpmdb dependency lookupsPanu Matilainen2009-10-301-17/+50
* Document our new format extensionsPanu Matilainen2009-10-301-1/+10
* Add file verifyflags format extensionPanu Matilainen2009-10-302-0/+37
* Add file state format extensionPanu Matilainen2009-10-302-0/+42