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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-08
Optimize python db index instances list generation and fix related leak
Panu Matilainen
1
-2
/
+2
2012-03-08
Optimize header data python conversion for array tags a bit
Panu Matilainen
1
-4
/
+4
2012-03-07
Pull updated translations from Transifex
Panu Matilainen
35
-4792
/
+4724
2012-03-07
Revert to former spec query behavior + comment
Panu Matilainen
1
-0
/
+7
2012-03-07
Add --disable-dependency-tracking to %configure options.
Ville Skyttä
1
-0
/
+1
2012-03-07
Warn but dont fail the build on STABS debuginfo (RhBug:725378, others)
Panu Matilainen
1
-1
/
+1
2012-03-07
Disable source fetch on build by default (for now) + comment
Panu Matilainen
1
-0
/
+6
2012-03-07
Teach find-lang about the new gnome help layout (RhBug:736523)
Panu Matilainen
1
-0
/
+8
2012-03-07
Generate debug symlinks for all filenames sharing a build-id (RhBug:641377)
Jan Kratochvil
1
-0
/
+25
2012-03-07
Correctly quote tr [:blank:] in OCaml dependency scripts.
Richard W.M. Jones
2
-3
/
+3
2012-02-29
Explicitly remap device numbers along with inodes at build
Panu Matilainen
1
-16
/
+4
2012-02-28
Only consider rpmdb growth for added packages
Panu Matilainen
1
-9
/
+10
2012-02-28
Fix invalid memory access from rpmdb growth estimation (RhBug:766260)
Panu Matilainen
1
-38
/
+14
2012-02-28
Don't process spec %include in false branch of %if clauses (RhBug:782970)
Panu Matilainen
1
-1
/
+1
2012-02-28
Unbreak rpm -V output (RhBug:797964)
Panu Matilainen
2
-5
/
+5
2012-02-21
Add a testcase for tag extension bad file name triplet detection
Panu Matilainen
1
-0
/
+19
2012-02-21
Raise exception in python on headerGet() invalid data failure
Panu Matilainen
1
-2
/
+6
2012-02-21
Test for file data tag sanity in fnTag() extensions
Panu Matilainen
1
-22
/
+38
2012-02-21
Fix crash on INSTFILENAMES extension on non-installed package
Panu Matilainen
1
-10
/
+18
2012-02-21
Sanitize filename tag extension handling
Panu Matilainen
1
-30
/
+15
2012-02-21
Flag error in tag container for non-extension tag retrieval
Panu Matilainen
1
-0
/
+3
2012-02-21
Add error indicator flag for tag data containers
Panu Matilainen
1
-0
/
+1
2012-02-21
Add getter for rpmtd flags
Panu Matilainen
2
-0
/
+12
2012-02-10
Remap inode numbers to fit into 32bit integer space on build (RhBug:714678)
Panu Matilainen
2
-3
/
+26
2012-02-09
Also test that total size is calculated correctly wrt hardlinks
Panu Matilainen
1
-1
/
+2
2012-02-08
Add a rough-cut testcase for hardlink handling
Panu Matilainen
3
-0
/
+58
2012-02-08
Add tag extension to calculate hardlink count for files
Panu Matilainen
3
-0
/
+24
2012-02-08
Switch back to former, much smaller BDB memory pool size (RhBug:752897)
Panu Matilainen
1
-1
/
+1
2012-02-03
Add --test option to rpmkeys
Panu Matilainen
1
-0
/
+5
2012-02-03
Honor RPMTRANS_FLAG_TEST in rpmtsImportPubkey()
Panu Matilainen
1
-4
/
+6
2012-02-02
Remove the arbitrary limitation on transaction keyring change
Panu Matilainen
1
-5
/
+1
2012-02-02
Disable signature checking during database rebuild by default
Panu Matilainen
1
-1
/
+1
2012-02-02
Use private environment for database rebuilds too, document
Panu Matilainen
2
-6
/
+9
2012-02-02
Never load ts keyring if signature checking is disabled
Panu Matilainen
2
-11
/
+11
2012-02-01
Don't free up file info sets on transaction test-runs
Panu Matilainen
1
-5
/
+7
2012-01-30
Use rpmReadHeader() on signature checking path too
Panu Matilainen
1
-2
/
+4
2012-01-28
Add a basic testcase for bogus filename triplet detection
Panu Matilainen
1
-1
/
+22
2012-01-28
Test for filename triplet sanity in rpmfiNew()
Panu Matilainen
1
-0
/
+15
2012-01-28
xcalloc() cannot return NULL, remove redundant check
Panu Matilainen
1
-5
/
+1
2012-01-28
Don't assume rpmfiNew() always succeeds
Panu Matilainen
6
-3
/
+25
2012-01-28
Add a basic testcase for bogus (incomplete) header detection
Panu Matilainen
1
-0
/
+14
2012-01-28
Add some basic sanity checks to rpmte creation, allow rpmteNew() to fail
Panu Matilainen
1
-3
/
+23
2012-01-28
Don't assume rpmteNew() always succeeds, part III
Panu Matilainen
1
-4
/
+9
2012-01-28
Move TR_ADDED file size init into addTE()
Panu Matilainen
1
-8
/
+4
2012-01-28
Don't assume rpmteNew() always succeeds, part II
Panu Matilainen
1
-1
/
+7
2012-01-28
Error out early if rpmdb open fails on upgrade element addition
Panu Matilainen
1
-13
/
+15
2012-01-28
Don't assume rpmteNew() always succeeds, part I
Panu Matilainen
1
-6
/
+20
2012-01-17
Axe unused cruft
Panu Matilainen
1
-4
/
+0
2012-01-17
Kill off yet more repackage remnants from fsm
Panu Matilainen
2
-26
/
+3
2012-01-17
Lift hard-link payload writing to helper function, fsmStage is big enough
Panu Matilainen
1
-29
/
+35
[next]