summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | Advantages: * Owned BSONObj now uses 1 heap allocation rather than 3 * sizeof(BSONObj) is now 16 rather than 24 (on 64 bit) * perftest bson shows it to be much faster Change in BSONObj constructor API for owned case to make sure old code gets updated to allocate room for the ref count. Anyone using BSONObjBuilder doesn't need to worry about this change.
* 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
|
* new Timestamp() for v8 SERVER-2315Eliot Horowitz2011-01-032-0/+36
|
* new Timestamp() for shell SERVER-2315Eliot Horowitz2010-12-301-1/+24
|
* better js error message on out of memory SERVER-2280Eliot Horowitz2010-12-271-2/+5
|
* [SERVER-2284]: operations using system.js collection (group, mapred, where) ↵agirbal2010-12-231-1/+1
| | | | always fail the 1st time on slave
* init( BSONObj* ) can be const *Eliot Horowitz2010-12-155-5/+5
|
* fix off-by-one in spidermonkey line numbering SERVER-2215Mathias Stearn2010-12-131-1/+1
|
* fix comment parsing in v8Eliot Horowitz2010-11-294-12/+19
|
* better error message on bad encodingEliot Horowitz2010-11-281-2/+10
|
* show repl state in shell prompt. needs more workdwight2010-11-232-3/+1
|
* fix comments in embedded code SERVER-2121Eliot Horowitz2010-11-221-2/+10
|
* working on SERVER-2121Eliot Horowitz2010-11-201-2/+7
|
* SERVER-1902: Make Assertion failure JS_EncodeCharacters more verbose in logTony Hannan2010-10-131-1/+2
|
* SERVER-1841 don't allow client js to catch timeout/interruptAaron2010-10-061-2/+3
|
* SERVER-1840 make eval function construction logic in v8 more consistent with smAaron2010-10-041-1/+8
|
* newlineEliot Horowitz2010-09-231-1/+2
|
* SERVER-387 enable interrupts for v8Aaron2010-09-237-43/+221
|
* better namedwight2010-09-161-2/+2
|
* SERVER-387 support killop with db.evalAaron2010-09-143-13/+29
|
* simple js benchmakring harnessEliot Horowitz2010-09-142-0/+182
|
* SERVER-1762 clean up v8 mutex usage somewhatAaron2010-09-131-3/+14
|
* SERVER-1762 don't call loadStored() with v8 mutexAaron2010-09-081-15/+17
|
* compileAaron2010-09-071-1/+1
|
* SERVER-1749 guard all v8 function callbacksAaron2010-09-075-53/+72
|
* fix Object.bsonsize with null param SERVER-1753Eliot Horowitz2010-09-072-4/+15
|
* SERVER-1749 catch exception in get next callbackAaron2010-09-071-8/+12
|
* Scope::rename and ability to block db access prep for SERVER-1715Eliot Horowitz2010-09-015-1/+40
|
* make roundtripping of NumberLong work and add another testEliot Horowitz2010-08-291-0/+6
|
* NumberLong shell output changed to NumberLong(111111111111) or ↵Wojciech Piekutowski2010-08-292-11/+16
| | | | | | NumberLong(11111) (when absolute value < 2^30) SERVER-1659 Signed-off-by: Eliot Horowitz <eliot@10gen.com>
* have to copy BinData in sm in case BSONObj is temp SERVER-1694Eliot Horowitz2010-08-271-1/+2
|
* some debugging for parallel testsEliot Horowitz2010-08-251-1/+1
|
* use smuassert instead of uassert SERVER-1661Eliot Horowitz2010-08-231-3/+3
|
* justOne for v8Eliot Horowitz2010-08-231-2/+7
|
* shell support for justOne for removes SERVER-1653Eliot Horowitz2010-08-221-3/+6
|
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-184-7/+7
|
* lower log verbosity when timing out cursors with $whereEliot Horowitz2010-08-181-1/+3
|