summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.2.0-rc1r2.2.0-rc1Eliot Horowitz2012-08-132-2/+2
* Revert "Speed-up dur::filename()"Mathias Stearn2012-08-101-16/+5
* Fix dur::fileName()Mathias Stearn2012-08-101-2/+7
* SERVER-4683 Only use embedded tcmalloc on x86_64 linux by default.Andy Schwerin2012-08-101-1/+2
* SERVER-4683 Fix build break on older SCons, redux.Andy Schwerin2012-08-101-2/+2
* SERVER-4683 Fix build break on older SCons.Andy Schwerin2012-08-101-2/+5
* Speed-up dur::filename()Mathias Stearn2012-08-101-5/+11
* SERVER-4683 Support the imported tcmalloc, ystem tcmalloc or the default syst...Andy Schwerin2012-08-106-10/+93
* SERVER-4683 Config files for tcmalloc on Linux built by 10gen.Andy Schwerin2012-08-103-0/+403
* SERVER-4683 Import gperftools source files.Andy Schwerin2012-08-10194-0/+56663
* Add libdeps to signatures for built items.Andy Schwerin2012-08-101-10/+0
* turn off balancer for error1Greg Studer2012-08-101-1/+1
* SERVER-6743 Do not add perftest.exe to the distribution archive or install it...Andy Schwerin2012-08-091-1/+2
* Make C++ driver call GLE after storing gridFS chunks, before calling filemd5....Spencer T Brody2012-08-091-0/+6
* bbot fix SERVER-6744Randolph Tan2012-08-091-2/+6
* Make handling of stale configs in ParallelSortClusteredCursor saferSpencer T Brody2012-08-092-9/+12
* bbot fix for SERVER-6740Randolph Tan2012-08-091-4/+0
* Revert "SERVER-6076 implement loopCommands for benchRun"Siddharth Singh2012-08-093-30/+2
* Revert "SERVER-6738 exclude bench_test4 from parallel suite"Siddharth Singh2012-08-091-1/+0
* fix dbadmin.js on WindowsEric Milkie2012-08-091-1/+3
* SERVER-6738 exclude bench_test4 from parallel suiteSiddharth Singh2012-08-091-0/+1
* SERVER-6572 - use pthread specifics on os x for performanceEliot Horowitz2012-08-092-7/+45
* SERVER-5373 disable jstests/profile1.js for WindowsTad Marshall2012-08-081-0/+12
* SERVER-6572 fix Windows warningTad Marshall2012-08-081-1/+1
* SERVER-6572 - fix windowsEliot Horowitz2012-08-081-2/+2
* SERVER-6572 - can't use enum on windowsEliot Horowitz2012-08-081-16/+13
* SERVER-6572 - don't use a class so we can use simple thread localsEliot Horowitz2012-08-081-74/+77
* SERVER-6076 implement loopCommands for benchRunSiddharth Singh2012-08-083-2/+30
* SERVER-6718 initialize member variable to intended defaultEric Milkie2012-08-081-2/+4
* SERVER-6572 use a thread local cache for better perforamnce in record cachingEliot Horowitz2012-08-081-5/+126
* Revert "SERVER-6572 use a thread local cache for better perforamnce in record...Andy Schwerin2012-08-081-76/+2
* Check result object of command for stale config in ParallelSortClusteredCurso...Spencer T Brody2012-08-081-0/+11
* SERVER-6572 use a thread local cache for better perforamnce in record cachingEliot Horowitz2012-08-081-2/+76
* SERVER-6718 new parameter to control replication index prefetching behaviorEric Milkie2012-08-088-9/+127
* Merge pull request #282 from tychoish/clone-collection-warningIan Whalen2012-08-081-2/+1
|\
| * SERVER-6731 cloneCollection warning correctionSam Kleinman2012-08-081-2/+1
* | Merge pull request #283 from samantharitter/SERVER--6708Ian Whalen2012-08-081-12/+6
|\ \
| * | SERVER--6708 sh._adminCommand is silent, and sh helpers return result objectSamantha Ritter2012-08-081-12/+6
* | | Merge pull request #280 from samantharitter/SERVER-6474Ian Whalen2012-08-082-0/+19
|\ \ \ | |_|/ |/| |
| * | SERVER-6474 give more descriptive error messages when syncFrom is misusedSamantha Ritter2012-08-012-0/+19
| |/
* | SERVER-6704 show error message on failed "edit var" in shellTad Marshall2012-08-081-2/+3
* | Buildbot fix for SERVER-6702Randolph Tan2012-08-074-16/+20
* | SERVER-6729 adapt test to changed database naming rulesTad Marshall2012-08-071-1/+1
* | SERVER-6729 extra restrictions on db name characters for Windows onlyEric Milkie2012-08-071-0/+6
* | Fix test to wait for the master's POV to catch upKristina2012-08-071-3/+16
* | SERVER-6559 do not segfault parsing collection nameTad Marshall2012-08-071-2/+2
* | SERVER-6532 Add PDB for mongos and mongod to Windows dist archive.Andy Schwerin2012-08-072-0/+5
* | SERVER-5064 don't return false in auth unless all config servers are downMathias Stearn2012-08-073-8/+112
* | SERVER-6516, SERVER-6581 adapt shard_gle_insert.js to changed stringsTad Marshall2012-08-071-1/+6
* | Compile when SIGPIPE is not definedTad Marshall2012-08-061-0/+2