Commit graph

  • 0f3bb6947c mpool: Avoid leak in the case that lseek fails. leak-fix Jeff Epler 2025-06-01 20:34:32 +0200
  • 85373b548f all: Remove advertising clause in BSD 4-clause license. main Damien George 2024-03-15 18:53:28 +1100
  • 120a135c6e include: Allow injecting a configuration header. Damien George 2024-03-15 18:53:19 +1100
  • 69a39c98de all: Remove "tags" files. Damien George 2024-03-15 18:53:16 +1100
  • b352d0b955 PORT: Remove the PORT directory. Damien George 2024-03-15 18:53:12 +1100
  • 7eff5dd76e all: Move headers to library-specific directory include/berkeley-db. Damien George 2024-03-15 18:53:07 +1100
  • 35aaec4418 btree/btree.h: Allow to override MINCACHE, DEFPSIZE. Paul Sokolovsky 2017-09-10 13:50:50 +0300
  • dab957dacd PORT/include/compat.h: Guard memmove (re)define with ifndef. Paul Sokolovsky 2016-08-25 21:27:26 +0300
  • 78a4787948 btree: Introduce default page size param, set to 4096. Paul Sokolovsky 2016-08-09 02:08:14 +0300
  • 2328ab24e8 btree: __bt_open: Remove unused "mode" and "flags" arguments. Paul Sokolovsky 2016-07-26 15:29:52 +0300
  • a6d0ace8c4 mpool: Avoid using fprintf(), use mpool_error() for error reporting. Paul Sokolovsky 2016-07-26 02:54:35 +0300
  • 65ae6f4fc3 btree: Refactor to call file operation via vtable. Paul Sokolovsky 2016-07-26 02:26:45 +0300
  • e487a1b132 mpool: Refactor to call file operation via vtable. Paul Sokolovsky 2016-07-26 02:17:26 +0300
  • 7b31cae3c0 btree/bt_overflow.c: Use memcpy instead of memmove where possible. Paul Sokolovsky 2016-06-15 02:32:56 +0300
  • 66164eb46d btree/bt_seq.c: Avoid to return NULL where enumeration constant is expected. Paul Sokolovsky 2016-06-15 02:17:19 +0300
  • 1d28f37d1b btree/bt_split.c: Avoid accessing a word via unaligned address. Paul Sokolovsky 2016-06-15 02:16:32 +0300
  • a11216f356 btree/bt_split.c: Fix parens around && in || warning. Paul Sokolovsky 2016-06-15 02:12:44 +0300
  • 7eae88acd1 btree/bt_split.c: Fix uninitialized var warning. Paul Sokolovsky 2016-06-15 02:08:36 +0300
  • fd456d4845 btree/bt_open.c: Fix parens around & warning. Paul Sokolovsky 2016-06-15 02:10:46 +0300
  • b19ad9066d btree/bt_seq.c: Fix uninitialized var warning. Paul Sokolovsky 2016-06-15 02:07:49 +0300
  • e02d0643d6 btree/bt_put.c: Fix braces around enclosed if/else warning. Paul Sokolovsky 2016-06-15 02:11:47 +0300
  • e4c57686e6 btree/bt_put.c: Fix uninitialized var warning. Paul Sokolovsky 2016-06-15 02:07:16 +0300
  • 05aba58c4c btree/bt_delete.c: Fix uninitialized var warning. Paul Sokolovsky 2016-06-15 02:06:07 +0300
  • 166c1a12a2 btree/bt_page.c: Apply patch.1.4: Be sure to save updates to bt_free. Paul Sokolovsky 2016-06-15 01:25:31 +0300
  • dfee4c7a23 btree/bt_split.c: Apply patch.1.3: Include sizeof(indx_t) in size calcs. Paul Sokolovsky 2016-06-15 01:24:04 +0300
  • fe7294a119 btree/bt_split.c: Apply patch.1.2: Check for last page in a condition. Paul Sokolovsky 2016-06-15 01:14:31 +0300
  • 6dc9d673a4 Import Berkeley DB 1.85. Paul Sokolovsky 2016-06-14 02:12:14 +0300
  • b9dde8e63e Empty root commit. Paul Sokolovsky 2016-06-14 02:11:40 +0300