Commit graph

  • 982a7b6be3 Remove deprecated crypto:sha/1 in favor of crypto:hash/2. master Greg Burd 2016-03-06 20:19:34 -0500
  • e0ea7f2504 Quel compiler warnings. Greg Burd 2016-03-06 20:11:34 -0500
  • 5af4f8e7a1 Update to LMDB@3f62b727ccf3424daca1cdc24bbf98c869f44699 Greg Burd 2016-03-06 20:08:11 -0500
  • 6a0608b01f Return code from pwrite() shouldn't be ignored. Greg Burd 2016-03-06 19:57:26 -0500
  • 8515231647 add transactions Dima Aleksandrov 2015-04-01 00:15:20 +0200
  • dc00645e4c clang doesn't know understand this argument. gsb-finish-lmdb-api Gregory Burd 2013-09-27 10:29:48 -0400
  • 2860c0edfb Changes from upstream. Gregory Burd 2013-09-27 10:29:11 -0400
  • 9aea32c772 DPRINTF macro lives inside of lmdb code, remove it from common header. Gregory Burd 2013-09-27 10:28:49 -0400
  • 309cdfd60d Update to latest version from OpenLDAP repo Gregory Burd 2013-09-17 15:34:19 -0400
  • 1960aab576 Track locations of tokens across macro expansions. Gregory Burd 2013-09-17 14:42:47 -0400
  • 04784be0df Merge remote-tracking branch 'origin/master' into gsb-finish-lmdb-api Gregory Burd 2013-09-17 14:40:36 -0400
  • 0c98a25ade Update async_nif to latest version. Gregory Burd 2013-09-17 13:23:31 -0400
  • adf976cdb3 WIP: started impl of begin_txn when I noticed that LMDB uses thread-local storage which is hard to map given the async_nif model, stalled out while considering what to do next. Gregory Burd 2013-08-06 09:49:49 -0400
  • 6c1c27a51a WIP: adding more of the API. Gregory Burd 2013-08-05 12:45:43 -0400
  • 095031a23d Integrate newest version which avoids the need for a seperate fun. Gregory Burd 2013-08-04 17:36:13 -0400
  • 6d5daab80d Integrate current version of async_nif which avoids some enif overhead. Gregory Burd 2013-08-04 17:35:40 -0400
  • 194e1b3c87 Minor change. Gregory Burd 2013-07-26 14:34:20 -0400
  • 73e071eabe Update to latest async work. Gregory Burd 2013-07-26 14:33:40 -0400
  • 69a850737e No further need for khash.h Gregory Burd 2013-07-26 14:33:26 -0400
  • e0df4797ad Update MDB sources from OpenLDAP repo Gregory Burd 2013-07-26 14:33:09 -0400
  • 5350c98169 Update Erlang glue to latest for async_nif as well. Gregory Burd 2013-07-05 11:04:14 -0400
  • e1fd403018 Update to latest lmdb.c/h from OpenLDAP repo (a05d9910ab2a68806206b00caf71176ada943440 git://git.openldap.org/openldap.git) Gregory Burd 2013-07-05 08:18:46 -0400
  • b0680972a5 Merge remote-tracking branch 'origin/master' into gsb-finish-lmdb-api Gregory Burd 2013-07-05 08:18:15 -0400
  • 85295c7890 Update to latest async_nif code. Gregory Burd 2013-07-04 20:52:20 -0400
  • c49213cbe6 WIP: slowly adding more LMDB API on the C/NIF side Gregory Burd 2013-05-21 07:32:34 -0400
  • 47a17d15f1 WIP: implemented the Erlang portion of the NIF required to suport the entire LMDB API, next up is the native C code. Gregory Burd 2013-05-20 09:49:58 -0400
  • af7dbbcc9a Fix a few mistakes. Gregory Burd 2013-05-19 13:33:19 -0400
  • ba1287ade2 A bit cleaner rebar.config. Gregory Burd 2013-05-19 13:30:04 -0400
  • 94d6ee017a Merge pull request #2 from basho-labs/gsb-rename-as-lmdb Gregory Burd 2013-05-19 07:51:36 -0700
  • 1221843ca8 Merge da177cd8dd into 65338ef080 Gregory Burd 2013-05-19 07:51:24 -0700
  • da177cd8dd Renamed to lmdb. gsb-rename-as-lmdb Gregory Burd 2013-05-19 10:49:55 -0400
  • 5b5a52a472 What to ignore. Gregory Burd 2013-05-19 07:26:39 -0400
  • 08cefd40dd Renamed files/API/etc from emdb to lmdb. Gregory Burd 2013-05-19 07:25:35 -0400
  • 65338ef080 Merge pull request #1 from basho-labs/gsb-async-nif Gregory Burd 2013-05-18 21:30:01 -0700
  • 14220afbbc Merge 2e552ad3af into 2945d0096f Gregory Burd 2013-05-18 21:29:43 -0700
  • 2e552ad3af Updated a bit. gsb-async-nif Gregory Burd 2013-05-19 00:27:44 -0400
  • f2c5ff30e7 Re-worked code to use async_nif among other things, more to come. Gregory Burd 2013-05-19 00:19:01 -0400
  • 2945d0096f check return value of enif_make_binary when calling get/1 younes 2012-10-01 00:10:02 +0200
  • ff052c07b5 fix rebar.config for Linux younes 2012-09-30 23:29:19 +0200
  • 1a435eb761 avoid copying value twice during a get/1 (Howard Chu) younes 2012-09-30 23:20:29 +0200
  • e52c879b18 save one pointer indirection younes 2012-09-30 23:00:48 +0200
  • 8c0593dd05 save one pointer indirection younes 2012-09-30 22:55:45 +0200
  • 9485b349c0 add open/2 and open/3 younes 2012-09-30 22:20:15 +0200
  • ebb69cd53d add open/2 and open/3 younes 2012-09-30 22:16:46 +0200
  • 1a33be0432 fix README.md younes 2012-09-30 19:56:04 +0200
  • 74f83bf7e8 fix README.md younes 2012-09-30 19:55:21 +0200
  • 6498e5a4e3 initial release younes 2012-09-30 19:42:44 +0200
  • 952eff3c9a Initial commit alepharchives 2012-09-30 10:33:43 -0700