summaryrefslogtreecommitdiff
path: root/scripting/engine_java.cpp
AgeCommit message (Collapse)Author
2011-06-26net cleaning: move message.* to net/Eliot Horowitz
net cleaning: move http tools to net/
2011-04-03Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn
Advantages: * Owned BSONObj now uses 1 heap allocation rather than 3 * sizeof(BSONObj) is now 16 rather than 24 (on 64 bit) * perftest bson shows it to be much faster Change in BSONObj constructor API for owned case to make sure old code gets updated to allocate room for the ref count. Anyone using BSONObjBuilder doesn't need to worry about this change.
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-04-27stdafx.h -> pch.h part 2Eliot Horowitz
2009-10-27all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn
2009-10-16replace cerr with cout for all server filesEliot Horowitz
2009-08-05clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz
2009-04-24more spider monkey work and testingEliot Horowitz
2009-04-23Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz
2009-04-23Scripting: make args a paramter to invoke() rather than magicEliot Horowitz
2009-04-23visual studio happyDwight
2009-04-23abstracted out ScriptEngine to allow for playing with other javascript enginesEliot Horowitz