summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* when doing a dump from a replica pair, do it from the slave SERVER-169Eliot Horowitz2009-08-123-6/+14
* auth support for tools SERVER-147Eliot Horowitz2009-08-127-5/+47
* don't need execinfo in bridge at all MINOREliot Horowitz2009-08-121-2/+1
* check for NOEXECINFO for mongobridge as wellMike Dirolf2009-08-121-3/+3
* almost made sniff compile on WIN32 MINOREliot Horowitz2009-08-111-0/+1
* another sniff win attempt MINOREliot Horowitz2009-08-111-2/+6
* try to fix win32 compile MINOREliot Horowitz2009-08-111-2/+2
* use DBClientPaired when given , serversEliot Horowitz2009-08-112-17/+35
* use $snapshot for dump/export tools SERVER-226Eliot Horowitz2009-08-112-3/+3
* towards mongosniff on windows with winpcapMike Dirolf2009-08-071-1/+4
* possibly fix / 0 - verboseEliot Horowitz2009-07-131-2/+7
* verbose MINOREliot Horowitz2009-07-131-0/+4
* / 0 safetyEliot Horowitz2009-07-131-2/+2
* nicer error messageEliot Horowitz2009-07-131-1/+1
* fix 64-bit mongorestoreEliot Horowitz2009-07-131-4/+5
* catch exceptions in Tool::main so tools don't abort SERVER-137Eliot Horowitz2009-07-101-2/+8
* long instead of int for file sizeEliot Horowitz2009-07-091-1/+1
* freebsd warning MINOREliot Horowitz2009-07-021-0/+4
* make -c work for mongodumpEliot Horowitz2009-06-281-1/+4
* mongoimport: default to stdinMike Dirolf2009-06-251-8/+2
* importjson: show help text for bad argumentsMike Dirolf2009-06-251-1/+9
* minor: help textMike Dirolf2009-06-251-1/+1
* print help if you don't give a namespaceMike Dirolf2009-06-253-3/+16
* minor: whitespaceMike Dirolf2009-06-253-28/+28
* sniffer check args length to avoid segfault w/ bad args - print error from un...Mike Dirolf2009-06-251-3/+4
* whitespaceMike Dirolf2009-06-251-56/+56
* work around assert in mmapEliot Horowitz2009-06-111-1/+2
* a little more info for query diagnostics MINOREliot Horowitz2009-06-031-1/+1
* file allocator compile windows MINORAaron2009-05-281-2/+0
* mongobridge close client ports on killAaron2009-05-201-12/+17
* close mongobridge's listener socket when program killedAaron2009-05-201-4/+27
* adjust help formatting MINORAaron2009-05-201-2/+2
* better message when root missing MINORAaron2009-05-201-2/+4
* use file allocator to allow writes in Tools MINORAaron2009-05-201-0/+5
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-201-7/+13
|\
| * add option to output to fileAaron2009-05-201-7/+13
* | make tools capable of running standalone, without a mongod instanceAaron2009-05-207-32/+38
|/
* tool log 'connected' message to stderrAaron2009-05-181-1/+1
* stub createDirectClient for tools MINORAaron2009-05-141-0/+8
* adjust dependencies MINORAaron2009-05-111-0/+1
* add 'bind_ip' option to bind listener only to requested local interfaceAaron2009-04-291-1/+1
* export needs to use jsonString, not toStringEliot Horowitz2009-04-131-1/+1
* fix warningsAaron2009-04-031-1/+1
* whitespaceMike Dirolf2009-04-031-6/+6
* bridge retry connectAaron2009-04-021-1/+2
* Add mongobridgeAaron2009-04-021-0/+102
* Replace emptyObj with BSONObj()Aaron2009-03-191-2/+2
* implemented dropIndexes for alt rec storeDwight2009-03-171-1/+1
* Remap cursor id on forwardAaron2009-03-101-14/+59
* CleanerAaron2009-03-101-20/+1