summaryrefslogtreecommitdiff
path: root/rpmio/rpmsq.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-05Bring back c++ "protection" to rpmsq, oopsPanu Matilainen1-0/+4
2011-05-03RIP rpmsqFork() + rpmsqWait() and the related bitsPanu Matilainen1-51/+0
2010-11-23Axe the rpmsq debug code which was never getting built anywayPanu Matilainen1-2/+0
2010-11-23Lose all the stillborn code in rpmsq.[ch]Panu Matilainen1-27/+0
2010-09-22Make rpmsqAction compatible to sa_sigactionPanu Matilainen1-2/+2
2009-08-13Add missing <pthread.h> include in rpmsq.h (ticket #87)Panu Matilainen1-0/+3
2008-11-06rpmsqAction() proto needs SA_SIGINFO conditionals too (ticket #4)Panu Matilainen1-0/+4
2008-11-04Fix building on systems where SA_SIGINFO isn't available (ticket #4)Panu Matilainen1-0/+5
2008-06-03Unexport rpmsqCaught now that nothing needs itPanu Matilainen1-2/+0
2008-06-03Add rpmsqIsCaught() for testing if a signal has been caughtPanu Matilainen1-0/+8
2008-06-03Unexpose signal queue and direct manipulation functionsPanu Matilainen1-17/+0
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-11-23Add doxygen group for rpmsq, include in librpm + hacking docsPanu Matilainen1-13/+13
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-11-08Minimal protection for rpmsqElem internalsPanu Matilainen1-0/+3
2007-10-08'Adjust extern C {} blocks.'Ralf Corsépius1-4/+4
2007-10-08Use 'file' instead of '<file>' to work around include path issues.Ralf Corsépius1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-46/+11
2007-07-09Fix include of misc.h, rpmpgp.h and rpmsq.h in C++.Panu Matilainen1-1/+1
2003-04-09Splint fiddles.jbj1-5/+7
2003-04-07Calibrated stopwatch using rdtsc.jbj1-2/+20
2003-04-02Use rpmswEnter/rpmswExit throughout.jbj1-3/+2
2003-04-02Splint clean.jbj1-15/+40
2003-03-25Repair rdtsc stopwatch, use gettimeofday(3) for now.jbj1-2/+7
2003-03-19Sanity.jbj1-3/+17
2003-03-18Proof of concept scriptlet queue, single or multi threaded.jbj1-7/+34
2003-03-16Create rpmsq, combining rpmdb/psm signal handlers.jbj1-0/+76