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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-25
Yank out a bunch of unused defines
Panu Matilainen
1
-15
/
+0
2010-02-25
Lose now unnecessary progTag from psm
Panu Matilainen
4
-19
/
+6
2010-02-25
First rough-cut version of scriptlet abstraction
Panu Matilainen
5
-389
/
+457
2010-02-25
Log all install/erase failures in rpmtsProcess()
Panu Matilainen
1
-0
/
+2
2010-02-25
Move rpmteTypeString() back to rpmte, internal only though
Panu Matilainen
3
-9
/
+12
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
Permit simple strings to be returned argv-style from headers too
Panu Matilainen
1
-1
/
+2
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-22
Remove unused os and arch score from transaction elements
Panu Matilainen
1
-5
/
+0
2010-02-22
Handle NULL passed to rpmMachineScore()
Panu Matilainen
1
-2
/
+4
2010-02-09
Move rpmVersionCompare() into a more logical place
Panu Matilainen
2
-21
/
+21
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
2
-13
/
+0
2010-02-09
Use a more reasonable type for rpmteHeaderSize()
Panu Matilainen
2
-3
/
+3
2010-02-09
Move tsortInfo typedef into internal-only header
Panu Matilainen
2
-5
/
+5
2010-02-09
Bah, missing include in commit 121f73bb4932d15e618e82d5c6d7b43280dc0f7d
Panu Matilainen
1
-0
/
+1
2010-02-09
Add macro expansion queryformat extension
Panu Matilainen
2
-0
/
+15
2010-02-05
Remove no longer neede rpmts->filesystemCount and->filesystems
Florian Festi
3
-5
/
+0
2010-02-05
Clean up comments
Florian Festi
1
-3
/
+3
2010-02-05
Consider rpmdb growing when doing space calculations
Florian Festi
1
-6
/
+47
2010-02-05
Add rpmteHeaderSize
Florian Festi
2
-0
/
+14
2010-02-04
Handle erased packages wrt disk-space problem reporting (RhBug:561160)
Panu Matilainen
1
-2
/
+6
2010-02-03
Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing them
Florian Festi
4
-493
/
+4
2010-02-03
Fix stupid off by one error
Florian Festi
1
-1
/
+1
2010-02-03
Avoid loading information for all filesystems
Florian Festi
1
-63
/
+109
2010-01-21
Really fix verification error code to not depend on verbosity (RhBug:557101)
Panu Matilainen
1
-1
/
+1
2010-01-21
Fix double-free segfault on url retrieve to read-only media (RhBug:557118)
Panu Matilainen
1
-1
/
+1
2010-01-05
Move <ctype.h> include 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
13
-0
/
+15
2010-01-05
Remove <string.h> include from system.h into the few places that still need
Panu Matilainen
1
-0
/
+1
2010-01-05
Include <stdlib.h> as necessary instead of system.h
Panu Matilainen
2
-0
/
+2
2010-01-05
Shove the mount entry include voodoo where sun doesn't ... <cough> fs.c
Panu Matilainen
1
-0
/
+51
2010-01-05
Sanitize i18nTag() when NLS disabled
Panu Matilainen
1
-5
/
+3
2010-01-05
Remove libcap stuff out of system.h
Panu Matilainen
3
-1
/
+7
2010-01-05
Move <mcheck.h> include out of system.h to the couple of places that care
Panu Matilainen
1
-0
/
+4
2010-01-05
Unconditionally include <sys/wait.h> where needed
Panu Matilainen
2
-0
/
+2
2010-01-05
Move sys/mman.h include out of system.h to the places that care
Panu Matilainen
1
-0
/
+4
2010-01-05
Move libacl.h include out of system.h to the only place that cares
Panu Matilainen
1
-0
/
+4
2010-01-05
Unconditionally include <netdb.h> where needed instead of system.h
Panu Matilainen
2
-2
/
+2
2010-01-05
Sanitize signature checking formatResult() a bit
Panu Matilainen
1
-6
/
+3
2010-01-04
Use MAP_FAILED instead of hardwired (void *)-1
Panu Matilainen
1
-4
/
+4
2010-01-04
Re-enable mmap test in configure & fix the code build again
Panu Matilainen
1
-0
/
+1
2010-01-04
Require lchown() and remove ancient broken chown kludgery
Panu Matilainen
2
-5
/
+0
2009-12-23
Include <utime.h> where needed instead of system.h
Panu Matilainen
2
-0
/
+2
2009-12-23
Move major, minor + makedev portability stuff out of system.h, simplify
Panu Matilainen
1
-0
/
+8
[next]