summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* memory leak in sm SERVER-73Eliot Horowitz2009-05-281-1/+3
* fix sm leak b/c of iterator api confusion - part of SERVER-73Eliot Horowitz2009-05-281-1/+3
* compile with spider monkey 1.6 MINOREliot Horowitz2009-05-281-3/+14
* Windows:Dwight2009-05-281-4/+5
* make "new ObjectId()" and "ObjectId()" both work for backwards compatabilityEliot Horowitz2009-05-281-2/+7
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-271-2/+5
|\
| * sm correctly read strings as utf8 even if JS_EncodeCharacters doesn't work as...Aaron2009-05-271-2/+5
* | lowercase warning for buildbot MINOREliot Horowitz2009-05-271-1/+1
|/
* print warning if spider monkey isn't compiled with utf8 supportEliot Horowitz2009-05-271-1/+3
* simple sm utf8 checkAaron2009-05-272-0/+4
* sm encoding checkpointAaron2009-05-271-28/+10
* mergeAaron2009-05-263-20/+64
|\
| * gc() helper method and better sm gc protectionEliot Horowitz2009-05-262-3/+10
| * don't translate sm -> bson if object hasn't been modifiedEliot Horowitz2009-05-261-4/+17
| * fix GC issues with arrays being collected while being builtEliot Horowitz2009-05-261-4/+15
| * some asserts and safety stuff MINOREliot Horowitz2009-05-251-5/+13
| * tests and asserts MINOREliot Horowitz2009-05-232-7/+13
* | sm encoding checkpointAaron2009-05-261-6/+28
|/
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-221-6/+23
|\
| * conserver types when doing bson -> js -> bson as much as possibleEliot Horowitz2009-05-221-6/+23
* | use larger buffer and specify size correctlyAaron2009-05-221-2/+5
|/
* more weird js syntax handlingEliot Horowitz2009-05-211-1/+19
* added [int] to BSONObjEliot Horowitz2009-05-201-1/+1
* some js safety stuff MINOREliot Horowitz2009-05-201-1/+9
* handle broken eval scripts correctlyEliot Horowitz2009-05-201-6/+18
* Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 m...Aaron2009-05-193-14/+57
* reorder cursor / connection destructionAaron2009-05-191-3/+3
* use reference counted pointers for private connection and cursor objects to e...Aaron2009-05-181-23/+45
* fix assert macro definition after a boost include (ugly at the moment)Dwight2009-05-151-2/+0
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-154-135/+8
|\
| * get rid of fork()Aaron2009-05-154-138/+7
| * don't define JS_THREADSAFEAaron2009-05-152-1/+5
| * fix compile warnings MINORAaron2009-05-151-1/+1
* | remove vstudio warning MINOREliot Horowitz2009-05-151-1/+1
|/
* Merge branch 'smshell'Eliot Horowitz2009-05-155-30/+444
|\
| * backwards compatibile js timestampEliot Horowitz2009-05-152-3/+3
| * finish cleaning up externalSetup modes MINORAaron2009-05-153-3/+3
| * cleanup externalSetup modes MINORAaron2009-05-153-7/+5
| * Thread cleanup MINORAaron2009-05-151-3/+2
| * Spider Monkey: Timestamp, MaxKey, MinKey workingEliot Horowitz2009-05-151-2/+0
| * Spider Monkey: more types - almost workingEliot Horowitz2009-05-153-6/+72
| * spam MINORAaron2009-05-141-2/+0
| * Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellAaron2009-05-141-1/+4
| |\
| | * Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellEliot Horowitz2009-05-144-9/+14
| | |\
| | * | print shell stuffEliot Horowitz2009-05-141-1/+4
| * | | fix join() now that done_ is set elsewhere MINORAaron2009-05-142-2/+4
| | |/ | |/|
| * | don't exec jsconcatcode for forked contexts, not sure why this is a problemAaron2009-05-144-9/+14
| |/
| * more tests passing, _id in frontEliot Horowitz2009-05-141-0/+7
| * Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellEliot Horowitz2009-05-141-0/+2
| |\
| | * Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellAaron2009-05-141-1/+12
| | |\