Commit Graph

64 Commits

Author SHA1 Message Date
Eliot Horowitz
fd3adf7629 close bson file handles SERVER-2359 2011-01-16 00:22:58 -05:00
Aaron
0d58f8d17b when durableDefaultOn is specified, don't enable durability in tool binaries 2011-01-12 11:39:25 -08:00
Eliot Horowitz
51ca8ee218 FileAllocator cleaning 2011-01-09 01:45:33 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Richard Kreuter
c59538bc73 Make the file being processed a member of Tool. 2010-12-09 15:15:24 -05:00
Mathias Stearn
c83071685f make sure tools always use the same slave connection
This is needed for SERVER-2025 to be implemented safely
2010-11-29 14:47:44 -05:00
Eliot Horowitz
38e3a493f4 compile linux 2010-11-28 00:07:55 -05:00
Mathias Stearn
77a0cb7662 outdated TODO 2010-11-03 14:14:00 -04:00
Eliot Horowitz
ca779aa4ae clean up tools option controls 2010-11-02 10:49:43 -04:00
Eliot Horowitz
6240bac27c mongostat base support for many servers 2010-10-14 16:04:14 -04:00
Eliot Horowitz
838fd6ff76 fix SIGHUP handling SERVER-1934
when forked SIGHUP ignored
when not forked, SIGHUP will terminate nicely
2010-10-13 11:13:54 -04:00
Kristina Chodorow
0bb165f589 check imports are going to a master SERVER-1878 2010-10-08 11:23:23 -04:00
Mathias Stearn
d27b1646a1 Hide connection options for tools that don't connect SERVER-1574 2010-08-16 13:17:11 -04:00
Eliot Horowitz
67f4da9b32 replaced replica pair connection with basic set version SERVER-1320 2010-07-30 14:30:02 -04:00
Eliot Horowitz
ceda65cb2d fix tool connection code so can use repl set, etc... 2010-07-30 11:40:29 -04:00
Alberto Lerner
37c9c403de SERVER-1270 Elim c_str() /tools 2010-07-20 12:58:23 -04:00
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