summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up #includes to conform with coding standardDan Pasette2013-07-24166-526/+570
* SERVER-10201 DistributedLockPinger::shouldKill not thread safe (sync6.js fail...Randolph Tan2013-07-241-3/+4
* SERVER-10181 Stop looking up stack when hitting an exempt constructorMathias Stearn2013-07-241-29/+42
* Don't truncate strings at NUL byte in BSONElement::String()Mathias Stearn2013-07-242-1/+15
* SERVER-9518 Remove missed call to setImplicitPrivilegeAcquisition to unbreak ...Spencer T Brody2013-07-241-1/+0
* SERVER-10313: uassert number conflict fixScott Hernandez2013-07-241-1/+1
* SERVER-10313: uassert if null char in js field namesScott Hernandez2013-07-242-0/+16
* SERVER-9518 Separate cases that want to automatically acquire privileges when...Spencer T Brody2013-07-245-9/+22
* SERVER-9518 Remove implicit privilege acquisition member from Principal classSpencer T Brody2013-07-245-17/+1
* Increase verbosity for SERVER-10206Randolph Tan2013-07-241-1/+1
* SERVER-7965 Move date/time types and functions from bson/util/misc.h to util/...Andy Schwerin2013-07-2414-103/+84
* SERVER-7965 Construct MessageEventEphemeral with a time stamp; use that when ...Andy Schwerin2013-07-244-7/+18
* SERVER-7965 Introduce time formatting functions for ISO 8601 and Ctime; elimi...Andy Schwerin2013-07-246-36/+157
* SERVER-10314 Make logger format RamLog lines like console log lines.Andy Schwerin2013-07-241-3/+9
* SERVER-10316 Account for milliseconds component of date in RamLog::repeats.Andy Schwerin2013-07-241-3/+3
* SERVER-6071 Visual Studio -- add db/repl/sync_source_feedback.{cpp,h}Tad Marshall2013-07-244-0/+16
* more accurate matching for enabling dbtests for new update frameworkScott Hernandez2013-07-241-1/+1
* SERVER-8046 Add a few more coverage driven tests to mutableAndrew Morrow2013-07-232-0/+39
* SERVER-10159 SERVER-10275 Simplify field name and in-place update support in ...Andrew Morrow2013-07-232-410/+209
* SERVER-8748: make test more robustScott Hernandez2013-07-231-4/+5
* SERVER-9518 Correct spelling of initializeSpencer T Brody2013-07-234-6/+6
* SERVER-9518 Catch exceptions in ExternalState functionsSpencer T Brody2013-07-2311-165/+227
* Fully rebuild User cache on all user modifications. SERVER-9518Spencer T Brody2013-07-232-4/+30
* SERVER-9811 Make sure to check for queries on special $cmd.sys namespace as w...Spencer T Brody2013-07-233-2/+5
* SERVER-7557: fix okForStorageScott Hernandez2013-07-233-24/+124
* SERVER-7175: create oplog entry query w/id fieldScott Hernandez2013-07-233-17/+47
* Add sort with large limit case to SERVER-9444 testMathias Stearn2013-07-221-0/+4
* SERVER-9365 make forced halfway split work with chunks with many docsGreg Studer2013-07-226-10/+147
* SERVER-8748: only consider electable members during stepdownScott Hernandez2013-07-224-3/+64
* Allow testing new update framework in dbtests (core) with smokeScott Hernandez2013-07-224-0/+15
* SERVER-10148 Add assert.doesNotThrow() javascript shell functionJason Rassi2013-07-221-0/+18
* SERVER-10148 assert.throws() whitespace changesJason Rassi2013-07-221-5/+6
* Fixup 'breaking changes' testsScott Hernandez2013-07-223-27/+13
* SERVER-9811 Better error for query on the $cmd namespace without a limit of 1Randolph Tan2013-07-227-18/+44
* SERVER-9518 Implement functions in mongos that are necessary for building up ...Spencer T Brody2013-07-228-17/+42
* Enhance SERVER-9444 test to use cursorsMathias Stearn2013-07-221-8/+6
* DocumentSourceCursor should be limit-awareMathias Stearn2013-07-224-1/+81
* SERVER-6296 Batch fetching in DocumentSourceCursorMathias Stearn2013-07-224-60/+42
* SERVER-7175: reduce padding on inplace updatesScott Hernandez2013-07-222-33/+35
* 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-2221-50/+1828
* 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-202-72/+5
* SERVER-10270 SERVER-10177 Fix failing jstests/apitest_db.jsTad Marshall2013-07-201-1/+4