1. 02 Jul, 2004 5 commits
  2. 01 Jul, 2004 11 commits
  3. 30 Jun, 2004 4 commits
  4. 29 Jun, 2004 12 commits
  5. 28 Jun, 2004 6 commits
  6. 27 Jun, 2004 2 commits
    • Gregory P. Smith's avatar
      raise the module minor version. · 589c6abd
      Gregory P. Smith authored
      589c6abd
    • Gregory P. Smith's avatar
      SF patch / bug #967763 · dc5af706
      Gregory P. Smith authored
      Fix memory leaks revealed by valgrind and ensuing code inspection.
      
      In the existing test suite valgrind revealed two memory leaks (DB_get
      and DBC_set_range).  Code inspection revealed that there were many other
      potential similar leaks (many on odd code error paths such as passing
      something other than a DBTxn object for a txn= parameter or in the face
      of an out of memory error).  The most common case that would cause a
      leak was when using recno or queue format databases with integer keys,
      sometimes only with an exception exit.
      dc5af706