Commit Graph

87 Commits

Author SHA1 Message Date
Eliot Horowitz
6b1d43b3b1 finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::more 2009-06-09 12:32:04 -04:00
Eliot Horowitz
00df88c21d moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()
added _more temporarily
SERVER-101
2009-06-09 11:43:04 -04:00
Eliot Horowitz
b6e455fd69 fix type() for Array 2009-06-08 10:54:08 -04:00
Eliot Horowitz
786ab44143 fix mem leak 2009-06-06 22:47:53 -04:00
Eliot Horowitz
d2bbdd7941 BinData for spider monkey SERVER-97 2009-06-05 09:54:35 -04:00
Eliot Horowitz
ac0cebb3d0 fix shell var SERVER-95 2009-06-04 12:22:26 -04:00
Eliot Horowitz
b2defb1b7e db ref for javascript and shell SERVER-46 2009-06-03 13:18:50 -04:00
Eliot Horowitz
64e3aab1e7 fixed a bug in sm gc not cleaning things up 2009-06-03 11:10:23 -04:00
Eliot Horowitz
5fbb421a82 fix gc issue with long running $where SERVER-86 2009-06-01 14:50:59 -04:00
Eliot Horowitz
d6811aaaad CodeWScope SERVER-80 2009-06-01 12:53:24 -04:00
Eliot Horowitz
3b8c1a8709 memory leak in sm SERVER-73 2009-05-28 17:07:40 -04:00
Eliot Horowitz
7f6c3e9ebe fix sm leak b/c of iterator api confusion - part of SERVER-73 2009-05-28 15:08:03 -04:00
Eliot Horowitz
e8a92a31f4 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-27 16:23:52 -04:00
Eliot Horowitz
d556557091 lowercase warning for buildbot MINOR 2009-05-27 16:23:33 -04:00
Aaron
3b2ecb5ff0 sm correctly read strings as utf8 even if JS_EncodeCharacters doesn't work as documented 2009-05-27 16:09:59 -04:00
Eliot Horowitz
11442277be print warning if spider monkey isn't compiled with utf8 support 2009-05-27 15:40:01 -04:00
Aaron
6eef769974 simple sm utf8 check 2009-05-27 15:20:09 -04:00
Aaron
f2920fa2a8 sm encoding checkpoint 2009-05-27 14:31:23 -04:00
Aaron
9b622e6fc1 merge 2009-05-26 17:54:15 -04:00
Aaron
0b9432e6b9 sm encoding checkpoint 2009-05-26 16:04:07 -04:00
Eliot Horowitz
b05f9dc659 gc() helper method and better sm gc protection 2009-05-26 15:36:41 -04:00
Eliot Horowitz
c0fef5d2ab don't translate sm -> bson if object hasn't been modified
SERVER-70
2009-05-26 14:43:20 -04:00
Eliot Horowitz
c7c3890079 fix GC issues with arrays being collected while being built
add gc() method to force spider monkey gc
SERVER-69
2009-05-26 12:05:29 -04:00
Eliot Horowitz
f9e648decb some asserts and safety stuff MINOR 2009-05-25 17:58:02 -04:00
Aaron
53ae7f47fe Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-22 14:42:08 -04:00
Aaron
b69171ef53 use larger buffer and specify size correctly 2009-05-22 14:41:22 -04:00
Eliot Horowitz
2eddff58bb conserver types when doing bson -> js -> bson as much as possible 2009-05-22 10:48:05 -04:00
Eliot Horowitz
ed74bbf25a more weird js syntax handling 2009-05-21 10:05:26 -04:00
Eliot Horowitz
e11f79c1f9 added [int] to BSONObj 2009-05-20 16:54:11 -04:00
Eliot Horowitz
0bcbdbc3ec some js safety stuff MINOR 2009-05-20 16:43:43 -04:00
Eliot Horowitz
7155f7aa55 handle broken eval scripts correctly 2009-05-20 15:47:48 -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
Eliot Horowitz
2db1e0ca72 Merge branch 'smshell'
Conflicts:
	jstests/count.js
	scripting/engine_spidermonkey.cpp
2009-05-15 13:10:55 -04:00
Eliot Horowitz
0516fad382 backwards compatibile js timestamp 2009-05-15 13:07:14 -04:00
Aaron
52cebee31b finish cleaning up externalSetup modes MINOR 2009-05-15 10:54:34 -04:00
Aaron
cb97e39f0f cleanup externalSetup modes MINOR 2009-05-15 10:48:14 -04:00
Eliot Horowitz
33e7a6538e Spider Monkey: more types - almost working 2009-05-15 08:31:11 -04:00
Aaron
04546333b6 spam MINOR 2009-05-14 18:18:16 -04:00
Aaron
df41c66bb4 fix join() now that done_ is set elsewhere MINOR 2009-05-14 18:12:58 -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
4236b9ca45 handle nulles better 2009-05-14 16:23:19 -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
Dwight
6e15b2b50d eliminate warnings with vc++ 2009-05-14 09:59:50 -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