Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better error handling in loading system.js. | Eliot Horowitz | 2011-04-11 | 1 | -2/+2 |
| | |||||
* | Use intrusive_ptr rather than shared_ptr for BSONObj | Mathias Stearn | 2011-04-03 | 2 | -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 methods | gregs | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | Fix for spidermonkey scripting, callback causes segfault. | greg | 2011-03-04 | 1 | -1/+9 |
| | |||||
* | comment | Aaron | 2011-02-15 | 1 | -0/+1 |
| | |||||
* | better error message | Eliot Horowitz | 2011-02-07 | 1 | -2/+1 |
| | |||||
* | make sm conversion from BSON array to js array faster | Eliot Horowitz | 2011-02-05 | 1 | -7/+7 |
| | |||||
* | find now takes 7 args | Eliot Horowitz | 2011-01-25 | 1 | -1/+1 |
| | |||||
* | shell can pass query options | Eliot Horowitz | 2011-01-25 | 2 | -4/+18 |
| | |||||
* | sharding check for v8 | Eliot Horowitz | 2011-01-24 | 1 | -0/+4 |
| | |||||
* | fix v8 readOnly mode | Eliot Horowitz | 2011-01-24 | 1 | -0/+9 |
| | |||||
* | better remove error reporting for js | Eliot Horowitz | 2011-01-21 | 1 | -0/+5 |
| | |||||
* | move object creation for mongo_insert into try/catch | Eliot Horowitz | 2011-01-19 | 1 | -3/+3 |
| | |||||
* | v8 fix gc callback | Aaron | 2011-01-10 | 2 | -2/+2 |
| | |||||
* | ran astyle SERVER-2304 | Eliot Horowitz | 2011-01-04 | 18 | -1269/+1298 |
| | |||||
* | new Timestamp() for v8 SERVER-2315 | Eliot Horowitz | 2011-01-03 | 2 | -0/+36 |
| | |||||
* | new Timestamp() for shell SERVER-2315 | Eliot Horowitz | 2010-12-30 | 1 | -1/+24 |
| | |||||
* | better js error message on out of memory SERVER-2280 | Eliot Horowitz | 2010-12-27 | 1 | -2/+5 |
| | |||||
* | [SERVER-2284]: operations using system.js collection (group, mapred, where) ↵ | agirbal | 2010-12-23 | 1 | -1/+1 |
| | | | | always fail the 1st time on slave | ||||
* | init( BSONObj* ) can be const * | Eliot Horowitz | 2010-12-15 | 5 | -5/+5 |
| | |||||
* | fix off-by-one in spidermonkey line numbering SERVER-2215 | Mathias Stearn | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | fix comment parsing in v8 | Eliot Horowitz | 2010-11-29 | 4 | -12/+19 |
| | |||||
* | better error message on bad encoding | Eliot Horowitz | 2010-11-28 | 1 | -2/+10 |
| | |||||
* | show repl state in shell prompt. needs more work | dwight | 2010-11-23 | 2 | -3/+1 |
| | |||||
* | fix comments in embedded code SERVER-2121 | Eliot Horowitz | 2010-11-22 | 1 | -2/+10 |
| | |||||
* | working on SERVER-2121 | Eliot Horowitz | 2010-11-20 | 1 | -2/+7 |
| | |||||
* | SERVER-1902: Make Assertion failure JS_EncodeCharacters more verbose in log | Tony Hannan | 2010-10-13 | 1 | -1/+2 |
| | |||||
* | SERVER-1841 don't allow client js to catch timeout/interrupt | Aaron | 2010-10-06 | 1 | -2/+3 |
| | |||||
* | SERVER-1840 make eval function construction logic in v8 more consistent with sm | Aaron | 2010-10-04 | 1 | -1/+8 |
| | |||||
* | newline | Eliot Horowitz | 2010-09-23 | 1 | -1/+2 |
| | |||||
* | SERVER-387 enable interrupts for v8 | Aaron | 2010-09-23 | 7 | -43/+221 |
| | |||||
* | better name | dwight | 2010-09-16 | 1 | -2/+2 |
| | |||||
* | SERVER-387 support killop with db.eval | Aaron | 2010-09-14 | 3 | -13/+29 |
| | |||||
* | simple js benchmakring harness | Eliot Horowitz | 2010-09-14 | 2 | -0/+182 |
| | |||||
* | SERVER-1762 clean up v8 mutex usage somewhat | Aaron | 2010-09-13 | 1 | -3/+14 |
| | |||||
* | SERVER-1762 don't call loadStored() with v8 mutex | Aaron | 2010-09-08 | 1 | -15/+17 |
| | |||||
* | compile | Aaron | 2010-09-07 | 1 | -1/+1 |
| | |||||
* | SERVER-1749 guard all v8 function callbacks | Aaron | 2010-09-07 | 5 | -53/+72 |
| | |||||
* | fix Object.bsonsize with null param SERVER-1753 | Eliot Horowitz | 2010-09-07 | 2 | -4/+15 |
| | |||||
* | SERVER-1749 catch exception in get next callback | Aaron | 2010-09-07 | 1 | -8/+12 |
| | |||||
* | Scope::rename and ability to block db access prep for SERVER-1715 | Eliot Horowitz | 2010-09-01 | 5 | -1/+40 |
| | |||||
* | make roundtripping of NumberLong work and add another test | Eliot Horowitz | 2010-08-29 | 1 | -0/+6 |
| | |||||
* | NumberLong shell output changed to NumberLong(111111111111) or ↵ | Wojciech Piekutowski | 2010-08-29 | 2 | -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-1694 | Eliot Horowitz | 2010-08-27 | 1 | -1/+2 |
| | |||||
* | some debugging for parallel tests | Eliot Horowitz | 2010-08-25 | 1 | -1/+1 |
| | |||||
* | use smuassert instead of uassert SERVER-1661 | Eliot Horowitz | 2010-08-23 | 1 | -3/+3 |
| | |||||
* | justOne for v8 | Eliot Horowitz | 2010-08-23 | 1 | -2/+7 |
| | |||||
* | shell support for justOne for removes SERVER-1653 | Eliot Horowitz | 2010-08-22 | 1 | -3/+6 |
| | |||||
* | SERVER-1452 StringData-ing up, c_str()-ing down | Alberto Lerner | 2010-08-18 | 4 | -7/+7 |
| | |||||
* | lower log verbosity when timing out cursors with $where | Eliot Horowitz | 2010-08-18 | 1 | -1/+3 |
| |