fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.
[platform/upstream/rpm.git] / rpmdb / rpmdb.h
2003-04-08 jbjfix: prevent segfault if malicious server sends 1 GB...
2003-04-07 jbjCalibrated stopwatch using rdtsc.
2002-10-18 jbj- add debug sub-package patch.
2002-09-17 jbj- lclint clean.
2002-08-31 jbjSync with rpm-4.1.
2002-08-26 jbj- set cachesize without a dbenv, the default is far...
2002-08-08 jbjlclint fiddles.
2002-08-03 jbjRemove dbi_tear_down, now that rpmdb's are closed on...
2002-07-30 jbj- prevent stale locks in __db files by closing database...
2002-07-28 jbj- python: don't segfault in ts.GetKeys() on erased...
2002-07-25 jbj- python: add ts.hdrCheck(), ts.rebuildDB() methods.
2002-07-24 jbj- verify signatures/digests retrieved through rpmdbNext...
2002-07-21 jbj- add methods to make signature handling opaque wrto...
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-07-11 jbj- update for sv.po.
2002-07-04 jbj- fix: forgot lazy open of database on --freshen path...
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-06-19 jbjAnnotate incondefs in source code.
2002-05-21 jbjEnable CDB access as default.
2002-05-21 jbjAlways use cursors.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-05-04 jbjAdd toy db->associate, db->join, dbcursor->c_pget wrappers.
2002-05-04 jbjPass dbiGet() flags from application.
2002-05-04 jbjEliminate another layer of db abstraction, continue...
2002-05-02 jbj- eliminate db1 support.
2002-05-01 jbj- attempt to make peace with automake-1.6.1, autoconf...
2002-04-08 jbjdoxygen cleanup.
2002-04-07 jbj- speedup large queries by ~50%.
2002-03-03 jbj- add payload uncompressed size to signature to avoid...
2002-02-25 jbjAnnotation fiddles.
2002-02-01 jbj- permit args to be hidden within %%__find_{requires...
2002-01-06 jbj- handle lazy db open's in chroot with absolute path...
2002-01-06 jbj- sparc: make dbenv per-rpmdb, not per-dbi.
2001-11-15 jbj- tweak overlapped file fingerprint retrieval for speed.
2001-10-27 jbj- legacy signatures always checked where possible on...
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-09-24 jbjMove to lclint-3.0.0.15, revisit and clean up annotations.
2001-07-28 jbj- fix: --noscripts is another multimode option.
2001-06-13 jbj- add rpmdbSetIteratorRE() for regex matching in databa...
2001-06-12 jbj- remove rpmrc Provides: Yet Again, use virtual packages.
2001-06-08 jbj- fix: QUERY_FOR_LIST file count clobbered.
2001-06-06 jbj- permit duplicates for btree indices.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-05-29 jbj- eliminate db-1.85 and db-2.x configuration.
2001-05-25 jbj- perform db->verify when closing db files.
2001-05-14 jbj- upgrade to db-3.3.4.
2001-05-11 jbj- rpm database has rpm.rpm g+w permissions to share...
2001-05-09 jbj- rpm executables now setuid rpm to share write locks.
2001-05-08 jbj- create rpmdb.la so that linkage against rpm's db...