summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2007-08-24Don't reset LIBS=.Ralf Corsépius1-2/+0
2007-08-22Use (xxx->open)() to work-around glibc's open() behaving having changed.Ralf Corsépius3-11/+11
2007-08-22Remove INCPATH.Ralf Corsépius1-2/+1
2007-08-19Remove RPM_BUILD_ROOT.Ralf Corsépius1-3/+0
2007-08-16Eliminate mylibpaths, mylibs.Ralf Corsépius1-4/+2
2007-08-14Eliminate DBLIBOBJS, DBLIBSRCS. Add AM_CONDITIONAL SQLITE3.Ralf Corsépius1-4/+8
2007-08-09Bring tdbi and tsql under automake control.Ralf Corsépius1-5/+9
2007-08-06Minor bug fixes to test programs to make them buildable again.Panu Matilainen2-2/+3
2007-08-05Automake cleanups.Panu Matilainen1-5/+3
2007-07-30Update internal BDB to version 4.6.18.Panu Matilainen1-1/+1
2007-07-25Set libdir /usr/lib vs lib64 directly, drop MARK64 stuffPanu Matilainen1-1/+1
2007-07-21Make rpmdbCheckTerminate() non-terminating.Panu Matilainen2-12/+16
2007-07-20Support explicitly asking from rpmdb cleanup + termination.Panu Matilainen2-7/+21
2007-07-16Update internal BDB to version 4.5.20Panu Matilainen1-1/+1
2007-07-16Use binary search for looking up tag values + types.Panu Matilainen2-24/+223
2007-07-16Duh, forgot to bring in RPM_MASK_TYPE definitionPanu Matilainen1-1/+2
2007-07-16Use simple and stoopid linear tagType lookup for now.Panu Matilainen1-18/+7
2007-07-16Automatic return types for header tags.Panu Matilainen2-1/+15
2007-07-12Use uint_32 for dirindexes everywherePanu Matilainen4-8/+8
2007-07-12Avoid discarding constPanu Matilainen1-2/+2
2007-07-11b64decode() len paramenter is unsigned size type, use it...Panu Matilainen1-2/+2
2007-07-11Add missing include for mergesortPanu Matilainen1-0/+1
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