summaryrefslogtreecommitdiff
path: root/db/dbeval.cpp
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-7/+7
* option for db.eval not to lock SERVER-381Eliot Horowitz2010-10-241-6/+9
* SERVER-778 don't allow running write command with read lockEliot Horowitz2010-05-111-1/+8
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-3/+3
* stdafx->pchDwight2010-04-271-1/+1
* towards 3Dwight Merriman2010-04-241-1/+1
* /_commands in the http interfaceDwight2010-04-231-3/+6
* change Command locking configEliot Horowitz2010-02-261-0/+1
* change error textDwight2010-02-091-1/+1
* cleaning up security - moving to centralized locationEliot Horowitz2010-02-041-2/+2
* mergeAaron2010-02-021-1/+1
* SERVER-258 make db.eval work with read only modeAaron2010-02-011-0/+7
* eliminate findElement - use getField() insteadDwight2010-01-281-1/+1
* configure "slow" queriesEliot Horowitz2009-12-291-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-1/+1
* only put a timeout on db.eval if --quota is onEliot Horowitz2009-10-161-1/+2
* move the var 'database' inside Client objectDwight2009-10-141-1/+1
* handle js -> bson in 1 placeEliot Horowitz2009-09-211-21/+2
* uassert instead assert for bad eval thingEliot Horowitz2009-08-161-1/+1
* caching js context, also THREADSAFE manglingEliot Horowitz2009-08-051-2/+1
* ctrl-c handler for windows (important for clean shutdown)Dwight2009-07-291-1/+1
* fix null,date returns from db.eval SERVER-151Eliot Horowitz2009-07-131-0/+2
* fix eval returning ArrayEliot Horowitz2009-06-081-1/+3
* handle broken eval scripts correctlyEliot Horowitz2009-05-201-1/+1
* Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 m...Aaron2009-05-191-1/+1
* Spider Monkey: udpate working, other db.eval thingsEliot Horowitz2009-05-061-1/+1
* handle null return in db.evalEliot Horowitz2009-05-051-0/+2
* better debuggingEliot Horowitz2009-05-051-2/+6
* typo MINOREliot Horowitz2009-05-051-3/+0
* safety for unhandled cases MINOREliot Horowitz2009-05-051-1/+4
* better javascript error reportingEliot Horowitz2009-05-011-1/+1
* Spider Monkey: abstracting away db.eval connectionEliot Horowitz2009-04-301-1/+1
* Revert "Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per ...Aaron2009-04-281-2/+2
* Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per function...Aaron Staple2009-04-271-2/+2
* use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniquenessAaron2009-04-271-2/+2
* cleaner way of turning off JNI at compile timeEliot Horowitz2009-04-231-2/+1
* Scripting: make args a paramter to invoke() rather than magicEliot Horowitz2009-04-231-9/+12
* abstracted out ScriptEngine to allow for playing with other javascript enginesEliot Horowitz2009-04-231-14/+15
* cleaning javascript interface - make everything use ScopeEliot Horowitz2009-04-231-2/+3
* authenticate command workdwight2009-01-181-2/+1
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-3/+3
* Indent all lines within namespaces one levelAaron2009-01-151-77/+77
* Replace tab indentation with spacesAaron2009-01-141-8/+13
* Put our code in 'mongo' namespaceAaron2009-01-141-1/+5
* eval works with a stringEliot Horowitz2009-01-081-4/+13
* try not to die in segv printouts with deadlocks and suchDwight2009-01-061-0/+1
* Replace tab indentation with spacesAaron2008-12-281-51/+53
* release_nojni visual studio target addedDwight2008-12-221-1/+2
* protect against inappropriate $cmd's to a slave mode dbDwight2008-12-111-0/+1
* don't log to our oplog operations we are replicating from elsewhereDwight2008-12-051-1/+1