Commit Graph

35 Commits (master)

Author SHA1 Message Date
Ash Moran 63de39ba9c Remove some commented-out code I've never seen used. If anyone screams we can put it back. 2011-08-25 14:35:25 +08:00
Ash Moran 9ff767833c Detect and build against BerkeleyDB installed through MacPorts 2011-08-25 14:35:24 +08:00
Hamdy Khalil 1251a82c7b Adding Encryption support to Db 2011-08-17 03:16:47 +03:00
Hamdy Khalil 720a7f1aea Adding encryption support 2011-08-17 01:31:29 +03:00
Ash Moran c92eea42c3 Trivial whitespace cleanup 2011-08-07 08:54:47 +01:00
Ash Moran 46dc02f06b Re-order the directories mkmf searches for BDB so that a Homebrew install in /usr/local is detected 2011-08-07 08:54:38 +01:00
Ash Moran ecbb019174 Add checks for BDB 5.0 and 5.1 2011-08-07 08:53:49 +01:00
Ash Moran 21ce8b68ab Make the C wrapper compile BDB 5.1 as if it was a recent 4.X 2011-08-07 08:52:36 +01:00
Denis Knauf b329501945 tries to find db-libs and headers automatically. no more --with-db :) 2010-03-28 17:09:09 +02:00
Denis Knauf 802b04cdf4 added: lg_max, lg_regionmax 2010-03-10 23:04:41 +01:00
Denis Knauf 367939bffe lg_bsize added 2010-03-09 19:16:23 +01:00
Denis Knauf 8216e3cef0 log_set_config: every flag an own setter/getter 2010-03-09 19:10:24 +01:00
Denis Knauf 7c20d515ed log_set_config: for every flag one setter: example: env.log_direct=true 2010-03-07 23:12:27 +01:00
Denis Knauf c93ebcc635 debug in put removed 2010-02-23 20:29:48 +01:00
Denis Knauf 1de211ce07 More Exceptions && Queue#re_len(=) 2010-02-23 19:38:18 +01:00
Denis Knauf a6f8fd9825 Queue#push: DB_APPEND isn't easy to understand 2010-02-23 01:34:44 +01:00
Denis Knauf 7a27046ebb More exceptions 2010-02-22 23:03:11 +01:00
Denis Knauf 120cad938a db_put: empty key possible. usefull for DB_APPEND 2010-02-22 17:24:55 +01:00
Denis Knauf 58556ce892 Ruby 1.9 compatible 2010-01-29 23:17:31 +01:00
Justin Balthrop bef69b90eb add support for replication 2009-11-23 23:29:26 -08:00
Justin Balthrop e0a617bde7 make compiling easier if you installed bdb in the default location 2009-11-23 23:29:11 -08:00
Justin Balthrop 5667b6bfff add support for DB_THREAD in preparation for replication 2009-11-19 20:01:11 -08:00
Justin Balthrop 9809bb805d fix memory allocation error in associate. was causing random DB_SECONDARY_BAD errors if garbage collection reclaimed the space for the secondary key returned by the associate callback 2009-10-16 17:57:12 -07:00
Justin Balthrop 2abc1addd4 add mutex_set_max 2009-09-21 11:32:38 -07:00
Justin Balthrop cc23fbfd31 support db-4.8 2009-09-19 12:41:24 -07:00
Justin Balthrop 865bf435f6 improve warning in associate callback function 2009-08-27 17:49:32 -07:00
Justin Balthrop 6d5a78fd98 update tests and bump version 2009-08-06 11:36:34 -07:00
Justin Balthrop c5e7eb6c73 add support for set_btree_compare and multi-key secondary indexes 2009-08-04 18:38:24 -07:00
mattbauer fdc6685372 Add get_home to Bdb::Env 2009-01-05 00:00:59 -06:00
mattbauer bdb423635b Include ARCHFLAGS warning for OS X 2008-12-30 16:39:54 -06:00
mattbauer c2cda84957 Txn tests 2008-12-30 16:30:03 -06:00
mattbauer d30f0f3f80 Environment test and additional getters 2008-12-30 14:15:04 -06:00
mattbauer 11e310b884 Cursor join test 2008-12-29 19:18:29 -06:00
mattbauer 93716e1ead Test structure change and db test updates 2008-12-28 23:14:29 -06:00
mattbauer e505f13f17 Gemification and updated extconf.rb 2008-12-27 20:12:49 -06:00