summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* sniffer enhancements: Parse additional message types, detect dropped packets,...Aaron2009-03-091-35/+213
* fix gridfs - can't use BSONElement for strage like thatEliot Horowitz2009-02-181-1/+1
* safetyEliot Horowitz2009-02-141-0/+1
* enough sniffing functionality to work with mongos - more to doEliot Horowitz2009-02-131-6/+45
* Remove compiler warningAaron2009-02-131-1/+1
* most of a mongo protocol snifferEliot Horowitz2009-02-131-0/+191
* spellingMike Dirolf2009-02-111-1/+1
* whitespaceMike Dirolf2009-02-111-10/+10
* include for windowsU-ELIOT-019992DFC\Administrator2009-02-101-0/+4
* doneAndDecouple() -> obj()Dwight2009-02-092-3/+3
* change file nameEliot Horowitz2009-02-091-6/+6
* remove the EOF check - too aggressiveEliot Horowitz2009-02-091-6/+1
* npe equivEliot Horowitz2009-02-031-1/+2
* list enhancements and search and better helpEliot Horowitz2009-02-023-11/+36
* gridfs and some toolsEliot Horowitz2009-02-021-0/+99
* export to json/csv toolEliot Horowitz2009-02-021-0/+111
* option for creating an index before or ater importEliot Horowitz2009-02-021-0/+10
* don't try to import files of size 0yellow2009-01-311-0/+3
* slave ok for doing dumpsyellow2009-01-311-2/+2
* sort() for c++ clientDwight2009-01-291-1/+1
* put logging backEliot Horowitz2009-01-291-2/+1
* fixes and timingEliot Horowitz2009-01-291-26/+26
* mongoimportjsonEliot Horowitz2009-01-292-0/+116
* make run return and that is what the binary exits withEliot Horowitz2009-01-294-7/+6
* made import use new Tool classEliot Horowitz2009-01-273-125/+89
* moving to unified Tool systemEliot Horowitz2009-01-273-122/+188
* Replaced our #defined cout with mongo::out()Aaron2009-01-152-18/+18
* Indent all lines within namespaces one levelAaron2009-01-152-130/+130
* Replace tab indentation with spacesAaron2009-01-142-176/+176