Commit graph

218 commits

Author SHA1 Message Date
Dave Smith 068ddec7b2 Bumping to vsn 2 2008-12-18 10:46:20 -07:00
Dave Smith 45606ddf56 Change binhelper to avoid stupid user errors; now grows the buffer on demand for the specific # of bytes; fix bugs in get_data_dirs/0 (driver and erlang caller) 2008-12-17 14:45:39 -07:00
Dave Smith 3b9ba443f1 Add more triumphant configuration system for controlling BDB in unit tests 2008-12-17 13:21:19 -07:00
Dave Smith 7e7bbe574a Merge branch 'master' of ecommons@wax.hive:bdberl 2008-12-17 13:08:10 -07:00
Dave Smith 68813d0a53 Adding support for list database directories and txn'lly deleting databases 2008-12-17 13:07:36 -07:00
Phillip Toland 695597a10e Merge branch 'master' of ecommons@wax.hive:bdberl
Conflicts:
	Rakefile
2008-12-16 16:23:22 -06:00
Phillip Toland 83c18a2bda Created a new stress test. 2008-12-16 16:22:04 -06:00
Dave Smith f9b3354c50 Adding support for packaging to enable easier publishing via faxien 2008-12-16 13:16:23 -07:00
Dave Smith 036e12fd62 Updating build lib to copy over the utilities 2008-12-15 15:52:24 -07:00
Dave Smith 61207c1482 Merge branch 'master' of ecommons@wax.hive:bdberl 2008-12-15 14:35:02 -07:00
Dave Smith f80a2b2ace Enable use of environment variables for setting location of database 2008-12-15 14:33:50 -07:00
Phillip Toland 28be3ac80a Wrapped debug printfs in bdberl_drv.c with a macro
so that they can easily be removed with a recompile.
2008-12-15 15:05:41 -06:00
Phillip Toland 4494e9736d Added transaction retry logic. 2008-12-15 14:52:35 -06:00
Phillip Toland 48c5fc3f6c Handle not_found in update(). 2008-12-15 14:34:13 -06:00
Phillip Toland e154e42771 Fixed a typo that caused much pain and suffering. 2008-12-15 14:06:08 -06:00
Dave Smith 865f8958c5 Implemented support for put_commit 2008-12-15 11:47:38 -07:00
Dave Smith 2d323cb304 Adding support for cursor operations 2008-12-15 11:25:03 -07:00
Dave Smith f56351e1dc Overhaul driver to avoid use of pipes and simplify memory management 2008-12-15 09:23:19 -07:00
Phillip Toland f20e46d756 Added a new update method that takes args to pass to the fun. 2008-12-12 15:50:44 -06:00
Phillip Toland 824ec5ef69 Fixes for 64bit Linux. 2008-12-12 15:26:20 -06:00
Phillip Toland cf90e88428 Removed old bdberl_port module. 2008-12-12 14:57:10 -06:00
Phillip Toland 0d64ac2146 Added tests from port_SUITE. 2008-12-12 14:56:00 -06:00
Phillip Toland e6f0cba53d Ported thrash test to new bdberl API. 2008-12-12 14:43:09 -06:00
Phillip Toland ab3162d47c Added get_r and put_r functions that raise on error. 2008-12-12 14:18:05 -06:00
Phillip Toland f71dd191f2 Make init/0 private and rely on lazy initialization. 2008-12-12 12:47:25 -06:00
Phillip Toland 5f2b99554a Replace bdberl_db with a merged bdberl API. 2008-12-12 12:39:51 -06:00
Phillip Toland e1bcd7aa52 Added rough cut of db api. 2008-12-12 11:14:03 -06:00
Phillip Toland e90e790d9c Enforce the presence of the auto_commit and threaded flags. 2008-12-11 16:43:01 -06:00
Phillip Toland a76a2bb5fa Merge branch 'master' of ecommons@wax.hive:bdberl
Conflicts:
	src/bdberl_port.erl
2008-12-11 15:18:10 -06:00
Phillip Toland c9a74b5be9 Added some function documentation. 2008-12-11 15:15:25 -06:00
Dave Smith 987231cef9 Adding "tune" command that lets us get/set various timeouts 2008-12-11 14:13:37 -07:00
Dave Smith 28c56837c9 Increase proc count to increase contention 2008-12-11 11:52:19 -07:00
Dave Smith cc7d95a5b7 Adding support for trickle writes to disk 2008-12-11 11:51:55 -07:00
Phillip Toland d1f80b68da Moved constant definitions into include file. 2008-12-11 11:35:26 -06:00
Dave Smith 3be9b64c30 Make sure to export bdberl_get/4; adjust thrash to use RMW flag to reduce deadlocks 2008-12-11 10:16:08 -07:00
Dave Smith b4c6aae90c Merge branch 'master' of ecommons@wax.hive:bdberl
Conflicts:

	c_src/bdberl_drv.c
	src/bdberl_port.erl
2008-12-11 07:30:14 -07:00
Dave Smith aa3928b2c3 Re-enable transaction timeouts 2008-12-10 21:39:38 -07:00
Dave Smith 26db2c0756 Changing from a single signal to a broadcast 2008-12-10 21:38:49 -07:00
Dave Smith a71f18ee1b Now with 100% more threadiness and 50% less deadlocking 2008-12-10 19:47:00 -07:00
Dave Smith ed0752019f Adding thrash test 2008-12-10 18:18:05 -07:00
Dave Smith 8fc3cc3701 Interstitial commit 2008-12-10 18:17:44 -07:00
Phillip Toland 71f64d9666 Added flags for the txn_commit function. 2008-12-10 17:12:16 -06:00
Phillip Toland f743d855d8 Added flags for txn_begin function. 2008-12-10 17:05:08 -06:00
Phillip Toland 332e18e7be Added flags to get function. 2008-12-10 16:57:35 -06:00
Phillip Toland 13d1174bb5 Added all of the operation codes and flag values from db.h. 2008-12-10 16:49:17 -06:00
Phillip Toland dfc1a98b01 Ignore TextMate project files. 2008-12-10 16:48:25 -06:00
Phillip Toland abb8ca7946 Renamed DECODE_ macros to UNPACK_ 2008-12-10 16:05:41 -06:00
Phillip Toland 7ec347c73e Added flags to the put function. 2008-12-10 16:04:34 -06:00
Phillip Toland eab107df7a Fixed a typo: foudn -> found 2008-12-10 15:41:41 -06:00
Dave Smith 700e66ba9d First crack at a threadpool 2008-12-10 14:31:36 -07:00