summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* better exception handling in mongobridgeAaron2010-09-271-28/+39
* Tools shouldn't use $snapshot with --dbpath SERVER-1833Mathias Stearn2010-09-232-3/+3
* don't use snapshot with another query SERVER-1383Eliot Horowitz2010-09-231-2/+5
* make bsondump check for empty pathKristina Chodorow2010-09-101-1/+8
* compile?Dwight2010-09-091-2/+4
* Made the special stdout parameter -, to be more in line with other apps, e.g....Justin Dearing2010-08-231-2/+2
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-2/+2
* Hide connection options for tools that don't connect SERVER-1574Mathias Stearn2010-08-165-17/+30
* use json for bsondump SERVER-1631Eliot Horowitz2010-08-131-1/+1
* better help for mongostatMathias Stearn2010-08-091-1/+1
* allow dumping a collection to stdout SERVER-763Kristina Chodorow2010-08-061-15/+40
* make cells widerEliot Horowitz2010-07-301-3/+2
* 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
* optional query for mongodumpEliot Horowitz2010-07-281-2/+16
* SERVER-1270 Elim c_str() /toolsAlberto Lerner2010-07-202-2/+2
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-191-2/+2
* Fix warningsAlberto Lerner2010-07-191-2/+2
* Fix buildAlberto Lerner2010-07-181-2/+2
* compile snifferdwight2010-07-181-2/+2
* SERVER-1387 add exhaust mode to mongo bridgeAaron2010-07-151-0/+18
* stat help and cleaningEliot Horowitz2010-07-123-7/+29
* mongostat has queue lengthEliot Horowitz2010-07-121-0/+7
* Add --indexesLast option since it's not always faster SERVER-1377Mathias Stearn2010-07-071-1/+4
* restore indexes last SERVER-1377Mathias Stearn2010-07-071-1/+9
* fadvise in mongorestoreMathias Stearn2010-07-071-4/+8
* squash warningMathias Stearn2010-07-021-1/+1
* don't restore system.profile SERVER-1294Eliot Horowitz2010-06-301-0/+5
* more strlen(x) == 0 smashingMathias Stearn2010-06-291-1/+1
* ignore UTF-8 BOM in mongoimport SERVER-862Mathias Stearn2010-06-281-0/+5
* some tool cleaningEliot Horowitz2010-06-192-1/+15
* Allow specifying upsert fields for mongoimport SERVER-1186Mathias Stearn2010-06-141-3/+25
* --jsonArray for mongoexport SERVER-1083Mathias Stearn2010-06-141-1/+14
* --jsonArray for mongoimport SERVER-1083Mathias Stearn2010-06-141-13/+47
* --noimport hidden option to mongoimport for benchmarking JSON parserMathias Stearn2010-06-141-1/+10
* safer faults/sEliot Horowitz2010-06-111-2/+2
* added faults/sKenny Gorman2010-06-121-2/+9
* auto-reconnect for mongostatEliot Horowitz2010-06-093-3/+14
* some tool cleaning, bsondump toolEliot Horowitz2010-06-094-82/+248
* towards QueryOption_exhaustdwight2010-06-051-1/+1
* support '-' in fields for mongoimport/export SERVER-1127Mathias Stearn2010-06-031-1/+1
* Dont count failed records as importedMathias Stearn2010-06-031-1/+2
* --stopOnError option to mongoimport SERVER-1133Mathias Stearn2010-06-031-0/+4
* Add --port option to tools. SERVER-1157Mathias Stearn2010-06-031-0/+4
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-06-032-8/+15
|\
| * Mongoimport now fails on invalid UTF8 SERVER-1171Mathias Stearn2010-06-031-0/+3
| * added flushes/s parameter.Kenny Gorman2010-06-041-2/+8
| * Make mongoimport work w/o final EOL. SERVER-1152Mathias Stearn2010-06-031-6/+4
* | some nicer error messagesEliot Horowitz2010-06-031-3/+3
|/
* add objcheck option to snifferAaron2010-05-271-59/+92