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
/
lib
/
rpmscript.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-02
Improving scriptlet related rpm plugin hooks.
Elena Reshetova
1
-11
/
+27
2013-02-02
Extending rpm plugin interface, part 1
Elena Reshetova
1
-6
/
+11
2011-09-12
Actually remember scriptlet flags in the rpmScript struct
Panu Matilainen
1
-2
/
+3
2011-09-12
Rename scriptlet flags from RPMSCRIPT_FOO to RPMSCRIPT_FLAG_FOO
Panu Matilainen
1
-2
/
+2
2011-09-02
Make rpmScript opaque
Panu Matilainen
1
-0
/
+13
2011-09-02
Add an API for creating real rpmScript items out of triggers, use it
Panu Matilainen
1
-2
/
+35
2011-09-02
First step towards unifying triggers into rpmScript API
Panu Matilainen
1
-21
/
+30
2011-05-30
Fix a logic error leading to unlink(NULL) call, oops.
Panu Matilainen
1
-1
/
+1
2011-05-30
Eliminate dead NULL-assignment on lua scriptlet execution
Panu Matilainen
1
-3
/
+2
2011-05-28
Eliminate dead NULL-assignments at scope-end in librpm, part III
Panu Matilainen
1
-2
/
+2
2011-05-03
Use good ol' fork() + waitpid() for running scriptlets
Panu Matilainen
1
-16
/
+15
2011-04-19
Give at least some indication of error from fchdir() failures
Panu Matilainen
1
-3
/
+5
2011-04-19
Use rpmsqFork() return code instead of semi-private struct member for pid
Panu Matilainen
1
-10
/
+9
2011-04-19
Fclose() and unlink() errors aren't fatal here, just ignore
Panu Matilainen
1
-2
/
+2
2011-04-19
Catch write errors when generating scriptlet temporary files
Panu Matilainen
1
-13
/
+28
2011-01-28
Add an error message + comments on open(".") behavior (RhBug:672576)
Panu Matilainen
1
-0
/
+1
2010-11-18
Only force default umask during transaction (RhBug:494440)
Panu Matilainen
1
-1
/
+5
2010-10-22
Switch psm and rpmscript to use rpmTagVal where appropriate
Panu Matilainen
1
-5
/
+5
2010-10-22
Eliminate silly cast
Panu Matilainen
1
-1
/
+1
2010-05-26
Eliminate rpmts from the scriptlet machinery
Panu Matilainen
1
-15
/
+11
2010-05-26
Simplify chroot handling wrt scriptlets
Panu Matilainen
1
-45
/
+14
2010-05-25
Move scriptlet statistics collection (back) inside psm
Panu Matilainen
1
-2
/
+0
2010-03-11
Not all scriptlets have bodies (eg -p /sbin/ldconfig), dont expand NULLs
Panu Matilainen
1
-2
/
+3
2010-03-11
Support run-time macro and queryformat expansion on scriptlets
Panu Matilainen
1
-1
/
+31
2010-02-25
First rough-cut version of scriptlet abstraction
Panu Matilainen
1
-0
/
+399