summaryrefslogtreecommitdiff
path: root/scripting/engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* starting to work on sharding helper (sh)Eliot Horowitz2011-04-141-0/+2
* move list of files outside of .hEliot Horowitz2011-04-141-0/+19
* better error handling in loading system.js.Eliot Horowitz2011-04-111-2/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-107/+107
* [SERVER-2284]: operations using system.js collection (group, mapred, where) a...agirbal2010-12-231-1/+1
* init( BSONObj* ) can be const *Eliot Horowitz2010-12-151-1/+1
* fix comment parsing in v8Eliot Horowitz2010-11-291-0/+15
* SERVER-387 enable interrupts for v8Aaron2010-09-231-1/+2
* SERVER-387 support killop with db.evalAaron2010-09-141-0/+1
* Scope::rename and ability to block db access prep for SERVER-1715Eliot Horowitz2010-09-011-0/+4
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1
* lower log verbosity when timing out cursors with $whereEliot Horowitz2010-08-181-1/+3
* elim warnings windowsdwight2010-08-111-3/+7
* actual typo fixMathias Stearn2010-08-111-1/+1
* ignore first line if starts with shebang SERVER-1536Mathias Stearn2010-08-111-1/+9
* plug leak in Scope::execFileMathias Stearn2010-08-111-3/+5
* use StringData for hardcoded JS filesMathias Stearn2010-08-101-1/+1
* check for null return from query()Dwight2010-08-021-0/+1
* some log cleaningEliot Horowitz2010-07-251-2/+2
* append for Code in scripting engine SERVER-1293Eliot Horowitz2010-06-241-0/+3
* MutexDebuggerDwight Merriman2010-05-261-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* fix where on v8 SERVER-864Eliot Horowitz2010-04-081-1/+11
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-3/+3
* Revert "Revert "SERVER-305 record uri on connect""Aaron2010-02-221-0/+3
* Revert "SERVER-305 record uri on connect"Aaron2010-02-221-3/+0
* SERVER-305 record uri on connectAaron2010-02-221-0/+3
* add _id to system. collections if they are legal client namespacesEliot Horowitz2010-02-071-3/+0
* attempt to fix weird index issueEliot Horowitz2010-02-071-1/+1
* moving some globals into a common fileEliot Horowitz2010-02-071-1/+1
* handle read-only lock caseEliot Horowitz2010-02-071-2/+3
* clean up scope from things removed from system.js SERVER-602Eliot Horowitz2010-02-071-1/+24
* make sure have _id index on system.js SERVER-609Eliot Horowitz2010-02-071-1/+3
* 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-251-0/+1
* MINOR initialize callbackAaron2009-12-291-1/+1
* SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...Aaron2009-12-291-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-12-291-11/+27
|\
| * mongo shell can now take a directory and run all *.js files in itMathias Stearn2009-12-281-4/+20
| * uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-7/+7
* | remove dbinfo.h/cppdwight2009-12-291-1/+0
|/
* when loading js files, only get read accessEliot Horowitz2009-12-231-1/+1
* SERVER-446 extract object id string validation to general engine layerAaron2009-12-211-0/+14
* Silence warningsMathias Stearn2009-12-091-1/+2
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-091-1/+1
* remove includeEliot Horowitz2009-12-041-1/+0
* moving towards direct access from DBDirectClient rather than through message ...Eliot Horowitz2009-12-041-3/+5
* make some js stuff use table scan helperEliot Horowitz2009-12-031-5/+7
* handle comments at the beginning of code SERVER-398Eliot Horowitz2009-11-101-0/+10
* handle numeric types betterEliot Horowitz2009-10-271-0/+6