| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-26 | net cleaning: move message.* to net/ | Eliot Horowitz | |
| net cleaning: move http tools to net/ | |||
| 2011-04-03 | Use intrusive_ptr rather than shared_ptr for BSONObj | Mathias 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-04 | ran astyle SERVER-2304 | Eliot Horowitz | |
| 2010-04-27 | stdafx.h -> pch.h part 2 | Eliot Horowitz | |
| 2009-10-27 | all client files now marked as Apache 2.0. SERVER-329. | Mathias Stearn | |
| 2009-10-16 | replace cerr with cout for all server files | Eliot Horowitz | |
| 2009-08-05 | clean up dbexit with an ExitCode enum SERVER-183 | Eliot Horowitz | |
| 2009-04-24 | more spider monkey work and testing | Eliot Horowitz | |
| 2009-04-23 | Merge branch 'master' of git@github.com:mongodb/mongo | Eliot Horowitz | |
| 2009-04-23 | Scripting: make args a paramter to invoke() rather than magic | Eliot Horowitz | |
| 2009-04-23 | visual studio happy | Dwight | |
| 2009-04-23 | abstracted out ScriptEngine to allow for playing with other javascript engines | Eliot Horowitz | |
