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

437 Commits

Author SHA1 Message Date
Eliot Horowitz
4e51d779c6 fix comment parsing in v8 2010-11-29 01:50:57 -05:00
Eliot Horowitz
2016fe2e3d better error message on bad encoding 2010-11-28 03:35:44 -05:00
dwight
f6a923ca3f show repl state in shell prompt. needs more work 2010-11-23 04:16:04 -05:00
Eliot Horowitz
99647ebeb0 fix comments in embedded code SERVER-2121 2010-11-22 00:53:00 -05:00
Eliot Horowitz
1bdc2ebc3c working on SERVER-2121 2010-11-20 16:37:33 -05:00
Tony Hannan
c77a4e5930 SERVER-1902: Make Assertion failure JS_EncodeCharacters more verbose in log 2010-10-13 10:14:37 -04:00
Aaron
e593c1fe4c SERVER-1841 don't allow client js to catch timeout/interrupt 2010-10-06 00:33:09 -07:00
Aaron
92a5d51100 SERVER-1840 make eval function construction logic in v8 more consistent with sm 2010-10-04 14:44:42 -07:00
Eliot Horowitz
b0185b2c68 newline 2010-09-23 20:28:25 -04:00
Aaron
d2249cdf68 SERVER-387 enable interrupts for v8 2010-09-23 15:42:24 -07:00
dwight
24746abcc2 better name 2010-09-16 09:43:26 -04:00
Aaron
8c82a9c5c6 SERVER-387 support killop with db.eval 2010-09-14 17:01:01 -07:00
Eliot Horowitz
3db3cb13dc simple js benchmakring harness 2010-09-14 18:53:21 -04:00
Aaron
e47687bd03 SERVER-1762 clean up v8 mutex usage somewhat 2010-09-13 14:23:13 -07:00
Aaron
9221b81acb SERVER-1762 don't call loadStored() with v8 mutex 2010-09-08 23:31:17 -07:00
Aaron
e1d0a0fec2 compile 2010-09-07 22:51:43 -07:00
Aaron
e53c867908 SERVER-1749 guard all v8 function callbacks 2010-09-07 21:32:46 -07:00
Eliot Horowitz
296ddbb6b8 fix Object.bsonsize with null param SERVER-1753 2010-09-07 23:02:23 -04:00
Aaron
8d11f130ed SERVER-1749 catch exception in get next callback 2010-09-07 16:46:08 -07:00
Eliot Horowitz
b416e09061 Scope::rename and ability to block db access prep for SERVER-1715 2010-09-01 01:32:35 -04:00
Eliot Horowitz
9d93038c8e make roundtripping of NumberLong work and add another test 2010-08-29 00:37:20 -04:00
Wojciech Piekutowski
b42dd5c67e NumberLong shell output changed to NumberLong(111111111111) or NumberLong(11111) (when absolute value < 2^30) SERVER-1659
Signed-off-by: Eliot Horowitz <eliot@10gen.com>
2010-08-29 00:27:59 -04:00
Eliot Horowitz
449fbabe26 have to copy BinData in sm in case BSONObj is temp SERVER-1694 2010-08-27 15:00:25 -04:00
Eliot Horowitz
ccdb5dd86d some debugging for parallel tests 2010-08-25 21:59:32 -04:00
Eliot Horowitz
32a30aa221 use smuassert instead of uassert SERVER-1661 2010-08-23 13:36:49 -04:00
Eliot Horowitz
4910de3b19 justOne for v8 2010-08-23 12:48:21 -04:00
Eliot Horowitz
fa8b9a8c73 shell support for justOne for removes SERVER-1653 2010-08-22 00:52:06 -04:00
Alberto Lerner
7a7cc4adfa SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -04:00
Eliot Horowitz
c862acf33d lower log verbosity when timing out cursors with $where 2010-08-18 10:24:10 -04:00
Eliot Horowitz
39d0346def clean up cursor exception handling 2010-08-18 10:23:56 -04:00
dwight
480205ff38 elim warnings windows 2010-08-11 23:05:50 -04:00
Mathias Stearn
26677a17a4 actual typo fix 2010-08-11 20:23:28 -04:00
Mathias Stearn
3fcfa3ba16 ignore first line if starts with shebang SERVER-1536 2010-08-11 19:38:13 -04:00
Mathias Stearn
39cfee21a3 plug leak in Scope::execFile 2010-08-11 19:38:13 -04:00
Mathias Stearn
e8e772181a Use one string per JS file.
mongo_vstudio.cpp in next push
2010-08-10 14:44:10 -04:00
Mathias Stearn
06cb7f821f use StringData for hardcoded JS files 2010-08-10 14:44:10 -04:00
Dwight
08eaec0599 check for null return from query() 2010-08-02 14:44:53 -04:00
Eliot Horowitz
b9702d2b76 more v8 fixing 2010-08-01 03:47:53 -04:00
Eliot Horowitz
e722328b99 update v8 BinData test 2010-08-01 03:00:23 -04:00
Eliot Horowitz
5b35e31bc6 try to fix v8 compile 2010-08-01 02:40:57 -04:00
Eliot Horowitz
272755d255 cal back fix 2010-07-30 16:04:54 -04:00
Eliot Horowitz
12aa34d0fa centralize connection url parsing SERVER-1319 2010-07-30 11:20:33 -04:00
Eliot Horowitz
6ef1fe833d system.js deadlock fix 2010-07-28 13:42:23 -04:00
Eliot Horowitz
5d7a159f5a make Object.bsonsize work for regular js object SERVER-1477 2010-07-25 12:08:56 -04:00
Eliot Horowitz
4e4a4959a8 some log cleaning 2010-07-25 11:51:34 -04:00
Eliot Horowitz
672a947cf5 spam SERVER-1478 2010-07-25 11:51:23 -04:00
Alberto Lerner
7929f98f43 Fix V8 build 2010-07-22 18:09:38 -04:00
Alberto Lerner
f9c5b67d11 SERVER-1278 Expose cursor buffer remains to js testing 2010-07-22 13:48:43 -04:00
Alberto Lerner
5227b6777f SERVER-1270 Elim c_str() /scripting 2010-07-20 12:42:07 -04:00
dwight
9b157bfd85 minor shell later 2010-07-12 12:00:55 -04:00