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
/
sqlite.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-3
/
+3
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-1
/
+1
2007-12-18
Use constfree for rpmdb_s contents for now
Panu Matilainen
1
-1
/
+1
2007-12-15
Remove bogus const from rpmGenPath() temporary targets
Panu Matilainen
1
-2
/
+2
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-6
/
+6
2007-11-30
Move logging related macros rpmlog, adjust includes
Panu Matilainen
1
-0
/
+1
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-1
/
+1
2007-11-23
Move rpmioMkpath from rpmio.h to rpmfileutil.h
Panu Matilainen
1
-1
/
+2
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-4
/
+4
2007-10-28
Include "rpmlib.h" instead of <rpmlib.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmmacro.h" instead of <rpmmacro.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmurl.h" instead of <rpmurl.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-26
Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.
Ralf Corsépius
1
-3
/
+3
2007-10-18
Add stub doxygen @param to silence doxygen.
Ralf Corsépius
1
-0
/
+1
2007-10-16
Fix broken doxygen comment.
Ralf Corsépius
1
-1
/
+1
2007-10-09
Replace all uses of RPMMESS_WARNING with RPMLOG_WARNING
Panu Matilainen
1
-19
/
+19
2007-10-09
Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
Panu Matilainen
1
-6
/
+6
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
1
-25
/
+25
2007-09-20
Rename tagName/Value/Type() to rpmTagGet*()
Panu Matilainen
1
-5
/
+5
2007-09-17
Make sqlite backend build again.
Panu Matilainen
1
-2
/
+3
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-145
/
+46
2007-07-11
More char ptr signedness fixes..
Panu Matilainen
1
-1
/
+1
2007-07-10
Fix bunch of string formatting warnings.
Panu Matilainen
1
-1
/
+1
2005-07-13
Typo's.
jbj
1
-2
/
+2
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
1
-117
/
+35
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-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
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
[next]