summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-7728 Add more details on why a shard is 'unavailable' for balancingRandolph Tan2013-08-011-2/+12
* SERVER-9481 further rollback exception cleanupMatt Dannenberg2013-08-012-23/+13
* SERVER-9481 Fixes fluctuating between ROLLBACK and SECONDARY when ROLLBACK is...Andreas Heck2013-08-012-5/+12
* SERVER-9365 make forced halfway split work with chunks with many docsGreg Studer2013-08-016-10/+147
* SERVER-10362: call ClientCursor::staticYield to do a pthread_yield rather tha...Dan Pasette2013-08-011-1/+1
* SERVER-10211 Give stepdown.js more time for the primary to be elected after a...Spencer T Brody2013-08-011-0/+1
* SERVER-10362: only use pthread_yield on linux, on osx use sleepmicros(1)Eliot Horowitz2013-08-011-6/+12
* SERVER-10362: add option to ClientCursor::staticYield to do a pthread_yield i...Eliot Horowitz2013-08-012-7/+22
* SERVER-10313: uassert number conflict fixScott Hernandez2013-08-011-1/+1
* SERVER-10313: uassert if null char in js field namesScott Hernandez2013-08-012-0/+16
* SERVER-10103 avoid hitting socket exception in the shellEric Milkie2013-08-011-0/+3
* SERVER-10103 add debugging outputEric Milkie2013-08-011-1/+3
* SERVER-10015 balancer should stop when ConfigServerCheck indicates inconsistencyRandolph Tan2013-08-015-9/+105
* SERVER-9699: remove clean commandEliot Horowitz2013-08-011-37/+0
* More readable SocketException::toString()Mathias Stearn2013-08-011-1/+1
* SERVER-9808 Fix issues found in static code analysisAndreas Nilsson2013-07-311-1/+2
* SERVER-10344 Skip repl/repl4.js because of race condition in master/slaveSpencer T Brody2013-07-311-1/+4
* SERVER-9754 Remove FILE_FLAG_WRITE_THROUGH for journal filesDmitry Naumov2013-07-291-1/+1
* SERVER-8030 Add IPv6 version of jstestTad Marshall2013-07-291-0/+139
* SERVER-8030 Validate connection string in JavaScript connect() functionTad Marshall2013-07-293-17/+148
* SERVER-10359 Remove code page switching from Windows shellTad Marshall2013-07-291-6/+0
* SERVER-8926 Remove extra error text and 'L' line number prefixTad Marshall2013-07-292-2/+2
* SERVER-9636 Display version, not pointer valueTad Marshall2013-07-291-2/+5
* SERVER-9894 Add license headers to stacktrace.{cpp,h}Tad Marshall2013-07-292-2/+28
* SERVER-8891 Destroy static objects in a safer orderTad Marshall2013-07-292-49/+73
* SERVER-10261 end TCP sockets cleanlyEric Milkie2013-07-221-0/+6
* SERVER-10259 Do not return pointer into temporary stringTad Marshall2013-07-191-1/+6
* Visual Studio -- add new filesTad Marshall2013-07-1816-0/+128
* SERVER-8795 Revert "SERVER-8782 disable smalloplog geo_update_btree.js on Sol...Tad Marshall2013-07-181-3/+0
* SERVER-8795 Lock mongo files in remapPrivateView on SolarisTad Marshall2013-07-182-4/+11
* SERVER-7080 Add feature test for execinfo functions to repair build of client...Andrew Morrow2013-07-181-0/+7
* SERVER-7080 Emulate backtrace_symbols() and backtrace_symbols_fd() on Solaris 10Tad Marshall2013-07-181-1/+81
* SERVER-7080 Add code to emulate backtrace()Tad Marshall2013-07-181-0/+42
* SERVER-7080 Link to backtrace, backtrace_symbols and backtrace_symbols_fd at ...Tad Marshall2013-07-188-64/+194
* SERVER-7404 Link to posix_fadvise at runtime for SolarisTad Marshall2013-07-189-13/+121
* SERVER-9325 Add blockCheckSupported and hostInfo support to Solaris/SmartOSTad Marshall2013-07-181-24/+130
* Visual Studio -- add MurmurHash3 to mongo shell (SpiderMonkey)Tad Marshall2013-07-182-0/+24
* SERVER-9786 Visual Studio -- add strcasestr.{cpp,h}Tad Marshall2013-07-1816-0/+64
* SERVER-9832 Use PF_UNIX symbol instead of PF_LOCALTad Marshall2013-07-171-4/+7
* SERVER-9786 Link to strcasestr at runtime for SolarisTad Marshall2013-07-174-12/+141
* SERVER-9325 Add __C99FEATURES__ CPPDEFINE for Solaris to enable isinf()Tad Marshall2013-07-171-0/+4
* Visual Studio -- add MurmurHash3 to mongo shellTad Marshall2013-07-172-0/+24
* SERVER-10128 skip killop.js in auth passthrough until auth no longer requires...Spencer T Brody2013-07-161-1/+2
* SERVER-10085 do not hold bgsync mutex while waiting for the networkEric Milkie2013-07-151-3/+4
* SERVER-10089 more room in oplog so we avoid RS102 on slower buildersEric Milkie2013-07-121-1/+1
* SERVER-10040 Fixed SSL memory leak for failed connects and acceptsAndreas Nilsson2013-07-121-7/+8
* SERVER-10039 buildbot test ChunkManagerLoadBasicTest need index to support so...Greg Studer2013-07-121-0/+5
* SERVER-10039 sorting ignored in returned query obj for differGreg Studer2013-07-121-4/+4
* SERVER-10175 buildbot v2.4 index1.js failure run GLE after inserts to make su...Greg Studer2013-07-121-0/+1
* SERVER-10110 Fix flakiness in TimeTBuilder jsobj testAndrew Morrow2013-07-111-3/+3