summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2010-02-09Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter
2010-02-07add _id to system. collections if they are legal client namespacesEliot Horowitz
2010-02-07attempt to fix weird index issueEliot Horowitz
2010-02-07moving some globals into a common fileEliot Horowitz
2010-02-07handle read-only lock caseEliot Horowitz
2010-02-07clean up scope from things removed from system.js SERVER-602Eliot Horowitz
2010-02-07make sure have _id index on system.js SERVER-609Eliot Horowitz
2010-02-01SERVER-446 fix v8 regex conversionAaron
2010-02-01SERVER-446 make v8 undefined/null conversion same as smAaron
2010-01-29Don't crash on JS exceptions on WIN32 Server-550Mathias Stearn
2010-01-28compile vcprojDwight
2010-01-28make hex_md5 work server sideEliot Horowitz
2010-01-26don't use asio for mongos with win vcproj yetDwight
2010-01-26fix: m/r emit error gets spidermonkey into bad state SERVER-570Eliot Horowitz
2010-01-25SERVER-256 BinData construction and base64 string rep in v8 shellAaron
2010-01-25SERVER-256 allow BinData construction in sm shellAaron
2010-01-25SERVER-256 fix BinData byte alignment issue and add base64 representation to ...Aaron
2010-01-25SERVER-512 MINOR looks like scope cache not used in shell, and releasing mute...Aaron
2010-01-25SERVER-512 prevent ugly boost assert on shell shutdownAaron
2010-01-25SERVER-357 NumberLong converts to number (double) implicitly when doing opera...Aaron
2010-01-20SERVER-357 use consistent bit depth when converting between ints and floatsAaron
2010-01-20SERVER-357 specify boost namespace explicitlyAaron
2010-01-20MINOR remove unnecessary 'using' directiveAaron
2010-01-20SERVER-357 use sized integer types explicitlyAaron
2010-01-20SREVER-357 NumberLong support in v8 engineAaron
2010-01-20SERVER-357 NumberLong class for smAaron
2010-01-20fix vcproj; typoDwight
2010-01-19Quorum -> SyncClusterConnectionEliot Horowitz
2010-01-14fix spidermonkey error handling SERVER-515Eliot Horowitz
2010-01-12MINOR use hidden value for native js thread object, avoids trouble when printingAaron
2010-01-12SERVER-529 when js thread throws an exception, log and check returnAaron
2010-01-11SERVER-470 only install fork() in shell, not db internal jsAaron
2010-01-04MINOR Fix compile breakage due to client option name changeAaron
2010-01-03a little code cleanup / renameingDwight
2009-12-29MINOR initialize callbackAaron
2009-12-29SERVER-470 MINOR don't need persistent handles for copied function argumentsAaron
2009-12-29SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...Aaron
2009-12-29SERVER-470 MINOR Refactor shell scope init codeAaron
2009-12-29SERVER-470 allow shell threads to be run in fresh scopesAaron
2009-12-29MINOR cleanupAaron
2009-12-29MINOR merge and add exception codesAaron
2009-12-29SERVER-446 MINOR refactor usage of v8 raii objectsAaron
2009-12-29SERVER-446 use v8's raii objects correctly per documentationAaron
2009-12-29Merge branch 'master' of git@github.com:mongodb/mongodwight
2009-12-29remove dbinfo.h/cppdwight
2009-12-28mongo shell can now take a directory and run all *.js files in itMathias Stearn
2009-12-28Exception classess need codes too SERVER-112Eliot Horowitz
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-23when loading js files, only get read accessEliot Horowitz
2009-12-22SERVER-470 fix some v8 locking issuesAaron