summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* Have errorcodes.py track fassert and fassertFailed.Andy Schwerin2012-04-231-1/+1
* Fix build break due to error number collision.Andy Schwerin2012-04-171-2/+2
* Refactor benchrun c++ code for read/maintain/extens-ibility.Andy Schwerin2012-04-172-356/+759
* SERVER-5574 Make spider monkey Scope implementation honor exec()'s reportErro...Aaron2012-04-121-7/+13
* Remove ScriptEngine::Unlocker, which is no longer used.Aaron2012-04-103-13/+1
* Create bench.h to hold class declarations from bench.cpp.Andy Schwerin2012-04-092-241/+285
* more cleanup of pch.h and goodies.h; new file ticketholder.hEric Milkie2012-04-061-1/+5
* SERVER-5464 bug fixes to benchRunSiddharth Singh2012-04-041-11/+18
* SERVER-5494 Fix for failure in bench_test1.jsSiddharth Singh2012-04-031-1/+1
* SERVER-5464 benchRun cleanup + query latencySiddharth Singh2012-04-031-123/+109
* SERVER-5348 fix v8 build for new header layoutEric Milkie2012-04-021-1/+1
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-024-7/+6
* moving away from ScopedDbConnection in benchRunEliot Horowitz2012-04-011-4/+4
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-269-139/+137
* Merge remote branch 'main_readonly/master'Dwight2012-03-131-0/+4
|\
| * RAND_INT takes a multiplierEliot Horowitz2012-03-131-0/+4
* | Merge remote branch 'main_readonly/master'Dwight2012-03-123-13/+47
|\ \ | |/
| * SERVER-5250: Assertion error in mr_errorhandling.jsagirbal2012-03-081-1/+1
| * SERVER-5238: evalf.js test failing on dur_passthrough on V8 buildagirbal2012-03-071-5/+3
| * SERVER-3012: proper out of memory handling for v8agirbal2012-03-061-10/+42
| * SERVER-5163 Build failing on shard1.js testRandolph Tan2012-03-022-4/+8
* | Merge remote branch 'main_readonly/master'Dwight2012-03-012-0/+12
|\ \ | |/
| * SERVER-5020 Mongo shell should check the validity of the db name for use dbnameRandolph Tan2012-03-012-0/+12
* | Merge remote branch 'main_readonly/master'Dwight2012-02-272-48/+90
|\ \ | |/
| * SERVER-5034: strange object behavior in v8 shell, reworked wrapper handling o...agirbal2012-02-272-48/+90
* | Merge remote branch 'main/master'dwight2012-02-221-4/+4
|\ \ | |/
| * unused variables for v8gregs2012-02-211-4/+4
* | change to not reference boost recrusivemutex in mutex.h. there was no include...dwight2012-02-141-1/+1
|/
* - SERVER-4807: access to bsonholder on objects that dont have itagirbal2012-01-303-26/+32
* SERVER-4807: fix type for deleteagirbal2012-01-291-1/+1
* SERVER-4743: use the bsonHolder for metadataagirbal2012-01-261-4/+2
* - SERVER-4743: use the bsonHolder for metadataagirbal2012-01-262-16/+21
* SERVER-4743: seg fault running evald.js in v8 buildbotagirbal2012-01-262-22/+38
* make benchrun able to handle a single-pass of ops, also more javascript verif...Greg Studer2012-01-231-3/+38
* expection option for benchRnu findEliot Horowitz2012-01-231-0/+6
* get rid of old jni js engine entirelyEliot Horowitz2012-01-072-987/+0
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-5/+7
* v8 building with windowsdwight2012-01-034-31/+7
* SERVER-4258: no more locking needed for native execution. Test to check multi...agirbal2011-12-283-14/+14
* SERVER-4513: Invalid JS causes segfaultagirbal2011-12-281-1/+5
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-2418-0/+9363