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

334 Commits

Author SHA1 Message Date
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
Eliot Horowitz
54619e3b90 sync cluster connection work with write $cmd 2010-04-20 22:15:16 -04:00
Dwight Merriman
b0cdfca990 checkpooint 2010-04-20 21:55:34 -04:00
Eliot Horowitz
08ae9f55fd Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-20 17:07:20 -04:00
Eliot Horowitz
9314ac2ca6 some helpers 2010-04-20 17:07:07 -04:00
Dwight
b3347b10d7 rs 2010-04-20 15:30:37 -04:00
Eliot Horowitz
8afdf52bad Shard abstraction 2010-04-19 16:55:16 -04:00
Eliot Horowitz
00bd05e750 safety 2010-04-19 16:14:46 -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
Eliot Horowitz
b90b8c1abd utility - not sure where i'm going with it yet 2010-04-16 17:06:01 -04:00
Dwight Merriman
a7773efd71 comment 2010-04-16 10:21:15 -04:00
Eliot Horowitz
35f91394cc skip for sharding SERVER-1022 2010-04-14 16:15:57 -04:00
Eliot Horowitz
b0eb9fff83 removing duplicate logic 2010-04-14 13:57:51 -04:00
Eliot Horowitz
8bed26cdf8 fix filter cursor 2010-04-14 13:46:54 -04:00
Eliot Horowitz
61ae5fa244 a bunch of refactoring for mongos linking 2010-04-13 15:23:57 -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
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