summaryrefslogtreecommitdiff
path: root/tools/tool.cpp
Commit message (Expand)AuthorAgeFilesLines
* mongostat base support for many serversEliot Horowitz2010-10-141-2/+3
* fix SIGHUP handling SERVER-1934Eliot Horowitz2010-10-131-1/+1
* check imports are going to a master SERVER-1878Kristina Chodorow2010-10-081-0/+18
* Hide connection options for tools that don't connect SERVER-1574Mathias Stearn2010-08-161-11/+18
* replaced replica pair connection with basic set version SERVER-1320Eliot Horowitz2010-07-301-2/+3
* fix tool connection code so can use repl set, etc...Eliot Horowitz2010-07-301-15/+9
* SERVER-1270 Elim c_str() /toolsAlberto Lerner2010-07-201-1/+1
* Fix warningsAlberto Lerner2010-07-191-2/+2
* stat help and cleaningEliot Horowitz2010-07-121-3/+1
* fadvise in mongorestoreMathias Stearn2010-07-071-4/+8
* squash warningMathias Stearn2010-07-021-1/+1
* more strlen(x) == 0 smashingMathias Stearn2010-06-291-1/+1
* auto-reconnect for mongostatEliot Horowitz2010-06-091-2/+2
* some tool cleaning, bsondump toolEliot Horowitz2010-06-091-0/+95
* support '-' in fields for mongoimport/export SERVER-1127Mathias Stearn2010-06-031-1/+1
* Add --port option to tools. SERVER-1157Mathias Stearn2010-06-031-0/+4
* some nicer error messagesEliot Horowitz2010-06-031-3/+3
* Hide password from ps output SERVER-1129Mathias Stearn2010-05-241-0/+10
* some typos SERVER-1103Eliot Horowitz2010-05-081-1/+1
* All tools (including shell) take -p should allow it to be blank and do passw...Guillaume Delannoy2010-05-041-3/+6
* fix # and --fieldFile handling SERVER-1059Eliot Horowitz2010-04-271-1/+1
* support doing mongostat over httpEliot Horowitz2010-04-161-4/+9
* clean up stderr vs stdout for mongodump SERVER-564Eliot Horowitz2010-04-151-6/+8
* Disable IPv6 by default. Add function and cmdline opt to enable.Mathias Stearn2010-04-081-0/+4
* do'nt require boost options in mongoclient SERVER-855Eliot Horowitz2010-03-311-0/+2
* make sure tools create a LastError object SERVER-839Eliot Horowitz2010-03-281-0/+1
* move --fork --logpath --logappend into cmdline so it works for mongos SHARDIN...Eliot Horowitz2010-03-181-0/+2
* SERVER-695 add StaticObserver to more binariesAaron2010-03-151-0/+2
* minor: helpful error message when unable to acquire dbpath lock in toolsMike Dirolf2010-03-111-2/+15
* make help text more explicitMike Dirolf2010-03-111-1/+1
* CSV import/export now supports spaces in field names SERVER-687Mathias Stearn2010-03-011-1/+1
* formattingEliot Horowitz2010-02-281-186/+190
* changed Tool() cons arguments a bitEliot Horowitz2010-02-211-5/+8
* don't spam shutdown stuff on normal tool exec SERVER-624Eliot Horowitz2010-02-171-2/+5
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-091-0/+16
* fix tools with --dbpathEliot Horowitz2010-02-011-1/+2
* tools: add repl pair syntax to --help SERVER-561Mathias Stearn2010-01-271-1/+1
* SERVER-308 add support for --directoryperdb optionAaron2010-01-261-0/+4
* SERVER-541 disable preallocation for toolsAaron2010-01-251-0/+2
* minor: tool argument errors to stderr not stdoutMike Dirolf2010-01-221-2/+2
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-3/+3
* fix tool lockingEliot Horowitz2009-12-061-2/+0
* try to fix mongodumpDwight2009-12-041-0/+2
* use SlaveOk for doing counts SERVER-450Eliot Horowitz2009-12-021-0/+1
* tool cleaningEliot Horowitz2009-10-271-2/+8
* move CurOp into Client and make inprog handle multiple in progressDwight2009-10-161-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-121-14/+49
|\
| * add option to read fields from a fileEliot Horowitz2009-10-121-14/+49
* | compileDwight2009-10-121-1/+1
|/
* Connection::initThreadEliot Horowitz2009-10-091-0/+1