summaryrefslogtreecommitdiff
path: root/rpmio/rpmsq.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-05Bring back c++ "protection" to rpmsq, oopsPanu Matilainen1-0/+4
- The beginning of c++ extern block went with the dishwater in commit 269df02ae1fc3955bee4e5f471b1172c04c714e2
2011-05-03RIP rpmsqFork() + rpmsqWait() and the related bitsPanu Matilainen1-51/+0
- Also remove additional thread protection: we're not supporting threads anywhere else either. If/when thread-protection is added, this is ulikely to be the first place anyway...
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
- rpmsqThread(), rpmsqJoin(), rpmsqThreadEqual() and rpmsqExecve() have never been used... get rid of them while we're bumping sonames anyway
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
- patch from Michal Čihař
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
- patch from Adam Tkac
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
- nothing outside rpmsq needs to fiddle with the queue directly
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
- adjust include paths accordingly
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
CVS patchset: 6736 CVS date: 2003/04/09 21:46:31
2003-04-07Calibrated stopwatch using rdtsc.jbj1-2/+20
Probes for digest/signature and rpmdb. CVS patchset: 6734 CVS date: 2003/04/07 12:05:35
2003-04-02Use rpmswEnter/rpmswExit throughout.jbj1-3/+2
CVS patchset: 6730 CVS date: 2003/04/02 23:26:06
2003-04-02Splint clean.jbj1-15/+40
CVS patchset: 6729 CVS date: 2003/04/02 21:16:26
2003-03-25Repair rdtsc stopwatch, use gettimeofday(3) for now.jbj1-2/+7
CVS patchset: 6716 CVS date: 2003/03/25 00:22:23
2003-03-19Sanity.jbj1-3/+17
CVS patchset: 6705 CVS date: 2003/03/19 03:00:02
2003-03-18Proof of concept scriptlet queue, single or multi threaded.jbj1-7/+34
CVS patchset: 6699 CVS date: 2003/03/18 02:41:33
2003-03-16Create rpmsq, combining rpmdb/psm signal handlers.jbj1-0/+76
CVS patchset: 6694 CVS date: 2003/03/16 22:36:52