summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* change Map to use Map.get Map.put Map[] won't workEliot Horowitz2009-06-081-0/+44
* fix type() for ArrayEliot Horowitz2009-06-081-1/+6
* fix mem leakEliot Horowitz2009-06-061-0/+2
* try to fix windows compileEliot Horowitz2009-06-051-1/+1
* BinData for spider monkey SERVER-97Eliot Horowitz2009-06-053-4/+43
* typo MINOREliot Horowitz2009-06-041-1/+1
* ubuntu sm hack MINOREliot Horowitz2009-06-042-1/+3
* fix shell var SERVER-95Eliot Horowitz2009-06-041-0/+1
* db ref for javascript and shell SERVER-46Eliot Horowitz2009-06-033-3/+68
* fixed a bug in sm gc not cleaning things upEliot Horowitz2009-06-031-5/+31
* better error handling for invalid objcet ids SERVER-88Eliot Horowitz2009-06-021-1/+18
* fix gc issue with long running $where SERVER-86Eliot Horowitz2009-06-011-1/+9
* spider monkey 1.6 compile MINOREliot Horowitz2009-06-012-2/+14
* CodeWScope SERVER-80Eliot Horowitz2009-06-011-3/+13
* fix dates in spider monkey SERVER-83Eliot Horowitz2009-06-012-9/+6
* hack for ubuntu's weird js versionEliot Horowitz2009-05-291-0/+2
* 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
|/