index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripting
/
engine.cpp
Age
Commit message (
Expand
)
Author
2011-11-15
SERVER-3528: memory footprint of JS context keeps increasing as it is used, d...
agirbal
2011-05-25
- Added option for read only objects in JS invoke method
agirbal
2011-05-10
SERVER-2976: added M/R pure jsMode with collection output
agirbal
2011-05-02
SERVER-2579: optimize append() method to use same BSONObj builder throughout ...
agirbal
2011-05-02
SERVER-2579: all v8 object creation is now lazy.
agirbal
2011-04-14
starting to work on sharding helper (sh)
Eliot Horowitz
2011-04-14
move list of files outside of .h
Eliot Horowitz
2011-04-11
better error handling in loading system.js.
Eliot Horowitz
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-12-23
[SERVER-2284]: operations using system.js collection (group, mapred, where) a...
agirbal
2010-12-15
init( BSONObj* ) can be const *
Eliot Horowitz
2010-11-29
fix comment parsing in v8
Eliot Horowitz
2010-09-23
SERVER-387 enable interrupts for v8
Aaron
2010-09-14
SERVER-387 support killop with db.eval
Aaron
2010-09-01
Scope::rename and ability to block db access prep for SERVER-1715
Eliot Horowitz
2010-08-18
SERVER-1452 StringData-ing up, c_str()-ing down
Alberto Lerner
2010-08-18
lower log verbosity when timing out cursors with $where
Eliot Horowitz
2010-08-11
elim warnings windows
dwight
2010-08-11
actual typo fix
Mathias Stearn
2010-08-11
ignore first line if starts with shebang SERVER-1536
Mathias Stearn
2010-08-11
plug leak in Scope::execFile
Mathias Stearn
2010-08-10
use StringData for hardcoded JS files
Mathias Stearn
2010-08-02
check for null return from query()
Dwight
2010-07-25
some log cleaning
Eliot Horowitz
2010-06-24
append for Code in scripting engine SERVER-1293
Eliot Horowitz
2010-05-26
MutexDebugger
Dwight Merriman
2010-04-27
stdafx->pch
Dwight
2010-04-08
fix where on v8 SERVER-864
Eliot Horowitz
2010-03-15
Revert "Revert "SERVER-695 don't destroy static global mutexes""
Aaron
2010-02-22
Revert "Revert "SERVER-305 record uri on connect""
Aaron
2010-02-22
Revert "SERVER-305 record uri on connect"
Aaron
2010-02-22
SERVER-305 record uri on connect
Aaron
2010-02-07
add _id to system. collections if they are legal client namespaces
Eliot Horowitz
2010-02-07
attempt to fix weird index issue
Eliot Horowitz
2010-02-07
moving some globals into a common file
Eliot Horowitz
2010-02-07
handle read-only lock case
Eliot Horowitz
2010-02-07
clean up scope from things removed from system.js SERVER-602
Eliot Horowitz
2010-02-07
make sure have _id index on system.js SERVER-609
Eliot Horowitz
2010-01-25
SERVER-512 MINOR looks like scope cache not used in shell, and releasing mute...
Aaron
2010-01-25
SERVER-512 prevent ugly boost assert on shell shutdown
Aaron
2009-12-29
MINOR initialize callback
Aaron
2009-12-29
SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...
Aaron
2009-12-29
Merge branch 'master' of git@github.com:mongodb/mongo
dwight
2009-12-29
remove dbinfo.h/cpp
dwight
2009-12-28
mongo shell can now take a directory and run all *.js files in it
Mathias Stearn
2009-12-28
uassert/massert take error code SERVER-112
Eliot Horowitz
2009-12-23
when loading js files, only get read access
Eliot Horowitz
2009-12-21
SERVER-446 extract object id string validation to general engine layer
Aaron
2009-12-09
Silence warnings
Mathias Stearn
2009-12-09
Start using Date_t. Can anyone think of a better name?
Mathias Stearn
[next]