summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* better debuggingEliot Horowitz2009-11-301-2/+1
* add DBRef support to v8 engine (not DBPointer)metagoto2009-11-244-4/+44
* fix for V8 TryCatch changemetagoto2009-11-241-5/+5
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2009-11-223-1/+22
|\
| * add load() to v8 enginemetagoto2009-11-233-1/+22
* | added bsonsize to bson objects in jsEliot Horowitz2009-11-222-5/+57
|/
* better m/r error handling and reportingEliot Horowitz2009-11-131-1/+4
* handle comments at the beginning of code SERVER-398Eliot Horowitz2009-11-101-0/+10
* some simple optimiziationsEliot Horowitz2009-11-041-8/+11
* handle numeric types betterEliot Horowitz2009-10-274-0/+18
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-2716-30/+244
* remove wrong assertion SERVER-386Eliot Horowitz2009-10-251-2/+1
* shell multi-update option and test SERVER-268Eliot Horowitz2009-10-221-1/+2
* write ops in js should not have a returnEliot Horowitz2009-10-211-1/+1
* slight mr speedup across the board and v8 wrapper workEliot Horowitz2009-10-214-3/+81
* fix assertEliot Horowitz2009-10-202-5/+11
* replace cerr with cout for all server filesEliot Horowitz2009-10-163-6/+6
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-151-2/+2
|\
| * compiler with xulrunner-1.9.0 - SERVER-359Eliot Horowitz2009-10-151-2/+2
* | fix assert to use ours and thus make unit test passDwight2009-10-151-0/+2
|/
* v8 works for map/reduce nowEliot Horowitz2009-10-152-9/+12
* v8: some more stuff working, checkpointEliot Horowitz2009-10-134-38/+57
* v8: some cleaningEliot Horowitz2009-10-135-17/+39
* v8: more refactoring, basic shell workingEliot Horowitz2009-10-134-37/+44
* v8: refactoring checkpointEliot Horowitz2009-10-136-416/+522
* v8: more tests passEliot Horowitz2009-10-122-4/+17
* fix return for simple expr.Eliot Horowitz2009-10-121-0/+5
* more v8 workEliot Horowitz2009-10-122-4/+16
* v8 invoke works nowEliot Horowitz2009-10-114-7/+122
* exec checkpointEliot Horowitz2009-10-104-60/+64
* change sm orderEliot Horowitz2009-10-101-1/+1
* compat. with new versions of smEliot Horowitz2009-10-101-0/+1
* checkpoint for playing with v8Eliot Horowitz2009-10-106-30/+1012
* add Connection classDwight2009-10-091-1/+1
* cache functionsEliot Horowitz2009-10-093-3/+30
* add new style DBRef to js SERVER-243Eliot Horowitz2009-10-023-0/+37
* renamed DBRef DBPointer SERVER-243Eliot Horowitz2009-10-023-11/+11
* don't use assert b/c of windowsEliot Horowitz2009-09-301-1/+1
* compilie solaris MINOREliot Horowitz2009-09-291-1/+1
* allow you to store js functions in the server SERVER-157Eliot Horowitz2009-09-293-5/+64
* changed order for older boostEliot Horowitz2009-09-241-7/+8
* local scope for large argument passingEliot Horowitz2009-09-241-4/+8
* sm crazinessEliot Horowitz2009-09-231-7/+14
* adaptive replication sleep timeDwight2009-09-221-1/+1
* handle js -> bson in 1 placeEliot Horowitz2009-09-212-0/+37
* use mmap instead of readEliot Horowitz2009-09-211-0/+3
* don't allow db.eval on sharded collections SHARDING-27Eliot Horowitz2009-09-101-0/+18
* slightly better next() at end handling SERVER-280Eliot Horowitz2009-09-041-0/+4
* support JS_SetOperationCallback in sm 1.8.1 SERVER-167Eliot Horowitz2009-09-011-9/+14
* fix sm gc issueEliot Horowitz2009-08-291-7/+14