summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7523 Add license notice for linenoise, s2, murmurhashIan Whalen2012-11-121-11/+82
* make a SecureRandom classEliot Horowitz2012-11-123-0/+114
* a simple unit test for seeded randomEliot Horowitz2012-11-122-0/+33
* make md5 have its own test rather than inside nonceEliot Horowitz2012-11-123-8/+15
* SERVER-7624 reduce memory footprint so test fits in 32bitsEric Milkie2012-11-121-4/+3
* SERVER-1752 Move BtreeCursor class definition to its own header file.Aaron2012-11-1128-276/+392
* sourcepush now takes an optional filterEliot Horowitz2012-11-111-2/+9
* SERVER-939 Changed FieldParser to have the correct BSON ownership semantics.Alberto Lerner2012-11-115-81/+111
* SERVER-2407 Visual Studio -- define DEBUG for Debug buildsTad Marshall2012-11-112-32/+32
* SERVER-2407 support amd64 architectureEric Milkie2012-11-111-0/+2
* SERVER-2407 better support for 32-bit Linux with V8Eric Milkie2012-11-111-0/+2
* SERVER-7088 make --usev8 the default instead of --usesmEric Milkie2012-11-111-2/+2
* top command doesn't need a global lock as it has its own SERVER-7614Eliot Horowitz2012-11-111-1/+1
* remove some rand() calls, and use Random insteadEliot Horowitz2012-11-115-27/+33
* SERVER-939 Corrected bson ownership (fixed unit test)Alberto Lerner2012-11-101-1/+1
* SERVER-939 Included generic bson header (fix compile)Alberto Lerner2012-11-103-3/+1
* SERVER-7086 Visual Studio -- create V8 source files using js2c.pyTad Marshall2012-11-095-20/+86
* Visual Studio -- adapt to new and renamed filesTad Marshall2012-11-096-36/+84
* SERVER-939 Introduced type for config.collection docs.Alberto Lerner2012-11-099-1/+734
* Add initialize method to AuthorizationManager to move admin user existance ch...Spencer T Brody2012-11-097-14/+70
* Move external_state* file to auth_external_state* to finish rename of Externa...Spencer T Brody2012-11-098-7/+7
* Make authenticate actually retry on failure. SERVER-4237Spencer T Brody2012-11-091-2/+2
* include what you use, to fix compilationEric Milkie2012-11-091-0/+1
* SERVER-7126 Rename ExternalState to AuthExternalStateSpencer T Brody2012-11-097-23/+23
* SERVER-7551 use same batch limits for initialsync and synctailEric Milkie2012-11-092-1/+63
* make timeout param actually work in ReplSetTestEric Milkie2012-11-091-4/+4
* SERVER-7077 fassert after logging message on corrupted deletedListTad Marshall2012-11-091-8/+10
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-11-0971-735/+2428
|\
| * SERVER-7086 Add V8 build logic to call into JS2CJason Rassi2012-11-094-179/+46
| * SERVER-7600 Fixup V8 includes, adapt Visual Studio projectsTad Marshall2012-11-099-66/+69
| * SERVER-7602 add action_type files to client buildEric Milkie2012-11-091-0/+6
| * SERVER-7577 Do not try to use filename if not setTad Marshall2012-11-091-2/+5
| * SERVER-7386 Define ENABLE_DEBUGGER_SUPPORT for V8Tad Marshall2012-11-093-16/+19
| * SERVER-3067 Disable BSONObjExternalSorter's qsort callback interrupts on sola...Aaron2012-11-082-2/+13
| * SERVER-3067 Fix windows compile by specifying boost::shared_ptr.Aaron2012-11-081-2/+2
| * SERVER-3067 Fix rhel warnings.Aaron2012-11-081-2/+2
| * SERVER-3067 Move old external sort tests from jsobjtests.cpp to extsorttests.cppAaron2012-11-082-236/+228
| * SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-0831-209/+1294
| * prevent test failures by raising epsilon value for SleepBackoff testEric Milkie2012-11-081-1/+1
| * SERVER-7134 Revert path change in includeTad Marshall2012-11-081-2/+2
| * add fassert numbersEric Milkie2012-11-081-2/+2
| * Buildbot: use map instead of unordered_map because unordered_map can't handle...Spencer T Brody2012-11-081-1/+1
| * SERVER-7460 Make sure connections never get version information associated wi...Spencer T Brody2012-11-083-5/+11
| * SERVER-7133 Build gsasl support in the static client library.Andy Schwerin2012-11-082-0/+8
| * Client and common support for SASL authentication.Andy Schwerin2012-11-087-3/+613
| * Be more explicit about types when constructing pair for insertAndrew Morrow2012-11-081-2/+3
| * Make comparator operator() const in testAndrew Morrow2012-11-081-2/+2
| * Add support for C++11 in platform/unordered_{map|set}.hAndrew Morrow2012-11-082-2/+28
| * Fix use of Shard as an incomplete type in standard containers.Andrew Morrow2012-11-085-12/+3
| * Fix use of ByLocKey as an incomplete type in standard containers.Andrew Morrow2012-11-083-25/+69