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
/
psm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-22
Lose the useless rpmfi refcounting etc debug messages + debug switches
Panu Matilainen
1
-1
/
+1
2010-03-22
Lose the useless rpmts refcounting debug messages + debug switches
Panu Matilainen
1
-1
/
+1
2010-03-12
Turn PSM into a complete blackbox
Panu Matilainen
1
-34
/
+10
2010-03-11
Not all scriptlets have bodies (eg -p /sbin/ldconfig), dont expand NULLs
Panu Matilainen
1
-2
/
+2
2010-03-11
Dumb segfault on trigger scripts with no flags, doh
Panu Matilainen
1
-1
/
+1
2010-03-11
Support run-time macro and queryformat expansion on scriptlets
Panu Matilainen
1
-3
/
+21
2010-03-06
Minor cleanup to PSM_INIT stage, no functional changes
Panu Matilainen
1
-5
/
+2
2010-03-01
Rip out more rpm 2.x era relocation leftovers
Panu Matilainen
1
-8
/
+0
2010-02-26
Hide install/erase statistics collection inside psm
Panu Matilainen
1
-0
/
+6
2010-02-25
Remove unnecessary fiddling with ts element header
Panu Matilainen
1
-4
/
+0
2010-02-25
Lose some long since unnecessary includes
Panu Matilainen
1
-2
/
+0
2010-02-25
Duh, yet more leftover io flag stuff in psm
Panu Matilainen
1
-2
/
+0
2010-02-25
Implement pretrans, posttrans and verifyscript as psm goals
Panu Matilainen
1
-14
/
+40
2010-02-25
Separate PSM goals from individual stages
Panu Matilainen
1
-60
/
+48
2010-02-25
Lose now unnecessary progTag from psm
Panu Matilainen
1
-7
/
+1
2010-02-25
First rough-cut version of scriptlet abstraction
Panu Matilainen
1
-386
/
+31
2010-02-25
Kick out stillborn code
Panu Matilainen
1
-11
/
+0
2010-02-24
Clean up handleOneTrigger() a bit
Panu Matilainen
1
-25
/
+13
2010-02-24
Lose unused PSM_RPMIO_FLAGS state
Panu Matilainen
1
-10
/
+0
2010-02-24
The lower level script runners dont really need psm for anything now
Panu Matilainen
1
-13
/
+9
2010-02-24
Bury the signal queue stuff inside runExtScript()
Panu Matilainen
1
-15
/
+15
2010-02-24
Lose psmWait(), instead collect scriptlet runtime stats for all scripts
Panu Matilainen
1
-24
/
+8
2010-02-24
Push prefix calculation higher in the psm foodchain
Panu Matilainen
1
-31
/
+28
2010-02-09
Move rpmVersionCompare() into a more logical place
Panu Matilainen
1
-21
/
+0
2010-02-09
Unify scriptlet execution calling conventions and error handling
Panu Matilainen
1
-68
/
+68
2010-02-09
Lose unused stillborn psm threading stuff (didn't I already do this?)
Panu Matilainen
1
-9
/
+0
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+2
2009-12-17
Move payload open into rpmte (internal) method
Panu Matilainen
1
-10
/
+2
2009-09-10
Rip the broken asynchronous psm machinery
Panu Matilainen
1
-10
/
+1
2009-09-10
Rip the broken ldconfig optimization hack (RhBug:513224)
Panu Matilainen
1
-25
/
+0
2009-09-02
Further simplify rpmVersionCompare()
Panu Matilainen
1
-10
/
+5
2009-09-02
Simplify rpmpsmStage() and srpm install a bit with the new getters
Panu Matilainen
1
-20
/
+8
2009-09-02
Simplify rpmVersionCompare() a bit
Panu Matilainen
1
-8
/
+4
2009-09-02
Eliminate uses of headerNVR() and friends in librpm (and python) code
Panu Matilainen
1
-7
/
+3
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in fsm & psm
Panu Matilainen
1
-10
/
+10
2009-08-31
Eliminate now unnecessary compressor -> ioflags conversions
Panu Matilainen
1
-13
/
+5
2009-08-28
Eliminate unused result code from psm struct
Panu Matilainen
1
-3
/
+1
2009-08-28
Eliminate payload file handle from psm struct
Panu Matilainen
1
-8
/
+7
2009-07-23
Kill off lclint remnants everywhere
Panu Matilainen
1
-1
/
+0
2009-06-16
Validate rpmlib dependencies on src.rpm install (RhBug:490613)
Panu Matilainen
1
-0
/
+29
2009-04-23
- Move header reading part from rpminstall to tryReadHeader function.
Rakesh Pandit
1
-1
/
+0
2009-03-18
Add support for "lzma alone" compression format (lzdio)
Panu Matilainen
1
-0
/
+2
2009-03-18
LZMA -> XZ renaming
Panu Matilainen
1
-2
/
+2
2009-03-09
Fix RPMTAG_FILESTATES in rpmdb
Panu Matilainen
1
-2
/
+2
2009-03-08
Load macros before creating directories (rhbz#489104)
Panu Matilainen
1
-2
/
+3
2009-01-19
Fix segfault if ts rootdir is NULL (Pixel)
Panu Matilainen
1
-1
/
+1
2009-01-02
Use rpmteSetFd() instead of direct access to rpmte structure
Panu Matilainen
1
-2
/
+2
2008-12-19
Eliminate file info set argument to rpmpsmNew()
Panu Matilainen
1
-5
/
+9
2008-12-18
Check chroot() result in psm too (Pixel)
Panu Matilainen
1
-1
/
+5
2008-12-10
Move ->actions from rpmfi to rpmfs
Florian Festi
1
-2
/
+10
[next]