summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Always check for rdToken() return codes in expression parsingPanu Matilainen2019-11-181-4/+6
* Add 'string' into query format extensions in man-pagesPavlina Moravcova Varekova2019-11-181-0/+3
* Suppress inhibition lock warning message when DBus service is not availableShogo Matsumoto2019-11-181-1/+3
* Add description of comments in spec documentationPavlina Moravcova Varekova2019-11-181-0/+22
* Improve description of conditionals in spec documentationPavlina Moravcova Varekova2019-11-181-14/+36
* Support libgrypt as crypto libraryMichael Schroeder2019-11-183-1/+430
* Correct and update Query formats documentationPavlina Moravcova Varekova2019-11-181-27/+11
* Disable marker on multiline expression error messagesPavlina Moravcova Varekova2019-11-181-0/+5
* Free memory leak in unary op handlingMichael Schroeder2019-11-181-17/+31
* Ensure expression syntax errors get at least a generic error messagePanu Matilainen2019-11-181-0/+1
* Do not expand %{expr:} again after evaluating the expressionMichael Schroeder2019-11-181-3/+7
* Trap division by zero in expression parserPavlina Moravcova Varekova2019-11-182-0/+6
* Fix type error introduced in commit 1d055ae1df90fe54cf5c056de085cd987f0f6bbfPanu Matilainen2019-11-182-1/+3
* Print an error for expressions with missing operandsMichael Schroeder2019-11-181-0/+5
* Log debug messages upon entering and exiting chrootPanu Matilainen2019-11-181-0/+2
* Multiple fixes in rpmxdb.c for the ndb database backendMichael Schroeder2019-11-181-2/+6
* Use xdb's pagesize instead of sysconf(_SC_PAGE_SIZE)Michael Schroeder2019-11-183-4/+9
* Don't report unimplemented db ctrl and verify ops as errorsPanu Matilainen2019-11-182-3/+3
* Increase lmdb DB size from 256M to 1GIgor Kanyuka2019-11-181-1/+1
* Refactor mmap/munmap/mremap handling in ndbMichael Schroeder2019-11-182-45/+67
* Use fdatasync in ndb if availableMichael Schroeder2019-11-182-5/+23
* Do not always fsync the database directoriesMichael Schroeder2019-11-182-51/+48
* Delete all the IDXDB_FILESUPPORT code in the ndb backendMichael Schroeder2019-11-181-260/+30
* Implement fsync disabling for the ndb backendMichael Schroeder2019-11-181-1/+14
* Preparing for rpm 4.15.0 finalrpm-4.15.0-releasePanu Matilainen2019-09-2630-796/+284
* Update CREDITS for last years new contributorsPanu Matilainen2019-09-261-1/+16
* Preparing for rpm 4.15.0-rc1rpm-4.15.0-rc1Panu Matilainen2019-08-2837-5833/+6187
* Cap number of threads on 32bit platforms, add tunables (RhBug:1729382)Panu Matilainen2019-08-282-3/+22
* Fix build code thread cap logic for unlimited CPUsPanu Matilainen2019-08-281-3/+2
* Make dependency generation test payload-compression agnosticPanu Matilainen2019-08-281-0/+1
* Document zstd compression in main macros filePanu Matilainen2019-08-281-0/+1
* Remove unused variable id in find-debuginfo.shTom de Vries2019-08-281-4/+0
* Add %{expr:...} macro for parsing expressionsPanu Matilainen2019-08-283-0/+49
* Improve expression error messagesPanu Matilainen2019-08-282-19/+31
* Move %if tests where they belong and fix their keywordsPanu Matilainen2019-08-282-115/+116
* Export the expression parsing functions and move to librpmioPanu Matilainen2019-08-287-24/+22
* Resurrect parseExpressionString()Panu Matilainen2019-08-282-0/+53
* Drop the no longer needed rpmfcExec() output duplication supportPanu Matilainen2019-08-284-12/+9
* Restore strict order of build scriptlet stdout/stderr output (#794)Panu Matilainen2019-08-281-8/+11
* Support running rpmfcExec() without any piped input/outputPanu Matilainen2019-08-281-1/+6
* Eliminate use of ambiguous logical operators in script conditionalsPavlina Moravcova Varekova2019-08-2816-26/+26
* Add a dummy line to CI setup to allow controlling dnf gpgcheck per buildPanu Matilainen2019-08-281-0/+2
* Fix segfault regression on empty script or description at end of specPanu Matilainen2019-08-285-5/+34
* Drop %_lto_cflags macro afterallPanu Matilainen2019-08-282-4/+1
* rpmpgp: Handle EOF without EOL better at END PGPStepan Broz2019-08-281-2/+3
* Add a testcases for filenames with weird + invalid charactersPanu Matilainen2019-08-283-0/+82
* Split verbose make flags to a separate macroJason Tibbitts2019-08-281-1/+5
* Fix memleak during transaction verify step in the NOKEY case.Panu Matilainen2019-08-281-1/+3
* Fix off-by-one in hdrblobGet() making last entry unreachable (RhBug:1722921)Panu Matilainen2019-08-281-1/+1
* Prefer '[] && []' to '[ -a ]' in test in find-debuginfo.sh (RhBug:1720590)Pavlina Moravcova Varekova2019-08-281-1/+1