summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9661 config upgrade v0->v3 fails when dropped collection has noBalance...Greg Studer2013-05-131-2/+5
* SERVER-8536 test reliability: work around lock scheduling fairnessEric Milkie2013-05-131-5/+5
* SERVER-6400: dbtests query all pass nowEliot Horowitz2013-05-134-7/+48
* Visual Studio -- add filesTad Marshall2013-05-1112-0/+494
* Do less string copies when constructing a PrincipalNameSpencer T Brody2013-05-103-5/+40
* Remove unused readOnly method from "features" command objectSpencer T Brody2013-05-101-1/+0
* SERVER-9649 Make writeBacksQueued be granted by clusterAdminSpencer T Brody2013-05-101-1/+1
* Auth passthrough tests no longer require setting initial database to admin wh...Spencer T Brody2013-05-101-2/+1
* SERVER-8070 more reliable test (failpoint was not in the right place)Eric Milkie2013-05-101-4/+4
* SERVER-9641 correctly pass fromMigrate flag on index creationGreg Studer2013-05-091-1/+4
* SERVER-9041 proactively detect background conn failures in conn poolsGreg Studer2013-05-0911-16/+237
* SERVER-9635 Add spaces and commas to Chunk displayTad Marshall2013-05-091-5/+5
* SERVER-9636 Display version, not pointer valueTad Marshall2013-05-091-2/+5
* SERVER-9633 Add 'endl' to two log linesTad Marshall2013-05-091-2/+2
* SERVER-6400 fix function names in testsEric Milkie2013-05-092-10/+10
* SERVER-6400 Visual Studio -- add matchable.{cpp,h}Tad Marshall2013-05-0912-0/+48
* SERVER-9474 SERVER-9421 fix replset tests with background index buildsEric Milkie2013-05-094-33/+84
* SERVER-6400: remove MatchCategory conceptEliot Horowitz2013-05-096-18/+12
* SERVER-6400: optimizations around parsing pathsEliot Horowitz2013-05-095-21/+10
* SERVER-6400: make Matcher micro benchmark at all useful by removing ASSERTEliot Horowitz2013-05-091-2/+4
* SERVER-6400: FieldRef support for sub dottedFieldEliot Horowitz2013-05-093-6/+20
* SERVER-6400: more caching of FieldRefsEliot Horowitz2013-05-092-6/+6
* SERVER-6400: cleaning api for performanceEliot Horowitz2013-05-099-57/+65
* SERVER-6400: small chnages for jstests/(and|or)*.jsEliot Horowitz2013-05-094-4/+13
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-0922-484/+702
* SERVER-6400 FieldRef has a equalsDottedField to compare it to a full stringEliot Horowitz2013-05-093-0/+52
* CPPDriver/dbclient.cpp remove unused variableAbhijit Pawar2013-05-091-1/+0
* SERVER-7174 Visual Studio -- add modifier_bit filesTad Marshall2013-05-098-0/+84
* SERVER-7174 Re-enable three way document validation in modifier testsAndrew Morrow2013-05-081-11/+10
* SERVER-8046 Fix handling of array field names in mutable's woCompareAndrew Morrow2013-05-081-2/+10
* SERVER-7174 Implement $bit on new update frameworkAndrew Morrow2013-05-084-0/+746
* SERVER-7174 Remove a stale TODO in $inc modifierAndrew Morrow2013-05-081-2/+0
* SERVER-9072 Include function declaration from header fileTad Marshall2013-05-081-7/+1
* SERVER-9546: abort M/R if DBClientCursor returns a $errBen Becker2013-05-081-4/+4
* SERVER-9072 fix tests to use KeyRangeGreg Studer2013-05-082-23/+21
* SERVER-9072 KeyRange in range_arithmetic.hGreg Studer2013-05-084-78/+87
* SERVER-9421 do not kill index builds synchronously, to prevent deadlocksEric Milkie2013-05-082-33/+31
* SERVER-9474 always run through the entire batch-building loop at least once p...Eric Milkie2013-05-081-6/+7
* Whitespace -- tabs to spacesTad Marshall2013-05-081-3/+3
* Be more explicit about types in SafeNum testAndrew Morrow2013-05-081-18/+18
* Visual Studio -- add new filesTad Marshall2013-05-0816-0/+179
* Add non-operator variants of bitAnd and bitOr to SafeNumAndrew Morrow2013-05-072-4/+14
* SERVER-7174 Inline trivial methods of SafeNum consistently into inline headerAndrew Morrow2013-05-073-59/+93
* SERVER-7174 Add support for binary 'and' and 'or' to SafeNumAndrew Morrow2013-05-073-0/+173
* SERVER-6400: move CoveredIndexMatcher declaration to its own fileEliot Horowitz2013-05-074-52/+81
* SERVER-6400: prep to have both MatcherOld and Matcher2 in the code baseEliot Horowitz2013-05-077-155/+31
* SERVER-6400 new version of hasExistsFalseEliot Horowitz2013-05-074-1/+78
* SERVER-6400: make hasExistsFalse part of Mather interfaceEliot Horowitz2013-05-073-49/+59
* SERVER-6400 rename Matcher MatcherOld so switching is smallEliot Horowitz2013-05-078-1426/+1518
* SERVER-7174 Implement $inc on new update frameworkAndrew Morrow2013-05-074-0/+750