summaryrefslogtreecommitdiff
path: root/db3
AgeCommit message (Collapse)AuthorFilesLines
2007-10-01Remove (unused).Ralf Corsépius1-54/+0
2007-09-11Remove splint tag magic.Ralf Corsépius1-11/+0
2007-08-30Add check:Ralf Corsépius1-1/+5
2007-07-24Fool bdb make system to "work" with distcheckPanu Matilainen1-2/+4
2007-02-22This fixes the db build to handle newer CFLAGS which can contain the longPaul Nasrat1-1/+1
option --param.
2004-10-29Ignore generated files.jbj1-0/+5
CVS patchset: 7521 CVS date: 2004/10/29 00:00:47
2003-12-27Escaped tab for non-gnu sed (#104821).jbj1-1/+1
CVS patchset: 7032 CVS date: 2003/12/27 16:02:18
2003-04-30splint fiddles.jbj1-1/+4
CVS patchset: 6797 CVS date: 2003/04/30 20:04:58
2002-12-20- dynamically link /bin/rpm, link against good old -lpthread.jbj1-1/+1
CVS patchset: 5951 CVS date: 2002/12/20 15:03:18
2002-12-15- disable fcntl(2) lock on Packages until glibc+nptl is fixed.jbj1-1/+1
- make cdb locks "private" for pthreads compatibility w/o NPTL. - add --enable-posixmutexes to use NPTL. - make dependency generation "opt-out" everywhere. CVS patchset: 5943 CVS date: 2002/12/15 18:30:44
2002-10-12Remove CVS cruft.jbj1-0/+1
CVS patchset: 5769 CVS date: 2002/10/12 17:05:19
2002-10-07lclint annotations.jbj1-1/+1
CVS patchset: 5756 CVS date: 2002/10/07 09:05:06
2002-08-14Update to db-4.1.17.jbj1-9/+2
CVS patchset: 5636 CVS date: 2002/08/14 21:35:35
2002-07-30- detect athlon/duron with CMOV (PLD).jbj1-1/+1
CVS patchset: 5581 CVS date: 2002/07/30 16:39:08
2002-07-28- popt: display sub-table options only once on --usage.jbj1-1/+1
- wire --nosignatures et al as common options, rework CLI options. CVS patchset: 5575 CVS date: 2002/07/28 00:41:15
2002-04-07- speedup large queries by ~50%.jbj1-1/+1
- revert to presentation ordering Yet Again (#62158). - non-glibc: on upgrade, mergesort is much faster than quicksort. CVS patchset: 5377 CVS date: 2002/04/07 19:52:42
2002-03-17- *really* dump signature header immutable region.jbj1-3/+6
CVS patchset: 5362 CVS date: 2002/03/17 15:49:09
2002-03-12- drill ts/fi through verify mode, add methods to keep fi abstract.jbj1-1/+1
- use mmap when calculating file digests on verify, ~20% faster. CVS patchset: 5352 CVS date: 2002/03/12 16:56:17
2002-03-09Strip CFLAGS passed as argument to db configure.jbj1-1/+1
CVS patchset: 5349 CVS date: 2002/03/09 19:02:59
2002-02-10- make peace with automake et al in 8.0, ugh.jbj1-2/+3
CVS patchset: 5314 CVS date: 2002/02/10 21:13:52
2002-02-10- make peace with gcc-3.1, remove compiler cruft.jbj1-3/+3
CVS patchset: 5313 CVS date: 2002/02/10 19:00:16
2001-11-15- tweak overlapped file fingerprint retrieval for speed.jbj1-0/+1
CVS patchset: 5181 CVS date: 2001/11/15 18:22:33
2001-10-19New file from db-4.0.7 to be ignored.jbj1-0/+1
CVS patchset: 5121 CVS date: 2001/10/19 01:34:52
2001-06-04lclint fiddles.jbj2-3/+8
CVS patchset: 4833 CVS date: 2001/06/04 13:55:58
2001-05-31- return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>).jbj1-3/+3
- fix: return suggested packages when using Depends cache. CVS patchset: 4823 CVS date: 2001/05/31 22:31:14
2001-05-25- perform db->verify when closing db files.jbj1-3/+3
CVS patchset: 4813 CVS date: 2001/05/25 19:51:53
2001-05-23- headerFree() returns NULL, _free is C++ safe.jbj1-0/+7
CVS patchset: 4807 CVS date: 2001/05/23 14:25:19
2001-05-14Grrr, hacks to the hacks to get db3 to configure.jbj1-3/+4
CVS patchset: 4790 CVS date: 2001/05/14 21:19:34
2001-05-14- upgrade to db-3.3.4.jbj2-3/+28
CVS patchset: 4787 CVS date: 2001/05/14 20:12:10
2001-05-13- add cron/logrotate scripts to save installed package filenames.jbj1-0/+3
CVS patchset: 4777 CVS date: 2001/05/13 17:55:58
2001-05-11Generate manifest for rpmdb.jbj1-0/+3
CVS patchset: 4768 CVS date: 2001/05/11 14:52:28
2001-05-11- rpm database has rpm.rpm g+w permissions to share db3 mutexes.jbj1-5/+5
- expose more db3 macro configuration tokens. - move fprint.[ch] and hash.[ch] to rpmdb directory. - detect and fiddle incompatible mixtures of db3 env/open flags. - add DBI_WRITECURSOR to map to db3 flags with CDB database model. - add rpmdbSetIteratorRewrite to warn of pending lazy (re-)writes. CVS patchset: 4765 CVS date: 2001/05/11 04:01:04
2001-05-08Create db2 file manifest, as alpha is different.jbj1-2/+6
CVS patchset: 4755 CVS date: 2001/05/08 13:59:47
2001-05-08- create rpmdb.la so that linkage against rpm's db-3.2.9 is possible.jbj2-2/+26
CVS patchset: 4752 CVS date: 2001/05/08 00:03:14
2001-05-07- use internal db-3.2.9 sources to build by default.jbj1-0/+13
- don't build db1 by default. CVS patchset: 4750 CVS date: 2001/05/07 19:21:16