summaryrefslogtreecommitdiff
path: root/scripting/v8_db.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-446 implement bsonsize() in v8Aaron2009-12-211-1/+11
* SERVER-446 save hostname in mongo objectAaron2009-12-211-0/+2
* SERVER-446 use generic object id validation in v8 engine ObjectId constructorAaron2009-12-211-0/+7
* SERVER-446 v8 allow js client access to MaxKey and MinKey valuesAaron2009-12-211-0/+9
* SERVER-446 use js BinData type from v8 engineAaron2009-12-211-0/+25
* SERVER-446 add DBPointer to v8Aaron2009-12-161-2/+24
* add DBRef support to v8 engine (not DBPointer)metagoto2009-11-241-0/+24
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-0/+15
* write ops in js should not have a returnEliot Horowitz2009-10-211-1/+1
* fix assertEliot Horowitz2009-10-201-3/+11
* v8: some more stuff working, checkpointEliot Horowitz2009-10-131-21/+26
* v8: some cleaningEliot Horowitz2009-10-131-12/+25