upgrade rpm version to 4.14.1
[platform/upstream/rpm.git] / rpmio / rpmsq.c
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2011-05-03 Panu MatilainenRIP rpmsqFork() + rpmsqWait() and the related bits
2010-11-23 Panu MatilainenWe're already considering <pthread.h> mandatory header...
2010-11-23 Panu MatilainenAxe the rpmsq debug code which was never getting built...
2010-11-23 Panu MatilainenLose all the stillborn code in rpmsq.[ch]
2010-09-22 Panu MatilainenMake rpmsqAction compatible to sa_sigaction
2010-01-05 Panu MatilainenMove <stdio.h> includes out of system.h to the places...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2008-11-06 Panu MatilainenrpmsqAction() proto needs SA_SIGINFO conditionals too...
2008-11-04 Panu MatilainenFix building on systems where SA_SIGINFO isn't availabl...
2008-06-03 Panu MatilainenUnexport rpmsqCaught now that nothing needs it
2008-06-03 Panu MatilainenAdd rpmsqIsCaught() for testing if a signal has been...
2008-06-03 Panu MatilainenUnexpose signal queue and direct manipulation functions
2008-04-28 Panu MatilainenRemove unused variable
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-08 Panu MatilainenMinimal protection for rpmsqElem internals
2007-10-28 Ralf CorsépiusInclude "rpmsq.h" instead of <rpmsq.h>.
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-03 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-03 Ralf CorsépiusRemove __LCLINT__-ifdef'ed blocks.
2007-07-10 Panu MatilainenCast signal handler pointers to void* to avoid compiler...
2007-04-16 Paul NasratFork failure patch from OpenSuSE
2007-02-22 Paul NasratFix from James Olin Oden for a scriptlet deadlock ...
2005-07-13 jbjAdd porting sanity check (#159024).
2005-02-14 jbj- don't build with sqlite3 if <sqlite3.h> is missing. rpm-4.4.1-release
2005-02-13 jbj- macosx: change to --prefix=/usr rather than /opt...
2005-01-04 jbj- mac os x patches (#131943,#131944,#132924,#132926).
2004-10-14 jbj- fix: don't set handler if SIG_IGN is already set...
2004-10-09 jbjMore changes from rpm-4_3 branch.
2004-03-07 jbjAdd comments, minor performance improvement.
2004-03-07 jbjProtect sq->reaped with sighold and sigrelease.
2003-11-23 jbjMerge changes from rpm-4.2.1 development.
2003-04-30 jbjbeecrypt-3.0.0 merge: doxygen pass.
2003-04-09 jbjSplint fiddles.
2003-04-07 jbjCalibrated stopwatch using rdtsc.
2003-04-02 jbjUse rpmswEnter/rpmswExit throughout.
2003-04-02 jbjSplint clean.
2003-03-25 jbjRepair rdtsc stopwatch, use gettimeofday(3) for now.
2003-03-24 jbjAdd benchmark stopwatch, change precision from milli...
2003-03-20 jbjMake sure that $(RPM_BUILD_ROOT}/usr/lib is 1st libarry...
2003-03-19 jbjSanity, take 2.
2003-03-19 jbjSanity.
2003-03-18 jbjProof of concept scriptlet queue, single or multi threaded.
2003-03-16 jbjCreate rpmsq, combining rpmdb/psm signal handlers.