Commit graph

  • 57a70dc331 Merge branch 'master' of github.com:basho/wterl Gregory Burd 2012-06-04 09:18:15 +0100
  • d14e171f4b WIP: Update to WiredTiger 1.2.0 release Gregory Burd 2012-06-04 09:16:35 +0100
  • 3e676f82ad update to WiredTiger 1.1.5 Steve Vinoski 2012-04-26 10:16:52 -0400
  • 36d6c3bbad fix tests to use temp_riak_kv_backend module Steve Vinoski 2012-04-16 19:55:41 -0400
  • 7ca3bb4385 update to WiredTiger 1.1.4 Steve Vinoski 2012-04-16 19:55:12 -0400
  • 793c5c7338 allow WiredTiger config to be set in application env Steve Vinoski 2012-04-09 16:50:01 -0400
  • 509cc92cfc fix copyright dates Steve Vinoski 2012-04-09 16:49:26 -0400
  • cd8a563aa4 apply evict-fixes patch to wiredtiger 1.1.3 Steve Vinoski 2012-04-07 09:49:00 -0400
  • 145810d5b0 add wterl_ets to hold ets table for wterl_conn Steve Vinoski 2012-04-05 16:10:50 -0400
  • 2e37fc1bd1 avoid using cursor-fetched values after closing cursor Steve Vinoski 2012-04-04 20:13:58 -0400
  • 2618ba24e7 wterl:session_create still fails, keep ignoring return value Steve Vinoski 2012-04-04 15:57:38 -0400
  • fbc6f9b440 update to WiredTiger 1.1.3 Steve Vinoski 2012-04-04 15:20:08 -0400
  • ca36db5709 NIF code cleanup Steve Vinoski 2012-04-02 16:59:13 -0400
  • 6945ab230b add QuickCheck tests for wterl Steve Vinoski 2012-04-02 16:24:46 -0400
  • 1105a9fed5 no longer need to set wterl in riak_kv.app.src file Steve Vinoski 2012-03-31 19:41:07 -0400
  • 29acf9df7a make riak_kv_wterl_backend start the wterl app Steve Vinoski 2012-03-30 21:01:24 -0400
  • ea3e73c0d7 update to WiredTiger 1.1.2 Steve Vinoski 2012-03-28 10:20:42 -0400
  • dc3d674d62 add README Steve Vinoski 2012-03-27 22:27:50 -0400
  • 2c9557e394 add helper script to enable wterl Steve Vinoski 2012-03-26 20:07:51 -0400
  • ae10343179 change riak_kv_wterl_backend unit tests Steve Vinoski 2012-03-15 19:27:36 -0400
  • 9c9075e70d add fold/3 to wterl.erl and fix dialyzer warnings Steve Vinoski 2012-03-15 19:26:02 -0400
  • 221df5337d update to WiredTiger 1.1.1 Steve Vinoski 2012-03-12 10:22:22 -0400
  • 91a6acc2a4 add type specs Steve Vinoski 2012-03-11 20:18:59 -0400
  • 7219281b31 increase session count and ignore table creation errors Steve Vinoski 2012-03-11 11:48:22 -0400
  • 99a51980eb store session as kv backend state Steve Vinoski 2012-03-10 13:02:52 -0500
  • dc01981be8 add temp copy of riak_kv_backend Steve Vinoski 2012-02-28 13:16:57 -0500
  • 869efc46df add unit tests to wterl_conn Steve Vinoski 2012-02-27 22:00:02 -0500
  • 8dcbe6c396 remove experimental test for now Steve Vinoski 2012-02-27 21:14:48 -0500
  • 9177bd5c10 initial version of riak_kv_wterl_backend Steve Vinoski 2012-02-27 21:12:52 -0500
  • cddaf8e1d9 Replace enif_alloc_binary/enif_make_binary call pairs with a single enif_make_new_binary call. Keith Bostic 2012-02-20 13:30:09 -0500
  • 6c0f14da6e add fold_keys, and funs for getting keys and values via cursors Steve Vinoski 2012-02-19 20:20:38 -0500
  • 085e703a32 revised wterl tests to take advantage of eunit Steve Vinoski 2012-02-17 23:06:16 -0500
  • 3323cf5844 I messed up some minor style/indentation, ignore all calls to cursor->close (that's not correct, but it will do for now). Keith Bostic 2012-02-17 09:07:25 -0500
  • 7e6d947765 make wterl an app, cache the WT connection Steve Vinoski 2012-02-17 00:42:22 -0500
  • c89d6deaea minor stylistic updates. Keith Bostic 2012-02-16 19:24:18 -0500
  • 212a735339 Implement the rest of the interesting cursor operations (insert, update, remove). Keith Bostic 2012-02-16 19:06:56 -0500
  • 33b8ea60cf Implement the rest of the session methods. Format pass, naming pass. Keith Bostic 2012-02-16 18:44:28 -0500
  • 7a19859ede Rename table_{create,drop} session_{create,drop}, they operate on things other than tables, and we no longer hardcode the object type. Keith Bostic 2012-02-16 15:07:44 -0500
  • 6f0357b4c5 Fix cursor.{open,close}, it now works. Keith Bostic 2012-02-16 14:54:05 -0500
  • 642da3a44c Merge branch 'master' of github.com:basho/wterl Steve Vinoski 2012-02-16 13:32:34 -0500
  • 635fd06bec add emacs backup files to .gitignore Steve Vinoski 2012-02-16 13:32:29 -0500
  • 5a7936bf1c Change the cursor open/close code to match other resources (RESOURCE structure that holds the WiredTiger resource). Keith Bostic 2012-02-16 13:22:03 -0500
  • 442f66ef18 Make it a text file (newline at end). Keith Bostic 2012-02-16 13:02:37 -0500
  • 33b25e6a2b Change the cache_size type to a string (it's usually something like 100MB, not a pure integer). Keith Bostic 2012-02-16 10:54:21 -0500
  • 816e916658 Add cursor create/close functions. Gregory Burd 2012-02-15 14:31:40 -0500
  • d77abe34d7 add missing include of string.h in wterl.c Steve Vinoski 2012-02-15 09:59:28 -0500
  • b93946a5e0 more WiredTiger prototyping Steve Vinoski 2012-02-08 17:31:16 -0500
  • dcb4270f9d Basics of conn/session instantiation working Dave Smith 2011-12-21 21:46:35 -0700
  • 2cdf2584f2 Initial commit Dave Smith 2011-12-18 13:54:46 -0700