0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

302 Commits

Author SHA1 Message Date
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
Eliot Horowitz
d8e56af586 do'nt require boost options in mongoclient SERVER-855 2010-03-31 11:57:27 -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
Dwight
8c0333345a first pass at making replication more realtime 2010-03-26 14:37:31 -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
2e38dbcc69 move --fork --logpath --logappend into cmdline so it works for mongos SHARDING-82 2010-03-18 16:38:27 -04:00
Aaron
c971842a55 Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.

Conflicts:

	db/instance.h
2010-03-15 09:42:01 -07:00
Eliot Horowitz
0cbd5b6a37 move CmdLine cmdLine into its own file in prep for other command line work 2010-03-12 12:14:23 -05:00
Eliot Horowitz
4557de5376 can't inline isOk 2010-03-11 11:40:27 -05:00
Eliot Horowitz
43ab678aa0 read only command support in ClusterSyncConnection 2010-03-11 11:20:20 -05:00
Aaron
eb7cde3e75 Revert "SERVER-695 don't destroy static global mutexes"
This reverts commit 714ec2fdc8.
2010-03-10 00:39:26 -08:00
Aaron
714ec2fdc8 SERVER-695 don't destroy static global mutexes 2010-03-09 23:59:10 -08:00
Aaron
00684b8c1b SERVER-693 don't duplicate db name when creating collection 2010-03-02 16:21:51 -08: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
Eliot Horowitz
a347ce9b85 change Command locking config 2010-02-26 14:38:51 -05:00
Dwight
32c065676e Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-23 11:06:53 -05:00
Dwight
eb75c9529f comments 2010-02-23 11:06:26 -05:00
Eliot Horowitz
8fbc9c34ac move dummy createDirectClient 2010-02-17 11:03:29 -05:00
Eliot Horowitz
62aad0ee18 refactoring runQuery / UserQueryOp part 1 2010-02-15 22:33:27 -05:00
Dwight Merriman
10287f9e03 Merge branch 'master' of github.com:mongodb/mongo 2010-02-12 19:10:17 -05:00
Dwight Merriman
af43db2aca better error message 2010-02-12 15:56:17 -05:00
Eliot Horowitz
2f406ce762 test for http interface 2010-02-12 11:33:07 -05:00
Richard Kreuter
afa21134b2 Merge branch 'licensing' 2010-02-09 16:48:47 -05:00
Richard Kreuter
b96e4b2976 Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
Dwight
7e736f67c1 Cloner: don't dbtemprelease too often 2010-02-09 15:32:49 -05:00
Ilya Martynov
c751a4a047 Performance fix: pass set<ServerAndQuery> as a const reference to
SerialServerClusteredCursor and ParallelSortClusteredCursor
constructors instead of passing a copy
2010-02-09 11:33:10 +08: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
0a3f5af2c3 fix vcproj; typo 2010-01-20 14:34:53 -05:00
Eliot Horowitz
2ff6749889 Quorum -> SyncClusterConnection 2010-01-19 17:36:01 -05:00
Eliot Horowitz
1ba0144d4f when scanning serially, if a chunk had no results, stopped prematurely SHARDING-71 2010-01-15 01:27:01 -05:00
Eliot Horowitz
dd742c42fe some more debugging for sharding MINOR 2010-01-14 10:41:41 -05:00
Aaron
f1f1493304 SERVER-531 killCursors no longer affects lastError 2010-01-12 11:38:00 -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
dwight
6f4bfb2e14 Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:

	SConstruct
	db/dbinfo.h
2009-12-29 13:45:46 -05:00