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

221 Commits

Author SHA1 Message Date
Eliot Horowitz
0549d3cc2e some tool cleaning 2010-06-19 12:46:10 -04:00
Mathias Stearn
efbbcc80be Allow specifying upsert fields for mongoimport SERVER-1186 2010-06-14 11:52:09 -04:00
Mathias Stearn
78cb3cfc87 --jsonArray for mongoexport SERVER-1083 2010-06-14 10:56:25 -04:00
Mathias Stearn
dc95ed0576 --jsonArray for mongoimport SERVER-1083 2010-06-14 10:56:25 -04:00
Mathias Stearn
1248f119bd --noimport hidden option to mongoimport for benchmarking JSON parser 2010-06-14 08:25:25 -04:00
Eliot Horowitz
5609a64bf0 safer faults/s 2010-06-11 23:33:42 -04:00
Kenny Gorman
1829364b73 added faults/s 2010-06-12 11:30:52 +08: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
dwight
a3e03d7fe8 towards QueryOption_exhaust 2010-06-05 22:37:59 -04:00
Mathias Stearn
0b140c7313 support '-' in fields for mongoimport/export SERVER-1127 2010-06-03 20:54:08 -04:00
Mathias Stearn
464850bce3 Dont count failed records as imported 2010-06-03 18:37:45 -04:00
Mathias Stearn
a0ce62f1ea --stopOnError option to mongoimport SERVER-1133 2010-06-03 18:17:26 -04:00
Mathias Stearn
124efbfd63 Add --port option to tools. SERVER-1157 2010-06-03 16:58:46 -04:00
Eliot Horowitz
307b6e86f6 Merge branch 'master' of github.com:mongodb/mongo 2010-06-03 16:51:13 -04:00
Eliot Horowitz
f7c05f5946 some nicer error messages 2010-06-03 16:50:51 -04:00
Mathias Stearn
7fc82df75e Mongoimport now fails on invalid UTF8 SERVER-1171 2010-06-03 15:54:20 -04:00
Kenny Gorman
79e9558062 added flushes/s parameter. 2010-06-04 02:23:20 +08:00
Mathias Stearn
4cd8bf8291 Make mongoimport work w/o final EOL. SERVER-1152 2010-06-03 13:10:28 -04:00
Aaron
275d05f968 add objcheck option to sniffer 2010-05-27 16:03:08 -07:00
Eliot Horowitz
2ccc219102 can filter in mongorestore 2010-05-26 15:24:06 -04:00
Mathias Stearn
a0925e2b80 --upsert option to mongoimport SERVER-1154 2010-05-25 23:27:37 -04:00
Mathias Stearn
12a3059132 Hide password from ps output SERVER-1129 2010-05-24 16:56:10 -04:00
Mathias Stearn
d060bfb595 convert massert and uassert back to macros 2010-05-14 13:34:50 -04:00
Aaron
7efe88f445 SERVER-109 multi buffer message 2010-05-12 15:26:00 -07: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
Mathias Stearn
5d2ac5576d Print newlines in mongofiles 2010-04-29 14:49:01 -04:00
Eliot Horowitz
2b1665670d fix # and --fieldFile handling SERVER-1059 2010-04-27 16:17:35 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
98f7edd4cd compile 2010-04-24 21:42:37 -04:00
Dwight Merriman
c4bd465042 towards 3 2010-04-24 18:25:58 -04:00
Dwight Merriman
0dd902e096 fix for tools 2010-04-24 15:04: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
Mathias Stearn
66a489efcc Combine init() and listen() 2010-04-05 10:52:38 -04:00
Mathias Stearn
61e921730c Make Listener register socket with ListeningSockets 2010-04-05 10:52:38 -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
Mathias Stearn
f816dc8419 mongoimport: support for escaped " in csv with either "" or \" SERVER-773 2010-03-22 13:56:48 -04:00
Mike Dirolf
443436bae3 better help text, -n(--rowcount) and --noheaders for mongostat SERVER-784 2010-03-18 17:56:19 -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
3b46bf3fcc SERVER-765 add StaticObserver to mongobridge 2010-03-16 14:45:06 -07:00
Mathias Stearn
f35ab906b1 mongosniff: add DIAGLOG option to help. 2010-03-16 12:26:26 -04:00
Eliot Horowitz
16ee2d34de mongosniff can forward diaglog files 2010-03-16 11:47:35 -04:00
Aaron
f097370033 SERVER-695 add StaticObserver to more binaries 2010-03-15 10:02:12 -07:00
Eliot Horowitz
be63c9ca50 add time to mongostat 2010-03-12 15:49:21 -05:00
Eliot Horowitz
0a089d3a8c Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-12 09:39:00 -05:00
Mike Dirolf
0ecf45bf84 minor: helpful error message when unable to acquire dbpath lock in tools 2010-03-11 11:55:10 -05:00