0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

43 Commits

Author SHA1 Message Date
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
48d2acc0de fix where on v8 SERVER-864 2010-04-08 15:26:12 -04:00
Aaron
cd1dfe32b0 Revert "Revert "SERVER-305 record uri on connect""
This reverts commit 149248b4eb.
2010-02-22 12:08:54 -08:00
Aaron
149248b4eb Revert "SERVER-305 record uri on connect"
This reverts commit ae80a66ff8.
2010-02-22 11:40:47 -08:00
Aaron
ae80a66ff8 SERVER-305 record uri on connect 2010-02-22 10:32:55 -08:00
Eliot Horowitz
1342db6674 clean up scope from things removed from system.js SERVER-602 2010-02-07 01:10:12 -05:00
Eliot Horowitz
6df2f6c7e6 make hex_md5 work server side 2010-01-28 12:21:56 -05:00
Aaron
8573d53da7 SERVER-470 MINOR abstract shell init functionality so v8_utils need not link with shell 2009-12-29 18:27:49 -08:00
Eliot Horowitz
fa8961c3e8 Exception classess need codes too SERVER-112 2009-12-28 17:06:07 -05:00
Aaron
81cf93cf8a SERVER-470 fix some v8 locking issues 2009-12-22 17:56:57 -08:00
Aaron
d70db47d96 SERVER-470 unlock v8 appropriately so can do work in parallel 2009-12-22 15:08:17 -08:00
Aaron
bbcc6c1d0c SERVER-446 extract object id string validation to general engine layer 2009-12-21 17:03:12 -08:00
Eliot Horowitz
045a22df7a better m/r error handling and reporting 2009-11-13 11:08:42 -05:00
Eliot Horowitz
ef6bc68882 handle numeric types better 2009-10-27 16:23:07 -04:00
Mathias Stearn
d27c8505ea all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
Eliot Horowitz
feabc14657 v8: some cleaning 2009-10-13 11:11:55 -04:00
Eliot Horowitz
445c662ffc cache functions 2009-10-09 11:32:41 -04:00
Eliot Horowitz
b302244b0a don't use assert b/c of windows 2009-09-30 10:08:58 -04:00
Eliot Horowitz
ae3d49d718 allow you to store js functions in the server SERVER-157 2009-09-29 16:54:31 -04:00
Eliot Horowitz
dcbe8fbd95 handle js -> bson in 1 place 2009-09-21 15:54:41 -04:00
Eliot Horowitz
e0496df06d use mmap instead of read 2009-09-21 15:22:15 -04:00
Eliot Horowitz
9ce02334be couple of small optimizations 2009-08-19 11:49:21 -04:00
Eliot Horowitz
b5bb4b2af9 better sm locking 2009-08-12 10:51:31 -04:00
Eliot Horowitz
c9ad39db79 caching js context, also THREADSAFE mangling 2009-08-05 13:14:06 -04:00
Aaron
6eef769974 simple sm utf8 check 2009-05-27 15:20:09 -04:00
Eliot Horowitz
b05f9dc659 gc() helper method and better sm gc protection 2009-05-26 15:36:41 -04:00
Eliot Horowitz
833991e131 tests and asserts MINOR 2009-05-23 21:10:37 -04:00
Aaron
f9c896224b Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 minutes for db.eval 2009-05-19 16:13:24 -04:00
Aaron
d1b49ff9bd get rid of fork() 2009-05-15 16:32:31 -04:00
Aaron
cb97e39f0f cleanup externalSetup modes MINOR 2009-05-15 10:48:14 -04:00
Aaron
df9fe97f79 don't exec jsconcatcode for forked contexts, not sure why this is a problem 2009-05-14 17:32:07 -04:00
Eliot Horowitz
67d9c8bbde smshell: more utils working, some other fixes 2009-05-13 23:15:59 -04:00
Eliot Horowitz
4bf96beb17 Spider Monkey Shell: another checkpoint 2009-05-13 17:27:45 -04:00
Eliot Horowitz
18c01987a2 checkpoint for smshell - working except for db 2009-05-13 17:00:02 -04:00
Eliot Horowitz
f175443ac4 Spider Monkey: bson object cleaning 2009-05-09 22:07:36 -04:00
Eliot Horowitz
d0470d437c Spider Monkey: ObjectId 2009-05-08 11:02:12 -04:00
Eliot Horowitz
7c16a1476d Spider Monkey: lots of work on property mangling 2009-05-05 10:43:54 -04:00
Aaron
57699cdd9c convert some shell functions to new js engine framework 2009-05-04 17:37:02 -04:00
Eliot Horowitz
871476dbb5 better javascript error reporting 2009-05-01 14:34:44 -04:00
Eliot Horowitz
e366fb43ac Spider Monkey: abstracting away db.eval connection 2009-04-30 10:51:54 -04:00
Eliot Horowitz
4fcbdf301e more spider monkey work and testing 2009-04-24 16:41:40 -04:00
Eliot Horowitz
c434bed746 Scripting: make args a paramter to invoke() rather than magic 2009-04-23 16:39:41 -04:00
Eliot Horowitz
1f696e2143 abstracted out ScriptEngine to allow for playing with other javascript engines 2009-04-23 14:28:22 -04:00