summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28281 Rotate deps, moving catalog to top.ADAM David Alan Martin2017-03-161-4/+3
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-1/+5
* SERVER-27709 Remove cycles & change incomplete tagADAM David Alan Martin2017-01-171-2/+6
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-0/+28
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-0/+1
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-0/+1
* SERVER-24305 Add NetworkTaskExecutor to clientdriver libraryMisha Tyulenev2016-05-271-3/+0
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-0/+3
* SERVER-24005 Use FastClockSource in getNextGlobalTimestamp()Mathias Stearn2016-05-091-0/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-0/+1
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-291-0/+1
* SERVER-23128 Parsers that parse legacy and command writes into uniform objectsMathias Stearn2016-04-211-0/+20
* SERVER-22701 Make replace modifier timestamp handling endian-safesamantharitter2016-03-171-0/+1
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-2/+2
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-18/+19
* SERVER-9666 Push update_index_data into db directoryAndrew Morrow2015-04-291-1/+1
* SERVER-9666 Push range arithmatic and global timestamp into dbAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Push foundation lib declaration into util directoryAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Move matcher libs and tests to new SConscriptAndrew Morrow2015-04-241-3/+3
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-16221 Add a missing dependency edge exposed by ubsanAndrew Morrow2014-11-181-0/+1
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-0/+1
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-011-1/+1
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-0/+1
* SERVER-11389 - Use CanonicalQuery to return equality fields for upsertScott Hernandez2013-12-041-0/+2
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-3/+3
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-0/+1
* SERVER-10911: Add $currentDate update modifierScott Hernandez2013-09-271-0/+10
* SERVER-1534 $min/$max update modsScott Hernandez2013-09-271-0/+10
* SERVER-10298 SERVER-10277: add tests and cleanup code to match for update rep...Scott Hernandez2013-07-261-0/+1
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-0/+12
* SERVER-7175 Teach the update driver to do updates in place.Alberto Lerner2013-07-101-0/+1
* SERVER-7174: new rename modScott Hernandez2013-06-181-0/+10
* SERVER-7175 Initial support for routing updates to the new framework.Alberto Lerner2013-05-301-4/+42
* SERVER-7174: new $pop modifierScott Hernandez2013-05-241-0/+10
* SERVER-7174: new $pullAll modifierScott Hernandez2013-05-241-0/+10
* SERVER-7174 Add support for $pull on new update frameworkAndrew Morrow2013-05-221-0/+11
* SERVER-7174 Add support for $addToSet on new update frameworkAndrew Morrow2013-05-221-0/+10
* SERVER-7174 $push mod implementation on new update framework.Alberto Lerner2013-05-221-0/+18
* SERVER-7174 Implement $bit on new update frameworkAndrew Morrow2013-05-081-0/+10
* SERVER-7174 Implement $inc on new update frameworkAndrew Morrow2013-05-071-0/+10
* SERVER-7174 $unset update mod built over the new mods framework.Alberto Lerner2013-05-071-0/+10
* Refactor update SConscriptAndrew Morrow2013-05-061-11/+48
* SERVER-7174 $set update mod built over the new mods framework.Alberto Lerner2013-05-061-0/+5
* SERVER-7172 Support testing whether a field is updatable.Alberto Lerner2013-05-031-2/+2
* SERVER-7172 Build support for creating a path in a mutable document.Alberto Lerner2013-05-031-1/+5
* SERVER-7172 Build support for finding a path in a mutable document.Alberto Lerner2013-04-101-0/+10
* SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...Alberto Lerner2013-01-161-9/+0