summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* post 2.4.2-rc0r2.4.2-rc0Eric Milkie2013-04-112-2/+2
|
* BUMP 2.4.2-rc0Dan Pasette2013-04-102-2/+2
|
* SERVER-9312 buildbot sharding_migrateBigObject.js longer timeout for slower ↵Greg Studer2013-04-101-1/+1
| | | | machines migrating
* SERVER-7271 Improve error reporting when migrate commit fails.Alberto Lerner2013-04-092-6/+9
|
* SERVER-9125 Prevent cursor time out in the case of very slow config serversAlberto Lerner2013-04-091-1/+10
|
* SERVER-9125 Fixed batch size computation if first doc is large.Alberto Lerner2013-04-091-4/+4
|
* SERVER-9286 lowering nested depthEric Milkie2013-04-091-1/+1
| | | | This avoids a stack overflow on OS X; full fix in SERVER-9286
* SERVER-9125 Fix memory ownership during large collection copyAlberto Lerner2013-04-081-4/+10
|
* SERVER-9267 Make readonly v8 objects use same getters as regular lazy objectsMathias Stearn2013-04-052-38/+60
| | | | Also fixes SERVER-9251
* Speed up conversion of v8::Arrays to BSONMathias Stearn2013-04-051-2/+8
| | | | | | | Two major improvements: * Use BSONObjBuilder::numStr() to convert index to string (has global cache of strings for 0-99) * Use indexed rather than named iteration over the v8::Array
* Use indexed rather than named Set() when converting to v8::ArrayMathias Stearn2013-04-052-181/+10
| | | | | | | | The meat of this change is in the Array case of mongoToV8Element. mongoToV8() was removed since this was the only caller. Conflicts: src/mongo/scripting/engine_v8.cpp
* SERVER-9230: fix issue causing persistent v8 objects not to be trackedMathias Stearn2013-04-031-8/+8
|
* SERVER-9228 don't return dups when s2cursor yields, delegate to underlying ↵Hari Khalsa2013-04-032-1/+8
| | | | btreecursor
* SERVER-9229 wait for async deletes to finish before balancer stops, to avoid ↵Eric Milkie2013-04-031-1/+1
| | | | test failure
* SERVER-7271 - Fix compile error with ScopedDbConnectionDan Pasette2013-04-021-2/+6
|
* SERVER-9213: remove v8 ResourceConstraintsBen Becker2013-04-021-6/+0
|
* SERVER-9054 Update db.help() message for addUserSpencer T Brody2013-04-021-1/+1
|
* SERVER-9125 Copy collections faster in the config upgrade procedureAlberto Lerner2013-04-022-3/+57
|
* SERVER-7271 Do not exit if a transient config server error aborts a migration.Alberto Lerner2013-04-025-21/+123
| | | | | | Conflicts: src/mongo/client/distlock.cpp
* SERVER-9174 Race condition on read_pref_rs_client.js after reconfigRandolph Tan2013-04-014-252/+385
| | | | Replaced js test with cpp unit test that does not rely on reconfig.
* SERVER-9066: avoid duplicate JS field namesBen Becker2013-04-012-6/+6
|
* Reverting SERVER-9186 due to test failuresBen Becker2013-03-301-0/+2
| | | | | | Revert "SERVER-9186: avoid storing properties on js objects in the getter interceptor" This reverts commit 337b300277bbd104bb0012eecc09cc22bf091d8b.
* SERVER-9124: Avoid raw pointers for SM's nativeHelperBen Becker2013-03-292-7/+33
|
* SERVER-9185: add v8 GC epligoue statsBen Becker2013-03-291-7/+18
|
* SERVER-9186: avoid storing properties on js objects in the getter interceptorBen Becker2013-03-291-2/+0
|
* SERVER-9182 Allow restores of dumps containing edited .metadata.json filesJason Rassi2013-03-291-1/+0
|
* SERVER-9053: ttl: don't delete on non-primariesScott Hernandez2013-03-292-1/+56
|
* SERVER-9047 Don't limit line length when reading numa_mapsAndrew Morrow2013-03-291-11/+8
|
* SERVER-9082 Accept any valid value in id field of dbrefShaun Verch2013-03-293-60/+81
|
* SERVER-8819 Framework for testing round trip and test roundtrip of DBRef and ↵Shaun Verch2013-03-291-55/+156
| | | | DBPointer
* SERVER-8819 Add to falsy values test and do some cleanup in jstests.cppShaun Verch2013-03-291-27/+28
|
* SERVER-9139 test cursor cleanup in mongosGreg Studer2013-03-291-0/+62
|
* SERVER-9139 clean up unsharded cursors in CursorCacheGreg Studer2013-03-293-1/+15
|
* SERVER-9003 - Display replica set chaining topology in rs.status()Dan Pasette2013-03-283-0/+15
| | | | | Include syncingTo in heartbeat response and display this info for each replica set member in the replSetGetStatus command.
* SERVER-8983 Include AuthenticationFailed error code in failed MONGODB-CR ↵Andy Schwerin2013-03-281-0/+6
| | | | authentications.
* SERVER-9085 fix units in tsToSeconds calculationEric Milkie2013-03-281-1/+1
|
* SERVER-9111 Do not try to find user documents in $CLUSTER or $SERVER ↵Andy Schwerin2013-03-281-2/+5
| | | | pseudodatabases.
* SERVER-8999 Read "indexPrefix" correctly in FTSCommand::_run()Jason Rassi2013-03-282-6/+9
|
* SERVER-9014 Synchronize access to CmdGetNonce::_random.Andy Schwerin2013-03-281-4/+15
|
* SERVER-9027: allow dbref shard keysScott Hernandez2013-03-281-3/+24
|
* SERVER-9062 don't rely on drem to normalize longitude -- explicitly reject ↵Hari Khalsa2013-03-284-9/+37
| | | | OOB values
* SERVER-9088: ensure printjson() doesn't attempt to access DB globalBen Becker2013-03-281-1/+5
|
* SERVER-8799: handle symbol BSON type as string in v8Ben Becker2013-03-282-0/+18
|
* SERVER-8720 Memory leak in DBClientReplicaSet::slaveConnRandolph Tan2013-03-273-34/+65
|
* SERVER-9029 Add more informative log message when building unique index on ↵Spencer T Brody2013-03-251-4/+16
| | | | system.users fails
* SERVER-8984: gle c++ client helper should check for command failureScott Hernandez2013-03-252-5/+98
|
* prep 2.4.2-pre-Eliot Horowitz2013-03-222-2/+2
|
* SERVER-9087: fix initial sync ignoring updates during index creationEliot Horowitz2013-03-221-1/+2
|
* SERVER-9061 Fix mongostat segfault when using auth with multiple hostsSpencer T Brody2013-03-213-13/+17
|
* SERVER-9050 GLE with w:1 on config servers shouldn't report "norepl" errorSpencer T Brody2013-03-212-1/+11
|