summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-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-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
* 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-282-3/+11
* Visual Studio -- file additions and renamesTad Marshall2013-05-2612-28/+196
* SERVER-7174: fix build/test errors in debug modeScott Hernandez2013-05-242-24/+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-241-0/+6
* SERVER-5351 migrations should use better slave count to determine up-to-dateRandolph Tan2013-05-231-6/+5
* Rename PrincipalName to UserNameSpencer T Brody2013-05-2332-207/+203
* Visual Studio -- multiple file changesTad Marshall2013-05-2316-376/+2346
* SERVER-9283 lastHeartbeatRecv flaps between invalid and valid dates during re...Randolph Tan2013-05-234-7/+39
* SERVER-9518 Small change to commentSpencer T Brody2013-05-231-2/+2
* SERVER-9698 Improve error reporting in mongostat when run with insufficient p...Andy Schwerin2013-05-231-3/+8
* SERVER-8798 Removing user credentials from auth cache on logoutAndreas Nilsson2013-05-232-0/+13
* SERVER-9518 Initial implementation of new User classSpencer T Brody2013-05-236-35/+326
* Revert "SERVER-9704 break out socket init for Windows"Eric Milkie2013-05-234-69/+24
* SERVER-9768 create non-dying entry point for running initializers, for use by...Eric Milkie2013-05-232-18/+13