0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

67 Commits

Author SHA1 Message Date
Aaron
769029d7c8 SERVER-256 fix BinData byte alignment issue and add base64 representation to toString() output 2010-01-25 14:07:02 -08:00
Aaron
fb093990ac SREVER-357 NumberLong support in v8 engine 2010-01-20 16:21:19 -08:00
Aaron
b147ccf752 SERVER-357 NumberLong class for sm 2010-01-20 15:02:46 -08:00
Aaron
8573d53da7 SERVER-470 MINOR abstract shell init functionality so v8_utils need not link with shell 2009-12-29 18:27:49 -08:00
Aaron
91362b9e35 SERVER-446 use v8's raii objects correctly per documentation 2009-12-29 11:04:00 -08:00
Aaron
499cb647b6 SERVER-446 MINOR enhance BinData round trip test to check data strings containing null bytes 2009-12-21 09:57:04 -08:00
Aaron
15971b9ad9 SERVER-446 test that BinData js object is being used 2009-12-16 18:37:31 -08:00
Aaron
643ad02d77 SERVER-446 add DBPointer to v8 2009-12-16 16:50:36 -08:00
Aaron
78a9e77c33 SERVER-446 don't attempt to write protect arrays in v8 2009-12-16 14:49:22 -08:00
Aaron
7c13d80f1c MINOR comments 2009-12-16 10:37:29 -08:00
Aaron
b9ddc3e9ef SERVER-446 v8 round trip array support 2009-12-16 09:31:56 -08:00
Aaron
df1867b3a7 MINOR array js round trip test 2009-12-15 18:03:29 -08:00
Aaron
bec620a87a SERVER-446 simple int/double differentiation 2009-12-15 17:40:53 -08:00
Aaron
8add9a17b9 SERVER-446 implement readOnly mode in v8 engine 2009-12-15 15:52:41 -08:00
Aaron
a6e2b4a605 MINOR enhanced read only js tests 2009-12-15 11:22:19 -08:00
Eliot Horowitz
1777f1d93b some tests for v8 compat. 2009-10-11 21:35:39 -04:00
Eliot Horowitz
708ca2b8fb add a js test 2009-10-10 22:41:21 -04:00
Eliot Horowitz
96d0418d96 checkpoint for playing with v8 2009-10-10 01:30:00 -04:00
Dwight
04515195f8 fix compile windows 2009-09-30 15:23:56 -04:00
unknown
7153023470 win pre-compild headers 2009-09-30 14:32:17 -04:00
Eliot Horowitz
b302244b0a don't use assert b/c of windows 2009-09-30 10:08:58 -04:00
Eliot Horowitz
34e48aaf5d new unit test framework 2009-09-17 17:23:38 -04:00
Eliot Horowitz
bc7a53daf4 make warning show up in buildbot if triggered MINOR 2009-06-30 13:46:12 -04:00
Eliot Horowitz
7c8f6d5b1c add var test that already worked MINOR 2009-06-11 20:15:01 -04:00
Eliot Horowitz
d2bbdd7941 BinData for spider monkey SERVER-97 2009-06-05 09:54:35 -04:00
Eliot Horowitz
b2defb1b7e db ref for javascript and shell SERVER-46 2009-06-03 13:18:50 -04:00
Eliot Horowitz
d6811aaaad CodeWScope SERVER-80 2009-06-01 12:53:24 -04:00
Eliot Horowitz
e2120ef09f solaris compile MINOR 2009-05-27 17:40:20 -04:00
Aaron
5c51afc737 correctly escape backslashes in test MINOR 2009-05-27 17:32:22 -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
Aaron
5d113ff1d0 test cleanup MINOR 2009-05-27 15:43:26 -04:00
Aaron
e7da7d51cb add utf8 round trip test MINOR 2009-05-27 15:40:57 -04:00
Aaron
6eef769974 simple sm utf8 check 2009-05-27 15:20:09 -04:00
Aaron
6ba27c1133 remove js encoding test MINOR 2009-05-27 14:50:41 -04:00
Aaron
f2920fa2a8 sm encoding checkpoint 2009-05-27 14:31:23 -04:00
Aaron
9333c5e06f sm encoding checkpoint 2009-05-26 18:33:25 -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
c0fef5d2ab don't translate sm -> bson if object hasn't been modified
SERVER-70
2009-05-26 14:43:20 -04:00
Eliot Horowitz
833991e131 tests and asserts MINOR 2009-05-23 21:10:37 -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
Aaron
3c9ffd3e34 fix compile warnings MINOR 2009-05-15 13:32:31 -04:00
Eliot Horowitz
7b0777cb01 Spider Monkey: Timestamp, MaxKey, MinKey working 2009-05-15 09:19:13 -04:00
Eliot Horowitz
33e7a6538e Spider Monkey: more types - almost working 2009-05-15 08:31:11 -04:00
Eliot Horowitz
088f487c2a only strings for $where 2009-05-14 16:50:14 -04:00
Eliot Horowitz
60f76f524f sm regex -> bson 2009-05-14 16:11:01 -04:00
Eliot Horowitz
a27d79d7a7 some regex tests, 1 broken out commented out 2009-05-14 15:48:53 -04:00
Eliot Horowitz
4e781fbf5e test for date 2009-05-14 15:34:14 -04:00
Aaron
b7182b610a reset shared database after each test suite MINOR 2009-05-12 16:37:23 -04:00