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
2011-07-07
Further streamline & sanitize lead handling
Panu Matilainen
4
-57
/
+34
2011-07-07
Only bother mallocing lead for return if read actually succeeded
Panu Matilainen
1
-12
/
+11
2011-07-06
Eliminate remaining assert()'s in rpmlead.c
Panu Matilainen
1
-14
/
+14
2011-07-06
Make rpmLeadRead() return an allocated lead, fixup callers
Panu Matilainen
4
-32
/
+28
2011-07-06
Start beating a little bit of sense into the braindamaged rpmlead API
Panu Matilainen
1
-20
/
+23
2011-06-16
Try to generate fileclass in the tag ext at runtime if missing from header
Panu Matilainen
1
-21
/
+55
2011-06-09
Fix the non-keyed match iteration case wrt DB_NOTFOUND
Panu Matilainen
1
-0
/
+4
2011-06-09
Use dbiCursorGetToSet() for the non-keyed match-iterator case too
Panu Matilainen
1
-21
/
+3
2011-06-09
Support set append in dbiCursorGetToSet()
Panu Matilainen
1
-1
/
+9
2011-06-09
If key not specified, use DB_NEXT cursor mode (DB_SET wouldn't make sense)
Panu Matilainen
1
-2
/
+4
2011-06-09
Only honor keylen if keyp is also specified
Panu Matilainen
1
-2
/
+4
2011-06-09
Make it an error to call dbiGetToSet() with NULL keyp
Panu Matilainen
1
-2
/
+2
2011-06-08
Move the remaining DBT's in rpmdbInitIterator() to (more) local scope
Panu Matilainen
1
-4
/
+4
2011-06-08
Error/notfound case is handled the same for both these cases
Panu Matilainen
1
-9
/
+5
2011-06-08
Take advantage of dbiCursorGetToSet() in dbiFindByLabel() & friends
Panu Matilainen
1
-31
/
+13
2011-06-08
Split actual cursor get + set-conversion to separate function
Panu Matilainen
1
-9
/
+22
2011-06-08
Add cursor method for retrieving the underlying db index handle
Panu Matilainen
2
-0
/
+12
2011-06-08
Use dbiGetToSet() in rpmdbFindByFile(), lose now unnecessary arguments
Panu Matilainen
1
-25
/
+4
2011-06-08
Use dbiGetToSet() for the common case in rpmdbInitIterator()
Panu Matilainen
1
-23
/
+2
2011-06-08
Simplify + cleanup rpmdbExtendIterator()
Panu Matilainen
1
-35
/
+14
2011-06-08
Simplify + cleanup rpmdbCountPackages()
Panu Matilainen
1
-32
/
+9
2011-06-08
Add a helper function to convert cursor retrievals to dbiIndexSets
Panu Matilainen
1
-0
/
+33
2011-06-08
Rename dbiFreeIndexSet() to dbiIndexSetFree() for naming style consistency
Panu Matilainen
1
-17
/
+17
2011-06-08
Minor cleanup to rpmdbFindByFile()
Panu Matilainen
1
-10
/
+7
2011-06-08
Push cursor init+free down to dbiFindByLabel()
Panu Matilainen
1
-6
/
+7
2011-06-06
Return explicit NULL from dbiFreeIndexSet()
Panu Matilainen
1
-3
/
+4
2011-06-06
Cosmetics: function blocks start on a new line
Panu Matilainen
1
-4
/
+8
2011-06-01
Lift Dijkstra algorithm out of collectSCC() to separate function
Panu Matilainen
1
-21
/
+24
2011-06-01
Eliminate struct copy in collectSCC(), use a pointer instead
Panu Matilainen
1
-8
/
+8
2011-06-01
Clean up + simplify pgpsigFormat()
Panu Matilainen
1
-32
/
+18
2011-06-01
Split the --replacepkgs hack to a helper function and document it
Panu Matilainen
1
-23
/
+29
2011-06-01
Reset cli configured flag on rpmcliFini() (RhBug:709421)
Panu Matilainen
1
-0
/
+1
2011-05-31
Cleanup rpmpsmNew() and rpmpsmFree()
Panu Matilainen
1
-25
/
+10
2011-05-31
Remove reamining dead assignments from rpmtsiFree() in transaction code
Panu Matilainen
4
-11
/
+11
2011-05-31
Remove dead NULL-assignment before reassign
Panu Matilainen
1
-1
/
+1
2011-05-31
Remove superfluous localtime() call
Panu Matilainen
1
-3
/
+1
2011-05-31
Remove dead keyp & keylen assignments in rpmdbNextIterator()
Panu Matilainen
1
-2
/
+0
2011-05-31
Pass dbiClose() flags down to db->close()
Panu Matilainen
1
-3
/
+1
2011-05-31
Return an explicit NULL from dbiFree(), remove dead assignment
Panu Matilainen
1
-2
/
+2
2011-05-31
Remove bogus condition on provide checking in query
Panu Matilainen
1
-3
/
+2
2011-05-30
Eliminate dead NULL-assignment by avoiding unnecessary allocation
Panu Matilainen
1
-15
/
+12
2011-05-30
Fix a logic error leading to unlink(NULL) call, oops.
Panu Matilainen
1
-1
/
+1
2011-05-30
Eliminate bunch of dead assignments on ts vsflags
Panu Matilainen
3
-3
/
+3
2011-05-30
Eliminate dead assignment(s) on rpmfsFree(), memset() wipeout instead
Panu Matilainen
1
-4
/
+5
2011-05-30
rpmgiFree() cleanup to remove an exit point and dead assignment(s)
Panu Matilainen
1
-7
/
+6
2011-05-30
Remove possibility of abusing freed iterator by moving to local scope
Panu Matilainen
1
-3
/
+4
2011-05-30
Eliminate obvious dead NULL-assignment at headerLoad() error exit
Panu Matilainen
1
-2
/
+2
2011-05-30
Eliminate dead NULL-assignment on lua scriptlet execution
Panu Matilainen
1
-3
/
+2
2011-05-29
A few more dead NULL-assignment eliminations in low-level header code
Panu Matilainen
1
-5
/
+4
2011-05-29
Move db cursor to local scopes, remove dead NULL-assignments
Panu Matilainen
1
-7
/
+6
[next]