summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* signed dates and the shelldwight2011-06-061-1/+1
* fix bench.cppDwight2011-06-031-2/+2
* SERVER-3168: finished MD5 and HexData for v8agirbal2011-05-312-23/+70
* dynamic bench fieldsEliot Horowitz2011-05-311-4/+76
* SERVER-3168: added UUID type and method. Fixed conversion to BSON.agirbal2011-05-303-15/+53
* SERVER-3168: methods implemented for BinDataagirbal2011-05-302-3/+20
* SERVER-3168: for v8, added base64() method and now the binary data is stored ...agirbal2011-05-304-25/+83
* SERVER-3168: added length() and subtype(). Moved methods from SM layer to uti...agirbal2011-05-301-14/+0
* js compile fixesEliot Horowitz2011-05-271-1/+1
* shell bindata stuffdwight2011-05-272-2/+71
* SERVER-3107: readOnly option to JS cursor, to reuse BSON as-isagirbal2011-05-262-20/+27
* fix compileagirbal2011-05-251-3/+3
* - Added option for read only objects in JS invoke methodagirbal2011-05-254-9/+20
* SERVER-3012: increased SM runtime limit to 64MBagirbal2011-05-241-1/+1
* use firstElementFieldName()dwight2011-05-231-1/+1
* fix v8 test failure, due to some objects being readonlyagirbal2011-05-171-3/+3
* SERVER-2579: print warning if modifying r/o objectagirbal2011-05-131-22/+22
* fix passing data pointer for native functions with spidermonkeyagirbal2011-05-101-2/+8
* SERVER-2579: added readonly object for lazy v8 objects, which makes them much...agirbal2011-05-102-62/+136
* SERVER-2976: added M/R pure jsMode with collection outputagirbal2011-05-107-17/+40
* cruftEliot Horowitz2011-05-081-7/+0
* support update in benchRunEliot Horowitz2011-05-071-4/+7
* fix compile for spidermonkeyagirbal2011-05-021-2/+2
* SERVER-2579: optimize append() method to use same BSONObj builder throughout ...agirbal2011-05-024-3/+13
* SERVER-2579: all v8 object creation is now lazy.agirbal2011-05-026-98/+141
* switch setObject to lzV8, all tests still passagirbal2011-05-021-1/+3
* SERVER-2579: added framework for lazy v8agirbal2011-04-252-5/+148
* SERVER-2983: added string caching for all db functionsagirbal2011-04-241-78/+78
* SERVER-2983: cache often used strings in v8 engineagirbal2011-04-241-43/+44
* SERVER-2983: add v8string caching for v8 engineagirbal2011-04-242-25/+47
* SERVER-2993: refactor v8 engine to carry scope in most methods / callbacksagirbal2011-04-248-868/+926
* move sleep into core utils instead of shellEliot Horowitz2011-04-211-0/+15
* make NumberLong floatApprox casts more incremental - some compilers may have ...Aaron2011-04-192-5/+7
* starting to work on sharding helper (sh)Eliot Horowitz2011-04-141-0/+2
* move list of files outside of .hEliot Horowitz2011-04-142-19/+20
* better error handling in loading system.js.Eliot Horowitz2011-04-111-2/+2
* Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn2011-04-032-4/+6
* conversion of unneeded caused_by macros to methodsgregs2011-04-011-1/+1
* Fix for spidermonkey scripting, callback causes segfault.greg2011-03-041-1/+9
* commentAaron2011-02-151-0/+1
* better error messageEliot Horowitz2011-02-071-2/+1
* make sm conversion from BSON array to js array fasterEliot Horowitz2011-02-051-7/+7
* find now takes 7 argsEliot Horowitz2011-01-251-1/+1
* shell can pass query optionsEliot Horowitz2011-01-252-4/+18
* sharding check for v8Eliot Horowitz2011-01-241-0/+4
* fix v8 readOnly modeEliot Horowitz2011-01-241-0/+9
* better remove error reporting for jsEliot Horowitz2011-01-211-0/+5
* move object creation for mongo_insert into try/catchEliot Horowitz2011-01-191-3/+3
* v8 fix gc callbackAaron2011-01-102-2/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-0418-1269/+1298