summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-8046 Fixed missed appendElement call implementation.Alberto Lerner2013-05-072-0/+15
* SERVER-9605 Use correct string length in hexToBinData()Tad Marshall2013-05-071-3/+3
* SERVER-7174 Visual Studio -- add modifier_unset filesTad Marshall2013-05-078-0/+84
* SERVER-7174 clean commented out code portion.Alberto Lerner2013-05-071-14/+1
* SERVER-7174 $unset update mod built over the new mods framework.Alberto Lerner2013-05-074-0/+722
* SERVER-7174 SERVER-6400 Visual Studio -- add new filesTad Marshall2013-05-0712-16/+352
* SERVER-7902 Visual Studio -- add library to SpiderMonkey buildTad Marshall2013-05-071-8/+8
* Refactor update SConscriptAndrew Morrow2013-05-061-11/+48
* Rename SetModifier to ModifierSetAndrew Morrow2013-05-063-16/+16
* Add function to check if a mutable element is an integral typeAndrew Morrow2013-05-063-0/+33
* Add support for checking if a mutable Element is numericAndrew Morrow2013-05-063-0/+37
* SERVER-6400: do not use IN since its a macro on windowsEliot Horowitz2013-05-063-3/+3
* SERVER-7902 added support for global /etc/mongorc.jsagralius2013-05-063-8/+34
* SERVER-9578 install mongos signal handler for SIGUSR1 before spawning any thr...Eric Milkie2013-05-061-2/+2
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-0627-294/+1649
* SERVER-7174 $set update mod built over the new mods framework.Alberto Lerner2013-05-064-0/+912
* SERVER-7174 Renamed the mods common interface and its calls to be simpler.Alberto Lerner2013-05-061-24/+37
* SERVER-7172 Allow init() to be called more than once in field parsing (for re...Alberto Lerner2013-05-062-0/+15
* SERVER-7172 Field checker now checks for empty fields as well.Alberto Lerner2013-05-062-0/+40
* SERVER-7172 Visual Studio -- add new filesTad Marshall2013-05-048-0/+152
* SERVER-7172 Fix dassert to compileAlberto Lerner2013-05-031-1/+1
* SERVER-7172 Remove unused code in test fixtures.Alberto Lerner2013-05-031-15/+0
* SERVER-7172 Support testing whether a field is updatable.Alberto Lerner2013-05-034-2/+247
* SERVER-7172 Build support for creating a path in a mutable document.Alberto Lerner2013-05-037-39/+364
* Include What You Use for bufreader.hMathias Stearn2013-05-031-0/+5
* SERVER-9538 Only update BufBuilder's len if successfully grewMathias Stearn2013-05-032-5/+28
* Added const modifier to catch in rs_sync.cppRandolph Tan2013-05-031-4/+4
* SERVER-7974 Suppress stack trace on replication errorsRandolph Tan2013-05-033-6/+18
* SERVER-8791 SERVER-9212 Visual Studio -- add and remove filesTad Marshall2013-05-0316-366/+66
* Mark unit test fail as noreturn to help static analysis toolsAndrew Morrow2013-05-021-1/+1
* SERVER-9430 Split SSLManager into an abstract interface and hidden implementa...Andrew Morrow2013-05-0213-223/+288
* Handle exceptions in initializers more gracefullyAndrew Morrow2013-05-021-1/+7
* SERVER-9542 Fix incorrect unit testTad Marshall2013-05-021-1/+1
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-0234-422/+390
* SERVER-8791 SERVER-9212 retire indexplugin/indextypeHari Khalsa2013-05-0243-2220/+354
* SERVER-9484 don't ignore geometries w/>1 covers if one of them isn't in the s...Hari Khalsa2013-05-021-4/+9
* SERVER-9542 Change comparison operator to correct typeTad Marshall2013-05-021-1/+1
* SERVER-8943 Remove hard limit of 20,000 incoming connections.Mathias Stearn2013-05-013-8/+0
* Behave more elegantly when inserting empty field namesAndrew Morrow2013-05-012-4/+12
* Reveal latent children before adding a new oneAndrew Morrow2013-05-012-11/+27
* More readable SocketException::toString()Mathias Stearn2013-05-011-1/+1
* SERVER-6407 When using PLAIN mechanism and $external database, do not digest ...Andy Schwerin2013-05-011-23/+27
* SERVER-9528 retry network failures during document copy at initial sync timeEric Milkie2013-05-011-13/+45
* do not run set_param1.js in parallel testEric Milkie2013-05-011-1/+2
* SERVER-9333 correct reference counting of GhostSlave membersEric Milkie2013-05-011-3/+2
* Remove post-install dependency on murmurhash3 from clientMathias Stearn2013-04-303-8/+13
* SERVER-9333 clear ghostcache at reconfig timeEric Milkie2013-04-304-2/+21
* SERVER-8066 (2/2) Skip undefined fields in mongorestoreShaun Verch2013-04-301-1/+12
* SERVER-8066 (1/2) Removed redundant if statementShaun Verch2013-04-301-14/+12
* SERVER-7728 Add more details on why a shard is 'unavailable' for balancingRandolph Tan2013-04-301-2/+12