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-12-03
Kick out some long since invalid comments
Panu Matilainen
1
-3
/
+0
2010-12-03
A bit of sanity checking in rpmtsRebuildDB()
Panu Matilainen
1
-8
/
+15
2010-12-03
Bump library sonames
Panu Matilainen
1
-1
/
+1
2010-12-03
Internalize most direct rpmdb manipulation functions
Panu Matilainen
2
-60
/
+62
2010-11-29
Fix long-standing segfault on unknown tags on header iteration queries
Panu Matilainen
1
-31
/
+26
2010-11-29
Eliminate dead RPMTAG_INSTALLPREFIX tag extension
Panu Matilainen
1
-26
/
+0
2010-11-23
Axe the rpmsq debug code which was never getting built anyway
Panu Matilainen
1
-4
/
+0
2010-11-18
Only force default umask during transaction (RhBug:494440)
Panu Matilainen
3
-5
/
+8
2010-11-17
Always exit rpmtsRun() via rpmtsFinish()
Panu Matilainen
1
-2
/
+1
2010-11-17
Yet another round of enum-as-function-argument elimination
Panu Matilainen
2
-6
/
+6
2010-11-17
Avoid enum as function argument for headerConvert()
Panu Matilainen
2
-3
/
+3
2010-11-15
Remove RPMTAG_FILESTATUS tag extension
Panu Matilainen
2
-24
/
+0
2010-11-15
Make our popt exec path more useful, permit environment override
Panu Matilainen
2
-2
/
+6
2010-11-15
Hide obsolete --nomd5 switches from help output
Panu Matilainen
2
-2
/
+2
2010-11-11
Remove superfluous dbiSync() call (refactoring thinko or such)
Panu Matilainen
1
-1
/
+0
2010-11-11
Switch fsync off while building indexes
Florian Festi
1
-1
/
+4
2010-11-11
Fix index auto creation
Florian Festi
1
-20
/
+8
2010-11-10
Don't restore db file atime/mtime after rebuild
Panu Matilainen
1
-6
/
+1
2010-11-09
Eliminate silly "I am about to create a directory now" debug logging
Panu Matilainen
1
-4
/
+0
2010-11-09
Simplify the dbpath shuffle in db rebuilds a bit
Panu Matilainen
1
-15
/
+10
2010-11-09
Dont bother NULL'ing local variables on exit
Panu Matilainen
1
-2
/
+2
2010-11-09
Eliminate pointless (and racy) test for rebuilddb directory existence
Panu Matilainen
1
-7
/
+0
2010-11-09
Remove unused local variable
Florian Festi
1
-1
/
+0
2010-11-09
Hide --aid and --nosuggest switches for now
Panu Matilainen
1
-3
/
+4
2010-11-09
Lose useless --fileconflicts cli-switch
Panu Matilainen
1
-3
/
+0
2010-11-09
Move --dbpath into common rpm popt options table
Panu Matilainen
1
-0
/
+8
2010-11-09
Eliminate stillborn code
Panu Matilainen
1
-13
/
+0
2010-11-05
Fix IndexIterator to not open an private dbi that never gets closed
Florian Festi
1
-2
/
+2
2010-11-05
Const-correctness: rpmdsRpmlib() doesn't (and must not) modify tblp
Panu Matilainen
2
-2
/
+2
2010-11-04
Lose the remaining dbapi references in code + configuration
Panu Matilainen
3
-33
/
+6
2010-11-04
Eliminate useless dbapi version to internal openDatabase()
Panu Matilainen
1
-19
/
+6
2010-11-04
Eliminate useless dbapi argument to rpmdbRemoveDatabase()
Panu Matilainen
1
-19
/
+9
2010-11-04
Start eliminating dbapi leftovers
Panu Matilainen
1
-49
/
+39
2010-11-04
Eliminate unused strlen() calls 'n stuff from skipInstallFiles()
Panu Matilainen
1
-9
/
+3
2010-11-04
Remove nicely misleading #ifndef NOTYET case from skipInstallFiles()
Panu Matilainen
1
-8
/
+1
2010-11-03
Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIter...
Florian Festi
2
-36
/
+24
2010-11-03
Make ints in IndexIterator API unsigned as the interal types are
Florian Festi
2
-11
/
+11
2010-11-03
Rename rpmdbKeyIterator to rpmdbIndexIterator
Florian Festi
3
-80
/
+80
2010-11-03
Give access to the pkg offset and tag num of the index entry the key iterator...
Florian Festi
2
-2
/
+52
2010-10-29
Lose ancient lclint remnants from the repository
Panu Matilainen
1
-28
/
+0
2010-10-26
Bury stripTrailingChar() inside the only remaining user
Panu Matilainen
1
-0
/
+8
2010-10-26
Eliminate the sole StringBuf user in librpm side
Panu Matilainen
1
-7
/
+6
2010-10-26
Separate match iterator allocation vs initialization
Panu Matilainen
3
-23
/
+48
2010-10-25
Create less draconian loops for grouped collections
Panu Matilainen
1
-5
/
+28
2010-10-25
Only specific cases of collections need extra ordering
Panu Matilainen
1
-7
/
+11
2010-10-22
Move librpmsign to its own subdirectory in the sources
Panu Matilainen
3
-694
/
+1
2010-10-22
Replace remaing rpmSigTag uses with rpmTagVal
Panu Matilainen
3
-11
/
+11
2010-10-22
Eliminate pgpHashAlgo uses in librpm side
Panu Matilainen
5
-16
/
+16
2010-10-22
Fix (ie eliminate) rpmSigTag uses in rpmchecksig
Panu Matilainen
1
-5
/
+5
2010-10-22
Meh, one missed rpmTag -> rpmTagVal change in query
Panu Matilainen
1
-1
/
+1
[next]