Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-14420 Get rid of global replSettings object | Spencer T Brody | 2014-07-09 | 36 | -201/+297 |
| | |||||
* | SERVER-14436 Fix signed-unsigned comparison compile error in unit test. | Andy Schwerin | 2014-07-09 | 1 | -2/+2 |
| | |||||
* | SERVER-9986 refactor near search for 2D and S2 | Greg Studer | 2014-07-09 | 48 | -2879/+2520 |
| | | | | | Adds progressive search functionality for $geoNear operations, allowing better integration with other cursors. | ||||
* | SERVER-14408 access stats directly from execution stages | David Storch | 2014-07-08 | 60 | -249/+734 |
| | |||||
* | SERVER-14482 Add ability to append RegEx into BSONArrayBuilder | Tyler Brock | 2014-07-08 | 2 | -1/+14 |
| | |||||
* | SERVER-14387 fix compile on OS X 10.8 C++11 DEBUG | Craig Harris | 2014-07-08 | 1 | -22/+20 |
| | |||||
* | SERVER-14436 Introduce MemberConfig and ReplicaSetTag types and parsing. | Andy Schwerin | 2014-07-08 | 7 | -1/+781 |
| | | | | These types describe the configurations of individual members of replica sets. | ||||
* | SERVER-14436 Introduce Milliseconds and Seconds types in time_support.h | Andy Schwerin | 2014-07-08 | 1 | -0/+4 |
| | |||||
* | SERVER-14499 eliminate ReplicationStartSynchronizer | matt dannenberg | 2014-07-08 | 4 | -20/+2 |
| | |||||
* | SERVER-14500 remove the replSet bool | matt dannenberg | 2014-07-08 | 9 | -25/+30 |
| | |||||
* | SERVER-14484 remove the replset portion of dbtest | matt dannenberg | 2014-07-08 | 1 | -596/+0 |
| | |||||
* | SERVER-13674 fix whitespace in CachedPlanStage | David Storch | 2014-07-08 | 1 | -28/+27 |
| | |||||
* | SERVER-14387 Propogate OperationContext through calls requiring document ↵ | Craig Harris | 2014-07-08 | 146 | -1012/+1398 |
| | | | | read locks, without doing the locking. | ||||
* | SERVER-14460 Fix lint | Spencer T Brody | 2014-07-07 | 1 | -1/+1 |
| | |||||
* | SERVER-14299 prevent mongos from requesting unnecessary batches for sort + ↵ | David Storch | 2014-07-07 | 3 | -13/+51 |
| | | | | limit queries | ||||
* | SERVER-14436 Introduce bsonCheckOnlyHasFields helpers. | Andy Schwerin | 2014-07-07 | 3 | -0/+167 |
| | | | | | These helpers paired with the bsonExtract helpers faciliate the manual parsing of structures out of BSONObj. | ||||
* | SERVER-14460 Comment out implementation of checkReplicaMemberVersions for now | Spencer T Brody | 2014-07-07 | 1 | -66/+69 |
| | |||||
* | SERVER-14436 Remove dead ReplSetConfig::HealthOptions type. | Andy Schwerin | 2014-07-07 | 2 | -25/+0 |
| | | | | It has no consumers. The one instance is never changed or consulted. | ||||
* | SERVER-14471 Fixing lint error because of whitespace | Kaloian Manassiev | 2014-07-07 | 1 | -1/+1 |
| | |||||
* | SERVER-14471 Fix build break with the Visual Studio 2013 Update 2 toolkit | Kaloian Manassiev | 2014-07-07 | 6 | -0/+12 |
| | |||||
* | SERVER-14135 remove some usage of godMode and replSet bool from ↵ | matt dannenberg | 2014-07-03 | 1 | -6/+1 |
| | | | | LegacyReplicationCoordinator | ||||
* | SERVER-14135 implement getHostsWrittenTo() in LegacyReplicationCoordinator | matt dannenberg | 2014-07-03 | 8 | -1/+29 |
| | |||||
* | SERVER-14135 implement buildsIndexes() in LegacyReplicationCoordinator | matt dannenberg | 2014-07-03 | 8 | -1/+25 |
| | |||||
* | SERVER-14135 implement shutdown() in LegacyReplicationCoordinator | matt dannenberg | 2014-07-03 | 2 | -5/+5 |
| | |||||
* | SERVER-14135 implement waitUpToOneSecondForOptimeChange() in ↵ | matt dannenberg | 2014-07-03 | 10 | -10/+31 |
| | | | | LegacyReplicationCoordinator | ||||
* | SERVER-14135 implement getElectionId() in LegacyReplicationCoordinator | matt dannenberg | 2014-07-03 | 10 | -9/+34 |
| | |||||
* | SERVER-14135 implement processHandshake() in LegacyReplicationCoordinator | matt dannenberg | 2014-07-03 | 15 | -73/+99 |
| | |||||
* | post 2.7.3 | Jonathan Reams | 2014-07-03 | 1 | -1/+1 |
| | |||||
* | BUMP 2.7.3r2.7.3 | Jonathan Reams | 2014-07-03 | 1 | -1/+1 |
| | |||||
* | SERVER-14254 (v8-3.25) convert _v8_function from function pointer to boolean | Benety Goh | 2014-07-02 | 1 | -4/+6 |
| | |||||
* | SERVER-14254 convert _v8_function from function pointer to boolean | Benety Goh | 2014-07-02 | 1 | -4/+4 |
| | |||||
* | SERVER-14318 Use structs for replication command arguments | Spencer T Brody | 2014-07-02 | 9 | -116/+98 |
| | |||||
* | SERVER-14426 Add a StringData method to BSONElement | Spencer T Brody | 2014-07-02 | 7 | -26/+27 |
| | |||||
* | SERVER-14419 Implement HostAndPort::parse. | Andy Schwerin | 2014-07-02 | 3 | -23/+67 |
| | |||||
* | SERVER-14419 Introduce unittest of HostAndPort; make ":123" unparseable due ↵ | Andy Schwerin | 2014-07-02 | 4 | -2/+96 |
| | | | | to lack of host component. | ||||
* | SERVER-14419 Correctly parse the "masterHost" argument to Cloner::go into a ↵ | Andy Schwerin | 2014-07-02 | 1 | -7/+22 |
| | | | | | | | | ConnectionString, not a HostAndPort. The argument represents a ConnectionString, but we parse it into a HostAndPort when doing isSelf checks. This was an error before that led checks to succeed incorrectly, but fails with the new HostAndPort parsing code from SERVER-14419. | ||||
* | SERVER-4345 mongorestore will read from stdin when filename is "-" | Benety Goh | 2014-07-02 | 2 | -17/+29 |
| | | | | | check eof only on fifo files. restored original logic of checking bytes read against file length. mongorestore requires both --db and --collection when using stdin/fifo | ||||
* | SERVER-4345 Add support processing fifo files in mongorestore | Azat Khuzhin | 2014-07-02 | 2 | -18/+37 |
| | | | | | | | | | Example : `./mongorestore -d test -c foo_dupl <(mongodump -d test -c foo -out - 2>/dev/null | tail -n+2)` Example (after pull #204) : `./mongorestore -d test -c foo_dupl <(mongodump -d test -c foo -out - 2>/dev/null)` This closes #205 Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | SERVER-14419 Improve error message when parseNumberFromString encounters a ↵ | Andy Schwerin | 2014-07-02 | 1 | -4/+10 |
| | | | | bad digit. | ||||
* | SERVER-14370 Core functionality for setLastOptime and awaitReplication in ↵ | Spencer T Brody | 2014-07-02 | 5 | -18/+432 |
| | | | | ReplicationCoordinatorImpl | ||||
* | SERVER-14418 Introduce unittest::assertGet, use in replication_executor_test. | Andy Schwerin | 2014-07-02 | 2 | -26/+31 |
| | |||||
* | SERVER-13989: clean up quota api | Eliot Horowitz | 2014-07-01 | 22 | -150/+147 |
| | |||||
* | SERVER-5092 assign default log component to server modules | Benety Goh | 2014-07-01 | 107 | -55/+486 |
| | |||||
* | SERVER-13471 map reduce loglevel changes for debug messages | Thomas Rueckstiess | 2014-07-01 | 1 | -3/+6 |
| | | | | Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | SERVER-14404 eliminate isCurrentlyAReplSetPrimary() | matt dannenberg | 2014-07-01 | 3 | -8/+5 |
| | |||||
* | SERVER-14135 implement canServeReadsFor() in LegacyReplicationCoordinator | matt dannenberg | 2014-07-01 | 12 | -130/+45 |
| | |||||
* | SERVER-14405 remove getIndexPrefetchConfig calls from outside the repl namespace | matt dannenberg | 2014-07-01 | 3 | -8/+21 |
| | |||||
* | SERVER-13951 Improve Rollback code for DurRecoveryUnit | Mathias Stearn | 2014-07-01 | 2 | -56/+62 |
| | |||||
* | SERVER-5378 replaced jstests/core/mr_parampositions.js with mr_test.cpp for ↵ | Benety Goh | 2014-07-01 | 1 | -0/+16 |
| | | | | out parameter field ordering | ||||
* | SERVER-5378 out {} parameters position independence | osheroff | 2014-07-01 | 1 | -11/+13 |
| | | | | | | | Where we put replace, db, inline, etc within the map-reduce "out" BSON object shouldn't matter Signed-off-by: Benety Goh <benety@mongodb.com> |