summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7718: JS Timestamp constructor now in seconds (not millis anymore)Scott Hernandez2013-02-284-5/+18
* SERVER-8632: fix server-side JS for MapReduce, $where and groupBen Becker2013-02-273-7/+11
* SERVER-8170: manually free external resources upon V8Scope destructionBen Becker2013-02-273-68/+57
* SERVER-8647: don't fail when loading invalid stored JSBen Becker2013-02-212-3/+11
* SERVER-8637: don't reuse scope if an exception was thrownBen Becker2013-02-201-1/+1
* SERVER-8634: make _v8_function read-onlyBen Becker2013-02-201-1/+1
* SERVER-8618: clean up shell and file exception messagesBen Becker2013-02-201-3/+2
* SERVER-8618: fix windows buildBen Becker2013-02-201-7/+7
* SERVER-8618: add context to JS exception messagesBen Becker2013-02-208-37/+130
* SERVER-8501 Rename MONGO-CR to MONGODB-CRSpencer T Brody2013-02-152-2/+2
* SERVER-8553: fix v8 error checking and exception handlingBen Becker2013-02-132-139/+150
* SERVER-8414/SERVER-8429 Fix SpiderMonkey compileTad Marshall2013-02-121-0/+1
* SERVER-8234: make invoke() throw on error (v8 only)Ben Becker2013-02-121-14/+19
* fix assert codeEric Milkie2013-02-121-1/+1
* SERVER-8170: cleanup and unify GC callbacksBen Becker2013-02-125-31/+20
* SERVER-8220: fix native function conversionBen Becker2013-02-123-26/+54
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-122-20/+41
* SERVER-8382Asya Kamsky2013-02-111-2/+5
* SERVER-8382Asya Kamsky2013-02-111-5/+7
* SERVER-8382Asya Kamsky2013-02-111-0/+15
* SERVER-8297 SERVER-8495 Remove 3-argument BinData constructor and callersTad Marshall2013-02-112-21/+13
* Revert "SERVER-8297 Remove 3-argument BinData constructor"Tad Marshall2013-02-021-2/+12
* Merge pull request #369 from asya999/masterDaniel Pasette2013-02-011-1/+1
|\
| * SERVER-8283 password is stored incorrectlyAsya Kamsky2013-01-311-1/+1
* | SERVER-8297 Remove 3-argument BinData constructorTad Marshall2013-02-011-12/+2
|/
* SERVER-8292 SERVER-7843 SERVER-7087 Better V8 exceptionsTad Marshall2013-01-254-263/+221
* SERVER-8060: MinKey/MaxKey fixes for V8Scott Hernandez2013-01-222-20/+62
* SERVER-8254: load new js helpers from spidermonkeyBen Becker2013-01-221-0/+9
* SERVER-8104: clean up js global objectBen Becker2013-01-1811-123/+165
* Revert "SERVER-8060: make min/max key consistent with spidermonkey"Scott Hernandez2013-01-171-4/+4
* SERVER-8060: make min/max key consistent with spidermonkeyBen Becker2013-01-161-4/+4
* SERVER-8184: remove conversion to string, massert() on toSTLString() failure.Ben Becker2013-01-153-8/+9
* SERVER-8177 Improve copyright license consistency for scripting filesTad Marshall2013-01-1513-105/+99
* SERVER-8171 Fix unreliable print() function in engine_v8Tad Marshall2013-01-151-7/+9
* Whitespace: missing newline at end-of-fileTad Marshall2013-01-151-1/+1
* Fix Windows warning about struct vs classTad Marshall2013-01-141-2/+0
* add simple v8 profiler bindingsBen Becker2013-01-144-2/+147
* remove v8 string cache and use ForceSet() when possible.Ben Becker2013-01-143-261/+186
* allow full non-near geo functionality in matcherHari Khalsa2013-01-142-2/+1
* SERVER-8053: support for timeouts in V8Scope's invoke() and exec()Ben Becker2013-01-114-5/+361
* SERVER-8151: avoid using a HandleScope in mongoFind()Ben Becker2013-01-111-2/+1
* fix type mismatchEliot Horowitz2013-01-091-1/+1
* SERVER-8040 Fix SpiderMonkey compileTad Marshall2013-01-061-0/+3
* SERVER-8040: don't execute more js when a scope is terminatedBen Becker2013-01-065-0/+13
* SERVER-8040: ensure all entry/exit points for v8 execution are wrapped in nat...Ben Becker2013-01-042-10/+47
* Bulk v8 cleanup:Ben Becker2013-01-028-1781/+1550
* remove unused variableBen Becker2012-12-261-1/+0
* SERVER-7849: enter v8 from a new js thread, and always mark _killPendingBen Becker2012-12-263-24/+17
* SERVER-7776: remove some uses of V8_SIMPLE_HEADER by moving scope init functi...Ben Becker2012-12-263-14/+21
* SERVER-7776: fix scoped_lockBen Becker2012-12-241-2/+2