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

188 Commits

Author SHA1 Message Date
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
Mike Dirolf
62df0bde11 make help text more explicit 2010-03-11 11:43:48 -05:00
Eliot Horowitz
a0e7513df3 num connections in mongostat 2010-03-08 12:49:10 -05:00
Eliot Horowitz
550f84a6cf better debugging 2010-03-05 13:43:21 -05:00
Eliot Horowitz
deab7505e6 fix 2010-03-05 13:35:15 -05:00
Eliot Horowitz
8ec2fbf7ea --drop and --objchek for restore 2010-03-05 13:07:29 -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
b2705cfd32 configurable sleep 2010-02-28 12:35:18 -05:00
Eliot Horowitz
00ca5d90fe fix for csv import where last field has " SERVER-682 2010-02-27 23:05:40 -05:00
Mike Dirolf
14ad5c3e5f limit to 3 places of precision for percentages 2010-02-23 15:55:32 -05:00
Eliot Horowitz
8d572b8fb8 mongostat tool 2010-02-23 15:37:30 -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
Mathias Stearn
0bf045c2e1 remove some manual free()s and mixed new/free() 2010-02-12 22:17:31 -05:00
Mathias Stearn
ac51e771de typo MINOR 2010-02-09 18:15:56 -05:00
Mathias Stearn
41f0e6d464 make tools wait until all modifications have completed before exiting 2010-02-09 17:51:15 -05:00
Richard Kreuter
b96e4b2976 Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
Mathias Stearn
cb550b0774 mongoimport and mongoexport should open files in text mode 2010-02-03 21:07:44 -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
Eliot Horowitz
5fa0d5e030 better debugging when can't open streams 2010-01-24 21:05:46 -05:00
Mike Dirolf
5e387405eb minor: mongoexport exported count -> stderr so as not to clutter data going to stdout 2010-01-22 12:04:32 -05:00
Mike Dirolf
80ac4248a9 minor: tool argument errors to stderr not stdout 2010-01-22 11:53:14 -05:00
Dwight
7d26553061 a little code cleanup / renameing 2010-01-03 16:37:38 -05:00
Mathias Stearn
afbe8c64d9 Allocate line buffer on heap to avoid blowing the stack on windows. SERVER-410 2009-12-28 18:27:18 -05:00
Eliot Horowitz
fa8961c3e8 Exception classess need codes too SERVER-112 2009-12-28 17:06:07 -05:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Eliot Horowitz
72282b1f8b better csv header line parsing 2009-12-22 14:16:48 -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