0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

48 Commits

Author SHA1 Message Date
Alberto Lerner
d0d79d0fbf Fix warnings 2010-07-19 09:40:15 -04:00
Eliot Horowitz
28418f3ea2 stat help and cleaning 2010-07-12 13:17:34 -04:00
Mathias Stearn
8242ebd353 fadvise in mongorestore 2010-07-07 21:31:14 -04:00
Mathias Stearn
3e12f9c332 squash warning 2010-07-02 12:03:07 -04:00
Mathias Stearn
0e5ed0a83e more strlen(x) == 0 smashing 2010-06-29 20:07:09 -04:00
Eliot Horowitz
a12b707300 auto-reconnect for mongostat 2010-06-09 13:20:35 -04:00
Eliot Horowitz
cbb36406f0 some tool cleaning, bsondump tool 2010-06-09 11:31:30 -04:00
Mathias Stearn
0b140c7313 support '-' in fields for mongoimport/export SERVER-1127 2010-06-03 20:54:08 -04:00
Mathias Stearn
124efbfd63 Add --port option to tools. SERVER-1157 2010-06-03 16:58:46 -04:00
Eliot Horowitz
f7c05f5946 some nicer error messages 2010-06-03 16:50:51 -04:00
Mathias Stearn
12a3059132 Hide password from ps output SERVER-1129 2010-05-24 16:56:10 -04:00
Eliot Horowitz
435cdcea55 some typos SERVER-1103 2010-05-08 11:46:40 -04:00
Guillaume Delannoy
a8aab6f98a All tools (including shell) take -p should allow it to be blank and do password input SERVER-764 2010-05-04 10:47:20 -04:00
Eliot Horowitz
2b1665670d fix # and --fieldFile handling SERVER-1059 2010-04-27 16:17:35 -04:00
Eliot Horowitz
29b39b18de support doing mongostat over http 2010-04-16 01:15:09 -04:00
Eliot Horowitz
8e50585bcf clean up stderr vs stdout for mongodump SERVER-564 2010-04-15 12:20:21 -04:00
Mathias Stearn
0efadc48e9 Disable IPv6 by default. Add function and cmdline opt to enable. 2010-04-08 15:15:35 -04:00
Eliot Horowitz
d8e56af586 do'nt require boost options in mongoclient SERVER-855 2010-03-31 11:57:27 -04:00
Eliot Horowitz
1ffe1df423 make sure tools create a LastError object SERVER-839 2010-03-28 17:15:27 -04:00
Eliot Horowitz
2e38dbcc69 move --fork --logpath --logappend into cmdline so it works for mongos SHARDING-82 2010-03-18 16:38:27 -04:00
Aaron
f097370033 SERVER-695 add StaticObserver to more binaries 2010-03-15 10:02:12 -07:00
Mike Dirolf
0ecf45bf84 minor: helpful error message when unable to acquire dbpath lock in tools 2010-03-11 11:55:10 -05:00
Mike Dirolf
62df0bde11 make help text more explicit 2010-03-11 11:43:48 -05:00
Mathias Stearn
05de70c790 CSV import/export now supports spaces in field names SERVER-687 2010-03-01 14:04:09 -05:00
Eliot Horowitz
64e0803877 formatting 2010-02-28 12:36:40 -05:00
Eliot Horowitz
a1309b7c34 changed Tool() cons arguments a bit 2010-02-21 10:42:38 -05:00
Eliot Horowitz
15390838c5 don't spam shutdown stuff on normal tool exec SERVER-624 2010-02-17 21:08:10 -05:00
Richard Kreuter
b96e4b2976 Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
Eliot Horowitz
e70c6030b1 fix tools with --dbpath 2010-02-01 21:35:54 -05:00
Mathias Stearn
7302f4ac00 tools: add repl pair syntax to --help SERVER-561 2010-01-27 13:43:35 -05:00
Aaron
d0847c9912 SERVER-308 add support for --directoryperdb option 2010-01-26 14:40:06 -08:00
Aaron
d0cd08bfb2 SERVER-541 disable preallocation for tools 2010-01-25 12:11:21 -08:00
Mike Dirolf
80ac4248a9 minor: tool argument errors to stderr not stdout 2010-01-22 11:53:14 -05:00
Eliot Horowitz
fa8961c3e8 Exception classess need codes too SERVER-112 2009-12-28 17:06:07 -05:00
Eliot Horowitz
a246b2219f fix tool locking 2009-12-06 11:34:00 -05:00
Dwight
851a94b853 try to fix mongodump 2009-12-04 15:56:57 -05:00
Eliot Horowitz
84dc801b60 use SlaveOk for doing counts SERVER-450 2009-12-02 16:56:49 -05:00
Eliot Horowitz
91e18dc16b tool cleaning 2009-10-27 11:44:22 -04:00
Dwight
01f1f6915d move CurOp into Client and make inprog handle multiple in progress 2009-10-16 15:36:34 -04:00
Dwight
68b99ea200 Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-12 15:21:41 -04:00
Dwight
81a73d0f63 compile 2009-10-12 15:21:30 -04:00
Eliot Horowitz
fcd3220d16 add option to read fields from a file 2009-10-12 15:05:42 -04:00
Eliot Horowitz
503d45411b Connection::initThread 2009-10-09 20:58:41 -04:00
Eliot Horowitz
0496aa5ac7 changed mongoimportJSON to mongoimport - handles json/tsv/csv 2009-10-09 14:55:29 -04:00
Eliot Horowitz
27fd0a7a9f more ProgressMeter to public place 2009-10-05 15:09:18 -04:00
Eliot Horowitz
46000ef2d4 nice progress meters for dump/restore SERVER-307 2009-09-24 11:17:03 -04:00
Eliot Horowitz
01e1564c03 casing 2009-09-24 11:02:00 -04:00
Eliot Horowitz
a74cdf759d lowercase 2009-09-24 11:00:16 -04:00