summaryrefslogtreecommitdiff
path: root/rpmdb/sqlite.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-04getcwd(NULL,0) has undefined behavior, use rpmGetCwd() insteadPanu Matilainen1-2/+6
2008-04-04Remove copy-paste currentDirectory() from sqlite, use rpmGetCwd()Panu Matilainen1-12/+1
2008-04-03We don't support url's in db paths, rip.Panu Matilainen1-10/+3
2008-03-24Avoid static buffer for sql commandsPanu Matilainen1-6/+12
2008-03-24Remove bogus consts from rpmdb and dbi structsPanu Matilainen1-3/+3
2008-03-07Log message adjustmentsPanu Matilainen1-21/+21
2008-03-06Make the rpmdb vectors readonlyPanu Matilainen1-3/+3
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-3/+3
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+1
2007-12-18Use constfree for rpmdb_s contents for nowPanu Matilainen1-1/+1
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen1-2/+2
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-6/+6
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-11-23Move rpmioMkpath from rpmio.h to rpmfileutil.hPanu Matilainen1-1/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-4/+4
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmurl.h" instead of <rpmurl.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-3/+3
2007-10-18Add stub doxygen @param to silence doxygen.Ralf Corsépius1-0/+1
2007-10-16Fix broken doxygen comment.Ralf Corsépius1-1/+1
2007-10-09Replace all uses of RPMMESS_WARNING with RPMLOG_WARNINGPanu Matilainen1-19/+19
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-6/+6
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-25/+25
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-5/+5
2007-09-17Make sqlite backend build again.Panu Matilainen1-2/+3
2007-09-11Remove splint tags.Ralf Corsépius1-145/+46
2007-07-11More char ptr signedness fixes..Panu Matilainen1-1/+1
2007-07-10Fix bunch of string formatting warnings.Panu Matilainen1-1/+1
2005-07-13Typo's.jbj1-2/+2
2005-07-13- fix: permit sqlite3 rpmdb with chroot (#159424).jbj1-4/+92
2005-07-13- fix: make sqlite3 rpmdb endian-neutral (#159425).jbj1-8/+44
2005-03-27Change allocTempBuffer() handling.jbj1-46/+27
2005-03-27Iterate over "select key from Packages" result.jbj1-117/+149
2005-03-26Gather all keys for iterator.jbj1-6/+23
2005-03-23Handle int8 and int16 indices correctly.jbj1-39/+44
2005-03-23rip out compile/bind/exec methods, wrong approach to speeding up sql.jbj1-117/+35
2005-03-23Refactor sql_step assertion.jbj1-6/+1
2005-03-23More fiddles.jbj1-251/+264
2005-03-20Simplify.jbj1-124/+55
2005-03-20Make SQL_DB and DB identical structures in dbi->dbi_db.jbj1-51/+21
2005-03-20Make SCP_t and DBC identical structures.jbj1-9/+6
2005-03-20Simplify db->app_private handling.jbj1-75/+16
2005-03-20Remove sql cursor chaining.jbj1-87/+11
2005-03-20Check that dbcursor is always non-null.jbj1-7/+14
2005-03-19Disable synchronous writes.jbj1-0/+3
2005-03-18fix: RPM_BIN_TYPE bound to wrong pos.jbj1-3/+3