summaryrefslogtreecommitdiff
path: root/s/server.cpp
AgeCommit message (Expand)Author
2012-07-06SERVER-6305 command-line option to turn off auto-splitting on particular mong...Greg Studer
2012-04-19SERVER-4812 use say() not sayPiggyback() when closing cursors and lazyKill is...Greg Studer
2011-08-09reload full db when dropping collection - SERVER-3517gregs
2011-08-08Check dbhash on config servers once a minute and report failures SERVER-3323Mathias Stearn
2011-07-27remove duplicate log messagesEliot Horowitz
2011-06-26net cleaning: move message.* to net/Eliot Horowitz
2011-06-26net cleaning: move message_server* to netEliot Horowitz
2011-06-22add auth support SERVER-921Kristina
2011-06-17stub doPreServerStatupInits()Dwight
2011-06-15Merge pull request #40 from JensRantil/masterEliot
2011-06-13fix compile and error codesagirbal
2011-06-13SERVER-2531: added M/R output to shard collection for mode REPLACEagirbal
2011-05-26Another grammar fix. Minor commit.Jens Rantil
2011-05-19put all connections that are assigned to ShardConnection into sharded state i...Eliot Horowitz
2011-05-19don't unset sharding state when a shard connection is doneEliot Horowitz
2011-05-18prep for multiplexing connections between mongos and mongod more effectivelyEliot Horowitz
2011-05-17convert WriteBack cleaner to periodic taskEliot Horowitz
2011-05-02more getLog workEliot Horowitz
2011-04-05working towrads unifying network codeEliot Horowitz
2011-03-30remove all clientId related code and systems, and just use tls SERVER-2872Eliot Horowitz
2011-03-17prevent shutdown race condtion SERVER-2704Eliot Horowitz
2011-02-09fix replica set cursor cleaning through mongos SERVER-2505Eliot Horowitz
2011-02-09trap top level exceptionsdwight
2011-01-14mongos shouldn't have cmdLine.dur = trueMathias Stearn
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-29fix exception handling in mongosEliot Horowitz
2010-12-27moving client class into its own fileEliot Horowitz
2010-12-20some replica set client cleaningEliot Horowitz
2010-12-20update config servers when replica set config changes SERVER-1557Eliot Horowitz
2010-11-28envp is not usedAlberto Lerner
2010-10-13fix SIGHUP handling SERVER-1934Eliot Horowitz
2010-10-01SERVER-1822 dedup check/resetShardVersion and kill s/d_util.cppAlberto Lerner
2010-10-01SERVER-1822 dedup webGetAdminUser/webHaveAdminUserAlberto Lerner
2010-09-17set thread name in mongos mainEliot Horowitz
2010-09-10can set connection pool error name so can easily differentiate mongos from mo...Eliot Horowitz
2010-08-31optionally have dbexit try to get a dblockEliot Horowitz
2010-08-25Disable JSONP by default due to security implicationsMathias Stearn
2010-08-20Sharding options get their own category.Justin Dearing
2010-08-17remove mechanism to put mongos -> mongod connections in last error id modeEliot Horowitz
2010-08-17compile vs2010Dwight
2010-08-17SERVER-1593 hook new signal handler to mongosAlberto Lerner
2010-08-12change error reporting order for robustnessEliot Horowitz
2010-08-03don't use id gle for syncEliot Horowitz
2010-08-03check for config server consistency on startupEliot Horowitz
2010-08-02mongos cursor timeout SERVER-1531Eliot Horowitz
2010-07-28SERVER-1292 A bit more prep, separate grid.{h,cpp} from configAlberto Lerner
2010-07-28Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz
2010-07-28hook up webserver to mongos SERVER-1495Eliot Horowitz
2010-07-28SERVER-1497 Cant mix and match localhost and real IPsAlberto Lerner
2010-07-27consolidate bind_ip handlingEliot Horowitz