Commit Graph

  • 2929c5abe5 Do a more restrictive glob for bdb binaries to solve problem with dbus binary Anders Elfving 2011-09-01 15:17:17 +0200
  • 70241a4ede Update the Jeweler task config to use the right homepage master Ash Moran 2011-08-25 06:05:54 +0800
  • ce62039b52 Regenerate gemspec for version 0.2.6 Ash Moran 2011-08-25 05:55:19 +0800
  • 3a2d5bb3d2 Update the README for the ruby-bdb GitHub links and tidy the formatting up a bit Ash Moran 2011-08-25 05:52:26 +0800
  • ad85908d16 Version bump to 0.2.6 Ash Moran 2011-08-25 05:51:01 +0800
  • 63de39ba9c Remove some commented-out code I've never seen used. If anyone screams we can put it back. Ash Moran 2011-08-25 05:46:23 +0800
  • 0229797d6b Add me (Ash) to the authors list Ash Moran 2011-08-25 02:31:40 +0800
  • 9ff767833c Detect and build against BerkeleyDB installed through MacPorts Ash Moran 2011-08-25 02:29:50 +0800
  • e4fbeb0b39 Ignore pkg/ in git Ash Moran 2011-08-25 02:29:06 +0800
  • c5f7fd3c52 Regenerate gemspec for version 0.2.5 Ash Moran 2011-08-24 19:05:03 +0800
  • f82b69f58c Reconfigure Rakefile to use the BDB gem and Github page for the gemspec Ash Moran 2011-08-24 19:02:51 +0800
  • c9b31284ca Add .gitignore to ignore .rvmrc Ash Moran 2011-08-24 19:01:48 +0800
  • 6915174d6c Version bump to 0.2.5 Ash Moran 2011-08-24 18:59:56 +0800
  • 6f26ed5a76 README.md: #encrypt= is very new. I don't know enough about it, so i can't sign it. Denis Knauf 2011-08-25 12:08:17 +0300
  • 5de2c5cf8f Merge pull request #4 from ma7dy/master Denis Knauf 2011-08-24 15:02:30 -0700
  • 1251a82c7b Adding Encryption support to Db Hamdy Khalil 2011-08-17 03:16:47 +0300
  • 813bffbd4e Adding encryption support Hamdy Khalil 2011-08-17 01:34:55 +0300
  • 720a7f1aea Adding encryption support Hamdy Khalil 2011-08-17 01:31:29 +0300
  • ee355fe03b Merge pull request #2 from ashmoran/bdb_5_and_homebrew_support Denis Knauf 2011-08-07 03:44:21 -0700
  • c92eea42c3 Trivial whitespace cleanup Ash Moran 2011-08-07 08:54:47 +0100
  • 46dc02f06b Re-order the directories mkmf searches for BDB so that a Homebrew install in /usr/local is detected Ash Moran 2011-08-07 08:54:38 +0100
  • ecbb019174 Add checks for BDB 5.0 and 5.1 Ash Moran 2011-08-07 08:53:49 +0100
  • 21ce8b68ab Make the C wrapper compile BDB 5.1 as if it was a recent 4.X Ash Moran 2011-08-07 08:52:36 +0100
  • b4e242ffe5 README.md changed: no --with-db -option Denis Knauf 2010-03-28 17:23:40 +0200
  • d00f64ab69 VERSION 0.2.4.2 Denis Knauf 2010-03-28 17:11:10 +0200
  • b329501945 tries to find db-libs and headers automatically. no more --with-db :) Denis Knauf 2010-03-28 17:09:09 +0200
  • e59232f993 little changes: Rakefile Denis Knauf 2010-03-20 23:19:11 +0100
  • 814bdb0061 local .gitignore Denis Knauf 2010-03-11 00:15:38 +0100
  • be6bf8d3eb gemcutter-ready Denis Knauf 2010-03-11 00:12:31 +0100
  • ddf5fdaee1 URI changed. New version, because gem yank does not work, yet. Denis Knauf 2010-03-10 23:46:33 +0100
  • 5a00d15515 gem-name changed: dk-bdb. gemcutter-upload should be possible now. Module-name unchanged! Version: 0.2.4 Denis Knauf 2010-03-10 23:15:15 +0100
  • 802b04cdf4 added: lg_max, lg_regionmax Denis Knauf 2010-03-10 23:04:41 +0100
  • 367939bffe lg_bsize added Denis Knauf 2010-03-09 19:16:23 +0100
  • 8216e3cef0 log_set_config: every flag an own setter/getter Denis Knauf 2010-03-09 19:10:24 +0100
  • 7c20d515ed log_set_config: for every flag one setter: example: env.log_direct=true Denis Knauf 2010-03-07 23:12:27 +0100
  • 8c0e0a84e7 README: now markdown Denis Knauf 2010-02-23 21:44:41 +0100
  • 245bc75273 README: now markdown Denis Knauf 2010-02-23 21:42:23 +0100
  • 9e8c0e6320 README: now markdown Denis Knauf 2010-02-23 21:40:21 +0100
  • 1520e5634e README: now markdown Denis Knauf 2010-02-23 21:39:08 +0100
  • 5d0d3544a6 README: now markdown Denis Knauf 2010-02-23 21:38:18 +0100
  • e0fc249e4d README: now markdown Denis Knauf 2010-02-23 21:36:46 +0100
  • 62aea1697c 0.2.3 Denis Knauf 2010-02-23 20:31:19 +0100
  • c93ebcc635 debug in put removed Denis Knauf 2010-02-23 20:29:48 +0100
  • 1de211ce07 More Exceptions && Queue#re_len(=) Denis Knauf 2010-02-23 19:38:18 +0100
  • a6f8fd9825 Queue#push: DB_APPEND isn't easy to understand Denis Knauf 2010-02-23 01:34:44 +0100
  • 7a27046ebb More exceptions Denis Knauf 2010-02-22 23:03:11 +0100
  • 120cad938a db_put: empty key possible. usefull for DB_APPEND Denis Knauf 2010-02-22 17:24:55 +0100
  • 2d2a8796d6 gemspec changed Denis Knauf 2010-01-29 23:39:47 +0100
  • 58556ce892 Ruby 1.9 compatible Denis Knauf 2010-01-29 23:17:31 +0100
  • 1bf9900ea7 Regenerated gemspec for version 0.2.2 Justin Balthrop 2009-12-17 16:19:40 -0800
  • dafeb62157 Version bump to 0.2.2 Justin Balthrop 2009-12-17 16:19:38 -0800
  • c5228a9862 Regenerated gemspec for version 0.2.1 Justin Balthrop 2009-12-17 16:18:47 -0800
  • 7fc986b404 Version bump to 0.2.1 Justin Balthrop 2009-12-17 16:18:37 -0800
  • 60e89db00a remove build files from gem Justin Balthrop 2009-12-17 16:18:25 -0800
  • 253e2e15f5 Regenerated gemspec for version 0.2.0 Justin Balthrop 2009-11-24 13:29:39 -0800
  • 819b977eae Version bump to 0.2.0 Justin Balthrop 2009-11-24 13:29:32 -0800
  • d99b6f7c45 add deadlock test Justin Balthrop 2009-11-24 13:29:07 -0800
  • eb48418f2f add deadlock test Justin Balthrop 2009-11-24 10:12:52 -0800
  • b0bee81362 ignore build files Justin Balthrop 2009-11-24 09:40:47 -0800
  • 251eff4063 add replication test and example Justin Balthrop 2009-11-24 09:38:53 -0800
  • 0359fe7c49 add database test Justin Balthrop 2009-11-23 23:34:51 -0800
  • a67537ee54 add missing replication file Justin Balthrop 2009-11-23 23:30:48 -0800
  • bef69b90eb add support for replication Justin Balthrop 2009-11-23 23:29:26 -0800
  • e0a617bde7 make compiling easier if you installed bdb in the default location Justin Balthrop 2009-11-23 23:29:11 -0800
  • 06357cb391 jeweler + gemcutter Justin Balthrop 2009-11-20 17:02:02 -0800
  • d476d17fbf don't commit gemspec Justin Balthrop 2009-11-20 14:10:57 -0800
  • 0705ed02ea update README Justin Balthrop 2009-11-20 13:45:39 -0800
  • cc91cdcd14 add missing files Justin Balthrop 2009-11-19 22:00:54 -0800
  • 5667b6bfff add support for DB_THREAD in preparation for replication Justin Balthrop 2009-11-19 20:01:11 -0800
  • 597fbb963c refactor and add PartitionedDatabase Justin Balthrop 2009-11-19 15:45:53 -0800
  • 110221e983 fixes for database Justin Balthrop 2009-11-19 13:46:38 -0800
  • ea38686c2c switch to jeweler Justin Balthrop 2009-11-19 13:46:24 -0800
  • 478c94529f add benchmark script Justin Balthrop 2009-11-19 11:13:58 -0800
  • 147c4696c8 replace Bdb::Simple with Bdb::Database Justin Balthrop 2009-11-19 11:13:38 -0800
  • 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 Justin Balthrop 2009-10-16 17:57:12 -0700
  • 6e2dec6ff9 update api link Justin Balthrop 2009-10-02 15:39:34 -0700
  • 8714158151 update api link Justin Balthrop 2009-10-02 15:39:09 -0700
  • 9430986e08 update api link Justin Balthrop 2009-10-02 15:38:14 -0700
  • 2abc1addd4 add mutex_set_max Justin Balthrop 2009-09-21 11:32:38 -0700
  • f5d2054739 bump version Justin Balthrop 2009-09-19 12:42:54 -0700
  • cc23fbfd31 support db-4.8 Justin Balthrop 2009-09-19 12:41:24 -0700
  • 865bf435f6 improve warning in associate callback function Justin Balthrop 2009-08-27 17:49:32 -0700
  • 9e2b2e2abb optimized compare_absolute method Justin Balthrop 2009-08-07 14:43:40 -0700
  • f83703c6af add simple_test and enumerable range/dup queries. improve absolute sort Justin Balthrop 2009-08-07 13:19:23 -0700
  • af7cb910ac add simple_test and enumerable range/dup queries. improve absolute sort Justin Balthrop 2009-08-07 13:18:56 -0700
  • 5592d5b746 bump version Justin Balthrop 2009-08-06 18:17:00 -0700
  • 401b8e8085 add absolute comparison function Justin Balthrop 2009-08-06 18:16:38 -0700
  • fb94827e79 bump version Justin Balthrop 2009-08-06 17:13:34 -0700
  • 7ffae260c3 add support for ranges to bdb/simple Justin Balthrop 2009-08-06 17:13:07 -0700
  • 36cd2b36e3 forgot to add simple to gemspec Justin Balthrop 2009-08-06 16:56:48 -0700
  • f28073fa9b add Bdb::Simple Justin Balthrop 2009-08-06 14:19:00 -0700
  • 6d5a78fd98 update tests and bump version Justin Balthrop 2009-08-06 11:36:34 -0700
  • c5e7eb6c73 add support for set_btree_compare and multi-key secondary indexes Justin Balthrop 2009-08-04 18:38:24 -0700
  • 3d4a54eb05 Added installation instructions for db4.6 from MacPorts Piotr Usewicz 2009-01-11 04:29:26 +0800
  • fdc6685372 Add get_home to Bdb::Env mattbauer 2009-01-05 00:00:59 -0600
  • 3fc7b7533e Note 4.7 in the README mattbauer 2008-12-30 22:18:02 -0600
  • d8a5fee030 Remove type from README mattbauer 2008-12-30 21:56:49 -0600
  • d33eb8350a Remove test_files typo from the gemspec mattbauer 2008-12-30 21:54:50 -0600
  • 162e3973ea Remove the rdoc from the gemspec mattbauer 2008-12-30 21:53:02 -0600
  • 6746238094 Getting the gem version working mattbauer 2008-12-30 21:51:14 -0600