summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16705 fixed leak in PortMessageServer::acceptedMPBenety Goh2015-01-061-73/+57
* SERVER-16683 Decrease mongos memory footprint when shards have several tagsRandolph Tan2015-01-0613-89/+151
* Import wiredtiger-wiredtiger-2.5.0-36-g94ac478.tar.gz from wiredtiger branch ...Matt Kangas2015-01-06300-177/+509
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-0598-44/+247
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-0545-4/+58
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-05218-120/+651
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-0514-3/+21
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-0546-167/+249
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-0519-6/+20
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-0563-17/+76
* SERVER-13256 Remove using of dynamic_ptr_cast from pch.hAndrew Morrow2015-01-052-2/+3
* SERVER-13256 Sort system and boost headers in pch and remove dupsAndrew Morrow2015-01-051-5/+4
* SERVER-13256 Remove useless pch.cppAndrew Morrow2015-01-052-47/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-05149-8/+451
* SERVER-13256 Remove inclusion of export_macros from pch.hAndrew Morrow2015-01-054-2/+3
* SERVER-13256 Make debug_util macros onlyAndrew Morrow2015-01-056-11/+46
* SERVER-13256 Move win32 strcasecmp to somewhere sanerAndrew Morrow2015-01-052-4/+5
* SERVER-13256 Remove assert_util from pch.hAndrew Morrow2015-01-054-2/+5
* SERVER-13256 Remove goodies.hAndrew Morrow2015-01-0512-53/+0
* SERVER-13256 Scope handle typedef to mmap subsystem and only define on non-wi...Andrew Morrow2015-01-052-10/+4
* SERVER-13256 Move string utils from goodies.h to str.hAndrew Morrow2015-01-056-21/+12
* SERVER-13256 Move PRINT macro to own header and incldue where neededAndrew Morrow2015-01-0510-9/+44
* SERVER-13256 Remove strcpy_s, used only in windows only code, from goodies.hAndrew Morrow2015-01-051-4/+0
* SERVER-13256 Remove unused functions from goodies.hAndrew Morrow2015-01-051-33/+0
* SERVER-13256 Move observer to mutex.cpp and remove util.cppAndrew Morrow2015-01-052-21/+11
* SERVER-13256 Move hexdump out of goodies.h and into hex.hAndrew Morrow2015-01-056-16/+24
* SERVER-13256 Remove unused isPrime and nextPrime functionsAndrew Morrow2015-01-052-38/+0
* SERVER-13256 Move ThreadSafeString to own fileAndrew Morrow2015-01-058-46/+125
* SERVER-13256 Move ptr<T> out of goodies to own headerAndrew Morrow2015-01-055-38/+78
* SERVER-13256 Migrate goodies boost headers/usings to pch.hAndrew Morrow2015-01-053-7/+10
* SERVER-13256 Remove C headers from pch.hAndrew Morrow2015-01-056-8/+5
* SERVER-13256 Remove boost/version.hpp from pch.hAndrew Morrow2015-01-054-1/+3
* SERVER-13256 Remove allocator.h from pch.hAndrew Morrow2015-01-051-1/+0
* SERVER-16591 Fix broken mmap suite use_power_of_2_a.js testKaloian Manassiev2015-01-051-2/+2
* SERVER-16677 moved management of mongod.lock from mmapv1 engine to global env...Benety Goh2015-01-053-106/+45
* SERVER-16677 added unclean shutdown warning to global environmentBenety Goh2015-01-0515-12/+62
* SERVER-16677 added platform-dependent class to management creation/locking of...Benety Goh2015-01-055-0/+668
* SERVER-16065 Check for private/shared view match before remapKaloian Manassiev2015-01-051-78/+78
* SERVER-16065 Move code around and add comments in dur.cppKaloian Manassiev2015-01-051-37/+57
* SERVER-16720 updated awk regexp to support inline pidFilePath and dbPath syntaxAndrea Maria Piana2015-01-051-2/+2
* SERVER-16660 Add comments to sharding_system_namespaces.jsSiyuan Zhou2015-01-051-0/+3
* SERVER-16591 Get rid of _collectionsLock in the database catalogKaloian Manassiev2015-01-057-257/+406
* SERVER-16591 Clean up MMAPV1DatabaseCatalogEntry initializationKaloian Manassiev2015-01-057-179/+168
* SERVER-16711: no_db_created testScott Hernandez2015-01-051-0/+35
* SERVER-16716 (v8-3.25) Removing host string arg length limitation for mongo s...Akira Kurogane2015-01-051-6/+3
* SERVER-16716 Removing host string arg length limitation for mongo shellAkira Kurogane2015-01-051-6/+3
* SERVER-16660 sharding_system_namespaces.js incorrectly assumes that mongod su...Siyuan Zhou2015-01-051-35/+34
* SERVER-16718 remove LogIndentLevel from log.h/log.cppalabid2015-01-052-14/+0
* SERVER-16711: do not create db for collmod if missing db/collectionScott Hernandez2015-01-051-5/+8
* SERVER-16711: do not create db for compact if missing db/collectionScott Hernandez2015-01-051-6/+9