summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add rpmsort utility for sorting RPM versionsRobbie Harwood2022-11-251-0/+215
* Try globs literally when there are no matchesMichal Domonkos2022-09-201-1/+1
* Fix unterminated macros in rpmuncompressBernhard Rosenkränzer2022-06-271-3/+3
* Fix regression in rubygem unpacking (#2040)Panu Matilainen2022-04-281-2/+3
* Remove superflous include of non-standard <error.h>Ismael Luceno2022-04-131-1/+0
* Refactor uncompress/untar command info into a structPanu Matilainen2022-04-041-51/+53
* Add dry-run option to rpmuncompress to make testing nicerPanu Matilainen2022-04-041-1/+9
* Move source uncompress logic from spec parse to build timePanu Matilainen2022-04-041-0/+156
* Set program name centrally from rpmcliInit()Panu Matilainen2022-03-253-6/+0
* Further mimic standalone Lua interpreter behavior in rpmlua cliPanu Matilainen2021-12-201-3/+5
* Add optional readline history support in rpmlua interactive modePanu Matilainen2021-12-201-2/+22
* Allow executing statement and script in the same rpmlua runPanu Matilainen2021-12-201-10/+6
* Fix rpmlua -i without arguments, sighPanu Matilainen2021-12-171-1/+1
* Add rpmlua wrapper command for running our Lua interpreter standalonePanu Matilainen2021-12-171-0/+73
* Include rpmpgp.h only where it is actually neededJustus Winter2021-11-171-0/+2
* Use external debuginfo toolingPanu Matilainen2021-06-214-4605/+0
* debugedit: Handle DWARF-5 debug_line and debug_line_str.Mark Wielaard2021-02-161-61/+410
* debugedit: Implement DWARF-5 unit header and new forms parsing.Jan Kratochvil2021-02-161-7/+81
* debugedit: Move code to separate functions.Jan Kratochvil2021-02-161-155/+212
* debugedit: Protect macro arguments by parenthesesJan Kratochvil2021-02-161-7/+7
* debugedit: Distinguish files from directories in src list fileVitaly Chikunov2021-02-161-1/+10
* Generate requires for "pure" ELF DSO's regardless of executable bitPanu Matilainen2020-11-241-3/+8
* debugedit: Do not 'edit_dwarf2' when just extracting build-idVitaly Chikunov2020-11-231-1/+2
* Remove support for redundant %_filter_GLIBC_PRIVATE mechanismPanu Matilainen2020-08-191-9/+2
* debugedit: Fix missing relocation of .debug_types section.Jan Kratochvil2020-08-121-43/+80
* [NFC] debugedit: Move code from edit_dwarf2() to edit_info().Jan Kratochvil2020-08-121-329/+343
* Add OrderWithRequires dependency generationMikhail Novosyolov2020-06-091-0/+6
* Fix sepdebugcrcfix compilation on platforms without MAP_POPULATEMichal Čihař2020-01-141-1/+5
* debugedit: Make sure .debug_line old/new idx start equal.Mark Wielaard2019-06-191-0/+1
* Handle .debug_macro in debugedit.Mark Wielaard2019-06-191-9/+187
* debugedit: Refactor reading/writing of relocated values.Mark Wielaard2019-06-191-179/+216
* Add some debugedit tests.Mark Wielaard2019-06-191-0/+10
* Return error codes from elfdepsPanu Matilainen2018-08-241-3/+6
* debugedit: Only try to collect comp_dir in phase zero.Mark Wielaard2018-03-121-22/+30
* debugedit: Check .debug_str index is valid before use.Mark Wielaard2018-03-091-0/+14
* debugedit: handle RISC-V relocationAndreas Schwab2018-03-051-0/+6
* Fix type mismatch calculating new line program offset in debugedit.c.Mark Wielaard2018-02-011-3/+3
* Split cli verification flags out of qva_flagsPanu Matilainen2017-11-141-6/+1
* Add a new option --alldeps to rpmdepsPeter Kjellerstedt2017-11-031-19/+25
* debugedit: edit_dwarf2 check lndx is in range before checking r_offset.Mark Wielaard2017-10-161-4/+4
* debugedit: skip_dir_prefix should check for dir separator.Mark Wielaard2017-06-301-2/+8
* Spelling fixesVille Skyttä2017-06-271-2/+2
* Do not call rpmfcPrint() with an uninitialized buffer in rpmdepsPeter Kjellerstedt2017-05-181-1/+1
* debugedit: Only output comp_dir under build dir (once).Mark Wielaard2017-04-241-23/+16
* debugedit: Add -n, --no-recompute-build-id.Mark Wielaard2017-04-191-1/+5
* Eliminate warning from '_' being redefined in sepdebugcrcfix.cPanu Matilainen2017-03-241-0/+2
* Fix Large File Support (LFS) in sepdebugcrcfix tool and systemd_inhibit.so pl...Gleb Fotengauer-Malinovskiy2017-03-241-0/+3
* debugedit: Fix off-by-one adding DW_FORM_string replacement slashes.Mark Wielaard2017-03-221-4/+8
* debugedit: Fix edit_dwarf2_line replace_dirs -> replace_files typo.Mark Wielaard2017-03-211-1/+1
* debugedit: Fix cross-endian build-id reading and updating section data.Mark Wielaard2017-03-211-32/+31