Age | Commit message (Expand) | Author | Files |
---|---|---|---|
2021-01-03 | Bugfixbsearch | Sergey Poznyakoff | 1 |
2021-01-03 | Switch cache from RBT to sorted index array. | Sergey Poznyakoff | 8 |
2021-01-02 | Update copyright years | Sergey Poznyakoff | 145 |
2020-12-24 | Merge branch 'master' into newcache | Sergey Poznyakoff | 19 |
2020-12-24 | Fix the use of unprefixed dnl in configure.ac | Sergey Poznyakoff | 1 |
2020-12-23 | Version 1.19v1.19 | Sergey Poznyakoff | 3 |
2020-12-23 | Update the docs | Sergey Poznyakoff | 9 |
2020-12-23 | Update copyright years | Sergey Poznyakoff | 143 |
2020-12-23 | Remove duplicate global declarations | Sergey Poznyakoff | 3 |
2020-10-31 | Recover from ENOMEM in cache_lookup | Sergey Poznyakoff | 1 |
2020-10-29 | Minor changes. | Sergey Poznyakoff | 3 |
2020-10-09 | Implement tagged structure initializers. | Sergey Poznyakoff | 6 |
2020-10-08 | Bugfixes. | Sergey Poznyakoff | 2 |
2020-03-15 | Implement the gdbm_bucket_count function. | Sergey Poznyakoff | 4 |
2020-01-27 | Update copyright years | Sergey Poznyakoff | 144 |
2020-01-27 | Minor changes | Sergey Poznyakoff | 2 |
2019-11-16 | Simplify memory allocation | Sergey Poznyakoff | 2 |
2019-11-13 | Move cache element allocation to bucket.c. | Sergey Poznyakoff | 5 |
2019-11-13 | Namespace cleanup | Sergey Poznyakoff | 3 |
2019-11-13 | Don't cache data pages | Sergey Poznyakoff | 1 |
2019-11-12 | Rewrite bucket cache | Sergey Poznyakoff | 16 |
2019-10-29 | Pre-read the memory mapped regions on systems that support it | Sergey Poznyakoff | 1 |
2019-10-29 | Minor changes | Sergey Poznyakoff | 4 |
2019-04-08 | Update copyright years | Sergey Poznyakoff | 143 |
2019-04-08 | Preserve locking type during database reorganization | Sergey Poznyakoff | 1 |
2018-11-27 | Fix typo in the manpage. | Sergey Poznyakoff | 1 |
2018-10-27 | Version 1.18.1v1.18.1 | Sergey Poznyakoff | 2 |
2018-10-18 | Restore backward compatibility with older databases | Sergey Poznyakoff | 1 |
2018-10-18 | Attempt recovery in case of invalid next_block header field | Sergey Poznyakoff | 4 |
2018-08-31 | Various bugfixes. | Sergey Poznyakoff | 12 |
2018-08-21 | Version 1.18v1.18 | Sergey Poznyakoff | 2 |
2018-08-19 | Fix directory entry validation. | Sergey Poznyakoff | 1 |
2018-08-12 | Bugfix | Sergey Poznyakoff | 3 |
2018-08-03 | Bugfix | Sergey Poznyakoff | 1 |
2018-07-31 | Bugfix | Sergey Poznyakoff | 1 |
2018-07-30 | Version 1.17v1.17 | Sergey Poznyakoff | 2 |
2018-07-02 | Bugfixes | Sergey Poznyakoff | 2 |
2018-07-01 | Change return value of gdbm_close and gdbm_sync | Sergey Poznyakoff | 20 |
2018-06-27 | Version 1.16v1.16 | Sergey Poznyakoff | 3 |
2018-06-27 | Fix typo | Sergey Poznyakoff | 1 |
2018-06-27 | New gdbmtool variables: coalesce and centfree | Sergey Poznyakoff | 3 |
2018-06-27 | Coalesce mode: take into account both left- and right-adjacent slots. | Sergey Poznyakoff | 1 |
2018-06-25 | Optimize operations on avail lists. | Sergey Poznyakoff | 1 |
2018-06-23 | Bugfixes. Consistently use the coalesce_blocks flag. | Sergey Poznyakoff | 3 |
2018-06-23 | Fix the previous patch | Sergey Poznyakoff | 1 |
2018-06-23 | Silently restore sorting order of avail array when checking it. | Sergey Poznyakoff | 2 |
2018-06-23 | Maintain correct ordering of the avail table after coalescing. | Sergey Poznyakoff | 2 |
2018-06-23 | Fix typo | Sergey Poznyakoff | 1 |
2018-06-16 | Version 1.5v1.15 | Sergey Poznyakoff | 8 |
2018-05-30 | More error checking | Sergey Poznyakoff | 2 |