summaryrefslogtreecommitdiff
path: root/scripting/sm_db.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix js dates on 32-bit linuxEliot Horowitz2011-07-071-2/+2
* change NumberInt.tojsonEliot Horowitz2011-07-051-3/+9
* SERVER-854: NumberInt implemented in SMagirbal2011-07-031-0/+73
* SERVER-3168: Fixed hexadecimal output, added testsagirbal2011-06-221-2/+4
* SERVER-3168: added length() and subtype(). Moved methods from SM layer to uti...agirbal2011-05-301-14/+0
* shell bindata stuffdwight2011-05-271-1/+6
* conversion of unneeded caused_by macros to methodsgregs2011-04-011-1/+1
* Fix for spidermonkey scripting, callback causes segfault.greg2011-03-041-1/+9
* shell can pass query optionsEliot Horowitz2011-01-251-2/+9
* better remove error reporting for jsEliot Horowitz2011-01-211-0/+5
* move object creation for mongo_insert into try/catchEliot Horowitz2011-01-191-3/+3
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-291/+295
* new Timestamp() for shell SERVER-2315Eliot Horowitz2010-12-301-1/+24
* show repl state in shell prompt. needs more workdwight2010-11-231-2/+1
* make roundtripping of NumberLong work and add another testEliot Horowitz2010-08-291-0/+6
* NumberLong shell output changed to NumberLong(111111111111) or NumberLong(111...Wojciech Piekutowski2010-08-291-6/+8
* use smuassert instead of uassert SERVER-1661Eliot Horowitz2010-08-231-3/+3
* shell support for justOne for removes SERVER-1653Eliot Horowitz2010-08-221-3/+6
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1
* clean up cursor exception handlingEliot Horowitz2010-08-181-5/+21
* Use one string per JS file.Mathias Stearn2010-08-101-1/+1
* cal back fixEliot Horowitz2010-07-301-0/+2
* centralize connection url parsing SERVER-1319Eliot Horowitz2010-07-301-26/+9
* spam SERVER-1478Eliot Horowitz2010-07-251-2/+2
* SERVER-1278 Expose cursor buffer remains to js testingAlberto Lerner2010-07-221-0/+8
* SERVER-1270 Elim c_str() /scriptingAlberto Lerner2010-07-201-11/+11
* minor shell laterdwight2010-07-121-4/+8
* UUID() in the shell beginningsdwight2010-07-101-3/+76
* make BinData really sort of work in the mongo shelldwight2010-07-081-1/+45
* bindata shelldwight2010-07-081-2/+2
* nonideal patch for shell bindata crashdwight2010-07-071-1/+8
* bindata cleaningdwight2010-07-071-1/+5
* debuggingMathias Stearn2010-07-021-0/+2
* SERVER-776 clean precision checkingAaron2010-06-221-4/+4
* SERVER-776 win?Aaron2010-06-221-8/+7
* SERVER-776 win?Aaron2010-06-221-0/+4
* SERVER-776 NumberLong in v8Aaron2010-06-221-1/+1
* SERVER-776 NumberLong in smAaron2010-06-221-4/+30
* elim some 64 bit warnings etc.Dwight Merriman2010-04-281-1/+1
* better sm assertsEliot Horowitz2010-03-231-5/+10
* 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
* batchSize option for js and c++Eliot Horowitz2010-02-271-2/+8
* Revert "Revert "SERVER-305 record uri on connect""Aaron2010-02-221-0/+1
* Revert "SERVER-305 record uri on connect"Aaron2010-02-221-1/+0
* SERVER-305 record uri on connectAaron2010-02-221-0/+1
* SERVER-612 informal dbref for smAaron2010-02-171-15/+13
* don't use asio for mongos with win vcproj yetDwight2010-01-261-1/+1
* SERVER-256 allow BinData construction in sm shellAaron2010-01-251-2/+18
* SERVER-256 fix BinData byte alignment issue and add base64 representation to ...Aaron2010-01-251-2/+30