summaryrefslogtreecommitdiff
path: root/scripting/sm_db.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-357 NumberLong converts to number (double) implicitly when doing opera...Aaron2010-01-251-6/+11
* SERVER-357 NumberLong class for smAaron2010-01-201-1/+33
* fix vcproj; typoDwight2010-01-201-1/+1
* Quorum -> SyncClusterConnectionEliot Horowitz2010-01-191-2/+2
* fix spidermonkey error handling SERVER-515Eliot Horowitz2010-01-141-11/+11
* a little code cleanup / renameingDwight2010-01-031-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-21/+21
* SERVER-446 extract object id string validation to general engine layerAaron2009-12-211-13/+5
* SERVER-502 fix specification of native callback flags in smAaron2009-12-211-7/+7