Commit Graph

118 Commits

Author SHA1 Message Date
dwight
0d3bf995dc print help msg for shell at a more reasonable time during startup 2010-06-17 13:10:16 -04:00
dwight
df5a9d8732 readline 2010-06-15 10:57:17 -04:00
dwight
a63cd8add9 towards readline 2010-06-15 10:31:01 -04:00
dwight
4eaaf25da3 shell : cleaner cleanup on exit 2010-06-14 16:22:11 -04:00
Eliot Horowitz
401c573da4 try to fix old for old readline versions 2010-06-08 10:15:34 -04:00
dwight
4c51a62b5b shell cleaning 2010-06-07 21:50:36 -04:00
dwight
54caa6f78d shell stuff 2010-06-07 20:31:27 -04:00
dwight
c0cc46954b shell was missing flush on no readline version 2010-06-07 18:53:04 -04:00
dwight
e99f90dad0 compile w/out readline shell 2010-06-07 18:40:37 -04:00
Dwight
ed7cfda35f Merge branch 'master' of github.com:mongodb/mongo 2010-06-07 11:17:15 -04:00
Dwight
370f9a1bd2 shell stuff 2010-06-07 11:17:08 -04:00
Eliot Horowitz
b9c427ec29 plumbing for shell auto-complete 2010-06-07 11:06:02 -04:00
dwight
4bf152cd56 make a .vcxproj/.sln for the shell 2010-06-05 20:55:11 -04:00
Eliot Horowitz
13d410ce1b understanding rl auto complete 2010-06-04 15:35:51 -04:00
alerner
1798ea2d85 Pull all the code for defining and printing the version of executables to one place. 2010-05-28 12:08:36 -04:00
Mathias Stearn
12a3059132 Hide password from ps output SERVER-1129 2010-05-24 16:56:10 -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
fdf1d708cf fix parsing 2010-04-22 23:00:10 -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
6e68fe7d70 better handling of IPv6 literal addresses 2010-04-08 00:08:56 -04:00
Eliot Horowitz
67d7d7936b don't print out old getLastError on client error SERVER-852 2010-03-30 13:48:47 -04:00
Aaron
8c69ba521d log message instead of printing stack trace when can't kill ops on shell shutdown 2010-03-17 23:50:57 -07:00
Aaron
c971842a55 Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.

Conflicts:

	db/instance.h
2010-03-15 09:42:01 -07:00
Aaron
eb7cde3e75 Revert "SERVER-695 don't destroy static global mutexes"
This reverts commit 714ec2fdc8.
2010-03-10 00:39:26 -08:00
Aaron
714ec2fdc8 SERVER-695 don't destroy static global mutexes 2010-03-09 23:59:10 -08:00
Eliot Horowitz
7f75c1b5f7 try to prevent shutdown stack trace 2010-03-07 14:05:12 -05:00
Eliot Horowitz
2ea2c01ba5 exit; should exit shell SERVER-683 2010-03-01 10:24:28 -05:00
Aaron
3dfbf854da SERVER-643 prevent test failures involving mongobridge, be more careful about potentially reused uris 2010-02-22 12:45:58 -08:00
Aaron
cd1dfe32b0 Revert "Revert "SERVER-305 record uri on connect""
This reverts commit 149248b4eb.
2010-02-22 12:08:54 -08:00
Aaron
149248b4eb Revert "SERVER-305 record uri on connect"
This reverts commit ae80a66ff8.
2010-02-22 11:40:47 -08:00
Aaron
ae80a66ff8 SERVER-305 record uri on connect 2010-02-22 10:32:55 -08:00
Aaron
56150cc727 SERVER-305 shell kills in progress operations on clean exit 2010-02-17 17:06:54 -08:00
Eliot Horowitz
8fbc9c34ac move dummy createDirectClient 2010-02-17 11:03:29 -05:00
Eliot Horowitz
db18c068d4 handle bad syntax better 2010-02-10 21:57:14 -05:00
Richard Kreuter
afa21134b2 Merge branch 'licensing' 2010-02-09 16:48:47 -05:00
Richard Kreuter
b96e4b2976 Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
Aaron
fcc79ef58e SERVER-500 remove debugging 2010-02-09 12:28:26 -08:00
Aaron
16b0080200 SERVER-500 debug 2010-02-08 19:13:51 -08:00
Aaron
9be0100c84 SERVER-500 debugging 2010-02-08 19:08:10 -08:00
Mathias Stearn
aeae928580 printf needs a format string 2010-02-03 16:10:05 -05:00
Richard Kreuter
91c38b48ec Don't save shell history if the line contains .auth. SERVER-581 2010-01-28 11:13:50 -05:00
Eliot Horowitz
8a81ec59b9 make --quiet option for shell SERVER-542 2010-01-13 21:08:23 -05:00
Aaron
5d67aa7014 MINOR use hidden value for native js thread object, avoids trouble when printing 2010-01-12 18:00:29 -08:00
Aaron
386a525c2f SERVER-529 when js thread throws an exception, log and check return 2010-01-12 17:33:03 -08:00
Aaron
33cd7bc1e1 SERVER-470 complete setup for parallel clients in separate js scopes 2009-12-29 19:01:10 -08:00
Aaron
8573d53da7 SERVER-470 MINOR abstract shell init functionality so v8_utils need not link with shell 2009-12-29 18:27:49 -08:00
Aaron
978582f803 SERVER-470 MINOR Refactor shell scope init code 2009-12-29 17:38:29 -08:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Eliot Horowitz
92bc50cff1 split server test code out from general js code SERVER-472 2009-12-18 16:53:44 -05:00
Eliot Horowitz
3b6ad70940 fail faster on crappy input 2009-12-08 15:14:00 -05:00