Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-05 | Bring back c++ "protection" to rpmsq, oops | Panu Matilainen | 1 | -0/+4 | |
- The beginning of c++ extern block went with the dishwater in commit 269df02ae1fc3955bee4e5f471b1172c04c714e2 | |||||
2011-05-03 | RIP rpmsqFork() + rpmsqWait() and the related bits | Panu Matilainen | 1 | -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-23 | Axe the rpmsq debug code which was never getting built anyway | Panu Matilainen | 1 | -2/+0 | |
2010-11-23 | Lose all the stillborn code in rpmsq.[ch] | Panu Matilainen | 1 | -27/+0 | |
- rpmsqThread(), rpmsqJoin(), rpmsqThreadEqual() and rpmsqExecve() have never been used... get rid of them while we're bumping sonames anyway | |||||
2010-09-22 | Make rpmsqAction compatible to sa_sigaction | Panu Matilainen | 1 | -2/+2 | |
2009-08-13 | Add missing <pthread.h> include in rpmsq.h (ticket #87) | Panu Matilainen | 1 | -0/+3 | |
- patch from Michal Čihař | |||||
2008-11-06 | rpmsqAction() proto needs SA_SIGINFO conditionals too (ticket #4) | Panu Matilainen | 1 | -0/+4 | |
2008-11-04 | Fix building on systems where SA_SIGINFO isn't available (ticket #4) | Panu Matilainen | 1 | -0/+5 | |
- patch from Adam Tkac | |||||
2008-06-03 | Unexport rpmsqCaught now that nothing needs it | Panu Matilainen | 1 | -2/+0 | |
2008-06-03 | Add rpmsqIsCaught() for testing if a signal has been caught | Panu Matilainen | 1 | -0/+8 | |
2008-06-03 | Unexpose signal queue and direct manipulation functions | Panu Matilainen | 1 | -17/+0 | |
- nothing outside rpmsq needs to fiddle with the queue directly | |||||
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -1/+1 | |
- adjust include paths accordingly | |||||
2007-11-23 | Add doxygen group for rpmsq, include in librpm + hacking docs | Panu Matilainen | 1 | -13/+13 | |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -1/+1 | |
2007-11-08 | Minimal protection for rpmsqElem internals | Panu Matilainen | 1 | -0/+3 | |
2007-10-08 | 'Adjust extern C {} blocks.' | Ralf Corsépius | 1 | -4/+4 | |
2007-10-08 | Use 'file' instead of '<file>' to work around include path issues. | Ralf Corsépius | 1 | -1/+1 | |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -46/+11 | |
2007-07-09 | Fix include of misc.h, rpmpgp.h and rpmsq.h in C++. | Panu Matilainen | 1 | -1/+1 | |
2003-04-09 | Splint fiddles. | jbj | 1 | -5/+7 | |
CVS patchset: 6736 CVS date: 2003/04/09 21:46:31 | |||||
2003-04-07 | Calibrated stopwatch using rdtsc. | jbj | 1 | -2/+20 | |
Probes for digest/signature and rpmdb. CVS patchset: 6734 CVS date: 2003/04/07 12:05:35 | |||||
2003-04-02 | Use rpmswEnter/rpmswExit throughout. | jbj | 1 | -3/+2 | |
CVS patchset: 6730 CVS date: 2003/04/02 23:26:06 | |||||
2003-04-02 | Splint clean. | jbj | 1 | -15/+40 | |
CVS patchset: 6729 CVS date: 2003/04/02 21:16:26 | |||||
2003-03-25 | Repair rdtsc stopwatch, use gettimeofday(3) for now. | jbj | 1 | -2/+7 | |
CVS patchset: 6716 CVS date: 2003/03/25 00:22:23 | |||||
2003-03-19 | Sanity. | jbj | 1 | -3/+17 | |
CVS patchset: 6705 CVS date: 2003/03/19 03:00:02 | |||||
2003-03-18 | Proof of concept scriptlet queue, single or multi threaded. | jbj | 1 | -7/+34 | |
CVS patchset: 6699 CVS date: 2003/03/18 02:41:33 | |||||
2003-03-16 | Create rpmsq, combining rpmdb/psm signal handlers. | jbj | 1 | -0/+76 | |
CVS patchset: 6694 CVS date: 2003/03/16 22:36:52 |