Commit Graph

178 Commits

Author SHA1 Message Date
Eliot Horowitz
1c138b4c77 fix paired auth 2010-07-26 16:25:27 -04:00
Eliot Horowitz
a23b97a690 cleaning remove flags 2010-07-22 22:38:35 -04:00
Eliot Horowitz
3bfc2c0099 findOne now takes const Query& 2010-07-21 16:30:32 -04:00
Eliot Horowitz
6048738ac9 raw methods for talking to db
fix sync cluster connection getMore
2010-07-21 14:12:32 -04:00
dwight
d423c6169e rs initial sync 2010-07-19 09:29:49 -04:00
Aaron
2197e24460 SERVER-1387 clone/exhaust 2010-07-14 10:28:38 -07:00
Mathias Stearn
13c6875815 temporarily Revert "git rid of "operator string""
This reverts commit 95fa51a1df.
2010-07-07 01:22:33 -04:00
Mathias Stearn
95fa51a1df git rid of "operator string" 2010-07-07 00:30:17 -04:00
Eliot Horowitz
6bd7d29d99 better distributed locking 2010-07-02 16:48:21 -04:00
Eliot Horowitz
fd8d8670a6 masterConn in DBClientPaired 2010-07-01 10:22:00 -04:00
Eliot Horowitz
05de6bdacb more work on ConnectionString SERVER-1319 2010-07-01 01:00:21 -04:00
Eliot Horowitz
218972103f starting ConnectionString abstraction SERVER-1319 2010-06-30 14:24:26 -04:00
dwight
f9c5985808 haveDatabases() method 2010-06-26 13:32:35 -04:00
Eliot Horowitz
38f4332418 fix bad result handling SERVER-1275 2010-06-21 17:57:56 -04:00
Eliot Horowitz
5b45fbea90 fix doxygen comments 2010-06-14 15:29:42 -04:00
Eliot Horowitz
ebd6d55fbb make maxSize for a capped collection a long long SERVER-1235 2010-06-14 15:20:45 -04:00
dwight
3ac7b05737 QueryOption_Exhaust 2010-06-06 22:19:06 -04:00
dwight
931acbf20c cleaning - do a little more outside the read lock on a query 2010-06-05 16:37:00 -04:00
Eliot Horowitz
49535d34bf make getLastError smarter in a sharded environment 2010-06-02 12:30:08 -04:00
Eliot Horowitz
e365deea86 clean up cursors SERVER-1167 2010-05-28 14:23:37 -04:00
Mathias Stearn
d6986f0ab3 auto_ptr -> scoped_ptr in DBClientConnection 2010-05-27 17:36:57 -04:00
Dwight
14a72201cf rs 2010-05-07 12:37:09 -04:00
Eliot Horowitz
aff81e633e DBClientPaired::isFailed is backwards SERVER-1076 2010-05-03 08:29:34 -04:00
Eliot Horowitz
1ba7715c1f some client refactoring 2010-04-29 10:15:05 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
01f0820253 fix DBClientCursor ownership of ScopedDBConnection SERVER-1048 2010-04-26 00:05:10 -04:00
Mathias Stearn
2f197d5192 Automatic cleanup of global macros in client headers. SERVER-1042 2010-04-23 18:10:14 -04:00
Eliot Horowitz
a60318c503 begginings of WriteConcern for c++ and a update impl for SCC that doesn't fsync 2010-04-23 11:22:35 -04:00
Dwight
9a640cbaa4 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-22 16:18:04 -04:00
Dwight
09a4b15404 rs work; ismaster 2010-04-22 16:17:18 -04:00
Eliot Horowitz
7486cca9e7 make default parameters more human readable 2010-04-22 13:32:41 -04:00
Dwight
7fb0052d9c some rs work and clean up BSONElement 2010-04-21 14:41:09 -04:00
Dwight Merriman
b0cdfca990 checkpooint 2010-04-20 21:55:34 -04:00
Dwight
b3347b10d7 rs 2010-04-20 15:30:37 -04:00
Dwight Merriman
3664f5a5c9 Merge branch 'master' of github.com:mongodb/mongo 2010-04-18 12:30:55 -04:00
Dwight Merriman
dbaab6e1ce replset work 2010-04-18 12:30:40 -04:00
Eliot Horowitz
e9c541820b Query class supports $query 2010-04-17 17:22:19 -04:00
Dwight Merriman
a7773efd71 comment 2010-04-16 10:21:15 -04:00
Aaron
1b0b94cb9c SERVER-832 use send/recv timeouts 2010-04-08 12:14:20 -07:00
Mathias Stearn
6e68fe7d70 better handling of IPv6 literal addresses 2010-04-08 00:08:56 -04:00
Eliot Horowitz
1e6780f844 can use sharding with SyncClusterConnection for 2 phase commit across 3 servers SHARDING-39 2010-03-22 11:47:37 -04:00
Eliot Horowitz
92dca86601 some abstractions in prep for SHARDING-39 2010-03-22 09:51:06 -04:00
Eliot Horowitz
43ab678aa0 read only command support in ClusterSyncConnection 2010-03-11 11:20:20 -05:00
yellow
863ccc38bf old g++ fix 2010-03-01 20:40:22 -05:00
Aaron
218036b2a4 SERVER-580 add putBack() to db client cursor 2010-03-01 10:07:01 -08:00
Eliot Horowitz
dd19206172 batchSize option for js and c++ 2010-02-27 11:16:26 -05:00
Mathias Stearn
11c49cb195 nToReturn is now a limit in C++ driver SERVER-537 2010-02-26 22:40:50 -05:00
Dwight
eb75c9529f comments 2010-02-23 11:06:26 -05:00
Dwight
7e736f67c1 Cloner: don't dbtemprelease too often 2010-02-09 15:32:49 -05:00
Aaron
0131eaf887 Add debugging support for multiple destructors, and some guards to prevent this condition from arising 2010-02-01 15:41:04 -08:00