Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / rpmio / rpmsq.h
2011-07-05 Panu MatilainenBring back c++ "protection" to rpmsq, oops
2011-05-03 Panu MatilainenRIP rpmsqFork() + rpmsqWait() and the related bits
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
2009-08-13 Panu MatilainenAdd missing <pthread.h> include in rpmsq.h (ticket...
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
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-23 Panu MatilainenAdd doxygen group for rpmsq, include in librpm + hackin...
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-08 Ralf Corsépius'Adjust extern C {} blocks.'
2007-10-08 Ralf CorsépiusUse 'file' instead of '<file>' to work around include...
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-07-09 Panu MatilainenFix include of misc.h, rpmpgp.h and rpmsq.h in C++.
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-19 jbjSanity.
2003-03-18 jbjProof of concept scriptlet queue, single or multi threaded.
2003-03-16 jbjCreate rpmsq, combining rpmdb/psm signal handlers.