summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-2249-1128/+1229
* SERVER-9597: In JavaScript, only allow Mongo() to be called as a constructorBen Becker2013-05-222-0/+13
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk migr...Randolph Tan2013-05-2213-35/+36
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk migr...Randolph Tan2013-05-221-0/+7
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk migr...Randolph Tan2013-05-2213-229/+395
* SERVER-9730 under any circumstances, do not vote yea while a primary already...Eric Milkie2013-05-221-5/+3
* SERVER-6400: fassertFailed instead of throw 1 in impossible case in ExpressionEliot Horowitz2013-05-221-2/+1
* SERVER-9749: all is just semantic sugar for andEliot Horowitz2013-05-228-341/+68
* SERVER-9704 fix compileEric Milkie2013-05-221-2/+2
* SERVER-9750 Fix BSONObj::toString handling of empty arraysAndrew Morrow2013-05-223-2/+35
* SERVER-7174 Add support for $pull on new update frameworkAndrew Morrow2013-05-224-0/+734
* SERVER-7174 Add support for $addToSet on new update frameworkAndrew Morrow2013-05-225-0/+805
* SERVER-7174 Add a new algorithm to de-duplicate childrenAndrew Morrow2013-05-222-0/+69
* SERVER-7174 Only validate sign direction on document mismatchesAndrew Morrow2013-05-221-2/+10
* SERVER-7174 Fix a minor issue with mutables checkDocAndrew Morrow2013-05-221-1/+1
* SERVER-7174 Minor cleanups for $bitAndrew Morrow2013-05-221-5/+1
* SERVER-9518 Initial implementation of RoleGraph data structuresRandolph Tan2013-05-222-2/+2
* SERVER-7174 $push mod implementation on new update framework.Alberto Lerner2013-05-226-0/+1747
* SERVER-9704 break out socket init for WindowsEric Milkie2013-05-224-24/+69
* SERVER-9721 do not use sleepmicros on Windows for yieldingEric Milkie2013-05-221-0/+4
* Update comments in AuthorizationManagerSpencer T Brody2013-05-221-10/+10
* SERVER-9518 Initial implementation of RoleGraph data structuresSpencer T Brody2013-05-2211-0/+1381
* post 2.5.0Dan Pasette2013-05-221-1/+1
* Revert "SERVER-9394 eliot suggested not doing the sleep if chained."Eric Milkie2013-05-211-7/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight2013-05-2143-527/+2109
|\
| * BUMP 2.5.0r2.5.0Dan Pasette2013-05-211-1/+1
| * SERVER-9702: debugging for drop2 test failureEliot Horowitz2013-05-201-1/+5
| * SERVER-9713 Rewrite BSONObj::getFieldDotted to accept StringDataJason Rassi2013-05-203-16/+20
| * SERVER-9713 Port some BSONObj accessors to accept StringDataJason Rassi2013-05-203-16/+14
| * SERVER-6400: inprog has a $all option which isn't valid syntax, so re-write w...Eliot Horowitz2013-05-191-1/+14
| * SERVER-6400: This switches from MatcherOld to Matcher2Eliot Horowitz2013-05-191-2/+2
| * SERVER-6400: commentsEliot Horowitz2013-05-191-1/+2
| * SERVER-6400: fix $or use of indexesEliot Horowitz2013-05-191-1/+9
| * SERVER-6400: nice construtor for NotMatchExpressionEliot Horowitz2013-05-191-0/+1
| * SERVER-6400: do not call FieldRef::getPart on non-existant partsEliot Horowitz2013-05-171-2/+6
| * SERVER-6400: for leaf expressions, handled nested arraysEliot Horowitz2013-05-172-22/+68
| * SERVER-6400: fix for array walkingEliot Horowitz2013-05-171-2/+2
| * SERVER-6400: expose isAllDigitsEliot Horowitz2013-05-171-0/+2
| * SERVER-6400: in $all, correct embedded array walkingEliot Horowitz2013-05-171-0/+11
| * SERVER-6400: handle more cases where expressions interact in indexes (especia...Eliot Horowitz2013-05-171-13/+41
| * SERVER-6400: $ne is $not + $eqEliot Horowitz2013-05-171-2/+10
| * SERVER-6400: fix some $not parsingEliot Horowitz2013-05-171-1/+11
| * SERVER-6400: $ne is not its own operator anymore, $not + $eqEliot Horowitz2013-05-176-105/+27
| * SERVER-6400: mark doc loaded flag late so no one can overwriteEliot Horowitz2013-05-171-3/+4
| * SERVER-6400: ExistsMatchExpression is always looking for a doc, so false is s...Eliot Horowitz2013-05-175-56/+22
| * SERVER-6400: querying for DBRef and cleaningEliot Horowitz2013-05-162-12/+36
| * SERVER-6400: fix $in with nested arraysEliot Horowitz2013-05-162-4/+24
| * SERVER-6400: Remove NinMatchExpression, $nin is now just a parses issueEliot Horowitz2013-05-164-186/+8
| * SERVER-6400: fix $regex/$options parsingEliot Horowitz2013-05-163-36/+38
| * SERVER-6400: handle empty "" pathsEliot Horowitz2013-05-162-0/+11