summaryrefslogtreecommitdiff
path: root/lib/db3.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-22- python: strip header regions during unload.jbj1-3/+8
2001-02-17Merge changes from rpm-4.0.2.jbj1-356/+2
2001-01-03- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).jbj1-9/+15
2000-12-12Sync with rpm-4_0 branch.jbj1-12/+14
2000-10-28- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj1-3/+3
2000-08-27Doxygen annotations.jbj1-1/+11
2000-08-23lclint additions.jbj1-2/+2
2000-08-04- fix: -Va broken, make db cursors per-iterator, not per-dbi.jbj1-3/+10
2000-07-07lclint fiddles.jbj1-21/+38
2000-06-12Add dbcursor to dbi interface.jbj1-23/+14
2000-06-11Fix db return code handling, majorly horked.jbj1-3/+14
2000-06-06Repair db1 functionality.jbj1-8/+5
2000-05-12fix stupid mistakes (alpha segfaults).jbj1-1/+1
2000-05-10- include RPM-GPG-KEY in file manifest.jbj1-3/+4
2000-05-07Repair rebuilddb lossage, removing debug messages and final copy on user msgs.jbj1-32/+57
2000-05-02Add usedbenv (disabled) to use db3 as db1 was used.jbj1-24/+37
2000-05-01Rename db0.c to db1.c, resurrect db2.c (from db3.c).jbj1-15/+42
2000-04-28Don't incrementally link pthreads, causes segfault on (at least) alpha.jbj1-11/+20
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.jbj1-4/+4
2000-04-26Rip out remaining legacy dbi interfaces.jbj1-262/+16
2000-04-25Sanity.jbj1-355/+436
2000-04-23make db indices as lightweight as possible, with per-dbi config.jbj1-178/+435
2000-04-21fix: legacy packages required provides EVR/Flags to be added.jbj1-31/+22
2000-04-19Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.jbj1-10/+17
2000-04-19Data size of index databases now per-index (was always 8 bytes).jbj1-70/+123
2000-04-18Consolidate changes into rpmdb.c.jbj1-63/+156
2000-04-17Start composting db interfaces.jbj1-0/+2
2000-04-12Pass key as void *, not char *.jbj1-1/+1
2000-04-12API: pass *SearchIndex() length of key (0 will use strlen(key)).jbj1-35/+4
2000-04-11make header db a "special" type of index database in db0, hiding falloc.c.jbj1-143/+160
2000-04-08Hash package headers using simple counter.jbj1-15/+44
2000-04-07use "rpmdb db" consistently throughout, add doxygen tags.jbj1-6/+33
2000-04-06use hashed access for package headers.jbj1-13/+113
2000-04-04Permit dboffsets in hex and octal.jbj1-3/+7
2000-04-03Permit db3 paramaters from macro.jbj1-58/+223
2000-03-31db3 configured for testing with (DB_INIT_MPOOL|DB_INIT_CDB|DB_SYSTEM_MEM).jbj1-25/+70
2000-03-31fix: duplicate free in db3.jbj1-8/+18
2000-03-30Mostly functional db2 interface, db3 still has problems.jbj1-26/+75
2000-03-27add db3 to the pile, isolate all with incremental link and vectors.jbj1-61/+67
2000-03-27Compilation with db3.jbj1-0/+420