summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-2579: added readonly object for lazy v8 objects, which makes them much...agirbal2011-05-101-3/+3
* SERVER-2976: added M/R pure jsMode with collection outputagirbal2011-05-102-17/+78
* better loggingKristina2011-05-101-3/+3
* put authed username in system.profile SERVER-3074Eliot Horowitz2011-05-102-4/+9
* store authed username in AuthenticationInfo SERVER-3074Eliot Horowitz2011-05-108-38/+69
* cleaning AuthentiationInfoEliot Horowitz2011-05-102-31/+69
* assertEliot Horowitz2011-05-101-0/+2
* StackBufBuilderdwight2011-05-104-18/+10
* add queryoptimizercursor.cpp to vcxprojdwight2011-05-092-0/+2
* SERVER-2977 use query optimizer cursor for groupAaron2011-05-091-2/+3
* SERVER-2977 assert rather than crash on invalid cursor accessAaron2011-05-092-11/+27
* remove a couple more unnecessary locksKristina2011-05-091-2/+0
* remove unnecessary lock SERVER-3032Kristina2011-05-091-2/+0
* Revert "exact checks for 2d queries SERVER-2968"gregs2011-05-0913-126/+93
* Matching class/structMathias Stearn2011-05-091-2/+2
* commentsKristina2011-05-092-16/+19
* exact checks for 2d queries SERVER-2968gregs2011-05-0913-93/+126
* safely access rs id and config w/out lockingKristina2011-05-092-4/+7
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-05-0926-308/+508
|\
| * defensive, maybe safer for shutdown, in particular on posixdwight2011-05-092-2/+2
| * redo diagstrdwight2011-05-092-3/+3
| * compileEliot Horowitz2011-05-091-1/+1
| * diagstr didnt have a copy contructor; a better fix later maybedwight2011-05-081-0/+1
| * eliminate null char from string Keys to save a little spacedwight2011-05-081-6/+18
| * towards SERVER-1300 allow zeros in utf8 stringsdwight2011-05-081-3/+16
| * fix compile SERVER-3032dwight2011-05-081-0/+2
| * Merge branch 'master' of github.com:mongodb/mongodwight2011-05-082-8/+2
| |\
| | * remove commentEliot Horowitz2011-05-081-7/+1
| | * don't print full object in logEliot Horowitz2011-05-081-1/+1
| * | thread safety replSetGetStatus backport? SERVER-3032dwight2011-05-081-1/+1
| |/
| * put fields into system.profile, not a big string SERVER-3061Eliot Horowitz2011-05-085-19/+57
| * nicer messageEliot Horowitz2011-05-071-1/+1
| * reset OpDebug soon to avoid pointers to network buffersEliot Horowitz2011-05-071-1/+2
| * don't use stringbuffer for OpDebug SERVER-1591 - updates about 8% fasterEliot Horowitz2011-05-078-94/+191
| * tiny bit faster updates when no match or upsert perhapsdwight2011-05-071-142/+142
| * somehow this got mangled on my 2ac6dbcf63547fd90609e3812e4c99e835ed0082 commi...dwight2011-05-071-3/+1
| * vcxproj betterdwight2011-05-072-1/+7
| * avoid potential race conditions with ReplSet::startupStatusMsgdwight2011-05-065-14/+15
| * Merge branch 'master' of github.com:mongodb/mongodwight2011-05-061-1/+1
| |\
| | * fix condition and make normal assertMathias Stearn2011-05-061-1/+1
| | * fix _DEBUG buildsMathias Stearn2011-05-061-1/+1
| * | defensivedwight2011-05-061-0/+2
| |/
| * Merge branch 'master' of github.com:mongodb/mongodwight2011-05-061-11/+18
| |\
| | * no volatile reqd for 64-bit systems SERVER-2940gregs2011-05-061-11/+18
| * | defensive SERVER-3032 replSetGetStatus not a fix but helps a littledwight2011-05-061-0/+3
| |/
| * SERVER-3052dwight2011-05-062-10/+8
| * elim warnings on visualc++ and a couple assertsdwight2011-05-061-3/+10
| * Fix linux32-debug buildbotMathias Stearn2011-05-061-1/+1
| * Can't use basicInsert here unqualifiedMathias Stearn2011-05-061-1/+1
| * check spherical earth query bounds SERVER-2980gregs2011-05-062-10/+27