summaryrefslogtreecommitdiff
path: root/rpmio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an shortcut API for blocking/unblocking signalsPanu Matilainen2016-12-152-0/+36
* 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-152-45/+61
* 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
* 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-142-20/+46
* 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
* Define AM_CFLAGS inside the Makefile.am files themselves.Mark Wielaard2016-12-091-0/+1
* Fix off-by-one stack write in rpmGlob() (RhBug:1371914)Panu Matilainen2016-11-161-1/+1
* Fix possible unitialized use in pgp codePanu Matilainen2016-11-081-1/+1
* Add/fix a few missing/misleading doxygen annotationsPanu Matilainen2016-11-021-0/+6
* Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro()Panu Matilainen2016-10-242-7/+10
* Eliminate expandMacros() from the API + ABIPanu Matilainen2016-10-242-28/+0
* Eliminate a bunch of 2000 vintage never used and uncompilable rpmlog gooPanu Matilainen2016-10-131-56/+0
* prevent exceeding 32 bit memory limitations with multithreaded xz compressionPer Øyvind Karlsen2016-09-091-0/+43
* Fix off-by-one errorJonathan Wakely2016-05-251-1/+1
* Fix memory leaks in rpmGetSubkeys() and pgpPrtParamsSubkeys()Lubos Kardos2016-03-082-1/+4
* digest_beecrypt: Use correct header locationsNeal Gompa (ニール・ゴンパ)2016-02-241-11/+11
* add short summaries to headers that miss oneThierry Vignaud2016-01-289-1/+21
* rpmExpandMacros() is modified to be able to return more return codesLubos Kardos2015-11-262-7/+9
* Rename expandMacrosU to rpmExpandMacrosTom Hughes2015-11-262-7/+5
* Only use multi thread support with liblzma >= 5.2.0Florian Festi2015-11-261-2/+15
* Add support for multithreaded xz compressionPer Øyvind Karlsen2015-11-191-1/+29
* add support for setting xz memlimitPer Øyvind Karlsen2015-11-191-1/+2
* add rpmlog(RPMLOG_ERR, ...) for liblzma return codesPer Øyvind Karlsen2015-11-191-0/+13
* lowest xz compression level is '0'Per Øyvind Karlsen2015-11-191-1/+1
* Remove size limit when expanding macrosTom Hughes2015-11-192-0/+29
* Fix next_brace_sub() to return NULL if braces don't match.Lubos Kardos2015-11-181-21/+6
* Add RubyGems support.Vít Ondruch2015-11-122-1/+4
* Fix SIGSEGV in case of old unsupported gpg keys (rhbz:1277464)Lubos Kardos2015-11-062-3/+7
* Fix reading a memory right after the end of an allocated area.Lubos Kardos2015-09-211-1/+1
* Fix doc strings and though doxygen warningsFlorian Festi2015-09-011-1/+1
* really default to default XZ compression levelThierry Vignaud2015-08-281-1/+1
* Modify rpmIsGlob() to be more precise.Lubos Kardos2015-08-031-25/+32
* Enable {} expansion in rpmGlob() (rhbz:1246743)Lubos Kardos2015-07-271-10/+32
* Store gpg subkey IDs in provides of the package containing gpg key.Lubos Kardos2015-07-232-0/+17
* Add rpmGetSubkeys() and pgpPrtParamsSubkeys() for getting gpg subkeys.Lubos Kardos2015-07-234-2/+112
* Add pgpPubKeyCertLen() to get the length of the pub key certificate.Lubos Kardos2015-07-142-0/+37
* Don't show error message if log function fails because of broken pipe.Lubos Kardos2015-06-121-3/+4
* Try to print error on stderr if log function failed (rhbz:#1139444)Lubos Kardos2015-03-271-3/+7
* Use more accurate bzip2 patch detectionPádraig Brady2015-03-181-1/+2