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

165 Commits

Author SHA1 Message Date
Eliot Horowitz
79fcbfa97a implement paired connection support in shell SERVER-171 2009-08-10 14:00:18 -04:00
Eliot Horowitz
a22b8abeee better debugging for invalid utf-8 in sm 2009-08-07 16:55:51 -04:00
Eliot Horowitz
3578c9a207 little more debugging for next new type MINOR 2009-08-06 11:54:09 -04:00
Eliot Horowitz
1aaef4311c unknow regex flag warning, not assert 2009-08-06 11:25:15 -04:00
Eliot Horowitz
488086994c inShutdown() method so spider monkey can shutdown cleanly 2009-08-05 17:15:04 -04:00
Eliot Horowitz
79be4b64a3 clean up dbexit with an ExitCode enum SERVER-183 2009-08-05 16:00:27 -04:00
Eliot Horowitz
7d335e715c fix shell 2009-08-05 14:10:36 -04:00
Eliot Horowitz
a3475be9de fix sun compile 2009-08-05 13:39:01 -04:00
Eliot Horowitz
c34247cd96 more sm locking 2009-08-05 13:34:54 -04:00
Eliot Horowitz
b1793eae5b some sm internal locking 2009-08-05 13:30:55 -04:00
Eliot Horowitz
d223c26df9 get rid of JS_THREADSAFE checks 2009-08-05 13:24:53 -04:00
Eliot Horowitz
c9ad39db79 caching js context, also THREADSAFE mangling 2009-08-05 13:14:06 -04:00
Eliot Horowitz
d0ed87f6a8 NumberLong in spider monkey 2009-08-04 12:07:09 -04:00
Eliot Horowitz
8be85b3e48 fix gratuitous slowness in Map (for group) SERVER-189 2009-07-29 14:20:40 -04:00
Eliot Horowitz
c662c71c50 fix for win64 and boost 2009-07-27 14:02:32 -04:00
yellow
de9d456c35 linux boost fix MINOR 2009-07-24 11:10:35 -04:00
Eliot Horowitz
168dcf7632 sm18 checkpoint 2009-07-24 08:26:35 -04:00
Eliot Horowitz
767d576ca4 fix npe in fix 2009-07-23 18:58:32 -04:00
Eliot Horowitz
a4a3d19ce1 temp fix for sub object mods 2009-07-23 17:37:52 -04:00
Eliot Horowitz
529784d10d fix object -> bson when adding fields 2009-07-23 16:47:52 -04:00
Eliot Horowitz
294f9e4873 make sure db doesn't crash with weird db.eval returns SERVER-159 2009-07-15 11:41:23 -04:00
Eliot Horowitz
252c621fc3 better error check, and clean shutdownServer message SERVER-152 2009-07-13 16:32:17 -04:00
Eliot Horowitz
8db5cbbea8 fix null,date returns from db.eval SERVER-151 2009-07-13 12:49:29 -04:00
Eliot Horowitz
ad841f9c4a fix issue when deleting fields from JS SERVER-139 2009-07-09 12:09:30 -04:00
Mike Dirolf
2671b91d48 strip leading whitespace from code before adding return 2009-06-19 15:48:32 -04:00
Mike Dirolf
eb95a15752 whitespace 2009-06-19 15:46:53 -04:00
Eliot Horowitz
a4a895e1f0 fix shell printing 2009-06-11 20:27:07 -04:00
Eliot Horowitz
6d12b8bc22 set VAROBJFIX even though its on by default MINOR 2009-06-11 20:13:33 -04:00
Eliot Horowitz
4e4dd60185 add "this" as a LocalRoot SERVER-102 2009-06-09 15:17:50 -04:00
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
d5122c9b90 change Map to use Map.get Map.put Map[] won't work
more tests for group
2009-06-08 10:54:55 -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
e5126fee80 try to fix windows compile 2009-06-05 10:34:50 -04:00
Eliot Horowitz
d2bbdd7941 BinData for spider monkey SERVER-97 2009-06-05 09:54:35 -04:00
Eliot Horowitz
e9d5faa697 typo MINOR 2009-06-04 17:10:21 -04:00
Eliot Horowitz
531425968d ubuntu sm hack MINOR 2009-06-04 17:04:30 -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
f53f855347 better error handling for invalid objcet ids SERVER-88 2009-06-02 08:31:07 -04:00
Eliot Horowitz
5fbb421a82 fix gc issue with long running $where SERVER-86 2009-06-01 14:50:59 -04:00
Eliot Horowitz
e3a3919baa spider monkey 1.6 compile MINOR 2009-06-01 12:59:07 -04:00
Eliot Horowitz
d6811aaaad CodeWScope SERVER-80 2009-06-01 12:53:24 -04:00
Eliot Horowitz
4a534aedd1 fix dates in spider monkey SERVER-83 2009-06-01 11:34:11 -04:00
Eliot Horowitz
3cb12e98e7 hack for ubuntu's weird js version 2009-05-29 16:26:59 -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
583a6ab627 compile with spider monkey 1.6 MINOR 2009-05-28 13:54:47 -04:00