summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-2212 Add mongod query option $maxTimeMS, shell helperJason Rassi2013-07-264-0/+27
* SERVER-2212 Logic to apply time limits to getmore CurOp objectsJason Rassi2013-07-264-1/+29
* SERVER-2212 Ability for CurOp objects to be "timer-interruptible"Jason Rassi2013-07-265-0/+259
* SERVER-2212 Add CurOp public method elapsedMicros()Jason Rassi2013-07-261-2/+4
* SERVER-2212 Misc. comments, formattingJason Rassi2013-07-264-15/+36
* SERVER-10296 Allow $unset and $rename to act on invalid namesAndrew Morrow2013-07-266-45/+137
* SERVER-10298 SERVER-10277: add tests and cleanup code to match for update rep...Scott Hernandez2013-07-264-11/+309
* SERVER-10334 mongos command results also return mongod node targeted in shardGreg Studer2013-07-266-46/+72
* SERVER-10343 Fix $regex query when given both a RegEx and options.Andrew Aldridge2013-07-261-0/+1
* SERVER-10351 Log authentication failures for MONGODB-* in the diagnostic log.Andy Schwerin2013-07-261-1/+6
* SERVER-1891 Add hooks to audit authentications using MONGODB-CR and MONGODB-X...Andy Schwerin2013-07-265-6/+37
* SERVER-7965 Make the timestamp format settable in servers.Andy Schwerin2013-07-263-1/+52
* Visual Studio -- include mutable_bson_test_utils.cpp in test.exeTad Marshall2013-07-251-10/+1
* SERVER-9067 Fix repl and update tests that depended on field orderingAndrew Morrow2013-07-256-62/+112
* SERVER-10026 Visual Studio -- add src/mongo/db/query/* filesTad Marshall2013-07-254-0/+74
* Add returning version of Document::toBson()Mathias Stearn2013-07-252-0/+8
* SERVER-10026 stage stats, multi plan runner, relevant scaffoldingHari Khalsa2013-07-2533-49/+1367
* SERVER-8891 Destroy static objects in a safer orderTad Marshall2013-07-252-49/+73
* Fix SERVER-10332 for AndyMathias Stearn2013-07-251-1/+2
* SERVER-10272 Fix matching in $pull, renable new working tests and add a few n...Andrew Morrow2013-07-253-23/+183
* SERVER-10276 Improve error handling and consistency of mutable libraryAndrew Morrow2013-07-254-27/+36
* Visual Studio -- revert change to src/mongo/db/db.rcTad Marshall2013-07-251-2/+2
* SERVER-7965 Fix time_support_test for systems with small (signed, 32-bit) tim...Andy Schwerin2013-07-241-6/+12
* SERVER-7965 Fix time_support and time_support_test windows build errors.Andy Schwerin2013-07-242-2/+32
* 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-241-0/+8
* 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
* 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
* 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-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
* 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