Commit Graph

  • 3e2c4c3851 minor: replica set test improvements Kyle Banker 2011-11-04 09:22:57 -0400
  • 01d1231373 Added thread-local sockets to ReplSetConnection Kyle Banker 2011-11-03 18:48:01 -0400
  • 54433502f5 minor: cleanup Kyle Banker 2011-11-03 18:41:25 -0400
  • f668678fd1 Store sockets in thread-local variables when possible. Allow connection pools to grow if needed. All this minimizes the number of locks required and reduces the waiting time for these locks. Kyle Banker 2011-11-03 18:37:23 -0400
  • 0b33a48dd9 minor: clear accessors for defined methods Kyle Banker 2011-11-03 11:21:00 -0400
  • 5b349e7175 Remove debug info. Kyle Banker 2011-11-03 11:19:26 -0400
  • 68627cef3d Replica Set test harness refactoring. Kyle Banker 2011-11-03 11:17:36 -0400
  • 3e7c28e1ef Add networking module. Kyle Banker 2011-11-02 18:01:48 -0400
  • a5373ddb83 Initial decoupling of Connection, ReplSetConnection, and networking code. Kyle Banker 2011-11-02 18:00:52 -0400
  • 3655a94934 Stop using 'sync' library. Don't trust it. Too complex. Kyle Banker 2011-11-02 17:33:34 -0400
  • 1f068ce127 Cleanup for proxying to PoolManager. Kyle Banker 2011-11-02 15:41:59 -0400
  • f98c1099dc Ensure we pass pool timeout to pool. Kyle Banker 2011-11-02 15:21:46 -0400
  • d171f75bb0 Don't copy manager data. Kyle Banker 2011-11-02 15:16:28 -0400
  • abe3532d2a RUBY-352 test commands go to primary Kyle Banker 2011-10-26 12:34:16 -0400
  • 14593954fa RUBY-352 Ensure commands are sent to primary. Kyle Banker 2011-10-26 10:28:06 -0400
  • 9b6589e033 Auto-refresh will be disabled by default. Kyle Banker 2011-10-26 10:26:50 -0400
  • f179a106ea fix for warnings when running in 1.8.6 Myers Carpenter 2011-10-18 16:59:57 -0400
  • 1da5778c38 BUMP 1.4.1 1.4.1 Kyle Banker 2011-10-17 15:54:11 -0500
  • 045a556e99 minor: test fix Kyle Banker 2011-10-17 15:09:54 -0500
  • ddb56a537f BUMP 1.4.1 Kyle Banker 2011-10-17 14:55:21 -0500
  • 03549d1b67 minor: HISTORY Kyle Banker 2011-10-17 14:54:25 -0500
  • 8aa791e051 minor: docs Kyle Banker 2011-10-17 14:53:14 -0500
  • 78dd5035d7 minor fix Kyle Banker 2011-10-17 14:49:44 -0500
  • 8e02b4e9b4 minor: test fix Kyle Banker 2011-10-17 14:36:47 -0500
  • 7a11bb18a9 Ensure that cursor requiring getmore ops will not be affected by replica set refresh. Kyle Banker 2011-10-17 14:41:09 -0400
  • 1aad8d1e14 minor: HISTORY Kyle Banker 2011-10-15 23:53:55 -0400
  • b3c3206eeb minor: formatting Kyle Banker 2011-10-14 09:53:23 -0400
  • 6a7e991689 Fix connection leak and refresh. Kyle Banker 2011-10-14 09:52:11 -0400
  • 1001e59e44 minor: test framework fixes; minor bug fixes Kyle Banker 2011-10-13 17:58:20 -0400
  • 1647c89721 minor: docs Kyle Banker 2011-10-13 12:06:39 -0400
  • c2070bb90a minor: simply and refactor auto refresh Kyle Banker 2011-10-12 17:13:48 -0400
  • 566d1a844f minor: test to reproduce CURSOR_NOT_FOUND error with async refresh Kyle Banker 2011-10-12 10:51:57 -0400
  • 92a2e86d9a Allow logging from Collection using Connection logger slloyd 2011-10-10 10:51:03 -0700
  • 56e7ea6812 Update gridstore_benchmark.rb to make it works with the current gem code. hartator 2011-10-08 13:29:07 +0300
  • f5f714a1a1 Added some basic, sanity-checking tests. Kyle Banker 2011-10-07 13:55:09 -0400
  • 118cb18c33 Removed a completely unnecessary mutex. Kyle Banker 2011-10-07 12:13:18 -0400
  • 09c8a3838c Fixed major bug where :refresh_mode == :async Kyle Banker 2011-10-06 14:50:51 -0400
  • 8525f4ceac Fixed major bug where :refresh_mode == :sync Kyle Banker 2011-10-06 14:26:39 -0400
  • cd552fbf12 tweaked Markdown to display code snippet properly Mike Manewitz 2011-10-03 18:02:30 -0500
  • 018da9049c minor: test fix Kyle Banker 2011-09-26 17:48:17 -0400
  • 9eaf6b7b83 Support the current MongoDB URI scheme with multiple hosts/ports separated by commas all using the same authentication and database. David E. Chen 2011-09-08 15:31:33 -0700
  • 69598857ef minor: tests Kyle Banker 2011-09-26 16:27:10 -0400
  • fd0e858021 MongoDB URI should allow db with no username or password. Michael Glass 2011-08-29 16:13:21 -0700
  • 77e9c05e40 sending a shutdown command to kill a node seems a lot more reliable than issuing a kill command (on my system anyways) Karl Seguin 2011-08-11 22:35:08 +0800
  • d166975af9 Ammended BUMP 1.4.0 1.4.0 Kyle Banker 2011-09-20 14:49:36 -0400
  • 4d41092aaa BUMP 1.4.0 Kyle Banker 2011-09-19 12:05:10 -0400
  • fe5f37b5d3 minor: remove bad test Kyle Banker 2011-09-19 12:05:03 -0400
  • ec97cd6d53 RUBY-331 fix sort on Collection#map_reduce Kyle Banker 2011-09-19 11:46:15 -0400
  • e613880922 RUBY-327 Kyle Banker 2011-09-19 11:40:40 -0400
  • e2fe70b022 minor: update HISTORY Kyle Banker 2011-09-19 10:13:43 -0400
  • e6ab0be01e minor: update HISTORY Kyle Banker 2011-09-19 10:05:08 -0400
  • 63c91af1b1 minor fixes and doc updates. :sync is default refresh mode. Kyle Banker 2011-09-15 18:44:02 -0400
  • 3e3f05813a minor: cleanup and test fix Kyle Banker 2011-09-15 17:46:59 -0400
  • b910e3e635 Add synchronous refresh; fix connection leak. Kyle Banker 2011-09-15 15:44:12 -0400
  • 83eaa4d51b Replica Set connection improvements for refresh and multi-threaded apps. Kyle Banker 2011-09-13 17:50:01 -0400
  • a370f3abed minor: ReplSetConnection#connected? will be eventaully consistent. Kyle Banker 2011-09-13 10:44:27 -0400
  • 701bba8942 RUBY-306 added missing file Kyle Banker 2011-09-11 12:08:26 -0400
  • e678bac75e RUBY-306 clean up logging. Kyle Banker 2011-09-07 17:14:53 -0400
  • 75941ad2a3 minor: Cursor cleanup Kyle Banker 2011-09-07 10:17:24 -0400
  • 1c439df278 RUBY-312 Enable exhaust-mode queries. Kyle Banker 2011-09-07 10:02:10 -0400
  • 75ff1aa633 minor: doc fixes Kyle Banker 2011-09-06 16:36:45 -0400
  • 1f7cbc70d0 RUBY-295 document tailable cursor API. Kyle Banker 2011-09-06 16:33:36 -0400
  • 7ac19f1bfa minor: Cursor#next over Cursor#next_document Kyle Banker 2011-09-06 16:23:55 -0400
  • d44eb01da6 RUBY-304 minor: doc fix Kyle Banker 2011-09-06 15:28:12 -0400
  • 0abb2e64a9 RUBY-284 RUBY-291 document read preference with secondary ping time Kyle Banker 2011-09-06 15:23:51 -0400
  • cfa3bed965 minor: doc fix Kyle Banker 2011-09-06 15:01:53 -0400
  • 50c38c6c6b RUBY-284 document :read API Kyle Banker 2011-09-06 14:58:03 -0400
  • 5d83ab2460 RUBY-313 minor: deprecation warning should include removal version. Kyle Banker 2011-09-06 14:30:00 -0400
  • 046038e18d RUBY-297 when possible, include error codes and return objects in exception classes. Kyle Banker 2011-09-06 14:22:50 -0400
  • 1e951d6734 RUBY-316 Kyle Banker 2011-09-06 11:40:25 -0400
  • 834b0db0af RUBY-307 Collection#count should take a query, skip, and limit. Kyle Banker 2011-09-06 11:38:19 -0400
  • b0b1c043ca Pool manager unit test. Kyle Banker 2011-09-02 16:28:40 -0400
  • 30f595a584 Merge pull request #57 from bonifaido/master Kyle Banker 2011-09-02 08:44:13 -0700
  • 1b595316c6 use BSON::ObjectId rather than Mongo::ObjectId for return values in doc Nandor Kracser 2011-09-01 21:33:23 +0200
  • e2178b0f1d RUBY-322 nicer inspect methods Kyle Banker 2011-09-01 11:42:56 -0400
  • a916d3c8a2 minor: organization Kyle Banker 2011-09-01 11:32:32 -0400
  • fbeea87c47 Added some read preference tests; refactoring; nice Pool#inspect. Kyle Banker 2011-08-31 17:34:06 -0400
  • 2ff4169a50 Remove unnecessary code. Kyle Banker 2011-08-31 16:06:14 -0400
  • adb4675f20 RUBY-321 Use sync RW lock for ReplSetConnection. Bug fixes. Kyle Banker 2011-08-31 16:05:21 -0400
  • 7769f4d44d minor: test fix Kyle Banker 2011-08-31 11:46:33 -0400
  • 3c31dc6acd Disabled auto-refresh by default. Kyle Banker 2011-08-30 16:17:05 -0400
  • e8a5375cbf minor: replica set test fixes Kyle Banker 2011-08-30 16:16:47 -0400
  • 8b2de82464 RUBY-320 ReplSetConnection now caches tags and maps them to pools for reading. Kyle Banker 2011-08-30 15:59:04 -0400
  • 45c40e7267 RUBY-320 RUBY-284 initial cascading read API. Mapping sockets to pools. Kyle Banker 2011-08-29 17:49:58 -0400
  • a6ea525e3d RUBY-319 support continue_on_error insert flag Kyle Banker 2011-08-29 12:04:01 -0400
  • 8c241cded7 RUBY-317 Kyle Banker 2011-08-29 11:22:55 -0400
  • f00c0dfcf0 RUBY-316 initial SSL support Kyle Banker 2011-08-26 17:35:40 -0400
  • 8db62d2cbf RUBY-311 ensure that ReplSetConnection connects to replica set members only. Kyle Banker 2011-08-26 12:40:13 -0400
  • 85a53571bc minor: test cleanup Kyle Banker 2011-08-26 10:59:49 -0400
  • 5559f91da2 RUBY-314 test for update when a node is removed Kyle Banker 2011-08-25 18:52:20 -0400
  • 1c430abd88 minor: benchmark should use local checkout Kyle Banker 2011-08-25 15:08:21 -0400
  • d999a5ba4d RUBY-315 deprecate BSON.max_bson_size and BSON.update_max_bson_size. Kyle Banker 2011-08-25 15:03:40 -0400
  • cf0dafd6e7 Update Java driver jar. Kyle Banker 2011-08-25 14:57:55 -0400
  • 3c127984a3 RUBY-242 check BSON size on a per-connection basis. Kyle Banker 2011-08-25 14:57:24 -0400
  • 9b42265d10 Fixed unit test Kyle Banker 2011-08-25 12:56:06 -0400
  • 0e227d5a39 minor: remove unused method Kyle Banker 2011-08-25 11:34:24 -0400
  • f3fbb98fa8 RUBY-314 replica set connection and test cleanup Kyle Banker 2011-08-25 11:27:58 -0400
  • 1d064e107d Merge pull request #55 from spk/minor_doc_fix Kyle Banker 2011-08-24 15:24:54 -0700
  • a3b28f7bde Merge pull request #54 from renctan/master Kyle Banker 2011-08-24 15:24:06 -0700
  • 1090dd3873 RUBY-314 initial implementation of replica set health checking via background thread Kyle Banker 2011-08-24 18:34:00 -0400