summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* Client and common support for SASL authentication.Andy Schwerin2012-11-081-2/+6
* Add missing ostream headerAndrew Morrow2012-11-081-0/+2
* Move ASSERT_OK macro into mongo/unittest/unittest.h.Andy Schwerin2012-11-063-6/+0
* SERVER-7565 Make line endings Unix-style on WindowsTad Marshall2012-11-061-2/+2
* SERVER-7565 Fix typos and styleTad Marshall2012-11-061-4/+4
* Adding mutable bson classesPaul Pedersen2012-11-051-0/+2
* fix C++ driver compileEric Milkie2012-11-051-0/+1
* Add an isOK method to Status, and methods to get an ErrorCodes::Error from a ...Andy Schwerin2012-11-013-2/+57
* Auto-generate error_codes.{h,cpp}.Andy Schwerin2012-10-294-103/+213
* simple Counter64 classEliot Horowitz2012-10-261-0/+36
* Fix up some hitherto unused parts of the mongo init system.Andy Schwerin2012-10-233-1/+31
* Fixed typosPascal Borreli2012-10-144-6/+6
* SERVER-7126 Introduce new auth data structuresSpencer T Brody2012-10-101-0/+3
* SERVER-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-092-1/+4
* Revert "Support templated unittest test suites."Mathias Stearn2012-10-011-24/+46
* Revert "FastStringKey class to speed up lookups by c-strings in maps and sets"Mathias Stearn2012-10-013-290/+0
* FastStringKey class to speed up lookups by c-strings in maps and setsMathias Stearn2012-09-303-0/+290
* Support templated unittest test suites.Mathias Stearn2012-09-301-46/+24
* Move StringData to base/string_data.hMathias Stearn2012-09-261-0/+73
* SERVER-5112 Introduce runGlobalInitializers(), macros and tools for global in...Andy Schwerin2012-09-259-0/+427
* SERVER-5112 Initializer type and test.Andy Schwerin2012-09-257-0/+368
* Stringify the cycle into the Status message parameter when topSort detects a ...Andy Schwerin2012-09-251-1/+6
* SERVER-5112 ConfigurationVariableManager type and unit tests.Andy Schwerin2012-09-254-2/+299
* parseNumberFromString* functionsAndy Schwerin2012-09-255-0/+350
* Make Status::OK a static function.Andy Schwerin2012-09-257-30/+49
* Rename InitializationContext to InitializerContext, for consistency with othe...Andy Schwerin2012-09-252-5/+5
* SERVER-7028 compile linux, in owned_pointer_vector_test define DestructionLog...Aaron2012-09-201-0/+2
* SERVER-7028 Add OwnedPointerVector.Aaron2012-09-203-0/+138
* Implement and test InitializerDependencyGraph.Andy Schwerin2012-09-178-3/+674
* Introduced the Status class.Alberto Lerner2012-09-145-0/+394
* Introduce MONGO_DISALLOW_COPYING macro.Andy Schwerin2012-09-101-0/+33