summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/v8_db.cpp
Commit message (Expand)AuthorAgeFilesLines
* modest ( ~ !10% ) compile time speedup by some small header cleanupEliot Horowitz2013-06-231-0/+1
* SERVER-9878 Add type checks to V8 C++ bindingsMathias Stearn2013-06-171-172/+265
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-2/+2
* SERVER-9597: In JavaScript, only allow Mongo() to be called as a constructorBen Becker2013-05-221-0/+8
* SERVER-9605 Use correct string length in hexToBinData()Tad Marshall2013-05-071-3/+3
* SERVER-8952 Add argument type checking to Timestamp constructor in Javascript...Shaun Verch2013-03-121-0/+6
* SERVER-8170: free all external JavaScript resources on V8Scope destructionBen Becker2013-03-011-3/+3
* SERVER-7718: JS Timestamp constructor now in seconds (not millis anymore)Scott Hernandez2013-02-281-0/+6
* SERVER-8170: manually free external resources upon V8Scope destructionBen Becker2013-02-271-39/+18
* SERVER-8501 Rename MONGO-CR to MONGODB-CRSpencer T Brody2013-02-151-1/+1
* SERVER-8170: cleanup and unify GC callbacksBen Becker2013-02-121-15/+4
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-10/+26
* SERVER-8297 SERVER-8495 Remove 3-argument BinData constructor and callersTad Marshall2013-02-111-12/+2
* Revert "SERVER-8297 Remove 3-argument BinData constructor"Tad Marshall2013-02-021-2/+12
* SERVER-8297 Remove 3-argument BinData constructorTad Marshall2013-02-011-12/+2
* SERVER-8292 SERVER-7843 SERVER-7087 Better V8 exceptionsTad Marshall2013-01-251-178/+123
* SERVER-8104: clean up js global objectBen Becker2013-01-181-88/+0
* SERVER-8177 Improve copyright license consistency for scripting filesTad Marshall2013-01-151-9/+9
* remove v8 string cache and use ForceSet() when possible.Ben Becker2013-01-141-89/+90
* SERVER-8151: avoid using a HandleScope in mongoFind()Ben Becker2013-01-111-2/+1
* Bulk v8 cleanup:Ben Becker2013-01-021-496/+424
* SERVER-7719: fix argument handling in js insert() methodBen Becker2012-12-231-6/+6
* SERVER-8016: temporary build fix for windows (using fixed size handle array)Ben Becker2012-12-211-2/+3
* SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker2012-12-211-81/+16
* SERVER-7776: remove unused array conversionBen Becker2012-12-101-2/+2
* SERVER-7776: remove unused v8 wrapperBen Becker2012-12-101-1/+0
* add fassert numbersEric Milkie2012-11-081-2/+2
* SERVER-7134 Let MongoDB modules extend the prototype of the Mongo object in t...Andy Schwerin2012-11-081-0/+29
* Rearrange v8_db.{h,cpp} includes.Andy Schwerin2012-11-081-9/+11
* SERVER-7537 V8: prevent heap/stack corruption with off-by-one error; avoid me...Eric Milkie2012-11-011-10/+7
* SERVER-6802 fix v8 to accept insert flagsGreg Studer2012-10-261-2/+3
* SERVER-6334 ReplSet connections magically gets reauthenticated after logging outRandolph Tan2012-07-131-0/+17
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-9/+9
* SERVER-5163 Build failing on shard1.js testRandolph Tan2012-03-021-2/+5
* SERVER-5020 Mongo shell should check the validity of the db name for use dbnameRandolph Tan2012-03-011-0/+5
* - SERVER-4807: access to bsonholder on objects that dont have itagirbal2012-01-301-1/+1
* v8 building with windowsdwight2012-01-031-8/+0
* SERVER-4258: no more locking needed for native execution. Test to check multi...agirbal2011-12-281-11/+11
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1128