summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rpmsign: eliminate unused leftover variableignatenko/patch-1Igor Gnatenko2016-12-201-2/+0
* Static signal-related variables need to be thread localPanu Matilainen2016-12-161-5/+5
* Literally blocking *all* signals is a bit too muchPanu Matilainen2016-12-152-1/+7
* Replace sigprocmask() uses with pthread_sigmask()Panu Matilainen2016-12-151-6/+6
* Block signals during RPMTXN_WRITE transactionsPanu Matilainen2016-12-151-0/+5
* Call rpmsqBlock() directly from rpmdb code to remove unused cruftPanu Matilainen2016-12-151-29/+8
* Add an shortcut API for blocking/unblocking signalsPanu Matilainen2016-12-153-12/+38
* Remember the first signal to arrive, not lastPanu Matilainen2016-12-151-4/+6
* Honor blocked signals during rpmsqPoll() tooPanu Matilainen2016-12-151-0/+3
* Make signal queue on/off a global atomic statePanu Matilainen2016-12-153-55/+63
* Rename static handler function to make (name)space availablePanu Matilainen2016-12-151-2/+2
* Refactor finding a signal in the table to a helper functionPanu Matilainen2016-12-151-6/+14
* Return the return code of rpmsqPoll() to python tooPanu Matilainen2016-12-141-2/+1
* Replace rpmdbCheckSignals() with rpmsqPoll() everywhere, eliminate from APIPanu Matilainen2016-12-148-26/+19
* Lets do something silly with the newly gained signal info argumentPanu Matilainen2016-12-141-1/+7
* Support the info argument from rpmsqPoll() handlersPanu Matilainen2016-12-141-3/+14
* Make the signal queue actually customizable and usefulPanu Matilainen2016-12-143-46/+47
* Drop support for systems without SA_SIGINFOPanu Matilainen2016-12-142-16/+0
* Simplify rpmsq activate signals trackingPanu Matilainen2016-12-141-19/+9
* Use abs() when abs() is called forPanu Matilainen2016-12-141-1/+2
* Remove useless signal table definesPanu Matilainen2016-12-131-5/+0
* Clean up rpmdb leftovers from an atexit() handler.Panu Matilainen2016-12-136-47/+34
* Fix recent rpmdb handles cleanup-on signal regressionPanu Matilainen2016-12-131-12/+3
* Revert "rpmdb.c: (rpmdbCheckTerminate) return non-zero on subsequent runs"Panu Matilainen2016-12-131-1/+1
* Define AM_CFLAGS inside the Makefile.am files themselves.Mark Wielaard2016-12-0912-3/+11
* Refactor package component sizes debug printing out of rpmReadSignature()Panu Matilainen2016-12-091-35/+22
* Eliminate unnecessary dependency on bfd.h from sepdebugcrcfixMark Wielaard2016-12-091-2/+2
* Simplify intGetTdEntry()Panu Matilainen2016-12-091-11/+3
* Eliminate a mindless switch-case in rpmInstallLoadMacros()Panu Matilainen2016-12-091-12/+6
* Oops, python Makefile wasn't including rpm.amPanu Matilainen2016-12-081-0/+2
* Actually use supplements and enhances...Florian Festi2016-12-081-2/+2
* Remove unneccesary if clausesFlorian Festi2016-12-081-8/+7
* Order by weak and reverse dependencies alsoFlorian Festi2016-12-081-14/+70
* Remove code leftover from collectionsFlorian Festi2016-12-081-2/+0
* Stop messing with CFLAGS from configurePanu Matilainen2016-12-082-3/+5
* Unbreak gcc options checkingPanu Matilainen2016-12-081-1/+2
* Silence type-punning warnings from python bindings, it's a python featurePanu Matilainen2016-12-021-1/+1
* Fix calculation of array size when formating query results.Florian Festi2016-12-011-8/+26
* Export RPMSENSE_MISSINGOK to pythonPanu Matilainen2016-12-011-0/+1
* Eliminate another mindless use of switch-case for a do-something booleanPanu Matilainen2016-12-011-6/+1
* Fix missing @param in rpmfilesVerify() and rpmfiVerify() doxygen docoPanu Matilainen2016-12-012-2/+2
* configure.ac: Support detecting gpg2 for %__gpg and prefer gpg2Neal Gompa2016-11-301-1/+1
* Fix special %doc and %license %defattr() dir permissions (RhBug:1399798)Panu Matilainen2016-11-301-1/+0
* Ensure rpmlead is fully initializedPanu Matilainen2016-11-301-0/+1
* Add a debug log on blocksize normalizationPanu Matilainen2016-11-291-3/+6
* Refactor mount point chase to a helper functionPanu Matilainen2016-11-291-31/+40
* Normalize dubiously large fs blocksizes to 4096Michael Schroeder2016-11-291-0/+7
* Clarify comments on header legacy regionsPanu Matilainen2016-11-281-3/+3
* Permit headers with legacy region in headerCheck() and friendsPanu Matilainen2016-11-282-2/+3
* Refactor headerImport() around struct hdrblob and APIPanu Matilainen2016-11-252-90/+48