summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.4.3-rc0r2.4.3-rc0Dan Pasette2013-04-182-2/+2
|
* SERVER-9089 Check for NULL BSONHolderMathias Stearn2013-04-181-4/+10
|
* SERVER-9385 Make sure _id fields are extracted from modified lazy V8 objectsMathias Stearn2013-04-182-2/+21
|
* SERVER-9399 Create the right index of config.lockpings.Alberto Lerner2013-04-181-1/+1
|
* SERVER-9093 remove unit test in 2.4 branch (needs SERVER-8420)Eric Milkie2013-04-181-40/+0
|
* SERVER-8420 add a tailcheck to detect cursor deadnessEric Milkie2013-04-181-0/+3
|
* SERVER-9093 Make copydb command work on mongos with authSpencer T Brody2013-04-184-36/+53
| | | | | Conflicts: src/mongo/s/commands_public.cpp
* SERVER-9214 Change tolowerString argument type to StringDataJason Rassi2013-04-181-1/+1
|
* SERVER-9214 initialize variable to placate compilerEric Milkie2013-04-181-1/+1
|
* SERVER-9214 Extract phrases from text searches as exact substringsJason Rassi2013-04-182-8/+13
|
* SERVER-4739 compile mongos on WindowsEric Milkie2013-04-181-2/+4
|
* SERVER-4739 use a thread for logRotate signal instead of a signal handlerEric Milkie2013-04-185-25/+64
| | | | | | Conflicts: src/mongo/db/db.cpp src/mongo/s/server.cpp
* SERVER-9307 initialize session id context to support session caching on the ↵Eric Milkie2013-04-181-0/+9
| | | | | | | | | | server You must set the context in order for session caching to work. This would normally fail silently without setting the context, but when you turn on certificate validation and attempt to reuse a session, the attempt will actively fail and return an error on the server. The Java driver does make use of restartable sessions and is affected by this issue.
* post 2.4.2Eric Milkie2013-04-182-2/+2
|
* BUMP 2.4.2r2.4.2Dan Pasette2013-04-162-2/+2
|
* 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.