summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2011-10-08Fix mongoimport on jsonArrays. SERVER-3834Spencer T Brody
2011-10-08backport of SERVER-3875Eliot Horowitz
2011-09-23Use slaveOk read in mongodump to allow dumping of secondaries. SERVER-3854.Spencer T Brody
2011-09-01--ssl for tools SERVER-3729Eliot Horowitz
2011-08-29Make mongorestore ignore 'v' option when restoring indexes: SERVER-3687Spencer T Brody
2011-08-22fix pcre include for clientEliot Horowitz
2011-08-18use our own version of pcre SERVER-2085Eliot Horowitz
2011-08-17error out nicely with mongostat+auth on mongos SERVER-3619Kristina
2011-08-01Handle empty string properly in mongoimportSpencer T Brody
2011-07-29Make mongorestore be able to properly restore system.users with --drop. SERVE...Spencer T Brody
2011-07-27Don't iterate off the end of a string in mongoimportSpencer T Brody
2011-07-27update tools for new ListenerEliot Horowitz
2011-07-26Fix test failures resulting from trying to query DB in tools that don't use aSpencer T Brody
2011-07-26Fix build compileSpencer T Brody
2011-07-26Make tools fail if they connect to a db requiring authentication but don'tSpencer T Brody
2011-07-26Part 2 of SERVER-1097: Make mongoexport export valid CSVSpencer T Brody
2011-07-26Part 1 of SERVER-1097: Make mongoimport adhere to CSV spec.Spencer T Brody
2011-07-26Refactor import code to make it easier to plug in new CSV parser.Spencer T Brody
2011-07-26Make bson tools trailer line go to stderr not stdout: SERVER-1619Spencer T Brody
2011-07-11more error handling in dumpEliot Horowitz
2011-07-10better error handling for monogodumpEliot Horowitz
2011-07-06split MessagePort into MessagePort and SocketEliot Horowitz
2011-06-27Fix SERVER-3276 - mongoimport stripping leading tabs when importing TSV filesSpencer T Brody
2011-06-26net cleaning: message split checkpoint where everything worksEliot Horowitz
2011-06-26net cleaning: move message.* to net/Eliot Horowitz
2011-06-26forceTableScan option for mongodump SERVER-3338Eliot Horowitz
2011-06-23server-2904U-tellus\cwestin
2011-06-21small sniffer improvementsDwight
2011-06-16Merge branch 'master' of git@github.com:mongodb/mongodwight
2011-06-16tweak msgdwight
2011-06-15compile linuxEliot Horowitz
2011-06-15little nicerEliot Horowitz
2011-06-01add slaveOk option to mongoexport SERVER-3086gregs
2011-06-01don't use ? curop because it leads to user confusionEliot Horowitz
2011-05-09compileEliot Horowitz
2011-05-09Tools now support --journal with --dbpath SERVER-2300Mathias Stearn
2011-04-28also needs unsignedGreg Studer
2011-04-28int32_t not available on win32gregs
2011-04-19Don't show unrelated fields in mongostat when connected to mongos SERVER-2925Mathias Stearn
2011-04-18compiledwight
2011-04-18trap segfaults and such and try to log them on windowsdwight
2011-04-13Use FILE* for I/O in mongodump for better error reporting SERVER-2143Mathias Stearn
2011-04-12make mongodump work on local.oplog.rsEliot Horowitz
2011-04-05unused variable warningMathias Stearn
2011-04-05fix compile warningEliot Horowitz
2011-04-04Make mongodump --oplog work with auth SERVER-2850Mathias Stearn
2011-04-03Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn
2011-04-03g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn
2011-03-17SERVER-2691.Richard Kreuter
2011-03-16Changes to source needed to compile cleanly with clang++Mathias Stearn