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
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
2009-12-04
remove include
Eliot Horowitz
2009-12-04
moving towards direct access from DBDirectClient rather than through message ...
Eliot Horowitz
2009-12-03
make some js stuff use table scan helper
Eliot Horowitz
2009-11-10
handle comments at the beginning of code SERVER-398
Eliot Horowitz
2009-10-27
handle numeric types better
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-10-09
cache functions
Eliot Horowitz
2009-09-29
compilie solaris MINOR
Eliot Horowitz
2009-09-29
allow you to store js functions in the server SERVER-157
Eliot Horowitz
2009-09-24
changed order for older boost
Eliot Horowitz
2009-09-21
handle js -> bson in 1 place
Eliot Horowitz
2009-08-21
fix concurrency issue cleaning up pooled scopes
Eliot Horowitz
2009-08-19
couple of small optimizations
Eliot Horowitz
2009-08-16
debugging for posible issue MINOR
Eliot Horowitz
2009-08-14
better file handling in shell
Eliot Horowitz
2009-08-12
better sm locking
Eliot Horowitz
2009-08-05
inShutdown() method so spider monkey can shutdown cleanly
Eliot Horowitz
2009-08-05
caching js context, also THREADSAFE mangling
Eliot Horowitz
2009-05-28
Windows:
Dwight
2009-05-19
Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 m...
Aaron
2009-05-13
checkpoint for smshell - working except for db
Eliot Horowitz
2009-04-24
more spider monkey work and testing
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