summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* escaping for regex - SERVER-3471gregs2011-07-281-1/+1
* add options to Futures SERVER-3405gregs2011-07-271-4/+4
* rename method SERVER-3405gregs2011-07-271-6/+6
* full API change to command interface, add options SERVER-3405gregs2011-07-276-19/+19
* change command api to allow command options SERVER-3405gregs2011-07-275-55/+57
* test and group slaveok fix for SERVER-3405gregs2011-07-272-9/+21
* remove duplicate log messagesEliot Horowitz2011-07-271-3/+0
* don't use log() at shutdownEliot Horowitz2011-07-241-6/+8
* more consistent timing for waiting for commitEliot Horowitz2011-07-241-10/+21
* unsafe use of type bool warning on vstudiodwight2011-07-221-1/+1
* when deleteing a chunk, wait for replicationEliot Horowitz2011-07-221-5/+20
* make sure to wait for core chunk move as well as deltaEliot Horowitz2011-07-181-1/+1
* iniate lastOpAppliedEliot Horowitz2011-07-171-1/+1
* try to make log more usefulEliot Horowitz2011-07-161-1/+2
* better logging message for moveChunk commit replEliot Horowitz2011-07-161-1/+3
* better logging for moveChunk commitEliot Horowitz2011-07-161-16/+19
* don't hide first connection warning for shardsgregs2011-07-121-1/+5
* supress sharded sub-connection warning for getLastError()gregs2011-07-123-16/+16
* writeback listener log cleaningEliot Horowitz2011-07-111-6/+11
* use host in writeback listener thread nameEliot Horowitz2011-07-112-1/+3
* when a writeback request fails, don't writeback, deal with it inlineEliot Horowitz2011-07-082-27/+41
* fix chunk cleanupEliot Horowitz2011-07-071-5/+16
* don't remove old chunk data while in the middle of a migrateEliot Horowitz2011-07-061-56/+68
* err msg textdwight2011-07-011-1/+1
* correct reloading on stale config request optimizationEliot Horowitz2011-07-013-6/+12
* new collection state check cleaningEliot Horowitz2011-06-291-9/+2
* don't reload entire databae config on a bad config, just the collectionEliot Horowitz2011-06-292-5/+13
* more checking to not reload ChunkManager so muchEliot Horowitz2011-06-292-3/+22
* less thrashing when config changesEliot Horowitz2011-06-293-27/+32
* SERVER-2531: monitor size of current key being reduced, and do extra reducing...agirbal2011-06-271-7/+14
* SERVER-2531: remove possible shard chunk splitting during M/R outputagirbal2011-06-271-8/+0
* SERVER-2531: REPLACE mode now uses the finishMapReduce cmd on each shard, so ...agirbal2011-06-271-25/+24
* compile vcxprojdwight2011-06-271-5/+8
* SERVER-2531: added REDUCE mode for M/R to sharded output collectionagirbal2011-06-265-35/+80
* move connTicketHolderEliot Horowitz2011-06-261-0/+1
* removed global debugString with Message::toStringEliot Horowitz2011-06-262-2/+2
* net cleaning: message split checkpoint where everything worksEliot Horowitz2011-06-262-1/+2
* net cleaning: starting to split up message.hEliot Horowitz2011-06-261-1/+1
* net cleaning: move message.* to net/Eliot Horowitz2011-06-269-9/+9
* net cleaning: move message_server* to netEliot Horowitz2011-06-261-1/+1
* remove unit test spam from mongosEliot Horowitz2011-06-251-0/+4
* use ClientCursor::extractKeys so can use covered index if possibleEliot Horowitz2011-06-242-1/+29
* SERVER-2563 - make ClientCursor check disk location for record in memory if i...Eliot Horowitz2011-06-232-4/+4
* fix auth test and missing hook callKristina2011-06-231-0/+1
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2011-06-2214-31/+244
|\
| * compile vcxproj new seecurity filesDwight2011-06-223-5/+9
| * add auth support SERVER-921Kristina2011-06-229-25/+69
| * move runAgainstRegistered to sharding SERVER-921Kristina2011-06-221-0/+61
| * split security into s-only, d-only, and common SERVER-921Kristina2011-06-222-2/+106
* | more cleaningEliot Horowitz2011-06-221-1/+1
|/