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
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
2012-10-01
Eliminate all the now unnecessary fsm->ix save-and-restores
Panu Matilainen
1
-14
/
+0
2012-10-01
Pass file index as argument to fsm fsmMapPath()
Panu Matilainen
1
-10
/
+9
2012-10-01
Pass file index as argument to fsm fsmCommit()
Panu Matilainen
1
-6
/
+6
2012-10-01
Pass file index as argument to fsm writeFile()
Panu Matilainen
1
-5
/
+6
2012-10-01
Eliminate current hardlink set from fsm struct
Panu Matilainen
1
-8
/
+11
2012-10-01
Pinpoint the one place where fsm->li is modified on real purpose
Panu Matilainen
1
-26
/
+27
2012-10-01
Avoid using fsm->li directly when creating pending hard links
Panu Matilainen
1
-8
/
+9
2012-10-01
Avoid using/modifying fsm->li when committing hardlinks
Panu Matilainen
1
-6
/
+7
2012-10-01
Avoid using/modifying fsm->li when writing links to payload
Panu Matilainen
1
-13
/
+14
2012-10-01
Avoid using/modifying fsm->li when freeing hard link sets
Panu Matilainen
1
-4
/
+6
2012-10-01
Avoid using/modifying fsm->li on hard link checking
Panu Matilainen
1
-4
/
+4
2012-10-01
Move hardlink saving out of fsmInit()
Panu Matilainen
1
-5
/
+6
2012-10-01
Free hardlink sets centrally in fsmFree()
Panu Matilainen
1
-11
/
+3
2012-10-01
Filter out skipped files on hardlink checking
Panu Matilainen
1
-2
/
+4
2012-09-28
Simplify fpLookupSubdir() a bit
Panu Matilainen
1
-33
/
+22
2012-09-27
Minimally resurrect fpLookupSubdir() functionality
Panu Matilainen
1
-27
/
+21
2012-09-27
Fixup a copy-paste error in rpmdsPool() doxygen markup
Panu Matilainen
1
-1
/
+1
2012-09-27
Remove leftover, no longer valid comment
Panu Matilainen
1
-1
/
+0
2012-09-24
Switch back to early added packages rpmal populating
Panu Matilainen
2
-19
/
+1
2012-09-21
Take advantage of rpmstrPoolStreq() in rpmdsCompare()
Panu Matilainen
1
-1
/
+1
2012-09-19
Eliminate strdup() in doLookupId()
Panu Matilainen
1
-20
/
+14
2012-09-19
Lift directory name canonicalization into a helper function
Panu Matilainen
1
-17
/
+23
2012-09-18
Unbreak fingerprinting when called twice for the same transaction set
Panu Matilainen
1
-1
/
+4
2012-09-18
Oops, refactoring error in commit 327701572ff912413ec9564d29d946b4ab21a9f3
Panu Matilainen
1
-1
/
+1
2012-09-18
Ensure fingerprint subdirs have heading slashes
Panu Matilainen
1
-6
/
+2
2012-09-18
Ensure directories have trailing slashes in doLookupId()
Panu Matilainen
1
-15
/
+6
2012-09-18
Further doLookupId() cleanup
Panu Matilainen
1
-9
/
+9
2012-09-18
Elimiate one of the umphteen directory variables in doLookupId()
Panu Matilainen
1
-9
/
+11
2012-09-18
Avoid redundant ds -> id -> string lookups in rpmalAllFileSatisfiesDepend()
Panu Matilainen
1
-4
/
+2
2012-09-18
Dont bother with separate notifications on multiple file dep matches
Panu Matilainen
1
-3
/
+3
2012-09-18
Avoid the string copy in rpmalAllFileSatisfiesDepend() now that we can
Panu Matilainen
1
-5
/
+1
2012-09-17
Permit key imports even if signature checking is disabled (RhBug:856225)
Panu Matilainen
1
-1
/
+7
2012-09-15
Be more selective about legacy retrofits on package read
Panu Matilainen
1
-4
/
+7
2012-09-14
Switch rpmdb basename finding to use pool id's instead of strings
Panu Matilainen
1
-8
/
+19
2012-09-14
Cleanup + optimize doLookupId() a bit
Panu Matilainen
1
-7
/
+3
2012-09-14
Remove leftover variable from previous commit
Panu Matilainen
1
-1
/
+0
2012-09-14
Change fpLookupList() to operate on pool id's only
Panu Matilainen
1
-7
/
+10
2012-09-14
Do the low-level fingerprint lookup based on pool id arguments
Panu Matilainen
1
-3
/
+13
[prev]
[next]