summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing include to unordered_fast_key_table_internal.hAndy Schwerin2012-12-111-0/+2
* SERVER-7572 Introduce PrincipalName type, instead of using a pair of strings ...Andy Schwerin2012-12-1112-83/+146
* SERVER-7122 Add required privileges to more commandsSpencer T Brody2012-12-119-9/+159
* SERVER-7122 Make copydb not work with auth on mongosSpencer T Brody2012-12-113-27/+43
* SERVER-7572 Change AuthorizationManager::checkAuthorization to return bool in...Andy Schwerin2012-12-113-46/+30
* fix compilation for non-ssl buildsEric Milkie2012-12-111-0/+2
* SERVER-7202 cleanup SSLManager managementEric Milkie2012-12-119-140/+61
* SERVER-939 fixes to database typeGreg Studer2012-12-113-41/+22
* SERVER-939 field parser and BSON enhancements for vectors and mapsGreg Studer2012-12-114-7/+386
* SERVER-7376 migrate deletion not aggressive enough and tied to migrate movesRandolph Tan2012-12-117-37/+84
* Revert "Change flag separator from space to equal sign for launching programs...Spencer T Brody2012-12-112-26/+13
* Fix how enableTestCommands gets set for all testsSpencer T Brody2012-12-111-1/+1
* tabs -> spaceRandolph Tan2012-12-111-2/+2
* SERVER-6313 config server timeouts not used in all placesRandolph Tan2012-12-1110-26/+31
* SERVER-6399 Simplified FieldPart class.Alberto Lerner2012-12-112-19/+9
* Make test commands disabled by default, and enable them on all testsSpencer T Brody2012-12-112-3/+5
* Change flag separator from space to equal sign for launching programs from shellSpencer T Brody2012-12-112-13/+26
* SERVER-6399 Fixed wrong comment.Alberto Lerner2012-12-111-1/+1
* Merge branch 'gsaslsdfix'Andy Schwerin2012-12-111-3/+3
|\
| * SERVER-7886 StringData fixes for gsasl_session.cpp.Andy Schwerin2012-12-111-3/+3
* | SERVER-6399 Made is easy to copy string data's.Alberto Lerner2012-12-111-1/+1
* | SERVER-7904 forgot to init s2nearcursor::nscannedHari Khalsa2012-12-112-3/+4
* | SERVER-6399 Allowed creation of empty string data's.Alberto Lerner2012-12-112-5/+20
|/
* SERVER-7202 SSL certificate validation in both directionsEric Milkie2012-12-1111-57/+264
* need to zero out Namespace entriesEliot Horowitz2012-12-111-0/+1
* add test for 2d+geoNear+within, add fix to let within work in s2+geoNearHari Khalsa2012-12-115-21/+45
* Visual Studio -- add and remove filesTad Marshall2012-12-1112-16/+72
* use explicit namespace qualification to make windows bb happyMathias Stearn2012-12-101-4/+4
* use our isNaN function (fixes windows build)Mathias Stearn2012-12-101-1/+1
* Use cached field name len in DocumentStorage::findFieldMathias Stearn2012-12-101-2/+2
* Optimize MutableDocument::freezeMathias Stearn2012-12-101-2/+5
* Optimize ExpressionFieldPath and give better semanticsMathias Stearn2012-12-105-63/+49
* Normalize handling of Undefined vs EOO/missing in aggMathias Stearn2012-12-1015-108/+117
* Add at least minimal support for all types to aggMathias Stearn2012-12-109-253/+484
* Rewrite Document/Value conversion to BSON to use BSONObjBuilderValueStreamMathias Stearn2012-12-104-83/+46
* Enhancements to BSONObjBuilder family of classes' stream APIMathias Stearn2012-12-106-10/+205
* Make Value::compare behave the same as BSONElement::woCompareMathias Stearn2012-12-107-193/+146
* Move logic from BSONElement::canonicalType to canonicalBSONType free functionMathias Stearn2012-12-102-50/+52
* Correct lookup of principal in acquirePrivilegesFromPrivilegeDocument().Andy Schwerin2012-12-101-1/+1
* SERVER-7886 Fix SpiderMonkey compileTad Marshall2012-12-101-1/+1
* SERVER-7776: remove unused array conversionBen Becker2012-12-103-31/+20
* SERVER-7776: remove unused v8 wrapperBen Becker2012-12-106-147/+1
* SERVER-7849: fix JSThread read from offset into string literalBen Becker2012-12-101-1/+2
* SERVER-7451 - add node startup info to local db at startupEliot Horowitz2012-12-101-0/+30
* remove unused methodEliot Horowitz2012-12-101-3/+0
* SERVER-7886 - remove StringData::data()Eliot Horowitz2012-12-101-2/+1
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-1038-135/+151
* SERVER-7886 - use StringData methods in bson libraryEliot Horowitz2012-12-106-21/+25
* SERVER-7886 use UnorderedFastKeyTable in TopEliot Horowitz2012-12-103-8/+8
* SERVER-7886 builder unit testEliot Horowitz2012-12-102-0/+37