summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9365 make forced halfway split work with chunks with many docsGreg Studer2013-07-221-5/+12
* SERVER-8748: only consider electable members during stepdownScott Hernandez2013-07-223-3/+27
* Allow testing new update framework in dbtests (core) with smokeScott Hernandez2013-07-223-0/+13
* SERVER-10148 Add assert.doesNotThrow() javascript shell functionJason Rassi2013-07-221-0/+18
* SERVER-10148 assert.throws() whitespace changesJason Rassi2013-07-221-5/+6
* SERVER-9811 Better error for query on the $cmd namespace without a limit of 1Randolph Tan2013-07-226-18/+19
* SERVER-9518 Implement functions in mongos that are necessary for building up ...Spencer T Brody2013-07-228-17/+42
* DocumentSourceCursor should be limit-awareMathias Stearn2013-07-224-1/+81
* SERVER-6296 Batch fetching in DocumentSourceCursorMathias Stearn2013-07-223-59/+41
* SERVER-7175: reduce padding on inplace updatesScott Hernandez2013-07-221-0/+1
* SERVER-1891 Add redactForLogging() to Command.Andy Schwerin2013-07-225-5/+50
* SERVER-9067 Add mutable test utility for comparing docs ignoring object field...Andrew Morrow2013-07-223-0/+218
* SERVER-10267 Remove in-place state from mods now that mutable and udpate driv...Andrew Morrow2013-07-2221-228/+123
* SERVER-10275 Use size_t in pathsupport functionAndrew Morrow2013-07-2213-82/+73
* SERVER-10273 Support variadic arguments to $bit in new update frameworkAndrew Morrow2013-07-223-28/+95
* fixing build breakmatt dannenberg2013-07-221-1/+1
* SERVER-6071 Use command on local.slaves instead of cursormatt dannenberg2013-07-229-47/+93
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-2214-45/+619
* Revert "SERVER-10266 Remove no longer necessary special case of norepl errors...Spencer T Brody2013-07-201-0/+8
* Revert "SERVER-9365 make forced halfway split work with chunks with many docs"Greg Studer2013-07-201-12/+5
* SERVER-10270 SERVER-10177 Fix failing jstests/apitest_db.jsTad Marshall2013-07-201-1/+4
* Whitespace: tabs, indentationTad Marshall2013-07-201-88/+85
* SERVER-10177 Fix dbSetProfilingLevel() error message when level is out of range.Dan Pasette2013-07-191-1/+1
* SERVER-10266 Remove no longer necessary special case of norepl errors from ad...Spencer T Brody2013-07-191-8/+0
* SERVER-10266 Make GLE with w:majority succeed on master/slaveSpencer T Brody2013-07-191-1/+3
* SERVER-6405 SERVER-10256 remove test that was working by accident before and ...Eric Milkie2013-07-191-50/+0
* SERVER-6405 SERVER-10256 - unify extent quantization code to avoid loopingEliot Horowitz2013-07-194-8/+26
* SERVER-1891 Add audit logging hooks for authorization checks in mongos.Andy Schwerin2013-07-193-45/+83
* SERVER-10162 Visual Studio -- add db/ops/log_builder.{cpp,h}Tad Marshall2013-07-194-0/+42
* SERVER-1891 Fix SSL builds.Andy Schwerin2013-07-191-4/+3
* SERVER-9072 remove bad timed_wait code from NotificationGreg Studer2013-07-192-15/+0
* SERVER-9365 make forced halfway split work with chunks with many docsGreg Studer2013-07-191-5/+12
* SERVER-10060 check uniqueness of _id before migration upsertsUbuntu2013-07-191-1/+47
* SERVER-8598 no global lock in SSVGreg Studer2013-07-191-30/+25
* SERVER-8598 minor fixes for metadata reload at zero versionGreg Studer2013-07-194-26/+38
* SERVER-8598 register pending chunks with chunk managerGreg Studer2013-07-194-19/+86
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-1938-365/+833
* SERVER-10259 Do not return pointer into temporary stringTad Marshall2013-07-191-1/+6
* SERVER-10010 leaving maintenance mode crashes mongodMatt Dannenberg2013-07-192-2/+10
* added missing assert numberMatt Dannenberg2013-07-191-1/+1
* SERVER-1891 Make it possible to get the local and remote SockAddr from an Abs...Andy Schwerin2013-07-194-2/+35
* SERVER-1891 Consolidate auth failure/success behavior in authenticate command...Andy Schwerin2013-07-197-101/+100
* Visual Studio -- add new filesTad Marshall2013-07-196-0/+74
* SERVER-10228 Use internal user authorization instead of GodScope in index reb...Andy Schwerin2013-07-191-1/+5
* SERVER-10026 SERVER-10192 SERVER-1205 sorting stagesHari Khalsa2013-07-198-1/+1402
* Visual Studio -- add, remove, rename, move filesTad Marshall2013-07-198-40/+112
* Remove outdated commentSpencer T Brody2013-07-181-2/+0
* SERVER-10125 stepdown.js failing on buildbot-special V2.4 Linux 64-bit Subscr...Randolph Tan2013-07-182-74/+60
* SERVER-6399 Reject non-object entries in $each in $push with $sortAndrew Morrow2013-07-181-1/+13
* SERVER-10214 When doing an object replacement, update any 0 timestamps in fir...Andrew Morrow2013-07-181-2/+25