0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

132 Commits

Author SHA1 Message Date
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
Eliot Horowitz
01f0820253 fix DBClientCursor ownership of ScopedDBConnection SERVER-1048 2010-04-26 00:05:10 -04:00
Dwight Merriman
c4bd465042 towards 3 2010-04-24 18:25:58 -04:00
Dwight
67e3503b9d bson cleaning 2010-04-22 10:31:16 -04:00
Dwight
b3347b10d7 rs 2010-04-20 15:30:37 -04:00
Eliot Horowitz
e9c541820b Query class supports $query 2010-04-17 17:22:19 -04:00
Eliot Horowitz
f528f30c4f client fix for bad queries 2010-04-09 14:32:24 -04:00
Aaron
1b0b94cb9c SERVER-832 use send/recv timeouts 2010-04-08 12:14:20 -07:00
Mathias Stearn
49dc591f5d Move all name resolution to SockAddr constructor.
Start using getaddrinfo/getnameinfo.
2010-04-08 00:08:57 -04:00
Mathias Stearn
6e68fe7d70 better handling of IPv6 literal addresses 2010-04-08 00:08:56 -04:00
dwight
8cfdca9d3f Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-07 18:19:40 -04:00
Mathias Stearn
897b81a7b2 Remove code to automatically use unix sockets 2010-04-06 13:31:42 -04:00
dwight
0843672310 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-06 03:11:31 -04:00
Mathias Stearn
418c926354 disable automatic usage of unix sockets 2010-04-05 21:46:04 -04:00
dwight
99a693b7a9 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-05 21:15:12 -04:00
Mathias Stearn
9d5da5e690 If using localhost, try to use unix socket SERVER-866 2010-04-05 19:33:37 -04:00
Mathias Stearn
a9382d41f0 Unix socket support (must use --nohttpinterface for now) SERVER-866 2010-04-02 19:26:13 -04:00
dwight
3e5a7a1d44 uassert instead of massert in dbclient on a network break
debatable which is better - this will stop the stack trace output on a connection error
2010-03-29 19:00:14 -04:00
Eliot Horowitz
4557de5376 can't inline isOk 2010-03-11 11:40:27 -05:00
Aaron
00684b8c1b SERVER-693 don't duplicate db name when creating collection 2010-03-02 16:21:51 -08: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 Merriman
af43db2aca better error message 2010-02-12 15:56:17 -05:00
Dwight
397e511e3a check for null 2010-02-04 15:46:11 -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
Dwight
4d8a09b25a cleanup comments prepwork for some repl improvements 2010-01-04 11:15:09 -05:00
Dwight
7d26553061 a little code cleanup / renameing 2010-01-03 16:37:38 -05:00
Eliot Horowitz
d531f77f67 nsToClient -> nsToDatabase 2009-12-31 16:31:07 -05:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Eliot Horowitz
edfe77b6ef quorom connection (for sharding config) checkpoint 2009-12-16 16:26:49 -05:00
Eliot Horowitz
d3ece690ef add optional options param to more methods 2009-12-02 16:56:37 -05:00
Eliot Horowitz
0630b33340 moved some methods from DBClientBase to DBClientWithCommands 2009-11-12 13:56:28 -05:00
Eliot Horowitz
a3da013fab question about SERVER-193 2009-11-10 16:55:26 -05:00
Mathias Stearn
d27c8505ea all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
Eliot Horowitz
e8466f3dc5 flag to update multiple objects with $ operators SERVER-268 2009-10-21 22:54:11 -04:00
Eliot Horowitz
10e82eae73 remove muliple with _id range remove SERVER-365 2009-10-16 15:33:56 -04:00
Dwight
04104f13a1 add mapreduce() to the c++ client api.
not yet tested.
2009-10-02 16:55:47 -04:00
Eliot Horowitz
95baa00d45 exists( ns ) 2009-10-01 17:15:33 -04:00
Eliot Horowitz
8b91377b09 dropIndex, dropIndexes, getIndexes, reIndex for c++ driver SERVER-314 2009-09-24 17:41:09 -04:00
dwight
68c24f3595 getLastErrorDetailed() for C++ client 2009-09-14 12:31:47 -04:00
Eliot Horowitz
e8d20f47ac count of missing namespace returns 0 2009-09-01 17:28:15 -04:00
Eliot Horowitz
6281fe4ee7 const BSONObj 2009-09-01 17:08:57 -04:00
Dwight
2706a28123 begin cmdline.h 2009-08-25 10:24:44 -04:00
Eliot Horowitz
9f0fde9d31 clean warning MINOR 2009-08-13 13:25:19 -04:00