summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Visual Studio -- add and rename filesTad Marshall2013-06-0112-345/+397
* Revert "Add pointer to AuthorizationManager to AuthzSessionExternalState"Spencer T Brody2013-06-0118-157/+55
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-05-3118-55/+157
* Rename Auth[Global,Session]ExternalStateSpencer T Brody2013-05-3126-130/+130
* Fix assert codeSpencer T Brody2013-05-311-2/+2
* Set up a single global AuthorizationManager in mongos and mongodSpencer T Brody2013-05-317-0/+105
* SERVER-7174 Work around apparent OS X GCC 4.2 optimizer confusionAndrew Morrow2013-05-311-1/+1
* SERVER-7176 Allow set5.js to accept non-reordered doc as valid.Alberto Lerner2013-05-311-1/+1
* SERVER-9836: add assert.docEq -- check for nulls or undefinedScott Hernandez2013-05-311-7/+8
* SERVER-7175 Take a StringData from a stable source.Alberto Lerner2013-05-311-26/+26
* SERVER-8046 Add support for cloning elements to mutableAndrew Morrow2013-05-316-11/+199
* SERVER-7174 Don't reorder elements to be added in addToSetAndrew Morrow2013-05-312-5/+35
* SERVER-8046 Don't penalize debug build performance so heavilyAndrew Morrow2013-05-311-3/+10
* SERVER-7175 Use the proper call to determine how to route updates.Alberto Lerner2013-05-311-3/+3
* SERVER-8046 Avoid redundant traversals when finding the right childAndrew Morrow2013-05-311-12/+28
* SERVER-8046 Don't prohibit clang from using an unnamed namespaceAndrew Morrow2013-05-311-3/+4
* SERVER-8046 Add debug assertions to catch aliasing violationsAndrew Morrow2013-05-314-20/+136
* SERVER-8046 Add utilities to simplify debugging and testing with mutableAndrew Morrow2013-05-319-29/+152
* SERVER-9137 Added --httpinterface flag to mongod smoke testsAndreas Nilsson2013-05-311-2/+3
* SERVER-9836: add assert.docEqScott Hernandez2013-05-311-0/+63
* SERVER-8536 prevent race conditions in IndexBuilder testsEric Milkie2013-05-311-7/+31
* Visual Studio -- add and rename filesTad Marshall2013-05-3112-49/+1086
* SERVER-7175 Towards lint happinessAlberto Lerner2013-05-301-1/+1
* SERVER-7175 Initial support for routing updates to the new framework.Alberto Lerner2013-05-3015-30/+1172
* SERVER-9808 Fix issues found in CoN static analysisAndreas Nilsson2013-05-304-7/+10
* Add AuthGlobalExternalStateSpencer T Brody2013-05-3012-10/+347
* SERVER-9796 FTSSpec::fixSpec() should not re-order _fts* fieldsJason Rassi2013-05-302-2/+7
* SERVER-9820: Introduce Path and iterators such that all bson walking logic is...Eliot Horowitz2013-05-3016-304/+824
* SERVER-6400: remove _allHaveTomatch since it was never usedEliot Horowitz2013-05-302-18/+5
* SERVER-8926 Remove extra error text and 'L' line number prefixTad Marshall2013-05-302-2/+2
* SERVER-8931 Do not display stack trace on invalid cd() and mkdir() commandsTad Marshall2013-05-301-5/+23
* SERVER-7324 Visual Studio -- add hex.cppTad Marshall2013-05-3016-0/+32
* SERVER-9137 Disable internal web interface by defaultAndreas Nilsson2013-05-294-14/+20
* SERVER-7324 removed too-large number from previous commitAndrewCEmil2013-05-291-1/+0
* Added logging preceding assertion in database.cpp for exceeded quotasAndrewCEmil2013-05-291-0/+1
* SERVER-7324: added templated toHexTemp function to hex.h/hex.cppAndrewCEmil2013-05-297-7/+78
* SERVER-9753 Use pid_t type for pid argument in declarationTad Marshall2013-05-291-1/+1
* SERVER-9806 compability with newer Cyrus SASL header, for Windows EnterpriseEric Milkie2013-05-291-3/+10
* Fix test of locahost auth exceptionSpencer T Brody2013-05-291-10/+13
* SERVER-9804 add numeric code to getLastError error when primary steps downEric Milkie2013-05-291-0/+1
* SERVER-7720 fail on createIndex with a too-long name even if it already exist...Matt Dannenberg2013-05-283-3/+28
* SERVER-9794 Fix cleanbb.py shouldKill() buildslave conditionJason Rassi2013-05-281-1/+1
* Visual Studio -- file additions and renamesTad Marshall2013-05-2612-28/+196
* do not run racy master/slave test on WindowsEric Milkie2013-05-241-2/+4
* SERVER-7174: fix build/test errors in debug modeScott Hernandez2013-05-242-24/+2
* SERVER-7377 fix faulty testMatt Dannenberg2013-05-241-2/+2
* SERVER-7174: new $pop modifierScott Hernandez2013-05-244-0/+573
* SERVER-7174: new $pullAll modifierScott Hernandez2013-05-244-0/+507
* SERVER-8046 Copy field names before potentially invalidating themAndrew Morrow2013-05-241-22/+44
* SERVER-7377 support w:majority on solitary serverMatt Dannenberg2013-05-242-0/+23