summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't destruct clients and clientsMutext on exitMathias Stearn2012-02-212-4/+4
* SERVER-5013 don't log lines over 100kEliot Horowitz2012-02-211-2/+22
* fix perftestAaron2012-02-211-3/+4
* Add oplog reader timeout SERVER-4758Kristina2012-02-211-1/+1
* SERVER-4812 use say() not sayPiggyback() when closing cursors and lazyKill is...Greg Studer2012-02-212-3/+14
* unused variables for v8gregs2012-02-211-4/+4
* better HostAndPort assertion error messageEliot Horowitz2012-02-211-1/+1
* SERVER-4989: MR: errors that happen during sharded post processing are ignoredagirbal2012-02-172-19/+37
* Changes to address code review comments for SERVER-3702Ren2012-02-171-5/+8
* Changes to address code review comments for SERVER-4952Ren2012-02-171-1/+2
* Changes to address code review comments for SERVER-4958Ren2012-02-171-1/+1
* 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