summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2007-07-11More char ptr signedness fixes..Panu Matilainen1-1/+1
2007-07-11More char ptr signedness fixes.Panu Matilainen1-6/+6
2007-07-10Cast dbenv error call method set to void* to fix compiler warnings.Panu Matilainen1-2/+2
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen3-3/+3
2007-07-10Remove / #ifdef out unused variables as appropriate.Panu Matilainen1-1/+0
2007-07-10Fix bunch of string formatting warnings.Panu Matilainen1-1/+1
2007-06-25Don't mmap large files (rhbz#139539, 177616)Panu Matilainen1-0/+5
2007-06-20Add reminder about enabling mmap() use after 4.4.2.1.Panu Matilainen1-1/+1
2007-06-19Don't open temporary databases at rpmdbOpenAll():Panu Matilainen1-30/+27
2007-06-19Nuke default skipDirs list (rhbz#140055 & others).Panu Matilainen1-7/+0
2007-06-07Ooops, rpmdbFindFpList() not finding anything is not an error...Panu Matilainen1-1/+1
2007-06-07Return error codes from rpmdbFindFpList() on "can't happen" situations.Panu Matilainen1-3/+3
2007-05-16Make rebuilddb work with the --root option.Panu Matilainen1-2/+2
2007-04-16Make rpmdbSync obey the no_dbsync flagPaul Nasrat1-0/+2
2007-04-16This fixes a typo that caused a compiler warning [#178055].Paul Nasrat1-1/+1
2005-07-13Typo's.jbj1-2/+2
2005-07-13- avoid '?' for zero length file mmap failure doing md5 (#159405).jbj1-9/+13
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.jbj3-192/+36
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
2005-03-18Repair -qa.jbj1-40/+69
2005-03-18Sanity.jbj1-26/+35
2005-03-17Another line of spew under if (_debug) test.jbj1-2/+4
2005-03-17FUnctiona --rebuilddb. Add if (_debug) to modulate the spew.jbj1-65/+143
2005-03-17Splint fiddles.jbj2-19/+58
2005-03-17Add tagType().jbj1-1/+22
2005-03-17Rip out encode/decode entirely. Almost certainly nothing works ...jbj1-381/+84
2005-03-17Consolidate elements into SCP_t (definite brokenness here).jbj1-250/+123
2005-03-17Preliminary attempt at sql_get_table clone that understands blobs and sizes.jbj1-260/+484
2005-03-16First hacks at using sqlite3_step() instead of sqlite3_exec().jbj1-19/+140
2005-03-16Change schema to get rid of most encode/decode operations. More to do ...jbj1-226/+204
2005-03-15Start sqlite3 fixing.jbj6-65/+240
2005-02-17- rework configure.ac et al to lose internal library baggage flexibly.jbj1-2/+2
2005-02-16- remove remnant -I/opt/local hacks, --prefix=/usr is recommended.jbj1-5/+5
2005-02-16- sqlite3: update encode/decode from sqlite-2.8.16.jbj2-37/+31
2005-02-16fix: restore longer scope for sqlite3 data (which frees on cClose).jbj1-2/+3