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
2013-02-02
Add support for weak dependencies:
Anas Nashif
5
-10
/
+30
2013-02-02
Suspend exclusive database lock when scriptlets get called
Anas Nashif
6
-0
/
+89
2013-02-02
Fix global (DB_PRIVATE) lock code
Anas Nashif
1
-16
/
+41
2013-02-02
Allow updates to different architectures
Anas Nashif
1
-1
/
+2
2013-02-02
Extended condition support
Anas Nashif
1
-3
/
+23
2013-02-02
db ro interruptable
Anas Nashif
1
-2
/
+4
2013-02-02
Support a database-local fsync setting.
Anas Nashif
1
-0
/
+4
2013-02-02
compate name and version
Anas Nashif
1
-2
/
+20
2013-02-02
Convert output to the current locale.
Anas Nashif
1
-0
/
+152
2013-01-31
Restore legacy behavior on %ghost %config erasure, mostly
Panu Matilainen
1
-2
/
+15
2013-01-30
Dont skip shared file/dir create if the other one is a ghost
Panu Matilainen
1
-2
/
+8
2013-01-30
Revert the severely broken FA_SKIP on %ghost "fix"
Panu Matilainen
1
-11
/
+0
2013-01-29
Be more careful about skipping shared file/directory creation
Panu Matilainen
1
-1
/
+13
2012-12-19
Handle transaction global pool allocation centrally in rpmtsPool()
Panu Matilainen
4
-16
/
+16
2012-12-19
Clean up fix grabData() error handling in callers
Panu Matilainen
1
-6
/
+4
2012-12-18
Dead code removal
Panu Matilainen
1
-5
/
+0
2012-12-07
Ensure correct return code on malformed signature in packages
Panu Matilainen
1
-2
/
+6
2012-11-26
Add missing <errno.h> include
Panu Matilainen
1
-0
/
+1
2012-11-18
Add --undefine cli switch for undefining macros (related to RhBug:876308)
Panu Matilainen
1
-0
/
+10
2012-11-14
Account for temporary disk-space requirement on forced replace too
Panu Matilainen
1
-3
/
+5
2012-11-14
Remove ancient, no longer relevant comment
Panu Matilainen
1
-5
/
+0
2012-11-14
Account for temporary disk-space requirements on updates (ticket #175)
Panu Matilainen
1
-1
/
+13
2012-11-14
Add $RPM_CONFIGDIR/macros.d/ directory to default macro path (RhBug:846679)
Panu Matilainen
1
-0
/
+1
2012-11-08
Add cli-switch to query for license files
Panu Matilainen
3
-2
/
+10
2012-11-05
Work around Fedora-specific patch to libselinux causing warnings
Panu Matilainen
1
-1
/
+1
2012-11-05
Update library current + age (ie libs are now 3.1.0)
Panu Matilainen
1
-1
/
+1
2012-11-01
Hide the strpool-related rpmts/rpmfi/rpmds interfaces out of sight for now
Panu Matilainen
9
-113
/
+133
2012-10-30
Handle partial reads and errors in package IO (RhBug:802839, RhBug:580974)
Panu Matilainen
5
-9
/
+39
2012-10-30
Fix missing error on --import on bogus key file (RhBug:869667)
Panu Matilainen
1
-4
/
+5
2012-10-26
Remove transition-time leftover pool unfreezing
Panu Matilainen
1
-8
/
+0
2012-10-26
Eliminate static "misc stuff pool" from rpmfi
Panu Matilainen
1
-13
/
+6
2012-10-19
Dont bother with digest and link comparisons if size differs, part II
Panu Matilainen
1
-0
/
+5
2012-10-19
Dont bother with %config digests on conflicts if size differs
Panu Matilainen
1
-0
/
+6
2012-10-09
Add lua 5.2 support.
Anders F Bjorklund
1
-2
/
+12
2012-10-08
Don't bother calculating digests of %ghost %config files
Panu Matilainen
1
-1
/
+2
2012-10-05
Use rpmal lookups for already added obsoletions too
Panu Matilainen
1
-19
/
+9
2012-10-05
Add a hash + lookup function on obsoletes to rpmal
Panu Matilainen
2
-0
/
+100
2012-10-05
Rename rpmalProvidesHash to rpmalDepHash
Panu Matilainen
1
-6
/
+6
2012-10-05
Avoid changing the file info sets when adding to rpmal file hash
Panu Matilainen
1
-8
/
+8
2012-10-05
Avoid changing the dependency sets when looking up from rpmal
Panu Matilainen
1
-6
/
+4
2012-10-05
Avoid changing the dependency sets when adding to rpmal hash
Panu Matilainen
1
-7
/
+8
2012-10-05
Guard against NULL ds in the rpmds indexed getters
Panu Matilainen
1
-6
/
+6
2012-10-05
Export the indexed rpmds accessors internally
Panu Matilainen
3
-9
/
+46
2012-10-05
Add indexed access variants for rpmdsColor() and rpmdsCompare()
Panu Matilainen
1
-13
/
+20
2012-10-04
Be as lazy as possible wrt rpmal hash creation
Panu Matilainen
1
-19
/
+29
2012-10-02
Use rpmal lookups for finding redundancies in the added set
Panu Matilainen
1
-60
/
+110
2012-10-02
Dont bother with rpmRelocateFileList() if relocations have been specified
Panu Matilainen
1
-1
/
+1
2012-10-02
Only return non-NULL from rpmalAllSatisfiesDepends() on real matches
Panu Matilainen
1
-1
/
+5
2012-10-02
Export rpmalAllSatisfiesDepend() internally (again)
Panu Matilainen
2
-1
/
+10
2012-10-02
Pass the newly create ts element instead of header to findPos()
Panu Matilainen
1
-15
/
+14
[next]