Commit Graph

  • b481b6b38c
    Merge 69bc59c5bc into 3daff4e123 Kevin Burns 2024-09-23 10:56:24 +0700
  • 7a77885603
    Merge 1c9bf46244 into 3daff4e123 kcmvp 2024-09-23 10:56:01 +0700
  • c697467699
    Merge 2bcc62a1b5 into 3daff4e123 Daniel McDonald 2024-09-22 15:28:54 +0200
  • fe3d376da4
    Merge 83142e3842 into 3daff4e123 Finbarrs Oketunji 2024-09-10 21:57:57 +0300
  • 3daff4e123
    Merge pull request #120 from idosavion/ido/fix-crash-on-windows master v1.3.2 Josh Baker 2024-09-09 20:41:20 -0700
  • 9fc48c3053 Test: fix small typo Ido Savion 2024-08-26 17:27:27 +0300
  • edbeb9e03c Shrink: fix renaming on Windows Ido Savion 2024-08-26 17:24:57 +0300
  • e771d4b24a removed geo features Carlos Queiroz 2024-08-10 12:49:27 +0800
  • d0998734ee
    Update README.md Carlos Queiroz 2024-08-10 12:10:09 +0800
  • e0e630f20f Ensure expired items do not load v1.3.1 tidwall 2024-05-16 20:04:06 -0700
  • 83142e3842
    encryption Finbarrs Oketunji 2024-04-01 21:18:33 +0100
  • 48c43914ab
    Merge 520d0dbb52 into 4ac2e321b1 穹苍233 2024-01-05 17:44:22 +0000
  • 520d0dbb52 fix #112 sora233 2024-01-06 01:41:56 +0800
  • 2bcc62a1b5 fixed typo 'timeed-out' -> 'timed-out' Daniel McDonald 2023-06-19 15:12:05 -0400
  • 1c9bf46244 #102: returns ttl together with value kcmvp 2023-05-18 00:41:03 +0800
  • 4ac2e321b1 Use absolute expiration in peristed db file v1.3.0 tidwall 2023-04-13 07:30:20 -0700
  • 69bc59c5bc Add support for explicit Sync kevburnsjr 2023-03-22 04:54:09 -0700
  • 71088bcabf Updated dependencies v1.2.10 tidwall 2022-08-19 06:08:27 -0700
  • bb3f90916f Update buntdb_test.go Kayabe 2022-08-11 20:41:14 +0300
  • 7ef22c165e
    Delete FUNDING.yml Josh Baker 2022-05-14 10:34:10 -0700
  • c7e308e6df Merge branch 'wrapped' tidwall 2022-04-27 17:24:56 -0700
  • 5a48c10b0a Upgraded dependencies tidwall 2022-04-27 17:12:09 -0700
  • e68e3da49b Upgrade to Go 1.18 tidwall 2022-04-27 17:08:15 -0700
  • a54244d6db Added wrapped error tidwall 2022-04-27 17:05:38 -0700
  • 46f673238a Updated for latest btree go1.18 tidwall 2021-12-24 11:05:07 -0700
  • cf4e3bfc63 Remove ctx lessor for base kv btree tidwall 2021-12-24 05:28:02 -0700
  • 5627a11dd1 Upgrade btree dependency v1.2.9 tidwall 2021-12-24 04:53:57 -0700
  • 4ccd490a10 Using generics tidwall/btree tidwall 2021-12-24 04:45:15 -0700
  • f5d7b17e75
    Merge pull request #79 from TomRoSystems/trojek-fix-readme Josh Baker 2021-12-22 17:48:54 -0700
  • 2af6789d67 Upgrade gjson and btree v1.2.8 tidwall 2021-12-08 16:25:25 -0700
  • da0b5d86c8 Fix doc iteration Tomasz Rojek 2021-11-18 13:21:24 +0100
  • acb9a96694 Upgrade modules v1.2.7 tidwall 2021-10-25 14:49:09 -0700
  • bc5842320e
    Merge pull request #78 from tidwall/dependabot/go_modules/github.com/tidwall/gjson-1.9.3 Josh Baker 2021-10-25 14:38:48 -0700
  • ad612009fb
    Bump github.com/tidwall/gjson from 1.8.0 to 1.9.3 dependabot[bot] 2021-10-25 19:45:33 +0000
  • f7014795e8 Minor update and new comments tidwall 2021-08-01 09:54:09 -0700
  • 04bc915abd Estimate last oof size on open v1.2.6 tidwall 2021-07-31 19:29:49 -0700
  • 0bf8239554 Share time.Now calls tidwall 2021-07-31 09:17:41 -0700
  • d4c361c59c Use btree with non-concurrent mode v1.2.5 tidwall 2021-07-31 07:36:38 -0700
  • 89544ad8fc
    Update README.md Josh Baker 2021-06-17 07:42:00 -0700
  • e49c1a2edd Updated dependencies v1.2.4 tidwall 2021-06-17 07:33:29 -0700
  • b1acd463ca Minimize new allocations tidwall 2021-06-17 07:27:04 -0700
  • 9723e071ad
    Merge pull request #75 from webscale-networks/index-overused Josh Baker 2021-06-17 07:12:27 -0700
  • 97feb53ded Index pattern not always honored Mike Haller 2021-06-15 17:26:56 -0600
  • ae2bcacb06
    Update README.md Josh Baker 2021-05-09 17:20:25 -0700
  • ee8f673bde
    Update README.md Josh Baker 2021-05-09 16:54:50 -0700
  • b6a74904ab Fixes issue where a partial write can corrupt the database v1.2.3 tidwall 2021-04-01 10:23:25 -0700
  • a41516f180 Fix reload calculation incorrect v1.2.2 tidwall 2021-03-30 15:36:40 -0700
  • d7ed6a747a Ignore incomplete tail commands and allow for null padding v1.2.1 tidwall 2021-03-29 14:06:22 -0700
  • 4f7ef48197 Upgrade gjson tidwall 2021-03-29 14:03:54 -0700
  • bc1ef3e3d6
    Create FUNDING.yml Josh Baker 2021-03-28 09:01:09 -0700
  • 62d43edfcf Updated rtree dependency v1.2.0 tidwall 2021-02-07 17:51:10 -0700
  • ca8c0ff5d5 Upgraded dependencies v1.1.9 tidwall 2021-02-07 17:04:06 -0700
  • c3544a778b Updated Go packages v1.1.8 tidwall 2021-01-25 14:57:28 -0700
  • 001aac9135
    Update README.md Josh Baker 2021-01-10 15:57:47 -0700
  • 10fbc48357
    Update README.md Josh Baker 2021-01-10 15:56:43 -0700
  • 4aa8fb12ec
    Update README.md Josh Baker 2021-01-10 15:56:13 -0700
  • 00c1a6ac45
    Update README.md Josh Baker 2021-01-10 15:53:48 -0700
  • 7b16b21ea7
    Update README.md Josh Baker 2021-01-10 15:45:21 -0700
  • 13599ea482 Added test v1.1.7 tidwall 2021-01-10 06:54:16 -0700
  • dcbe694f9e
    Merge pull request #70 from Sora233/master Josh Baker 2021-01-10 06:42:52 -0700
  • 6363a756c0 fix set transaction leak sora233 2021-01-10 21:36:17 +0800
  • 8724f51bb5 Update dependencies v1.1.6 tidwall 2021-01-06 10:50:41 -0700
  • 07278140d9 Fixed expires out of range v1.1.5 tidwall 2020-12-10 08:54:47 -0700
  • 18423895fc
    Create go.yml Josh Baker 2020-11-03 10:55:38 -0700
  • d47e0a0e7d
    Delete .travis.yml Josh Baker 2020-11-03 10:55:27 -0700
  • 127e283d3f
    Update README.md Josh Baker 2020-11-03 10:55:11 -0700
  • 0b1a2df5f8 Updated dependencies v1.1.4 tidwall 2020-10-27 08:55:29 -0700
  • df8cd8d232 Updated Btree implementation tidwall 2020-10-27 05:44:48 -0700
  • ba891d68e3 Updated Go version tidwall 2020-10-27 05:03:22 -0700
  • 14666ffbfc Fix go test output v1.1.3 tidwall 2020-10-26 16:32:22 -0700
  • b85ba89ba3 Add poweron architecture ppc64le to travis build Ubuntu 2020-10-19 11:57:09 +0000
  • c467d51b17 Constant errors Fabio Ribeiro 2020-06-13 14:16:14 -0300
  • f413da4ba3
    Merge pull request #60 from xmikus01/fix-typos Josh Baker 2020-01-27 08:14:42 -0700
  • 3c8dd9070b Fix typos Petr Mikusek 2020-01-26 18:50:22 +0100
  • 5a505994ed
    Merge pull request #51 from alesvaupotic/master Josh Baker 2019-11-15 13:39:57 -0700
  • eeb4b0a11d Remove deprecated warning v1.1.2 tidwall 2019-11-15 13:27:37 -0700
  • e1e78e6e9f Added Go modules tidwall 2019-11-15 13:04:12 -0700
  • 055b17e34e
    Merge pull request #1 from alesvaupotic/alesvaupotic-patch-setconfig Aleš Vaupotič 2019-10-01 19:39:49 +0200
  • 1406b6a193
    WriteConfig should be SetConfig Aleš Vaupotič 2019-10-01 19:39:20 +0200
  • 783f69613d
    return error Sergey 2019-02-03 00:56:06 +0500
  • c7105bc8c8
    remove extra if statement Sergey 2019-02-03 00:55:04 +0500
  • fc328b4d5f Simplify the index match check logic lylex 2019-01-04 15:11:29 +0800
  • a2bdce2244 Add go module support lylex 2019-01-04 15:09:35 +0800
  • 8ad7b200f3 Fix a typo in README lylex 2019-01-04 15:04:53 +0800
  • 6249481c29
    Update README.md v1.1.0 Josh Baker 2018-05-03 09:43:07 -0700
  • 847243a6cf
    Fix code formatting Josh Baker 2018-05-03 09:42:12 -0700
  • 75d89283d5 Added comment about Nearby dist param Josh Baker 2018-04-30 04:50:00 -0700
  • 6c62c87570
    Update README.md Josh Baker 2018-04-30 04:40:01 -0700
  • 5ea07edd0a Merge branch 'master' of https://github.com/quackingduck/buntdb into quackingduck-master Josh Baker 2018-04-30 04:27:06 -0700
  • cd4f5a9b05 Merge branch 'dc0d-onexpiredsync-01' Josh Baker 2018-03-15 17:57:49 -0700
  • 9962a94df0 adding OnExpiredSync callback dc0d 2018-03-04 12:00:42 +0330
  • 4e3549153e
    Merge 5851993057 into 2da7c10668 Kaveh Shahbazian 2018-02-08 09:35:47 +0000
  • 5851993057 improve OnExpired docs dc0d 2018-02-08 13:02:25 +0330
  • 2da7c10668
    Update README.md v1.0.0 Josh Baker 2018-01-12 16:41:09 -0700
  • 0a064e7588 Nearby operation (kNN) Josh Baker 2018-01-12 16:38:11 -0700
  • e8211f89e6 Make indentation consistent Myles Byrne 2017-11-28 12:07:28 -0800
  • 271124b361 Typo. I think Myles Byrne 2017-11-28 11:53:46 -0800
  • 8c7c9dd49c Typo: name -> age Myles Byrne 2017-11-28 11:47:27 -0800
  • 210a7b9c1f Whitespace and indentation Myles Byrne 2017-11-28 11:44:29 -0800
  • ddd47a11c9 Typo Myles Byrne 2017-11-28 11:38:51 -0800