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
/
rpmdb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-19
Remove RPM_BUILD_ROOT.
Ralf Corsépius
1
-3
/
+0
2007-08-16
Eliminate mylibpaths, mylibs.
Ralf Corsépius
1
-4
/
+2
2007-08-14
Eliminate DBLIBOBJS, DBLIBSRCS. Add AM_CONDITIONAL SQLITE3.
Ralf Corsépius
1
-4
/
+8
2007-08-09
Bring tdbi and tsql under automake control.
Ralf Corsépius
1
-5
/
+9
2007-08-06
Minor bug fixes to test programs to make them buildable again.
Panu Matilainen
2
-2
/
+3
2007-08-05
Automake cleanups.
Panu Matilainen
1
-5
/
+3
2007-07-30
Update internal BDB to version 4.6.18.
Panu Matilainen
1
-1
/
+1
2007-07-25
Set libdir /usr/lib vs lib64 directly, drop MARK64 stuff
Panu Matilainen
1
-1
/
+1
2007-07-21
Make rpmdbCheckTerminate() non-terminating.
Panu Matilainen
2
-12
/
+16
2007-07-20
Support explicitly asking from rpmdb cleanup + termination.
Panu Matilainen
2
-7
/
+21
2007-07-16
Update internal BDB to version 4.5.20
Panu Matilainen
1
-1
/
+1
2007-07-16
Use binary search for looking up tag values + types.
Panu Matilainen
2
-24
/
+223
2007-07-16
Duh, forgot to bring in RPM_MASK_TYPE definition
Panu Matilainen
1
-1
/
+2
2007-07-16
Use simple and stoopid linear tagType lookup for now.
Panu Matilainen
1
-18
/
+7
2007-07-16
Automatic return types for header tags.
Panu Matilainen
2
-1
/
+15
2007-07-12
Use uint_32 for dirindexes everywhere
Panu Matilainen
4
-8
/
+8
2007-07-12
Avoid discarding const
Panu Matilainen
1
-2
/
+2
2007-07-11
b64decode() len paramenter is unsigned size type, use it...
Panu Matilainen
1
-2
/
+2
2007-07-11
Add missing include for mergesort
Panu Matilainen
1
-0
/
+1
2007-07-11
More char ptr signedness fixes..
Panu Matilainen
1
-1
/
+1
2007-07-11
More char ptr signedness fixes.
Panu Matilainen
1
-6
/
+6
2007-07-10
Cast dbenv error call method set to void* to fix compiler warnings.
Panu Matilainen
1
-2
/
+2
2007-07-10
Remove const type-qualifiers from function return types everywhere.
Panu Matilainen
3
-3
/
+3
2007-07-10
Remove / #ifdef out unused variables as appropriate.
Panu Matilainen
1
-1
/
+0
2007-07-10
Fix bunch of string formatting warnings.
Panu Matilainen
1
-1
/
+1
2007-06-25
Don't mmap large files (rhbz#139539, 177616)
Panu Matilainen
1
-0
/
+5
2007-06-20
Add reminder about enabling mmap() use after 4.4.2.1.
Panu Matilainen
1
-1
/
+1
2007-06-19
Don't open temporary databases at rpmdbOpenAll():
Panu Matilainen
1
-30
/
+27
2007-06-19
Nuke default skipDirs list (rhbz#140055 & others).
Panu Matilainen
1
-7
/
+0
2007-06-07
Ooops, rpmdbFindFpList() not finding anything is not an error...
Panu Matilainen
1
-1
/
+1
2007-06-07
Return error codes from rpmdbFindFpList() on "can't happen" situations.
Panu Matilainen
1
-3
/
+3
2007-05-16
Make rebuilddb work with the --root option.
Panu Matilainen
1
-2
/
+2
2007-04-16
Make rpmdbSync obey the no_dbsync flag
Paul Nasrat
1
-0
/
+2
2007-04-16
This fixes a typo that caused a compiler warning [#178055].
Paul Nasrat
1
-1
/
+1
2005-07-13
Typo's.
jbj
1
-2
/
+2
2005-07-13
- avoid '?' for zero length file mmap failure doing md5 (#159405).
jbj
1
-9
/
+13
2005-07-13
- fix: permit sqlite3 rpmdb with chroot (#159424).
jbj
1
-4
/
+92
2005-07-13
- fix: make sqlite3 rpmdb endian-neutral (#159425).
jbj
1
-8
/
+44
2005-03-27
Change allocTempBuffer() handling.
jbj
1
-46
/
+27
2005-03-27
Iterate over "select key from Packages" result.
jbj
1
-117
/
+149
2005-03-26
Gather all keys for iterator.
jbj
1
-6
/
+23
2005-03-23
Handle int8 and int16 indices correctly.
jbj
1
-39
/
+44
2005-03-23
rip out compile/bind/exec methods, wrong approach to speeding up sql.
jbj
3
-192
/
+36
2005-03-23
Refactor sql_step assertion.
jbj
1
-6
/
+1
2005-03-23
More fiddles.
jbj
1
-251
/
+264
2005-03-20
Simplify.
jbj
1
-124
/
+55
2005-03-20
Make SQL_DB and DB identical structures in dbi->dbi_db.
jbj
1
-51
/
+21
2005-03-20
Make SCP_t and DBC identical structures.
jbj
1
-9
/
+6
2005-03-20
Simplify db->app_private handling.
jbj
1
-75
/
+16
2005-03-20
Remove sql cursor chaining.
jbj
1
-87
/
+11
[next]