Commit Graph

934 Commits

Author SHA1 Message Date
Kyle Banker 948fb58384 minor: coding to encoding 2009-12-01 17:29:22 -05:00
Kyle Banker d40f445c19 Fixes for 1.9 2009-12-01 17:23:24 -05:00
Kyle Banker 4b849d4b4b divided bson.rb in two 2009-12-01 13:55:04 -05:00
Kyle Banker 05b5fc576b Cleanup w/r/t loading c ext and testing it 2009-12-01 13:49:57 -05:00
Mike Dirolf 7709e127bf no need for separate CBson tests. just run with RUBYOPT=rubygems and mongo_ext installed 2009-11-30 18:05:15 -05:00
Kyle Banker f029cdde6a added test case for cbson utf-8 2009-11-30 17:50:54 -05:00
Kyle Banker a7c75d7fae Raise error on non utf-8 string in 1.8 2009-11-30 17:06:21 -05:00
Kyle Banker 8ff0d73fd8 BUMP 0.18 2009-11-25 11:43:25 -05:00
Kyle Banker a3cbacc99b minor: Docs, cleanup, history. 2009-11-25 11:26:30 -05:00
Christos Trochalakis b1b61d5c0b Added support for map-reduce 2009-11-25 11:26:29 -05:00
Mike Dirolf 36423240a6 minor: oops parens were still giving a warning 2009-11-25 10:35:06 -05:00
Mike Dirolf 6151f95cd5 minor: remove paren warning 2009-11-25 10:25:56 -05:00
Mike Dirolf fc0248e94f minor: whitespace 2009-11-25 10:25:28 -05:00
Kyle Banker 5b5ee9e376 minor: doc fix. 2009-11-24 17:41:41 -05:00
Kyle Banker 84267dfdbb minor: README updates. 2009-11-24 17:39:44 -05:00
Kyle Banker cdb60b378f Fixes for 1.9.1 compatibility. 2009-11-24 16:13:14 -05:00
Kyle Banker 072b025cdc Updates for connection-pooled operations on replica pairs. 2009-11-24 15:20:51 -05:00
Kyle Banker 539274bb7b minor: cleanup, docs 2009-11-24 14:43:52 -05:00
Kyle Banker ab0d189832 Simplified message sending methods names; organized Connection 2009-11-24 14:23:43 -05:00
Kyle Banker 3bdd3fdd53 Removed some unused methods. 2009-11-24 14:04:39 -05:00
Kyle Banker 154abda235 Fixes for pairing. 2009-11-24 13:55:59 -05:00
Kyle Banker 20562e96ab Tests passing for connection pooling. 2009-11-24 13:47:37 -05:00
Kyle Banker 515594ebf3 Completed deprecation of old sort options, :offset, and Collection#clear 2009-11-23 18:09:13 -05:00
Kyle Banker fcbdfdf8e4 Doc cleanup; merge cleanup 2009-11-23 16:03:33 -05:00
Kyle Banker 11a92349e9 Merged branch for initial connection pooling code 2009-11-23 15:20:05 -05:00
Kyle Banker 7890d6e146 Fixes for replica pairs. 2009-11-23 13:13:14 -05:00
Kyle Banker 12454d04ad Fixes for replica pairs (unstable) 2009-11-20 17:48:41 -05:00
Kyle Banker 25cf35ecbb minor: typo 2009-11-18 10:46:22 -05:00
Kyle Banker a4aff9bc26 minor: benchmark fix 2009-11-17 17:47:49 -05:00
Kyle Banker e1e6d4339a BUMP 0.17.1 added mongo_ext notice 2009-11-17 14:39:03 -05:00
Kyle Banker cd44c3c918 Fixed index ordering 2009-11-17 13:20:57 -05:00
Kyle Banker e8748651b5 minor: benchmark updates 2009-11-16 18:34:25 -05:00
Kyle Banker 7445459101 minor: doc fix 2009-11-16 16:45:37 -05:00
Kyle Banker 56705cccda minor: doc fix 2009-11-16 16:10:12 -05:00
Kyle Banker fb87c3c6b8 minor: added history 2009-11-16 11:18:44 -05:00
Kyle Banker 73c5c0e9bf BUMP 0.17 2009-11-16 10:56:34 -05:00
Kyle Banker 039484c263 minor: fixes for benchmarks and byte buffer defaults 2009-11-16 10:40:16 -05:00
Mike Dirolf 572bf10110 C ext: build on ruby 1.9 and fix objectid generation 2009-11-13 11:41:50 -05:00
Kyle Banker 6cc595c61d Fixes for benchmark suite (removed proc.call) 2009-11-12 17:22:24 -05:00
Kyle Banker 3362fb5be6 Simplified BSON serialization calls for performance. 2009-11-12 14:48:49 -05:00
Kyle Banker db1f382150 Added #hash method for ObjectID. 2009-11-11 10:47:42 -05:00
Kyle Banker 48b5e069e0 minor: made some db connection method private. 2009-11-05 16:14:37 -05:00
Kyle Banker 867783c665 Added support for multi-update (available in mongo >= 1.1.3) 2009-11-05 16:08:54 -05:00
Kyle Banker f891b4ece3 Updates and insert in safe mode are now thread-safe. 2009-11-05 15:14:48 -05:00
Kyle Banker 41c95a0392 refactoring: moved receive methods from cursor to db class. 2009-11-04 17:46:15 -05:00
Kyle Banker 20ed768460 added tests for copy_database 2009-11-04 11:57:03 -05:00
Kyle Banker ba51e345f9 Merge branch 'master' of git://github.com/voodootikigod/mongo-ruby-driver into dbcopy 2009-11-04 11:44:19 -05:00
Kyle Banker defa621796 Merge branch 'c-optimizations' of git://github.com/seancribbs/mongo-ruby-driver into c-optimizations 2009-11-04 10:41:16 -05:00
Chris Williams 1430df2fa1 Fixing a case issue. 2009-11-03 12:36:42 -05:00
Chris Williams 086d5e0357 Adding copy database functionality to Connection object. 2009-11-03 12:33:02 -05:00