summaryrefslogtreecommitdiff
path: root/tools/tool.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix compile warningEliot Horowitz2011-05-201-6/+6
* g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-05-021-2/+2
* fix boost 1.45Eliot Horowitz2011-03-061-1/+5
* update mongorestore for large documents SERVER-2575Eliot Horowitz2011-02-171-1/+1
* change tool help from repl pairs to sets SERVER-2390Eliot Horowitz2011-01-251-1/+1
* fix fcloseEliot Horowitz2011-01-161-2/+2
* close bson file handles SERVER-2359Eliot Horowitz2011-01-161-0/+2
* when durableDefaultOn is specified, don't enable durability in tool binariesAaron2011-01-121-0/+4
* FileAllocator cleaningEliot Horowitz2011-01-091-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-83/+84
* Make the file being processed a member of Tool.Richard Kreuter2010-12-091-4/+4
* make sure tools always use the same slave connectionMathias Stearn2010-11-291-3/+6
* compile linuxEliot Horowitz2010-11-281-4/+4
* outdated TODOMathias Stearn2010-11-031-1/+0
* clean up tools option controlsEliot Horowitz2010-11-021-8/+11
* 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