summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/sm_db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8952 Add argument type checking to Timestamp constructor in Javascript...Shaun Verch2013-03-121-0/+6
* SERVER-7718: JS Timestamp constructor now in seconds (not millis anymore)Scott Hernandez2013-02-281-1/+8
* SERVER-8501 Rename MONGO-CR to MONGODB-CRSpencer T Brody2013-02-151-1/+1
* SERVER-8414/SERVER-8429 Fix SpiderMonkey compileTad Marshall2013-02-121-0/+1
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-10/+15
* SERVER-8254: load new js helpers from spidermonkeyBen Becker2013-01-221-0/+9
* SERVER-8177 Improve copyright license consistency for scripting filesTad Marshall2013-01-151-9/+9
* SERVER-7134 Let MongoDB modules add commands to the Mongo object in the Spide...Andy Schwerin2012-11-071-13/+43
* SERVER-7565 SERVER-7126 SERVER-7576 Visual Studio require Python, run Python ...Tad Marshall2012-11-071-1/+1
* SERVER-7134 Shuffle spidermonkey engine code around.Andy Schwerin2012-11-021-3/+16
* SERVER-6802 allow bulk insert options from the shellGreg Studer2012-10-241-2/+4
* SERVER-6334 ReplSet connections magically gets reauthenticated after logging outRandolph Tan2012-07-131-0/+37
* SERVER-5842 -- catch SocketExceptions, handle as non-fatalTad Marshall2012-05-301-0/+30
* SERVER-5842 don't let exceptions leave engine_spidermonkey.cppTad Marshall2012-05-301-482/+843
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-13/+9
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-51/+51
* SERVER-5163 Build failing on shard1.js testRandolph Tan2012-03-021-2/+3
* SERVER-5020 Mongo shell should check the validity of the db name for use dbnameRandolph Tan2012-03-011-0/+7
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1284