Commit Graph

176 Commits

Author SHA1 Message Date
dwight
203a76fa05 conventions cleaning 2010-11-10 11:49:28 -05:00
dwight
279d33bee6 dbclient: once a connection in failed state be sure not to use it. this is a fairly big change in a way because it now throws mroe often. affects replica sets. 2010-10-31 19:12:12 -04:00
Dwight
602acdfd0c Merge branch 'master' of github.com:mongodb/mongo 2010-10-29 13:40:50 -04:00
Dwight
0b140039bc cleaning; towrads our code standards; consting; better var name 2010-10-29 13:40:42 -04:00
Eliot Horowitz
1110b42704 better error messages on network errors 2010-10-29 00:49:08 -04:00
Eliot Horowitz
db4569cc56 count takes skip/limit 2010-10-28 13:47:30 -04:00
dwight
de2e29a934 cleaning and slightly nicer output rs 2010-10-18 20:43:21 -04:00
Alberto Lerner
da10c9799c SERVER-1691 don't cache calls to ensureIndex if sharding a collection 2010-09-30 08:38:40 -04:00
Mathias Stearn
4e1692b74f Fix unix socket parsing and add test SERVER-1867 2010-09-28 21:56:22 -07:00
Alberto Lerner
087a79e4be fix typo 2010-08-21 16:02:51 -04:00
Alberto Lerner
7a7cc4adfa SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -04:00
Eliot Horowitz
3f63ac712b change massert to uassert 2010-08-16 23:31:22 -04:00
Eliot Horowitz
f1a8c6ef54 fix getMore with sharding+rs in edge case SERVER-1584 2010-08-06 13:24:59 -04:00
Eliot Horowitz
c970eb624f allow set of 1 since can derive SERVER-1556 2010-08-03 11:47:47 -04:00
dwight
6a5c95a8d3 unref local var warning 2010-07-30 15:01:03 -04:00
Eliot Horowitz
9b12951db2 c++ repl set connection will add hosts in hosts array to list SERVER-1320 2010-07-30 14:51:28 -04:00
Eliot Horowitz
67f4da9b32 replaced replica pair connection with basic set version SERVER-1320 2010-07-30 14:30:02 -04:00
Eliot Horowitz
12aa34d0fa centralize connection url parsing SERVER-1319 2010-07-30 11:20:33 -04:00
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
Alberto Lerner
ed0081deed SERVER-1270 Elim c_str() /client 2010-07-20 12:57:07 -04:00
Alberto Lerner
f51a4d0669 SERVER-1270 Hook StringData to BufBuilder 2010-07-19 09:56:24 -04:00
dwight
46542f495c cleaning 2010-07-18 13:34:16 -04:00
Alberto Lerner
daf8c0fbd0 Revert "SERVER-1270 Prep for hooking StringData"
This reverts commit b7c9a9fc57.
2010-07-17 16:07:38 -04:00
Alberto Lerner
b7c9a9fc57 SERVER-1270 Prep for hooking StringData 2010-07-17 14:33:17 -04:00
Eliot Horowitz
2ae0976481 use long instead of int for count 2010-07-16 12:30:05 -04:00
Eliot Horowitz
d9a83e2d4d fix error code 2010-07-16 09:42:35 -04:00
Aaron
f26c497470 Merge branch 'master' of github.com:mongodb/mongo 2010-07-15 15:50:33 -07:00
Aaron
2197e24460 SERVER-1387 clone/exhaust 2010-07-14 10:28:38 -07:00
Eliot Horowitz
360628a253 don't inline in cpp SERVER-1420 2010-07-14 11:50:42 -04: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
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
38f4332418 fix bad result handling SERVER-1275 2010-06-21 17:57:56 -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
4bf152cd56 make a .vcxproj/.sln for the shell 2010-06-05 20:55:11 -04:00
Eliot Horowitz
49535d34bf make getLastError smarter in a sharded environment 2010-06-02 12:30:08 -04:00
Mathias Stearn
5c6f353ad6 Make sharding work with $orderby 2010-05-28 18:11:52 -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
13406e9ac4 isOK() should take ok:true not just ok:1 2010-05-14 17:00:42 -04:00
Dwight
edefb29e37 rs and lots of misc including dbwebserver 2010-05-06 15:38:58 -04:00
Eliot Horowitz
b3b64405f5 findOne throws better error 2010-04-29 21:45:58 -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
9134fe0858 tailable cursors have different cursor id semantics 2010-04-26 13:18:49 -04:00
Eliot Horowitz
027dbd515b throw exception in client if cursor doesn't exist on server SERVER-193 2010-04-26 12:51:11 -04:00