summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make package dependencies an arrayFlorian Festi2014-08-183-80/+27
* Add weak deps to the dependency generatorsFlorian Festi2014-08-181-0/+18
* Make calling the dependency generators more genericFlorian Festi2014-08-181-47/+28
* Do not write the dependencies to the header instantly.Florian Festi2014-08-184-98/+67
* Redo addReqProv to no longer deal with all tags explictlyFlorian Festi2014-08-181-89/+6
* Add packageDependencies() to allow accesing the rpmds by name tagFlorian Festi2014-08-182-0/+52
* Add rpmdsDToTagN() to convert single char endocding used by the dependency ge...Florian Festi2014-08-182-0/+42
* Add rpmdsD for getting the one char abbreviation for dependency typesFlorian Festi2014-08-182-0/+16
* Add tagNToChar() to convert tag values to single char encoding.Florian Festi2014-08-181-1/+34
* Add rpmSanitizeDSFlags() functionFlorian Festi2014-08-182-0/+33
* addReqProv() and handleOneTrigger() now use rpmds with trigger indices.Lubos Kardos2014-08-182-36/+5
* Now it is possible to save trigger index in rpmds.Lubos Kardos2014-08-183-15/+116
* Fix VFP/Neon detection on armv7Panu Matilainen2014-07-031-3/+3
* Add testcase for db iterator wildcard matchingPanu Matilainen2014-07-031-0/+11
* Fix db iterator pattern matching (RhBug:1115824)Panu Matilainen2014-07-031-3/+1
* Macro-expand %{load:...} argument to make the thing more useful...Panu Matilainen2014-07-011-4/+3
* Add test for multiple hardlink groups, ie previous commitPanu Matilainen2014-07-012-2/+6
* Fix handling of hardlinks during rpmbuildFlorian Festi2014-06-301-0/+1
* Shut up bogus warning about possible uninitialized usePanu Matilainen2014-06-301-1/+2
* Oops, add missing files from commit e4d1b7722a20e0558d96404f9ebc5610fdf52a03rpm-4.12.0-alphaPanu Matilainen2014-06-272-0/+6999
* Only test for ARM FPU on -mfloat-abi=hard buildsPanu Matilainen2014-06-271-1/+1
* Add detection for Sparc Niagara (aka sun4v, aka sparcv9v / sparc64v)Panu Matilainen2014-06-271-0/+12
* Add copies for the hwcap bits we need in case not present in auxv.hPanu Matilainen2014-06-271-0/+9
* Detect arm armv6hl, armv7hl and armv7hnl machinesLubomir Rintel2014-06-273-1/+32
* Check for sys/auxv.h header, always include if presentPanu Matilainen2014-06-272-1/+2
* Change snapshot tarball versioning to use '-' instead of '.'Panu Matilainen2014-06-261-1/+1
* Update translations from Transifex, including two new onesPanu Matilainen2014-06-2538-28074/+28155
* Bump library versions to match realityPanu Matilainen2014-06-251-1/+1
* Use unified libtool version for all our librariesPanu Matilainen2014-06-255-4/+11
* Handle line continuation in grabArgs() (related to RhBug:1045723)Panu Matilainen2014-06-251-1/+2
* Add disabler flag + --noplugins cli switch for pluginsPanu Matilainen2014-06-245-3/+9
* Initialize plugins based on DSO discoveryPanu Matilainen2014-06-242-21/+14
* Drop the experimental collection supportPanu Matilainen2014-06-1721-1190/+7
* Fix libtool dependency generation with libtool >= 2.4.2Panu Matilainen2014-06-161-1/+1
* Fix ancient buffer overflow on unterminated macro optionsPanu Matilainen2014-06-111-9/+9
* Avoid pointless large stack alloction (RhBug:1106594)Panu Matilainen2014-06-111-3/+4
* Fix ancient buffer overflows on macro define and undefine (RhBug:1087000)Panu Matilainen2014-06-091-9/+10
* Try to cope with duplicate id's and names in verification (ticket #872)Panu Matilainen2014-06-061-2/+30
* Export header magic in python module as rpm.header_magic bytes objectPanu Matilainen2014-06-051-0/+3
* "rpmkey -K" didn't show error message in case of malformed signatureLubos Kardos2014-06-041-1/+1
* Error message with wrong filename was showed in case of error.Lubos Kardos2014-05-271-2/+2
* rpmSign() always returned -1 if signatures was inserted into original rpmLubos Kardos2014-05-271-0/+1
* rpmSign() returned value 0 (success) in case of failureLubos Kardos2014-05-271-0/+1
* l10n: vi.po (759t): Init Vietnamese translationTrần Ngọc Quân2014-05-212-1/+3577
* Reserve space for gpg signature during building of package.Lubos Kardos2014-05-214-34/+100
* Function manageFile was modified to support also "r+.ufdio" mode.Lubos Kardos2014-05-211-1/+13
* Passing data to sign to the gpg program by a pipe.Lubos Kardos2014-05-211-73/+140
* Removed now unused internal helper functions.Lubos Kardos2014-05-212-122/+0
* There is no need to recalculate digests during signing.Lubos Kardos2014-05-211-14/+0
* Removed historical leftover.Lubos Kardos2014-05-211-4/+0