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

227 Commits

Author SHA1 Message Date
Aaron
04546333b6 spam MINOR 2009-05-14 18:18:16 -04:00
Aaron
92d59dce2d Merge branch 'smshell' of git@github.com:mongodb/mongo into smshell 2009-05-14 18:13:12 -04:00
Aaron
df41c66bb4 fix join() now that done_ is set elsewhere MINOR 2009-05-14 18:12:58 -04:00
Eliot Horowitz
7030e2b584 Merge branch 'smshell' of git@github.com:mongodb/mongo into smshell 2009-05-14 17:37:48 -04:00
Eliot Horowitz
6a06a6cb3c print shell stuff 2009-05-14 17:37:21 -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
3247006c76 more tests passing, _id in front 2009-05-14 16:35:43 -04:00
Eliot Horowitz
2ada81b523 Merge branch 'smshell' of git@github.com:mongodb/mongo into smshell 2009-05-14 16:27:31 -04:00
Eliot Horowitz
4236b9ca45 handle nulles better 2009-05-14 16:23:19 -04:00
Aaron
ef72fd65a1 Merge branch 'smshell' of git@github.com:mongodb/mongo into smshell 2009-05-14 16:14:17 -04:00
Aaron
6eb15b9f38 fork fixes MINOR 2009-05-14 16:14:01 -04:00
Eliot Horowitz
4f8f716712 Merge branch 'smshell' of git@github.com:mongodb/mongo into smshell 2009-05-14 16:11:17 -04:00
Eliot Horowitz
60f76f524f sm regex -> bson 2009-05-14 16:11:01 -04:00
Aaron
285f0735f6 thread safe use of js contexts 2009-05-14 15:55:33 -04:00
Aaron
0edca05e15 port fork() to spidermonkey 2009-05-14 14:40:08 -04:00
Aaron
3e46a4507c save host in Mongo object 2009-05-14 13:18:37 -04:00
Eliot Horowitz
7cff395f2f handle sm->bson date 2009-05-14 10:57:06 -04:00
Dwight
6e15b2b50d eliminate warnings with vc++ 2009-05-14 09:59:50 -04:00
Eliot Horowitz
39e627ab61 smshell: query array access mode 2009-05-13 23:21:54 -04:00
Eliot Horowitz
67d9c8bbde smshell: more utils working, some other fixes 2009-05-13 23:15:59 -04:00
Eliot Horowitz
7ce30a5699 smshell: almost done 2009-05-13 17:53:41 -04:00
Eliot Horowitz
85ac757f2f resolver fix 2009-05-13 17:35:07 -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
33097e058d hack for windows link 2009-05-13 14:20:20 -04:00
Dwight
9d5bbc8090 fix up free() old defensive code 2009-05-13 11:42:48 -04:00
eliot
eb537e9f3d windows compile MINOR 2009-05-12 15:49:40 -04:00
yellow
70d64b0473 Spider Monkey: backwards compatability stuff 2009-05-11 13:10:26 -04:00
Eliot Horowitz
781f258799 Spider Monkey: writable objects 2009-05-10 09:24:54 -04:00
Eliot Horowitz
426bfdfe08 Spider Monkey: minor bson_*_class reord MINOR 2009-05-09 22:57:09 -04:00
Eliot Horowitz
11b301c8c3 v8 compile - MINOR 2009-05-09 22:18:32 -04:00
Eliot Horowitz
f175443ac4 Spider Monkey: bson object cleaning 2009-05-09 22:07:36 -04:00
Eliot Horowitz
0422e9a224 Spider Monkey: find field spec 2009-05-09 10:23:44 -04:00
Eliot Horowitz
d6f699c687 SpiderMonkey: arary out fix 2009-05-08 16:57:41 -04:00
Eliot Horowitz
5c96e81008 SpiderMonkey: scope init (CodeWScope) 2009-05-08 16:43:59 -04:00
Eliot Horowitz
d0470d437c Spider Monkey: ObjectId 2009-05-08 11:02:12 -04:00
Eliot Horowitz
26c4b0139f Spider Monkey: remove 2009-05-07 12:49:50 -04:00
Eliot Horowitz
ae3ce795b6 Spider Monkey: all jstests pass 2009-05-07 10:52:57 -04:00
Eliot Horowitz
6230f9576a Spider Monkey: bson array -> sm 2009-05-06 22:26:32 -04:00
Eliot Horowitz
7e634a51d4 Spider Monkey: more bson -> sm jni4 now works 2009-05-06 22:11:45 -04:00
Eliot Horowitz
1131d7d439 Spider Monkey: regex 2009-05-06 17:33:00 -04:00
Eliot Horowitz
c4c89013e6 Spider Monkey: insert, jni(1|2|3) work 2009-05-06 16:01:41 -04:00
Eliot Horowitz
8e0ff9805a Spider Monkey: udpate working, other db.eval things 2009-05-06 15:30:05 -04:00
Eliot Horowitz
7ebae06974 Spider Monkey: basic enumerator and conversion for BSONObj 2009-05-06 12:48:19 -04:00
Eliot Horowitz
1d90a0b561 Spider Monkey: don't need temprelease any more as DBDirectClient handles it for me MINOR 2009-05-06 11:59:12 -04:00
Eliot Horowitz
511f26f338 Spider Monkey: object mapping support 2009-05-06 11:53:39 -04:00
Eliot Horowitz
c83226a08e Spider Monkey: cursor working, find almost done - some refactoring 2009-05-06 11:00:22 -04:00
Eliot Horowitz
c9d8450389 Spider Monkey: framework mostly done now 2009-05-05 17:28:24 -04:00
Eliot Horowitz
77c36b8c37 Spider Monkey: cleaning interaction - now can make real progress 2009-05-05 16:12:36 -04:00
Eliot Horowitz
2cad033fc0 Spider Monkey: cleaning MINOR 2009-05-05 11:02:47 -04:00
Eliot Horowitz
7c16a1476d Spider Monkey: lots of work on property mangling 2009-05-05 10:43:54 -04:00
Aaron
2c2c2df901 fix compile warnings MINOR 2009-05-04 18:45:32 -04:00
Aaron
a4cbf3072f Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-04 17:37:26 -04:00
Aaron
57699cdd9c convert some shell functions to new js engine framework 2009-05-04 17:37:02 -04:00
Eliot Horowitz
1a739255bd Spider Monkey: closer to db integration 2009-05-04 16:49:05 -04:00
Aaron
187689b0cd stubbed v8 engine 2009-05-04 11:49:18 -04:00
Eliot Horowitz
21845dafb4 Spider Monkey: all js code initializes now 2009-05-03 22:40:36 -04:00
Eliot Horowitz
e175182229 Spider Monkey: db access work 2009-05-01 21:25:26 -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
6914eeb2c8 Spider Monkey: args for db.eval 2009-04-30 10:40:33 -04:00
Eliot Horowitz
161ac0f769 Spider Monkey: simple $where clauses working 2009-04-29 15:45:11 -04:00
Eliot Horowitz
b927e1bade Spider Monkey: setThis 2009-04-29 11:12:35 -04:00
Eliot Horowitz
6e3122086e Spider Monkey string support 2009-04-29 10:29:56 -04:00
Eliot Horowitz
7bde5793bd starting object conversion 2009-04-29 10:16:39 -04:00
Eliot Horowitz
1542f33dda Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-28 08:48:30 -04:00
Eliot Horowitz
3ca02da7e3 easier to compile on ubuntu 2009-04-28 08:47:56 -04:00
Eliot Horowitz
4fcbdf301e more spider monkey work and testing 2009-04-24 16:41:40 -04:00
Eliot Horowitz
8a5b5607e0 some spider monkey scope tests working 2009-04-23 23:52:47 -04:00
Eliot Horowitz
9c88c32b04 some test refactoring 2009-04-23 22:44:19 -04:00
Eliot Horowitz
7596bf2e98 cleaned up spider monkey defines MINOR 2009-04-23 22:28:11 -04:00
Eliot Horowitz
1a265e0fba messing around with spider monkey 2009-04-23 17:40:43 -04:00
Eliot Horowitz
2cd10ab9c2 cleaner way of turning off JNI at compile time 2009-04-23 16:51:51 -04:00
Eliot Horowitz
4c1b9f511a Merge branch 'master' of git@github.com:mongodb/mongo 2009-04-23 16:39:55 -04:00
Eliot Horowitz
c434bed746 Scripting: make args a paramter to invoke() rather than magic 2009-04-23 16:39:41 -04:00
Dwight
ed0065fff2 visual studio happy 2009-04-23 14:31:40 -04:00
Eliot Horowitz
1f696e2143 abstracted out ScriptEngine to allow for playing with other javascript engines 2009-04-23 14:28:22 -04:00