summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 1.9.0r1.9.0Eliot Horowitz2011-05-014-3/+9
* fix cpp driver sconstruct linkingdwight2011-04-301-1/+4
* use volatile in List1dwight2011-04-301-4/+4
* fix vcxprojdwight2011-04-303-0/+6
* List1 test and fix case where orphan called on an empty lsitdwight2011-04-302-9/+57
* some List1 safetyEliot Horowitz2011-04-302-0/+37
* text and commentdwight2011-04-303-3/+3
* Merge branch 'master' of github.com:mongodb/mongodwight2011-04-3023-94/+200
|\
| * put hostname in the log. should make support a little easier.dwight2011-04-293-4/+6
| * Merge branch 'master' of git@github.com:mongodb/mongodwight2011-04-296-26/+67
| |\
| | * shell helpers for turning on/off balancer SERVER-2680Eliot Horowitz2011-04-293-2/+39
| | * don't sleep with lock held SERVER-3020Eliot Horowitz2011-04-291-21/+24
| | * more time for balancing on slow test systemsgregs2011-04-291-1/+2
| | * better debugging for errorEliot Horowitz2011-04-281-2/+2
| * | Merge branch 'master' of git@github.com:mongodb/mongodwight2011-04-2838-81/+225
| |\ \ | | |/
| | * need to add significant time to sync1.js to account for very slow data file a...Greg Studer2011-04-281-0/+5
| | * tabs->spacesgregs2011-04-281-27/+27
| | * more checks for priority1.js - detect failed self ASAPgregs2011-04-281-19/+29
| | * ping config server even if not doing balancing round SERVER-3015Eliot Horowitz2011-04-281-8/+9
| | * all the replSet logging starts with the word replset for easy grepping; a cou...Dwight2011-04-281-8/+8
| | * better logging in case of reconfig issuesgregs2011-04-281-2/+4
| | * File::len was not checking for an error during its processing. in general it ...Dwight2011-04-281-1/+5
| | * fix journal recovery for case when lsn file is zero bytes longDwight2011-04-282-0/+7
| | * test for SERVER-3014Eliot Horowitz2011-04-281-0/+29
| | * fix socket time SERVER-3014Eliot Horowitz2011-04-281-24/+21
| | * nicer assert for unopened connectionEliot Horowitz2011-04-281-1/+1
| | * better error loggingEliot Horowitz2011-04-281-0/+1
| | * also needs unsignedGreg Studer2011-04-281-1/+1
| | * int32_t not available on win32gregs2011-04-281-0/+3
| | * log errors on mongos startupGreg Studer2011-04-281-1/+1
| | * longer allowable timeEliot Horowitz2011-04-271-1/+1
| | * deterministic slaveok failovergregs2011-04-272-15/+15
| | * fix for priority1.js - check still in rs before syncGreg Studer2011-04-271-1/+4
| * | detect if we misconfigure and try to connect to a mongos as if it were a conf...dwight2011-04-251-3/+3
| * | bug with --configsvr command line paramdwight2011-04-251-4/+5
* | | vcxproj add hdr files so that find works well in the IDEdwight2011-04-302-0/+60
| |/ |/|
* | another assertEliot Horowitz2011-04-271-1/+1
* | better debuggingEliot Horowitz2011-04-272-4/+5
* | a little more aggressive trying slavesEliot Horowitz2011-04-271-4/+4
* | assert that i think makes senseEliot Horowitz2011-04-261-0/+1
* | SERVER-3005 testAaron2011-04-261-0/+23
* | don't force a check on _id for sharding as it has to be thereEliot Horowitz2011-04-262-0/+13
* | log output fix and slightly more verbose slave failovergregs2011-04-261-3/+3
* | a little more reliable with shardingEliot Horowitz2011-04-261-0/+1
* | log default rs heartbeatsgregs2011-04-261-1/+5
* | need a bigger oplog sizeEliot Horowitz2011-04-261-1/+1
* | log message on config change save Greg Studer2011-04-261-1/+1
* | SERVER-2998 workaroundsAaron2011-04-264-0/+7
* | make test a bit fasterEliot Horowitz2011-04-261-2/+9
* | remove some overly verbose debuggingEliot Horowitz2011-04-251-4/+0