summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9410 Permit use of Interlocked operations on Windows Server 2003Andrew Morrow2013-06-043-11/+12
* SERVER-8598 push key expression evaluation out of ShardChunkManagerGreg Studer2013-06-0414-162/+153
* SERVER-6514 Don't package bsondemo.cpp twiceAndrew Morrow2013-06-041-3/+1
* SERVER-6514 Don't depend on InstallVersionedLibrary; only in SCons 2.3.0+Andrew Morrow2013-06-041-4/+6
* SERVER-6514 Fix build of bsondemo on Windows by using the correct headerAndrew Morrow2013-06-041-1/+2
* SERVER-6514 Fix client build on solaris by cloning the none processinfoAndrew Morrow2013-06-041-0/+68
* SERVER-9680 Use a signed char to store BSONType enumerationsRobie Basak2013-06-041-2/+2
* SERVER-7176 Cap the amount of array backfilling in an update.Alberto Lerner2013-06-045-2/+37
* Coerce return value of boost::sizeAndrew Morrow2013-06-032-5/+5
* SERVER-6951 SERVER-9656 SERVER-9849 Handle third_party libraries consistentlyAndrew Morrow2013-06-036-9/+43
* SERVER-9656 Use libstemmer when using system libraries.Rogério Brito2013-06-031-1/+3
* SERVER-6514 Re-add support for building the C++ driver shared libraryAndrew Morrow2013-06-038-70/+214
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-0322-105/+107
* SERVER-9809 Introduce mongo-wide ProcessId type.Andy Schwerin2013-06-034-2/+222
* SERVER-9581 Set up mock AuthorizationManager for toolsSpencer T Brody2013-06-031-0/+5
* Set up globalAuthorizationManager for the unit tests that need itSpencer T Brody2013-06-034-1/+24
* Add pointer to AuthorizationManager to AuthzSessionExternalStateSpencer T Brody2013-06-0318-55/+157
* SERVER-9468 Update unit tests' LIBDEPS for field_parser.cpp moveJason Rassi2013-06-033-20/+51
* SERVER-9468 Move s/field-parser* to db/Jason Rassi2013-06-0324-26/+25
* SERVER-9528 Fix unreferenced local variable warningsTad Marshall2013-06-031-2/+2
* SERVER-8795 Revert "SERVER-8782 disable smalloplog geo_update_btree.js on Sol...Tad Marshall2013-06-031-3/+0
* SERVER-8795 Lock mongo files in remapPrivateView on SolarisTad Marshall2013-06-032-4/+11
* SERVER-7445: add jstest for $in only takes an arrayDan Pasette2013-06-021-1/+5
* SERVER-7174 Cleanup and strengthen some new modifier testsAndrew Morrow2013-06-013-49/+209
* 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