summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* stdafx->pchDwight2010-04-277-7/+7
* compileEliot Horowitz2010-04-241-0/+1
* towards 3Dwight Merriman2010-04-241-1/+1
* fix for toolsDwight Merriman2010-04-241-1/+1
* support doing mongostat over httpEliot Horowitz2010-04-163-6/+61
* clean up stderr vs stdout for mongodump SERVER-564Eliot Horowitz2010-04-153-7/+13
* Disable IPv6 by default. Add function and cmdline opt to enable.Mathias Stearn2010-04-081-0/+4
* Combine init() and listen()Mathias Stearn2010-04-051-2/+1
* Make Listener register socket with ListeningSocketsMathias Stearn2010-04-051-1/+1
* 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
* mongoimport: support for escaped " in csv with either "" or \" SERVER-773Mathias Stearn2010-03-221-18/+33
* better help text, -n(--rowcount) and --noheaders for mongostat SERVER-784Mike Dirolf2010-03-181-7/+27
* move --fork --logpath --logappend into cmdline so it works for mongos SHARDIN...Eliot Horowitz2010-03-181-0/+2
* SERVER-765 add StaticObserver to mongobridgeAaron2010-03-161-0/+2
* mongosniff: add DIAGLOG option to help.Mathias Stearn2010-03-161-2/+3
* mongosniff can forward diaglog filesEliot Horowitz2010-03-161-14/+61
* SERVER-695 add StaticObserver to more binariesAaron2010-03-151-0/+2
* add time to mongostatEliot Horowitz2010-03-121-1/+22
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-03-122-2/+17
|\
| * 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
| * num connections in mongostatEliot Horowitz2010-03-081-0/+2
* | better debuggingEliot Horowitz2010-03-051-1/+1
|/
* fixEliot Horowitz2010-03-051-3/+5
* --drop and --objchek for restoreEliot Horowitz2010-03-051-1/+30
* CSV import/export now supports spaces in field names SERVER-687Mathias Stearn2010-03-011-1/+1
* formattingEliot Horowitz2010-02-281-186/+190
* configurable sleepEliot Horowitz2010-02-282-1/+13
* fix for csv import where last field has " SERVER-682Eliot Horowitz2010-02-271-1/+3
* limit to 3 places of precision for percentagesMike Dirolf2010-02-231-1/+1
* mongostat toolEliot Horowitz2010-02-231-0/+144
* changed Tool() cons arguments a bitEliot Horowitz2010-02-214-8/+11
* don't spam shutdown stuff on normal tool exec SERVER-624Eliot Horowitz2010-02-171-2/+5
* remove some manual free()s and mixed new/free()Mathias Stearn2010-02-122-11/+5
* typo MINORMathias Stearn2010-02-091-1/+1
* make tools wait until all modifications have completed before exitingMathias Stearn2010-02-093-0/+5
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-093-0/+48
* mongoimport and mongoexport should open files in text modeMathias Stearn2010-02-032-2/+2
* 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
* better debugging when can't open streamsEliot Horowitz2010-01-241-1/+1
* minor: mongoexport exported count -> stderr so as not to clutter data going t...Mike Dirolf2010-01-221-1/+1
* minor: tool argument errors to stderr not stdoutMike Dirolf2010-01-221-2/+2
* a little code cleanup / renameingDwight2010-01-032-4/+4
* Allocate line buffer on heap to avoid blowing the stack on windows. SERVER-410Mathias Stearn2009-12-281-4/+4
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-3/+3
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-284-6/+6