summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-6359 mongoexport now outputs full strings in CSV modeJosh Price2012-07-091-1/+1
| | | | | | See discussion here: https://groups.google.com/forum/?fromgroups#!topic/mongodb-user/ngu9U1lKMfk Signed-off-by: Eric Milkie <milkie@10gen.com>
* SERVER-5473 mongostat will not auth unless passed a username or passwordMatt Dannenberg2012-07-031-1/+2
| | | | | Signed-off-by: Spencer T Brody <spencer@10gen.com> Signed-off-by: Eric Milkie <milkie@10gen.com>
* SERVER-3875: Added auth() call to mongotop and fixed output formatting.Daniel Pasette2012-04-171-4/+6
|
* SERVER-3112: Improved stdout/err in mongoexportBrandon Diamond2012-02-151-0/+13
|
* CS-1535: Avoid writing to stderr unless dumping to stdoutBrandon Diamond2012-02-151-1/+14
|
* CS-1535: Added method for toggling stdout/stderr in toolsBrandon Diamond2012-02-151-1/+5
|
* Don't allow full mongorestore on sharded cluster. SERVER-4547.Spencer T Brody2012-01-201-0/+5
|
* SERVER-3641 SERVER-1458: mongostat uses auth with mongos/repsetsBrandon Diamond2011-12-221-7/+9
|
* Fix mongoimport on jsonArrays. SERVER-3834Spencer T Brody2011-10-081-1/+1
|
* backport of SERVER-3875Eliot Horowitz2011-10-081-0/+2
|
* Use slaveOk read in mongodump to allow dumping of secondaries. SERVER-3854.Spencer T Brody2011-09-231-1/+1
|
* --ssl for tools SERVER-3729Eliot Horowitz2011-09-011-0/+10
|
* Make mongorestore ignore 'v' option when restoring indexes: SERVER-3687Spencer T Brody2011-08-291-1/+4
|
* fix pcre include for clientEliot Horowitz2011-08-221-1/+1
|
* use our own version of pcre SERVER-2085Eliot Horowitz2011-08-181-1/+1
|
* error out nicely with mongostat+auth on mongos SERVER-3619Kristina2011-08-174-7/+14
|
* Handle empty string properly in mongoimportSpencer T Brody2011-08-011-0/+3
|
* Make mongorestore be able to properly restore system.users with --drop. ↵Spencer T Brody2011-07-291-3/+29
| | | | SERVER-2863
* Don't iterate off the end of a string in mongoimportSpencer T Brody2011-07-271-5/+5
|
* update tools for new ListenerEliot Horowitz2011-07-271-1/+1
|
* Fix test failures resulting from trying to query DB in tools that don't use aSpencer T Brody2011-07-261-1/+4
| | | | specific collection (dump/restore).
* Fix build compileSpencer T Brody2011-07-261-1/+1
|
* Make tools fail if they connect to a db requiring authentication but don'tSpencer T Brody2011-07-261-1/+5
| | | | supply any credentials: SERVER-2867
* Part 2 of SERVER-1097: Make mongoexport export valid CSVSpencer T Brody2011-07-261-1/+68
|
* Part 1 of SERVER-1097: Make mongoimport adhere to CSV spec.Spencer T Brody2011-07-261-77/+109
|
* Refactor import code to make it easier to plug in new CSV parser.Spencer T Brody2011-07-261-91/+141
|
* Make bson tools trailer line go to stderr not stdout: SERVER-1619Spencer T Brody2011-07-261-3/+3
|
* more error handling in dumpEliot Horowitz2011-07-111-1/+3
|
* better error handling for monogodumpEliot Horowitz2011-07-101-1/+8
|
* split MessagePort into MessagePort and SocketEliot Horowitz2011-07-061-1/+1
|
* Fix SERVER-3276 - mongoimport stripping leading tabs when importing TSV filesSpencer T Brody2011-06-271-1/+1
|
* net cleaning: message split checkpoint where everything worksEliot Horowitz2011-06-261-0/+1
|
* net cleaning: move message.* to net/Eliot Horowitz2011-06-264-4/+3
| | | | net cleaning: move http tools to net/
* forceTableScan option for mongodump SERVER-3338Eliot Horowitz2011-06-261-1/+2
|
* server-2904U-tellus\cwestin2011-06-231-0/+27
|
* small sniffer improvementsDwight2011-06-211-2/+12
|
* Merge branch 'master' of git@github.com:mongodb/mongodwight2011-06-164-9/+14
|\
| * compile linuxEliot Horowitz2011-06-151-1/+1
| |
| * little nicerEliot Horowitz2011-06-151-8/+8
| |
| * add slaveOk option to mongoexport SERVER-3086gregs2011-06-011-1/+4
| |
| * don't use ? curop because it leads to user confusionEliot Horowitz2011-06-012-0/+2
| | | | | | | | | | add numYields to curop SERVER-3179
* | tweak msgdwight2011-06-161-2/+2
|/
* compileEliot Horowitz2011-05-091-1/+1
|
* Tools now support --journal with --dbpath SERVER-2300Mathias Stearn2011-05-091-0/+8
|
* also needs unsignedGreg Studer2011-04-281-1/+1
|
* int32_t not available on win32gregs2011-04-281-0/+3
|
* Don't show unrelated fields in mongostat when connected to mongos SERVER-2925Mathias Stearn2011-04-191-7/+10
|
* compiledwight2011-04-181-1/+1
|
* trap segfaults and such and try to log them on windowsdwight2011-04-181-1/+1
| | | | we also try to write a note to the windows event viewer
* Use FILE* for I/O in mongodump for better error reporting SERVER-2143Mathias Stearn2011-04-131-16/+26
|