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
2010-05-21
Move the lone hashFunctionString() into misc.[ch], eliminate rpmhash.[ch]
Panu Matilainen
11
-51
/
+24
2010-05-21
Do not evaluate macros in spec comments (RhBug:594672)
Jindrich Novy
1
-0
/
+11
2010-05-20
Search all locale dirs in find-lang.sh, not just those under share/ (#159)
Till Maas
1
-3
/
+3
2010-05-19
Use pgpValString() for :pgpsig header formatting (RhBug:587755)
Panu Matilainen
1
-24
/
+2
2010-05-19
Add public pgpValString() function + enum for the various types
Panu Matilainen
2
-8
/
+46
2010-05-19
Bury struct pgpValTbl_s definition inside rpmpgp.c
Panu Matilainen
2
-7
/
+5
2010-05-19
Handle non-existent dependency sets in python (RhBug:593553)
Panu Matilainen
1
-2
/
+3
2010-05-18
Fix return from chroot() on verify (RhBug:590588)
Panu Matilainen
1
-1
/
+5
2010-05-11
Make debugedit -i recompute build ID only when any DWARF was actually changed.
Roland McGrath
1
-11
/
+21
2010-05-11
Whitespace fixups for tools/debugedit.c
Roland McGrath
1
-65
/
+62
2010-05-07
Plug dumb memleak in rpmpsMerge()
Panu Matilainen
1
-0
/
+1
2010-05-07
Fix breakage from removedPackages changing to hash
Panu Matilainen
1
-0
/
+1
2010-05-07
Revert back to rpmdbRemove() taking instance number instead of actual header
Panu Matilainen
3
-18
/
+21
2010-05-07
Convert rpmte internals to use the transaction pointer from element itself
Panu Matilainen
4
-29
/
+29
2010-05-07
Store pointer to transaction set in transaction elements
Panu Matilainen
3
-18
/
+15
2010-05-07
Fix compiler warning in rpmhash Resize()
Florian Festi
1
-1
/
+1
2010-05-06
Remove no longer needed function intcmp()
Florian Festi
1
-15
/
+0
2010-05-06
Convert tsmem->removedPackages to a hash table and remove rpmdbPruneIterator ...
Florian Festi
7
-54
/
+70
2010-05-06
rpmhash: new Empty() function to remove all entries
Florian Festi
2
-3
/
+22
2010-05-06
rpmhash: Accessor functions for the size and usage
Florian Festi
2
-2
/
+57
2010-05-06
rpmhash: Grow when hash table gets too full
Florian Festi
1
-0
/
+33
2010-05-06
Move header filecount retrieve from addTE() to rpmfsNew()
Panu Matilainen
3
-14
/
+12
2010-05-06
Tolerate NULL in rpmfsFree() and rpmfsFC()
Panu Matilainen
1
-9
/
+12
2010-05-06
Minor cleanup to rpmfsNew()
Panu Matilainen
1
-7
/
+5
2010-05-06
Move delTE() inline to rpmteFree()
Panu Matilainen
1
-41
/
+26
2010-05-06
Unexport rpmteNew() and rpmteFree()
Panu Matilainen
3
-22
/
+25
2010-05-06
Minor cleanup to rpmReSign()
Panu Matilainen
1
-12
/
+3
2010-05-06
Fix minor header iterator leak in rpmReSign()
Panu Matilainen
1
-4
/
+2
2010-05-06
Clean up rpmcliImportPubkeys() a bit, no functional changes
Panu Matilainen
1
-30
/
+18
2010-05-04
Don't process desktop files without Type=Application and Exec= line
Pavol Rusnak
1
-4
/
+6
2010-05-04
Rename python module version symbol to __version__, add __version_info__
Panu Matilainen
2
-1
/
+4
2010-04-29
Doh, dont shadow the rpmtsVerifyDB() return value
Panu Matilainen
1
-1
/
+1
2010-04-29
Fixes missing __fxstat64 symbol on mac.
Giulio Eulisse
1
-0
/
+1
2010-04-29
Fix a few uninitialized variable cases found by clang-analyzer
Panu Matilainen
3
-6
/
+6
2010-04-27
l10n: Updates to Portuguese (Brazilian) (pt_BR) translation
Taylon Silmer
1
-79
/
+56
2010-04-22
Protect rpmtsVerifyDB() with transaction lock
Panu Matilainen
1
-1
/
+7
2010-04-22
Ditch "fcntl_locking" bdb config option
Panu Matilainen
1
-2
/
+0
2010-04-22
Make transaction lock path per-transaction
Panu Matilainen
2
-12
/
+17
2010-04-22
Further generalize the rpmlock interface
Panu Matilainen
5
-38
/
+46
2010-04-22
Generalize rpmlock_new() by moving transaction lock path calculation out
Panu Matilainen
1
-17
/
+17
2010-04-22
Make rpmlock type visible inside rpm, use instead of void*
Panu Matilainen
4
-11
/
+13
2010-04-21
Lose the useless header refcounting debug junk
Panu Matilainen
2
-16
/
+4
2010-04-21
Eliminate unused "known problems" based filtering from rpmtsRun()
Rakesh Pandit
4
-60
/
+3
2010-04-21
rpmdb.c (dbiOpen): fix dbix condition
Alexey Tourbin
1
-2
/
+2
2010-04-21
Only check the type of dependency requested in checkInstDeps()
Panu Matilainen
1
-9
/
+3
2010-04-21
Add a basic reinstall test to test-suite
Panu Matilainen
1
-0
/
+17
2010-04-14
...but make sure the pre-requisite isn't also an erasure-dependency
Panu Matilainen
1
-1
/
+1
2010-04-14
Pre-requisites of installed packages dont need to be verified (RhBug:223642)
Panu Matilainen
1
-0
/
+4
2010-04-13
Update a few tag descriptions + visibility
Panu Matilainen
2
-10
/
+8
2010-04-13
Use correct tag for NOPATCH
Panu Matilainen
1
-1
/
+1
[next]