summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | 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
* Use FILE* for I/O in mongodump for better error reporting SERVER-2143Mathias Stearn2011-04-131-16/+26
* make mongodump work on local.oplog.rsEliot Horowitz2011-04-121-6/+4
* unused variable warningMathias Stearn2011-04-051-1/+1
* fix compile warningEliot Horowitz2011-04-051-6/+6
* Make mongodump --oplog work with auth SERVER-2850Mathias Stearn2011-04-041-0/+2
* Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn2011-04-031-1/+1
* g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-04-031-2/+2
* SERVER-2691.Richard Kreuter2011-03-172-0/+15
* Changes to source needed to compile cleanly with clang++Mathias Stearn2011-03-161-1/+1
* s/u_int32_t/uint32_t/Mathias Stearn2011-03-151-1/+1
* don't include mmap in client cpp and fake for snifferEliot Horowitz2011-03-071-0/+5
* repair handles invalid objects betterEliot Horowitz2011-03-061-2/+20
* repair mode works with -cEliot Horowitz2011-03-061-5/+6
* mongotop for collection loadEliot Horowitz2011-03-061-0/+197
* if you specify -d local -c oplog.$main should dumpEliot Horowitz2011-03-041-2/+6
* better inf. loop testingEliot Horowitz2011-03-031-0/+8
* fix boost 1.45Eliot Horowitz2011-03-031-1/+5
* better repair mongodumpEliot Horowitz2011-02-271-9/+29
* more mongostat docsEliot Horowitz2011-02-261-2/+9
* typo and formatting while at itdwight2011-02-261-22/+18
* mongodump shouldn't use QueryOption_Exhaust when connected to mongos SERVER-2628Mathias Stearn2011-02-251-4/+10
* update mongorestore for large documents SERVER-2575Eliot Horowitz2011-02-171-1/+1
* fix mem output for values between 1000 and 1024 mbEliot Horowitz2011-02-101-1/+1
* fix --port --discover for mongostat SERVER-2457Eliot Horowitz2011-02-021-1/+9
* fix mongoimport progress bar with stdin SERVER-2427Eliot Horowitz2011-01-311-1/+1
* safer checks in mongostat SERVER-2438Eliot Horowitz2011-01-301-2/+2
* change tool help from repl pairs to sets SERVER-2390Eliot Horowitz2011-01-251-1/+1
* fix projecton generation for export since it uses getFieldDotted SERVER-2369Eliot Horowitz2011-01-171-3/+18
* fix fcloseEliot Horowitz2011-01-161-2/+2
* handle $err in mongodump SERVER-1851Eliot Horowitz2011-01-161-1/+1
* close bson file handles SERVER-2359Eliot Horowitz2011-01-161-0/+2