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

37 Commits

Author SHA1 Message Date
Aaron
8c107408f2 use rawOut() when shell seg faults, log if shell gets SIGPIPE MINOR 2009-05-29 15:56:45 -04:00
Aaron
d1b49ff9bd get rid of fork() 2009-05-15 16:32:31 -04:00
Aaron
d0122e2e1a add ability to spawn a shell from shell 2009-05-15 14:55:18 -04:00
Aaron
16d763737d kill spawned mongo processes on synchronous os signal 2009-05-15 11:07:43 -04:00
Aaron
cb97e39f0f cleanup externalSetup modes MINOR 2009-05-15 10:48:14 -04:00
Eliot Horowitz
7030e2b584 Merge branch 'smshell' of git@github.com:mongodb/mongo into smshell 2009-05-14 17:37:48 -04:00
Eliot Horowitz
6a06a6cb3c print shell stuff 2009-05-14 17:37:21 -04:00
Aaron
df9fe97f79 don't exec jsconcatcode for forked contexts, not sure why this is a problem 2009-05-14 17:32:07 -04:00
Aaron
c232600f16 set up mongo program scope; debugging MINOR 2009-05-14 13:19:45 -04:00
Aaron
397e5b13e8 port remaining shell util functions except for fork 2009-05-14 11:42:52 -04:00
Eliot Horowitz
67d9c8bbde smshell: more utils working, some other fixes 2009-05-13 23:15:59 -04:00
Eliot Horowitz
4bf96beb17 Spider Monkey Shell: another checkpoint 2009-05-13 17:27:45 -04:00
Eliot Horowitz
18c01987a2 checkpoint for smshell - working except for db 2009-05-13 17:00:02 -04:00
Aaron
2409174927 convert some shell util functions to new engine interface 2009-05-04 18:28:13 -04:00
Aaron
57699cdd9c convert some shell functions to new js engine framework 2009-05-04 17:37:02 -04:00
Eliot Horowitz
b3bb71348e put mongo javascript code in cpp not H so easier to include 2009-04-30 09:09:12 -04:00
Eliot Horowitz
9e20569d70 formatting 2009-03-27 16:11:57 -04:00
Aaron
6b1613adb6 safer use of dbs map 2009-03-26 15:12:47 -04:00
Aaron
cc6f3c9a25 Print debug info when mongo crashes 2009-03-24 17:35:50 -04:00
Aaron
0a291f6958 fork checkpoint 2009-03-05 16:06:11 -05:00
Aaron
46e6c6b475 shell fork checkpoint 2009-03-05 00:07:09 -05:00
Aaron
8fc2c86e0a Now can start any 'mongo program' from within mongo shell 2009-02-13 12:01:37 -05:00
Eliot Horowitz
25be6f87a2 remove warning for non-readline 2009-02-11 21:15:54 -05:00
Eliot Horowitz
7be50081c4 win32 hack removed 2009-02-11 21:05:45 -05:00
U-ELIOT-019992DFC\Administrator
c68d42e36c better non-readline version of shell 2009-02-11 09:15:06 -05:00
U-ELIOT-019992DFC\Administrator
1b6151f37b make dbshell not require readline 2009-02-10 13:45:30 -05:00
Aaron
4c8dd6e18f Handle more signals in shell 2009-02-02 09:53:14 -05:00
Aaron
02e22ec1c2 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-30 14:57:45 -05:00
Eliot Horowitz
e5d97f404a cleaning 2009-01-30 13:00:47 -05:00
Aaron
d4ac72577d Kill child mongod instances if killed abruptly 2009-01-30 12:37:46 -05:00
Eliot Horowitz
a0a79507ea slighly less spam 2009-01-29 20:41:05 -05:00
Aaron
dfbacf162d Merge 2009-01-29 11:54:49 -05:00
Aaron
8c926dd74d Add startMongod() and stopMongod() functions to mongo 2009-01-29 11:46:29 -05:00
Eliot Horowitz
14e3b3c714 --host and --port 2009-01-29 07:46:43 -05:00
Aaron
d3e776d48b Add 'nodb' arg to shell 2009-01-28 10:25:16 -05:00
Eliot Horowitz
98874fe4fb use argv[0] instead of dbshell 2009-01-28 08:14:23 -05:00
Eliot Horowitz
4ffda5ea25 dbshell 2009-01-26 22:19:15 -05:00