summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
...
* don't use asio for mongos with win vcproj yetDwight2010-01-261-1/+1
* fix: m/r emit error gets spidermonkey into bad state SERVER-570Eliot Horowitz2010-01-261-1/+9
* SERVER-256 BinData construction and base64 string rep in v8 shellAaron2010-01-252-14/+61
* SERVER-256 allow BinData construction in sm shellAaron2010-01-252-3/+34
* SERVER-256 fix BinData byte alignment issue and add base64 representation to ...Aaron2010-01-253-5/+35
* SERVER-512 MINOR looks like scope cache not used in shell, and releasing mute...Aaron2010-01-251-1/+0
* SERVER-512 prevent ugly boost assert on shell shutdownAaron2010-01-252-1/+2
* SERVER-357 NumberLong converts to number (double) implicitly when doing opera...Aaron2010-01-253-17/+28
* SERVER-357 use consistent bit depth when converting between ints and floatsAaron2010-01-201-3/+3
* SERVER-357 specify boost namespace explicitlyAaron2010-01-201-4/+4
* MINOR remove unnecessary 'using' directiveAaron2010-01-201-3/+0
* SERVER-357 use sized integer types explicitlyAaron2010-01-201-4/+7
* SREVER-357 NumberLong support in v8 engineAaron2010-01-204-3/+100
* SERVER-357 NumberLong class for smAaron2010-01-203-3/+51
* fix vcproj; typoDwight2010-01-201-1/+1
* Quorum -> SyncClusterConnectionEliot Horowitz2010-01-191-2/+2
* fix spidermonkey error handling SERVER-515Eliot Horowitz2010-01-142-11/+17
* MINOR use hidden value for native js thread object, avoids trouble when printingAaron2010-01-121-3/+3
* SERVER-529 when js thread throws an exception, log and check returnAaron2010-01-121-1/+8
* SERVER-470 only install fork() in shell, not db internal jsAaron2010-01-111-2/+1
* MINOR Fix compile breakage due to client option name changeAaron2010-01-041-1/+1
* a little code cleanup / renameingDwight2010-01-031-1/+1
* MINOR initialize callbackAaron2009-12-291-1/+1
* SERVER-470 MINOR don't need persistent handles for copied function argumentsAaron2009-12-291-5/+2
* SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...Aaron2009-12-293-7/+16
* SERVER-470 MINOR Refactor shell scope init codeAaron2009-12-291-6/+1
* SERVER-470 allow shell threads to be run in fresh scopesAaron2009-12-293-10/+70
* MINOR cleanupAaron2009-12-291-6/+0
* MINOR merge and add exception codesAaron2009-12-296-67/+82
|\
| * Merge branch 'master' of git@github.com:mongodb/mongodwight2009-12-296-62/+78
| |\
| | * mongo shell can now take a directory and run all *.js files in itMathias Stearn2009-12-281-4/+20
| | * Exception classess need codes too SERVER-112Eliot Horowitz2009-12-282-3/+3
| | * uassert/massert take error code SERVER-112Eliot Horowitz2009-12-285-55/+55
| * | remove dbinfo.h/cppdwight2009-12-291-1/+0
| |/
* | SERVER-446 MINOR refactor usage of v8 raii objectsAaron2009-12-292-65/+29
* | SERVER-446 use v8's raii objects correctly per documentationAaron2009-12-294-48/+110
|/
* when loading js files, only get read accessEliot Horowitz2009-12-231-1/+1
* SERVER-470 fix some v8 locking issuesAaron2009-12-225-19/+28
* SERVER-470 unlock v8 appropriately so can do work in parallelAaron2009-12-224-5/+28
* SERVER-470 added fork()/Thread() to v8 engine-Aaron2009-12-223-0/+118
* SERVER-446 implement gc() in v8 engineAaron2009-12-222-1/+5
* SERVER-446 clean up whitespace when creating js function in v8 engineAaron2009-12-222-4/+2
* SERVER-446 support multi update mode v8Aaron2009-12-221-2/+3
* SERVER-446 v8 support storefuncAaron2009-12-222-1/+1
* SERVER-446 implement new Object.bsonsize( x ) syntax in sm engineAaron2009-12-211-13/+26
* SERVER-446 implement bsonsize() in v8Aaron2009-12-212-2/+14
* SERVER-446 save hostname in mongo objectAaron2009-12-211-0/+2
* MINOR sm don't store array in auto_ptrAaron2009-12-211-4/+3
* SERVER-446 use generic object id validation in v8 engine ObjectId constructorAaron2009-12-211-0/+7
* SERVER-446 extract object id string validation to general engine layerAaron2009-12-213-13/+21