summaryrefslogtreecommitdiff
path: root/scripting/v8_db.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix v8 error reportingEliot Horowitz2011-09-071-0/+2
* SERVER-854: implementation of NumberInt for V8agirbal2011-07-021-13/+56
* SERVER-3168: Fixed hexadecimal output, added testsagirbal2011-06-221-2/+4
* towards compile v8 windowsDwight2011-06-211-0/+8
* SERVER-3168: finished MD5 and HexData for v8agirbal2011-05-311-22/+68
* SERVER-3168: added UUID type and method. Fixed conversion to BSON.agirbal2011-05-301-12/+48
* SERVER-3168: methods implemented for BinDataagirbal2011-05-301-3/+19
* SERVER-3168: for v8, added base64() method and now the binary data is stored ...agirbal2011-05-301-18/+45
* SERVER-3107: readOnly option to JS cursor, to reuse BSON as-isagirbal2011-05-261-1/+9
* SERVER-2579: all v8 object creation is now lazy.agirbal2011-05-021-1/+1
* SERVER-2983: added string caching for all db functionsagirbal2011-04-241-78/+78
* SERVER-2993: refactor v8 engine to carry scope in most methods / callbacksagirbal2011-04-241-119/+106
* find now takes 7 argsEliot Horowitz2011-01-251-1/+1
* shell can pass query optionsEliot Horowitz2011-01-251-2/+9
* sharding check for v8Eliot Horowitz2011-01-241-0/+4
* fix v8 readOnly modeEliot Horowitz2011-01-241-0/+9
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-153/+162
* new Timestamp() for v8 SERVER-2315Eliot Horowitz2011-01-031-0/+35
* SERVER-387 enable interrupts for v8Aaron2010-09-231-11/+58
* SERVER-1762 clean up v8 mutex usage somewhatAaron2010-09-131-3/+14
* SERVER-1749 guard all v8 function callbacksAaron2010-09-071-40/+41
* fix Object.bsonsize with null param SERVER-1753Eliot Horowitz2010-09-071-3/+8
* SERVER-1749 catch exception in get next callbackAaron2010-09-071-8/+12
* NumberLong shell output changed to NumberLong(111111111111) or NumberLong(111...Wojciech Piekutowski2010-08-291-5/+8
* justOne for v8Eliot Horowitz2010-08-231-2/+7
* update v8 BinData testEliot Horowitz2010-08-011-2/+2
* centralize connection url parsing SERVER-1319Eliot Horowitz2010-07-301-33/+8
* Fix V8 buildAlberto Lerner2010-07-221-2/+2
* SERVER-1278 Expose cursor buffer remains to js testingAlberto Lerner2010-07-221-0/+13
* fix v8 cursor closingEliot Horowitz2010-07-051-17/+30
* SERVER-776 clean precision checkingAaron2010-06-221-5/+3
* SERVER-776 win?Aaron2010-06-221-8/+5
* SERVER-776 win?Aaron2010-06-221-0/+4
* SERVER-776 NumberLong in v8Aaron2010-06-221-6/+34
* replica pair and SCC support for v8 shellEliot Horowitz2010-03-161-7/+36
* SERVER-677 number long floatApprox v8Aaron2010-03-011-12/+20
* v8 fixEliot Horowitz2010-02-271-0/+5
* batch size for v8Eliot Horowitz2010-02-271-3/+4
* spamEliot Horowitz2010-02-241-1/+2
* Revert "Revert "SERVER-305 record uri on connect""Aaron2010-02-221-1/+1
* Revert "SERVER-305 record uri on connect"Aaron2010-02-221-1/+1
* SERVER-305 record uri on connectAaron2010-02-221-1/+1
* SERVER-612 informal dbref v8Aaron2010-02-171-3/+5
* SERVER-256 BinData construction and base64 string rep in v8 shellAaron2010-01-251-14/+59
* SERVER-357 NumberLong converts to number (double) implicitly when doing opera...Aaron2010-01-251-10/+15
* SREVER-357 NumberLong support in v8 engineAaron2010-01-201-0/+68
* MINOR Fix compile breakage due to client option name changeAaron2010-01-041-1/+1
* SERVER-470 fix some v8 locking issuesAaron2009-12-221-1/+3
* SERVER-470 unlock v8 appropriately so can do work in parallelAaron2009-12-221-3/+18
* SERVER-446 support multi update mode v8Aaron2009-12-221-2/+3