0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
Commit Graph

369 Commits

Author SHA1 Message Date
Eliot Horowitz
859c0e775d make test more lenient 2010-05-08 23:26:59 -04:00
Eliot Horowitz
3a0b24b71c debugging 2010-05-08 22:51:46 -04:00
Eliot Horowitz
435cdcea55 some typos SERVER-1103 2010-05-08 11:46:40 -04:00
Dwight
14a72201cf rs 2010-05-07 12:37:09 -04:00
Eliot Horowitz
aaebac3baa update client 2010-05-07 09:53:56 -04:00
Dwight
e783261870 ScopedConn rs 2010-05-06 16:48:07 -04:00
Dwight
edefb29e37 rs and lots of misc including dbwebserver 2010-05-06 15:38:58 -04:00
Eliot Horowitz
a48c830de9 Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -04:00
Eliot Horowitz
f68e9e0235 fix ScopedDBCOnnectionleak SERVER-1077 2010-05-03 08:48:15 -04:00
Eliot Horowitz
aff81e633e DBClientPaired::isFailed is backwards SERVER-1076 2010-05-03 08:29:34 -04:00
Eliot Horowitz
b3b64405f5 findOne throws better error 2010-04-29 21:45:58 -04:00
Mathias Stearn
ea0fbff07b remove duplicate $err 2010-04-29 18:37:09 -04:00
Mathias Stearn
7f03ac9d75 better error message 2010-04-29 18:18:21 -04:00
Eliot Horowitz
5e83558188 fix how pooling and get more work 2010-04-29 10:40:59 -04:00
Eliot Horowitz
1ba7715c1f some client refactoring 2010-04-29 10:15:05 -04:00
Eliot Horowitz
0d7e6b4913 connPoolStats 2010-04-28 23:59:24 -04:00
Eliot Horowitz
0a7fd9cc2b stdafx.h -> pch.h part 2 2010-04-27 15:33:27 -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
Eliot Horowitz
01f0820253 fix DBClientCursor ownership of ScopedDBConnection SERVER-1048 2010-04-26 00:05:10 -04:00
Mathias Stearn
e79374e3c9 update redef_macros.h 2010-04-24 22:55:49 -04:00
Dwight Merriman
c4bd465042 towards 3 2010-04-24 18:25:58 -04:00
Dwight Merriman
ebb1a574eb decruft 2010-04-24 14:42:59 -04:00
Dwight Merriman
eee1ce9b3d dont need these undefs anymore 2010-04-24 14:40:22 -04:00
Dwight Merriman
66039bd827 less defines - use inlines instead. uassert etc. 2010-04-24 14:23:25 -04:00
Mathias Stearn
036a302e38 Macro smashing. Also sequester lower-case null to ntservice.cpp 2010-04-23 21:07:59 -04:00
Mathias Stearn
4f4dd053aa Get rid of xassert 2010-04-23 20:14:37 -04:00
Mathias Stearn
0638bbfee2 replace pragmas push_macro and pop_macro SERVER-1042 2010-04-23 20:14:37 -04:00
Mathias Stearn
ae303a06c5 Remove yassert 2010-04-23 20:11:54 -04:00
Dwight Merriman
1a27750682 opread doesnt need to be a macro 2010-04-23 19:32:21 -04:00
Mathias Stearn
2f197d5192 Automatic cleanup of global macros in client headers. SERVER-1042 2010-04-23 18:10:14 -04:00
Dwight
bd8a3e9527 more /_commands 2010-04-23 16:41:56 -04:00
Dwight
7925232f7e Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-23 15:51:13 -04:00
Dwight
837fd2cd86 /_commands in the http interface 2010-04-23 15:50:49 -04:00
Mathias Stearn
60002a4741 cleanup.h to undef macros SERVER-1042 2010-04-23 14:26:26 -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
Eliot Horowitz
3758c71ab8 implement remove() for SCC 2010-04-22 21:02:44 -04:00
Eliot Horowitz
81c90b34e5 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-22 17:07:51 -04:00
Eliot Horowitz
8a477653a9 indexes and SCC 2010-04-22 17:06:13 -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
Eliot Horowitz
3e015f17c8 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-22 10:36:25 -04:00
Eliot Horowitz
3a1764027e don't duplicate _id from Model 2010-04-22 10:36:17 -04:00
Dwight
67e3503b9d bson cleaning 2010-04-22 10:31:16 -04:00
Eliot Horowitz
0e251248a2 use upsert 2010-04-21 17:22:44 -04:00
Eliot Horowitz
a814321b01 clean up Model _id handling 2010-04-21 16:02:44 -04:00
Eliot Horowitz
b63a7c1eb0 SyncClusterConnection _id safety 2010-04-21 15:55:58 -04:00
Dwight
7fb0052d9c some rs work and clean up BSONElement 2010-04-21 14:41:09 -04:00