summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | | Advantages: * Owned BSONObj now uses 1 heap allocation rather than 3 * sizeof(BSONObj) is now 16 rather than 24 (on 64 bit) * perftest bson shows it to be much faster Change in BSONObj constructor API for owned case to make sure old code gets updated to allocate room for the ref count. Anyone using BSONObjBuilder doesn't need to worry about this change.
* 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
|
* when durableDefaultOn is specified, don't enable durability in tool binariesAaron2011-01-121-0/+4
|
* working on some repair utilitiesEliot Horowitz2011-01-091-0/+135
|
* FileAllocator cleaningEliot Horowitz2011-01-091-1/+1
|
* ran astyle SERVER-2304Eliot Horowitz2011-01-0411-580/+611
|
* fix restoreEliot Horowitz2010-12-091-4/+9
|
* Fixup ns when inserting index & check for errors. SERVER-2186.Richard Kreuter2010-12-091-0/+28
|
* Make the file being processed a member of Tool.Richard Kreuter2010-12-092-4/+5
|
* mongoimport: --upsertFields should imply --upsert SERVER-2070Mathias Stearn2010-12-011-1/+1
|
* Use oplog to make mongodump/restore point in time SERVER-2025Mathias Stearn2010-11-292-5/+111
|
* make sure tools always use the same slave connectionMathias Stearn2010-11-292-3/+7
| | | | This is needed for SERVER-2025 to be implemented safely
* compile linuxEliot Horowitz2010-11-281-4/+4
|
* mongostat shows replicated ops SERVER-1565Eliot Horowitz2010-11-091-1/+37
|
* better mongostat output for dbs > 1tbEliot Horowitz2010-11-091-0/+7
|
* help for netIn/Out SERVER-2081Eliot Horowitz2010-11-091-0/+2
|
* net info in mongostat SERVER-2081Eliot Horowitz2010-11-091-1/+32
|
* fix for finding hidden files SERVER-2000Mathias Stearn2010-11-051-1/+1
|
* skip hidden files and directories in mongodump SERVER-2000Mathias Stearn2010-11-051-0/+4
|
* Do indexes after data in mongorestore SERVER-1975Mathias Stearn2010-11-051-4/+2
|
* --discover works for mongos nowEliot Horowitz2010-11-031-0/+34
|
* better printing for mongos + shards SERVER-2038Eliot Horowitz2010-11-031-8/+19
|