Commit graph

  • 824ec5ef69 Fixes for 64bit Linux. Phillip Toland 2008-12-12 15:26:20 -0600
  • cf90e88428 Removed old bdberl_port module. Phillip Toland 2008-12-12 14:57:10 -0600
  • 0d64ac2146 Added tests from port_SUITE. Phillip Toland 2008-12-12 14:56:00 -0600
  • e6f0cba53d Ported thrash test to new bdberl API. Phillip Toland 2008-12-12 14:43:09 -0600
  • ab3162d47c Added get_r and put_r functions that raise on error. Phillip Toland 2008-12-12 14:18:05 -0600
  • f71dd191f2 Make init/0 private and rely on lazy initialization. Phillip Toland 2008-12-12 12:47:25 -0600
  • 5f2b99554a Replace bdberl_db with a merged bdberl API. Phillip Toland 2008-12-12 12:39:51 -0600
  • e1bcd7aa52 Added rough cut of db api. Phillip Toland 2008-12-12 11:14:03 -0600
  • e90e790d9c Enforce the presence of the auto_commit and threaded flags. Phillip Toland 2008-12-11 16:43:01 -0600
  • a76a2bb5fa Merge branch 'master' of ecommons@wax.hive:bdberl Phillip Toland 2008-12-11 15:18:10 -0600
  • c9a74b5be9 Added some function documentation. Phillip Toland 2008-12-11 15:15:25 -0600
  • 987231cef9 Adding "tune" command that lets us get/set various timeouts Dave Smith 2008-12-11 14:13:37 -0700
  • 28c56837c9 Increase proc count to increase contention Dave Smith 2008-12-11 11:52:19 -0700
  • cc7d95a5b7 Adding support for trickle writes to disk Dave Smith 2008-12-11 11:51:55 -0700
  • d1f80b68da Moved constant definitions into include file. Phillip Toland 2008-12-11 11:35:26 -0600
  • 3be9b64c30 Make sure to export bdberl_get/4; adjust thrash to use RMW flag to reduce deadlocks Dave Smith 2008-12-11 10:16:08 -0700
  • b4c6aae90c Merge branch 'master' of ecommons@wax.hive:bdberl Dave Smith 2008-12-11 07:30:14 -0700
  • aa3928b2c3 Re-enable transaction timeouts Dave Smith 2008-12-10 21:39:38 -0700
  • 26db2c0756 Changing from a single signal to a broadcast Dave Smith 2008-12-10 21:38:49 -0700
  • a71f18ee1b Now with 100% more threadiness and 50% less deadlocking Dave Smith 2008-12-10 19:47:00 -0700
  • ed0752019f Adding thrash test Dave Smith 2008-12-10 18:18:05 -0700
  • 8fc3cc3701 Interstitial commit Dave Smith 2008-12-10 18:17:44 -0700
  • 71f64d9666 Added flags for the txn_commit function. Phillip Toland 2008-12-10 17:12:16 -0600
  • f743d855d8 Added flags for txn_begin function. Phillip Toland 2008-12-10 17:05:08 -0600
  • 332e18e7be Added flags to get function. Phillip Toland 2008-12-10 16:57:35 -0600
  • 13d1174bb5 Added all of the operation codes and flag values from db.h. Phillip Toland 2008-12-10 16:49:17 -0600
  • dfc1a98b01 Ignore TextMate project files. Phillip Toland 2008-12-10 16:48:25 -0600
  • abb8ca7946 Renamed DECODE_ macros to UNPACK_ Phillip Toland 2008-12-10 16:05:41 -0600
  • 7ec347c73e Added flags to the put function. Phillip Toland 2008-12-10 16:04:34 -0600
  • eab107df7a Fixed a typo: foudn -> found Phillip Toland 2008-12-10 15:41:41 -0600
  • 700e66ba9d First crack at a threadpool Dave Smith 2008-12-10 14:31:36 -0700
  • cf6ef4d296 Added flags to the close_database function. Phillip Toland 2008-12-10 12:58:54 -0600
  • d2f15bef80 Clean up and expand the binary decoding macros. Phillip Toland 2008-12-10 12:30:52 -0600
  • c5e50712e1 Add the ability to pass flags to the open_database function. Phillip Toland 2008-12-10 10:59:40 -0600
  • 5b2ed7f0a1 Ignore shared libraries and test logs. Phillip Toland 2008-12-10 10:56:50 -0600
  • 24d712840e Adding support for not_found on get and txn abort Dave Smith 2008-12-09 13:46:33 -0700
  • a89938c472 Simplify call to test (always shows output, but that's what we use most of the time) Dave Smith 2008-12-09 13:20:19 -0700
  • 11370e5cd0 Make sure to run tests with async thread pools; include debugging symbols when building driver Dave Smith 2008-12-09 13:19:49 -0700
  • 86e733e45e Updated test for new API Dave Smith 2008-12-09 13:19:31 -0700
  • 38bd48dff3 Adding support for calls to begin/commit txns and get/put Dave Smith 2008-12-09 13:19:12 -0700
  • 2f83430708 Adding support for get/put and basic transactions Dave Smith 2008-12-09 13:18:55 -0700
  • c92a48356e Adding binary helper functions to ease crazy pointer arithmetic/copying when passing data back to erlang Dave Smith 2008-12-08 16:30:19 -0700
  • cce9f59058 Fixes for 64-bit linux, courtesy of Phil Toland Dave Smith 2008-12-08 15:02:09 -0700
  • 56ece164c7 Adding test code; cleanup whitespace in driver Dave Smith 2008-12-08 06:59:04 -0700
  • ade3f99f81 Open/Close now seems to be functional Dave Smith 2008-12-07 23:28:04 -0700
  • 666db57158 Adding ignore file Dave Smith 2008-12-07 23:27:59 -0700
  • 20f872cdef Lots more work on getting basic system fleshed out. Basic structures in place for tracking open databases. Dave Smith 2008-12-06 22:08:36 -0700
  • f1c52ba1c9 Various cleanup/fleshout Dave Smith 2008-12-05 23:52:51 -0700
  • ceb66315e7 Initial commit Dave Smith 2008-12-05 23:20:26 -0700