summaryrefslogtreecommitdiff
path: root/shell/dbshell.cpp
AgeCommit message (Expand)Author
2009-11-01don't do magic ctrl-c handling on freebsd SERVER-399Eliot Horowitz
2009-10-18quick fix for global namespace pollution (mostly client)metagoto
2009-09-25minor: fix for shell exit code on bad hostname, plus update testsMike Dirolf
2009-09-22handle ./mongo localhost:1000 - make it go to port 1000Eliot Horowitz
2009-09-22catch exceptions in shellEliot Horowitz
2009-09-22--versionEliot Horowitz
2009-09-19old boost fixEliot Horowitz
2009-09-18minor: don't check for argc before doing program_options stuff, could lead to...Mike Dirolf
2009-09-01multi-line test MINOREliot Horowitz
2009-09-01fix comments and multiple lines in the shellEliot Horowitz
2009-08-28make shell use exec instead of invokeEliot Horowitz
2009-08-25compile windows MINOREliot Horowitz
2009-08-25compile MINOREliot Horowitz
2009-08-25try jmp signal handlerEliot Horowitz
2009-08-25fix " in shell and ctrl-c takes you to outer loopEliot Horowitz
2009-08-25tell if javascript has been completed, if not - do a line feedEliot Horowitz
2009-08-20skip empty linesEliot Horowitz
2009-08-14better file handling in shellEliot Horowitz
2009-08-12compile on 10.4 SERVER-231Eliot Horowitz
2009-08-10nicer error reportingEliot Horowitz
2009-08-07minor: fix some bugs in arg handlingMike Dirolf
2009-08-07minor: check if there were any files givenMike Dirolf
2009-08-07towards boost::po - needs testingMike Dirolf
2009-08-06minor: whitespaceMike Dirolf
2009-07-28put .dbshell in $HOME so can read it from anywhere SERVER-190Eliot Horowitz
2009-07-22mongo usage docs : file names have to end in .jsEliot Horowitz
2009-07-10" use foo" fixEliot Horowitz
2009-06-24print shell version on startupEliot Horowitz
2009-06-22fix bug with shell helperEliot Horowitz
2009-06-11fix shell printingEliot Horowitz
2009-06-11can't use JS eval trick from inside function because of JS scopingEliot Horowitz
2009-05-29use rawOut() when shell seg faults, log if shell gets SIGPIPE MINORAaron
2009-05-15get rid of fork()Aaron
2009-05-15add ability to spawn a shell from shellAaron
2009-05-15kill spawned mongo processes on synchronous os signalAaron
2009-05-15cleanup externalSetup modes MINORAaron
2009-05-14Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellEliot Horowitz
2009-05-14print shell stuffEliot Horowitz
2009-05-14don't exec jsconcatcode for forked contexts, not sure why this is a problemAaron
2009-05-14set up mongo program scope; debugging MINORAaron
2009-05-14port remaining shell util functions except for forkAaron
2009-05-13smshell: more utils working, some other fixesEliot Horowitz
2009-05-13Spider Monkey Shell: another checkpointEliot Horowitz
2009-05-13checkpoint for smshell - working except for dbEliot Horowitz
2009-05-04convert some shell util functions to new engine interfaceAaron
2009-05-04convert some shell functions to new js engine frameworkAaron
2009-04-30put mongo javascript code in cpp not H so easier to includeEliot Horowitz
2009-03-27formattingEliot Horowitz
2009-03-26safer use of dbs mapAaron
2009-03-24Print debug info when mongo crashesAaron