summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* compiledwight2011-12-252-83/+0
* stub out some concurrency assertion frameworkingdwight2011-12-252-0/+83
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-24237-76762/+0
* get rid of a 32-bit Windows build warningTad Marshall2011-12-241-2/+2
* get rid of some warnings in Windows buildTad Marshall2011-12-242-8/+9
* SERVER-4130: defer to bind_ip arg when getting addrsBrandon Diamond2011-12-231-2/+8
* SERVER-3257U-tellus\cwestin2011-12-232-41/+39
* bad typo from yesterday checkinDwight2011-12-231-1/+0
* SERVER-4535: the jsMode of MR calls finalize without the key as first argumentagirbal2011-12-231-2/+2
* Do not require _id index for capped collection update SERVER-4546Kristina2011-12-231-5/+12
* compile *nix curop - temp removal of a constEliot Horowitz2011-12-232-3/+3
* curop cleaningdwight2011-12-223-188/+161
* vcxprojdwight2011-12-222-1/+3
* give curop its own cpp filedwight2011-12-222-41/+39
* Merge branch 'master' of github.com:mongodb/mongodwight2011-12-221-1/+1
|\
| * SERVER-2285: reapply earlier change after testingBrandon Diamond2011-12-221-1/+1
* | tododwight2011-12-221-1/+4
|/
* fix build one more timeKevin Matulef2011-12-211-1/+1
* fix. some machines don't define certain rlimitsKevin Matulef2011-12-211-0/+2
* SERVER-4407 check rlimits on startupKevin Matulef2011-12-212-2/+19
* remove unnecessary condition !hopeful <-- it already check line 35charsyam2011-12-211-1/+1
* fix slow log line output with default valuesEliot Horowitz2011-12-211-1/+1
* replset/maintenance testing (wip)Brandon Diamond2011-12-201-1/+1
* SERVER-4129 fix race condition on global by adding mutex protectionEric Milkie2011-12-203-10/+23
* move special accessor into correct section of QueryPlan definitionAaron2011-12-201-4/+3
* SERVER-4149 reenable supportYields verify checkAaron2011-12-201-3/+1
* SERVER-4531 select only geo index for direct lookup when no btree index is su...Aaron2011-12-202-4/+20
* initialize member variable to avoid branching on uninitialized memoryEric Milkie2011-12-201-1/+2
* Set errmsg for self in replSetGetStatus SERVER-4455Kristina2011-12-202-3/+11
* SERVER-2285: prevent some commands (count) from running in maintenance modeBrandon Diamond2011-12-201-0/+7
* SERVER-2285: added support for maintenance-aware commandsBrandon Diamond2011-12-201-0/+5
* Close connections when a replica set member is removed SERVER-4501Kristina2011-12-201-1/+7
* Whitespace SERVER-4238Kristina2011-12-201-1/+1
* Make sure auth is always registered for rs connections SERVER-4238Kristina2011-12-201-2/+6
* CommentKristina2011-12-201-1/+4
* Ignore capped dup key error on initial sync SERVER-4474Kristina2011-12-201-1/+1
* minorDwight2011-12-191-1/+1
* cleaner currentop output lslightlyDwight2011-12-192-4/+4
* printmeminfo references memorymappfile stuff so move it to avoid dependcencie...Dwight2011-12-192-1/+14
* compile gccdwight2011-12-191-1/+1
* begin the process of putting global vairables in one central location. in par...Dwight2011-12-1944-357/+430
* SERVER-4496 shutdown sequencingDwight2011-12-191-1/+1
* clcdwight2011-12-194-92/+111
* SERVER-4496 shutdown stuffdwight2011-12-181-0/+9
* commentAaron2011-12-171-1/+2
* more complete specification of location grammarAaron2011-12-171-1/+1
* remove tabs from codeAaron2011-12-171-5/+5
* commentAaron2011-12-171-0/+2
* SERVER-4492 with all/elemMatch query, fail match rather than assert when docu...Aaron2011-12-171-1/+4
* beginnings of PageFaultException. Not yet active (ifdefd out)dwight2011-12-1716-31/+181