Commit graph

9 commits

Author SHA1 Message Date
08b0bf1d5c Fix github link.
FossilOrigin-Name: 889311fcab7b17139d72cff1e3327f4fa947d2b2700f2fdf7e76e52fa222adc3
2022-11-17 21:41:19 +00:00
933a40ae23 Oop, also update the documentation link.
FossilOrigin-Name: aa234cfaeeb6d34ecdf4dbf98b67a8f30d562ca179c2baca8df824dfb3797aeb
2022-08-08 23:25:52 +00:00
c6af5e0ce9 Update libmdbx origin.
FossilOrigin-Name: 3a30e35f42f30ba64d1af48e8563ca5632db7dbd841eb1d24981d61f2137052d
2022-08-08 23:19:09 +00:00
d8cd2f566c Updates for migration to Fossil.
FossilOrigin-Name: 37ce9d0c577d0b6a4a541a2c4b5723036351eda892290d9367fd2ced70fbce93
2022-04-04 01:12:06 +00:00
e9b476a4d7 Multiple changes.
- Raise an error if invalid options are passed to the constructor.
- Bugfix: Ensure drop() only removes the specified collection.
- Fix initializer double memory allocation.
- Fix key/data object allocation: make garbage collection safe.
- Move common macros to the global header file.

FossilOrigin-Name: 98d3016bd25921dead39d9c5474712766b56519d575bc8cd960932b3fbc16b69
2021-06-28 23:39:46 +00:00
c0cd35e260 Multiple changes.
- Complete first round of documentation.
  - Complete first round of tests and coverage.
  - Expand the thread benchmarker for testing metasync.
  - Add enumerators (each_key/each_value/each_pair) using cursors.
  - Remove keys() implementation in favor of using the emumerable.
  - Make deserialization more DRY.
  - Add an efficient length() method.
  - Add various Hash-alike methods.
  - General code cleanup for release.

FossilOrigin-Name: 0d2bd3995f203c9ac1734ac3da32dd2f09efda9a394e554e6006e44dd07a33b0
2021-03-14 23:19:41 +00:00
a54c286a75 Start blocking out some documentation.
- Fix some C rdoc so it is parsed correctly.
  - Fill out transaction testing.
  - Populate docs for DB options.

FossilOrigin-Name: f54dbfacf2dda100a116fdcc856ca5231e249f23238ca9d4355618e3a380a8f8
2021-02-14 09:47:04 +00:00
770a931d77 Multiple changes.
- Add build manifests for SourceHut.
  - Update README destination links.
  - Fix manifest for prerelease gem.
  - Reopen env handles when #clear is successful.
  - Fix #each when there is only one key.
  - Always use io_vec lengths when creating new strings.
  - Hook for rdoc generation.
  - Rename #open to #reopen, don't alias it.
  - Add a Rollback exception for upcoming transaction block work

FossilOrigin-Name: d6ddedc51b0ac67f395d5749aa3e6adbeebdaf2843c6402ace757b0afffc2be9
2020-12-22 06:24:18 +00:00
mahlon@laika.com
6a7bfb722f Initial layout/commit.
FossilOrigin-Name: 5ccedce83232d9c4f5341866293f884fde8bcc9c1df2ea7407740d2d984fae9b
2020-11-19 02:06:45 +00:00