summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/v8_db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19378 Remove support for building with v8Andrew Morrow2015-08-241-1195/+0
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+27
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-933/+896
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-16/+15
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-2/+5
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-4/+6
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-1/+43
* SERVER-18198 use native runCommand method in the shellAdam Midvidy2015-04-291-0/+19
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-17647 Compute BinData lengthSpencer Jackson2015-03-261-5/+5
* SERVER-13339 Cleanup some SConscript and includesKaloian Manassiev2015-02-201-1/+0
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-16716 Removing host string arg length limitation for mongo shellAkira Kurogane2015-01-051-6/+3
* SERVER-15684 Make copydb work with SCRAM (SASL)Andreas Nilsson2014-10-311-0/+91
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-1/+2
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-1/+1
* SERVER-9790 Add this.$db || db.toString() to DBRef string representationStephen Lee2014-06-061-1/+7
* SERVER-13798 add dependency on connection to cursor object tracker in JavaScr...Benety Goh2014-05-151-22/+28
* SERVER-12806 stop calling invalidForStorage okForStorage in its error messagesmatt dannenberg2014-03-121-2/+2
* SERVER-12838: return status reasonScott Hernandez2014-02-241-4/+4
* SERVER-8391 upgradeCheck() function added to shellmatt dannenberg2014-02-191-0/+16
* SERVER-12426 updated max BSON timestamp to depend on OpTime::max() which is d...Benety Goh2014-01-241-1/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-1/+1
* SERVER-11044 Expose BSONObj::wocompare to mongo shellRandolph Tan2013-10-041-0/+12
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-101-0/+22
* SERVER-9583 Disallow no argument case in BinData and check subtype in HexDataShaun Verch2013-07-091-35/+29
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* 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