index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpmio
/
rpmsq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-66
/
+180
2011-05-03
RIP rpmsqFork() + rpmsqWait() and the related bits
Panu Matilainen
1
-254
/
+2
2010-11-23
We're already considering <pthread.h> mandatory header elsewhere
Panu Matilainen
1
-13
/
+0
2010-11-23
Axe the rpmsq debug code which was never getting built anyway
Panu Matilainen
1
-59
/
+0
2010-11-23
Lose all the stillborn code in rpmsq.[ch]
Panu Matilainen
1
-151
/
+0
2010-09-22
Make rpmsqAction compatible to sa_sigaction
Panu Matilainen
1
-3
/
+2
2010-01-05
Move <stdio.h> includes out of system.h to the places that need it
Panu Matilainen
1
-0
/
+1
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+1
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
-1
/
+5
2008-06-03
Unexport rpmsqCaught now that nothing needs it
Panu Matilainen
1
-1
/
+1
2008-06-03
Add rpmsqIsCaught() for testing if a signal has been caught
Panu Matilainen
1
-0
/
+5
2008-06-03
Unexpose signal queue and direct manipulation functions
Panu Matilainen
1
-3
/
+14
2008-04-28
Remove unused variable
Panu Matilainen
1
-1
/
+0
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-1
/
+1
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
/
+1
2007-10-28
Include "rpmsq.h" instead of <rpmsq.h>.
Ralf Corsépius
1
-1
/
+1
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-44
/
+9
2007-09-03
Remove __LCLINT__-ifdef'ed blocks.
Ralf Corsépius
1
-117
/
+0
2007-07-10
Cast signal handler pointers to void* to avoid compiler warnings.
Panu Matilainen
1
-2
/
+2
2007-04-16
Fork failure patch from OpenSuSE
Paul Nasrat
1
-0
/
+1
2007-02-22
Fix from James Olin Oden for a scriptlet deadlock (#146549).
Paul Nasrat
1
-12
/
+41
2005-07-13
Add porting sanity check (#159024).
jbj
1
-0
/
+5
2005-02-14
- don't build with sqlite3 if <sqlite3.h> is missing.
jbj
1
-1
/
+1
2005-02-13
- macosx: change to --prefix=/usr rather than /opt/local.
jbj
1
-1
/
+1
2005-01-04
- mac os x patches (#131943,#131944,#132924,#132926).
jbj
1
-1
/
+10
2004-10-14
- fix: don't set handler if SIG_IGN is already set (#134474).
jbj
1
-5
/
+11
2004-10-09
More changes from rpm-4_3 branch.
jbj
1
-1
/
+3
2004-03-07
Add comments, minor performance improvement.
jbj
1
-8
/
+20
2004-03-07
Protect sq->reaped with sighold and sigrelease.
jbj
1
-9
/
+10
2003-11-23
Merge changes from rpm-4.2.1 development.
jbj
1
-10
/
+22
2003-04-30
beecrypt-3.0.0 merge: doxygen pass.
jbj
1
-1
/
+1
2003-04-09
Splint fiddles.
jbj
1
-64
/
+121
2003-04-07
Calibrated stopwatch using rdtsc.
jbj
1
-8
/
+17
2003-04-02
Use rpmswEnter/rpmswExit throughout.
jbj
1
-15
/
+2
2003-04-02
Splint clean.
jbj
1
-16
/
+71
2003-03-25
Repair rdtsc stopwatch, use gettimeofday(3) for now.
jbj
1
-7
/
+17
2003-03-24
Add benchmark stopwatch, change precision from milli- to micro-secs.
jbj
1
-0
/
+8
2003-03-20
Make sure that $(RPM_BUILD_ROOT}/usr/lib is 1st libarry searched.
jbj
1
-0
/
+2
2003-03-19
Sanity, take 2.
jbj
1
-0
/
+2
2003-03-19
Sanity.
jbj
1
-85
/
+64
2003-03-18
Proof of concept scriptlet queue, single or multi threaded.
jbj
1
-39
/
+297
2003-03-16
Create rpmsq, combining rpmdb/psm signal handlers.
jbj
1
-0
/
+272