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

98 Commits

Author SHA1 Message Date
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
Eliot Horowitz
d9f5e91892 don't do magic ctrl-c handling on freebsd SERVER-399 2009-11-01 20:18:37 -05:00
metagoto
14cd7183e6 quick fix for global namespace pollution (mostly client) 2009-10-18 09:39:08 +08:00
Mike Dirolf
2fedd80c4d minor: fix for shell exit code on bad hostname, plus update tests 2009-09-25 15:51:11 -04:00
Eliot Horowitz
23ac7eaad3 handle ./mongo localhost:1000 - make it go to port 1000 2009-09-22 16:29:15 -04:00
Eliot Horowitz
a78800d5b8 catch exceptions in shell 2009-09-22 10:22:24 -04:00
Eliot Horowitz
665b1f7483 --version 2009-09-22 10:07:53 -04:00
Eliot Horowitz
a0c6cc62d2 old boost fix 2009-09-19 22:06:36 -04:00
Mike Dirolf
5919abfdc8 minor: don't check for argc before doing program_options stuff, could lead to tricky bugs with defaulted arguments 2009-09-18 13:55:58 -04:00
Eliot Horowitz
870972f4a9 multi-line test MINOR 2009-09-01 13:50:54 -04:00
Eliot Horowitz
81bfbb9faa fix comments and multiple lines in the shell 2009-09-01 13:50:08 -04:00
Eliot Horowitz
cd1fe6505a make shell use exec instead of invoke 2009-08-28 13:26:23 -04:00
Eliot Horowitz
358b5e638c compile windows MINOR 2009-08-25 17:26:43 -04:00
Eliot Horowitz
662f01eb15 compile MINOR 2009-08-25 17:22:00 -04:00
Eliot Horowitz
e90c98587b try jmp signal handler 2009-08-25 17:00:01 -04:00
Eliot Horowitz
39a40f8f42 fix " in shell and ctrl-c takes you to outer loop 2009-08-25 16:11:51 -04:00
Eliot Horowitz
efb43a15c1 tell if javascript has been completed, if not - do a line feed 2009-08-25 13:54:01 -04:00
Eliot Horowitz
f0a26f673b skip empty lines 2009-08-20 13:23:21 -04:00
Eliot Horowitz
115e9e42e1 better file handling in shell 2009-08-14 11:06:10 -04:00
Eliot Horowitz
7b9da727ba compile on 10.4 SERVER-231 2009-08-12 14:54:53 -04:00
Eliot Horowitz
71aa2443a3 nicer error reporting 2009-08-10 10:25:43 -04:00