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-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
2005-03-20
Check that dbcursor is always non-null.
jbj
1
-7
/
+14
2005-03-19
Disable synchronous writes.
jbj
1
-0
/
+3
2005-03-18
fix: RPM_BIN_TYPE bound to wrong pos.
jbj
1
-3
/
+3
2005-03-18
Repair -qa.
jbj
1
-40
/
+69
2005-03-18
Sanity.
jbj
1
-26
/
+35
2005-03-17
Another line of spew under if (_debug) test.
jbj
1
-2
/
+4
2005-03-17
FUnctiona --rebuilddb. Add if (_debug) to modulate the spew.
jbj
1
-65
/
+143
2005-03-17
Splint fiddles.
jbj
2
-19
/
+58
2005-03-17
Add tagType().
jbj
1
-1
/
+22
2005-03-17
Rip out encode/decode entirely. Almost certainly nothing works ...
jbj
1
-381
/
+84
2005-03-17
Consolidate elements into SCP_t (definite brokenness here).
jbj
1
-250
/
+123
2005-03-17
Preliminary attempt at sql_get_table clone that understands blobs and sizes.
jbj
1
-260
/
+484
2005-03-16
First hacks at using sqlite3_step() instead of sqlite3_exec().
jbj
1
-19
/
+140
2005-03-16
Change schema to get rid of most encode/decode operations. More to do ...
jbj
1
-226
/
+204
2005-03-15
Start sqlite3 fixing.
jbj
6
-65
/
+240
2005-02-17
- rework configure.ac et al to lose internal library baggage flexibly.
jbj
1
-2
/
+2
2005-02-16
- remove remnant -I/opt/local hacks, --prefix=/usr is recommended.
jbj
1
-5
/
+5
2005-02-16
- sqlite3: update encode/decode from sqlite-2.8.16.
jbj
2
-37
/
+31
2005-02-16
fix: restore longer scope for sqlite3 data (which frees on cClose).
jbj
1
-2
/
+3
[next]