summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* can use sharding with SyncClusterConnection for 2 phase commit across 3 serve...Eliot Horowitz2010-03-221-0/+1
* some abstractions in prep for SHARDING-39Eliot Horowitz2010-03-221-22/+15
* Mismatched new[] and deleteMathias Stearn2010-03-181-3/+3
* replica pair and SCC support for v8 shellEliot Horowitz2010-03-161-7/+36
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-152-4/+4
* fix v8 _idEliot Horowitz2010-03-132-12/+14
* fix shell _id moving SERVER-438Eliot Horowitz2010-03-121-8/+10
* Revert "SERVER-695 don't destroy static global mutexes"Aaron2010-03-102-4/+4
* SERVER-695 don't destroy static global mutexesAaron2010-03-092-4/+4
* SERVER-705 make v8 timestamp fields consistent with sm, using number instead ...Aaron2010-03-081-3/+3
* SERVER-705 make v8 timestamp fields consistent with smAaron2010-03-081-3/+3
* elim warning on windowsDwight2010-03-011-1/+1
* SERVER-677 better double/long long conversion checkAaron2010-03-011-1/+1
* SERVER-677 number long floatApprox v8Aaron2010-03-012-24/+53
* SERVER-677 add floatApprox smAaron2010-03-011-7/+15
* v8 fixEliot Horowitz2010-02-271-0/+5
* batch size for v8Eliot Horowitz2010-02-271-3/+4
* batchSize option for js and c++Eliot Horowitz2010-02-271-2/+8
* spamEliot Horowitz2010-02-241-1/+2
* Revert "Revert "SERVER-305 record uri on connect""Aaron2010-02-224-1/+13
* Revert "SERVER-305 record uri on connect"Aaron2010-02-224-13/+1
* SERVER-305 record uri on connectAaron2010-02-224-1/+13
* SERVER-612 fix v8 issueAaron2010-02-171-2/+3
* SERVER-612 informal dbref v8Aaron2010-02-172-10/+12
* SERVER-612 informal dbref for smAaron2010-02-172-17/+16
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-091-0/+16
* add _id to system. collections if they are legal client namespacesEliot Horowitz2010-02-071-3/+0
* attempt to fix weird index issueEliot Horowitz2010-02-071-1/+1
* moving some globals into a common fileEliot Horowitz2010-02-071-1/+1
* handle read-only lock caseEliot Horowitz2010-02-071-2/+3
* clean up scope from things removed from system.js SERVER-602Eliot Horowitz2010-02-072-1/+25
* make sure have _id index on system.js SERVER-609Eliot Horowitz2010-02-071-1/+3
* SERVER-446 fix v8 regex conversionAaron2010-02-011-2/+2
* SERVER-446 make v8 undefined/null conversion same as smAaron2010-02-011-7/+2
* Don't crash on JS exceptions on WIN32 Server-550Mathias Stearn2010-01-291-1/+1
* compile vcprojDwight2010-01-281-1/+1
* make hex_md5 work server sideEliot Horowitz2010-01-282-1/+40
* don't use asio for mongos with win vcproj yetDwight2010-01-261-1/+1
* fix: m/r emit error gets spidermonkey into bad state SERVER-570Eliot Horowitz2010-01-261-1/+9
* SERVER-256 BinData construction and base64 string rep in v8 shellAaron2010-01-252-14/+61
* SERVER-256 allow BinData construction in sm shellAaron2010-01-252-3/+34
* SERVER-256 fix BinData byte alignment issue and add base64 representation to ...Aaron2010-01-253-5/+35
* SERVER-512 MINOR looks like scope cache not used in shell, and releasing mute...Aaron2010-01-251-1/+0
* SERVER-512 prevent ugly boost assert on shell shutdownAaron2010-01-252-1/+2
* SERVER-357 NumberLong converts to number (double) implicitly when doing opera...Aaron2010-01-253-17/+28
* SERVER-357 use consistent bit depth when converting between ints and floatsAaron2010-01-201-3/+3
* SERVER-357 specify boost namespace explicitlyAaron2010-01-201-4/+4
* MINOR remove unnecessary 'using' directiveAaron2010-01-201-3/+0
* SERVER-357 use sized integer types explicitlyAaron2010-01-201-4/+7
* SREVER-357 NumberLong support in v8 engineAaron2010-01-204-3/+100