summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4952 mongofiles list will not display correctly when passing a databa...Ren2012-02-171-2/+5
* SERVER-4954 Dropping a database of a sharded cluster that contains regex cha...Ren2012-02-171-2/+3
* SERVER-4955 Sharding a collection with a database name that has a regex char...Ren2012-02-171-1/+3
* SERVER-4958Ren2012-02-171-2/+4
* SERVER-3702 printShardingStatus interprets database name as regular expressionRen2012-02-173-5/+9
* SERVER-4735: force pid_t to intDan Crosta2012-02-171-1/+1
* Fix Visual Studio buildTad Marshall2012-02-172-41/+37
* ALL smoke.py invocations are done through smoke_command()Dan Crosta2012-02-161-3/+3
* SERVER-4735: add pid to serverStatusDan Crosta2012-02-161-0/+1
* removing MR code and JS engine from mongos, this was due to old designagirbal2012-02-165-559/+0
* pop everything for consistencyEric Milkie2012-02-161-2/+3
* SERVER-4621 noBalance flag for sharded collectionsGreg Studer2012-02-165-9/+92
* SERVER-4838 use single op for primary or chunk manager in queriesGreg Studer2012-02-161-12/+1
* SERVER-4838 determine all at once whether a collection is sharded or notGreg Studer2012-02-165-64/+120
* avoid "Conditional jump or move depends on uninitialised value(s)"Eric Milkie2012-02-161-0/+1
* BUILDBOT-92: add mongofiles to dist buildsDan Crosta2012-02-161-0/+1
* Fix Visual Studio buildTad Marshall2012-02-164-0/+18
* SERVER-4872 Have SIGTERM, SIGINT and SIGHUP report exit code 0 in mongod (suc...Andy Schwerin2012-02-161-7/+8
* fix ssl after Socket refactorEliot Horowitz2012-02-161-0/+6
* SERVER-4844U-tellus\cwestin2012-02-156-1/+21
* SERVER-4844U-tellus\cwestin2012-02-155-0/+199
* SERVER-4844U-tellus\cwestin2012-02-158-18/+57
* SERVER-4332 fix renameCollection for secondaries in replicasetsEric Milkie2012-02-151-2/+7
* shut down mongobridges explicitly, at the end of a replsettestEric Milkie2012-02-151-3/+12
* mongobridge now exits properly on Windows when target servers are shut downEric Milkie2012-02-151-3/+4
* SERVER-4549: MR: using both jsMode and inline mode does not yield any outputagirbal2012-02-152-1/+2
* SERVER-4967 allow paste of text with leading tabsTad Marshall2012-02-151-0/+6
* fix linux build warningsU-tellus\cwestin2012-02-151-2/+4
* Fix Visual Studio buildTad Marshall2012-02-154-7/+49
* add pcre to link list explicitlyEliot Horowitz2012-02-151-1/+1
* checkpoint SERVER-4844U-tellus\cwestin2012-02-1421-128/+238
* checkpoint work for SERVER-4644U-tellus\cwestin2012-02-147-19/+367
* first cut at named traces (unused); copy ctor and assignment op for BSONObjU-tellus\cwestin2012-02-143-2/+15
* checkpoint dependency tracker for SERVER-4644U-tellus\cwestin2012-02-1423-53/+577
* SERVER-3632 use Windows syntax for default dbpath on WindowsEric Milkie2012-02-142-4/+4
* SERVER-2601: Get shared client build working on Linux.Andy Schwerin2012-02-141-2/+2
* SERVER-4731 use simpler englishEric Milkie2012-02-141-1/+1
* added inlines for compiling with older gccKevin Matulef2012-02-141-4/+4
* adding MurmurHash3 libraryKevin Matulef2012-02-145-2/+377
* SERVER-4731 add new state for removed replicaset membersEric Milkie2012-02-146-21/+37
* Revert "SERVER-4957: If shard lookup fails, retry appending the default port."Spencer T Brody2012-02-141-6/+0
* prevent windows from treating max as a macro SERVER-4367Mathias Stearn2012-02-131-1/+1
* fix Windows build by deactivating max macroEric Milkie2012-02-131-0/+1
* Use Task API correctly in mongos SERVER-4367Mathias Stearn2012-02-132-4/+3
* typo MINORMathias Stearn2012-02-131-1/+1
* Check limits when converting Date_t to time_t SERVER-4834Mathias Stearn2012-02-131-2/+9
* SERVER-4957: If shard lookup fails, retry appending the default port.Spencer T Brody2012-02-131-0/+6
* Better log message SERVER-4810Kristina2012-02-131-1/+4
* Check optimes before stepping down due to priority SERVER-4810Kristina2012-02-131-1/+4
* Extend writelock during stepdown to include socket close SERVER-4619Kristina2012-02-131-5/+1