summaryrefslogtreecommitdiff
path: root/shell/dbshell.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't do magic ctrl-c handling on freebsd SERVER-399Eliot Horowitz2009-11-011-1/+9
* quick fix for global namespace pollution (mostly client)metagoto2009-10-181-0/+3
* minor: fix for shell exit code on bad hostname, plus update testsMike Dirolf2009-09-251-3/+4
* handle ./mongo localhost:1000 - make it go to port 1000Eliot Horowitz2009-09-221-2/+11
* catch exceptions in shellEliot Horowitz2009-09-221-3/+8
* --versionEliot Horowitz2009-09-221-0/+7
* old boost fixEliot Horowitz2009-09-191-2/+11
* minor: don't check for argc before doing program_options stuff, could lead to...Mike Dirolf2009-09-181-62/+58
* multi-line test MINOREliot Horowitz2009-09-011-0/+2
* fix comments and multiple lines in the shellEliot Horowitz2009-09-011-0/+8
* make shell use exec instead of invokeEliot Horowitz2009-08-281-2/+1
* compile windows MINOREliot Horowitz2009-08-251-0/+2
* compile MINOREliot Horowitz2009-08-251-4/+3
* try jmp signal handlerEliot Horowitz2009-08-251-35/+50
* fix " in shell and ctrl-c takes you to outer loopEliot Horowitz2009-08-251-1/+24
* tell if javascript has been completed, if not - do a line feedEliot Horowitz2009-08-251-2/+55
* skip empty linesEliot Horowitz2009-08-201-1/+3
* better file handling in shellEliot Horowitz2009-08-141-0/+4
* compile on 10.4 SERVER-231Eliot Horowitz2009-08-121-1/+0
* nicer error reportingEliot Horowitz2009-08-101-1/+9
* minor: fix some bugs in arg handlingMike Dirolf2009-08-071-6/+15
* minor: check if there were any files givenMike Dirolf2009-08-071-1/+3
* towards boost::po - needs testingMike Dirolf2009-08-071-107/+83
* minor: whitespaceMike Dirolf2009-08-061-54/+54
* put .dbshell in $HOME so can read it from anywhere SERVER-190Eliot Horowitz2009-07-281-2/+11
* mongo usage docs : file names have to end in .jsEliot Horowitz2009-07-221-2/+2
* " use foo" fixEliot Horowitz2009-07-101-1/+5
* print shell version on startupEliot Horowitz2009-06-241-0/+2
* fix bug with shell helperEliot Horowitz2009-06-221-4/+6
* fix shell printingEliot Horowitz2009-06-111-2/+4
* can't use JS eval trick from inside function because of JS scopingEliot Horowitz2009-06-111-8/+7
* use rawOut() when shell seg faults, log if shell gets SIGPIPE MINORAaron2009-05-291-20/+9
* get rid of fork()Aaron2009-05-151-1/+1
* add ability to spawn a shell from shellAaron2009-05-151-3/+18
* kill spawned mongo processes on synchronous os signalAaron2009-05-151-1/+1
* cleanup externalSetup modes MINORAaron2009-05-151-1/+1
* Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellEliot Horowitz2009-05-141-1/+1
|\
| * don't exec jsconcatcode for forked contexts, not sure why this is a problemAaron2009-05-141-1/+1
* | print shell stuffEliot Horowitz2009-05-141-1/+2
|/
* set up mongo program scope; debugging MINORAaron2009-05-141-0/+2
* port remaining shell util functions except for forkAaron2009-05-141-2/+2
* smshell: more utils working, some other fixesEliot Horowitz2009-05-131-0/+2
* Spider Monkey Shell: another checkpointEliot Horowitz2009-05-131-8/+5
* checkpoint for smshell - working except for dbEliot Horowitz2009-05-131-50/+23
* convert some shell util functions to new engine interfaceAaron2009-05-041-1/+1
* convert some shell functions to new js engine frameworkAaron2009-05-041-2/+8
* put mongo javascript code in cpp not H so easier to includeEliot Horowitz2009-04-301-1/+1
* formattingEliot Horowitz2009-03-271-8/+8
* safer use of dbs mapAaron2009-03-261-1/+1
* Print debug info when mongo crashesAaron2009-03-241-2/+28