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

417 Commits

Author SHA1 Message Date
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
dwight
f674d14f6e UUID() in the shell beginnings 2010-07-10 23:17:05 -04:00
dwight
5a543ad37c make BinData really sort of work in the mongo shell 2010-07-08 00:27:15 -04:00
dwight
85b901c703 bindata shell 2010-07-08 00:01:53 -04:00
dwight
2675f2f625 nonideal patch for shell bindata crash 2010-07-07 23:51:43 -04:00
dwight
0bff6372d2 bindata cleaning 2010-07-07 23:48:14 -04:00
Eliot Horowitz
f7288ef410 fix v8 cursor closing 2010-07-05 00:54:17 -04:00
Mathias Stearn
a57505d186 debugging 2010-07-02 15:46:54 -04:00
Eliot Horowitz
dd5dd04eb6 append for Code in scripting engine SERVER-1293 2010-06-24 21:35:06 -04:00
Aaron
e881754406 SERVER-776 clean precision checking 2010-06-22 22:30:52 -07:00
Aaron
05f319162b SERVER-776 win? 2010-06-22 20:44:22 -07:00
Aaron
0d42eb74d2 SERVER-776 win? 2010-06-22 19:39:16 -07:00
Aaron
1e61dd92e0 SERVER-776 NumberLong in v8 2010-06-22 19:18:07 -07:00
Aaron
bf36eebd4f SERVER-776 NumberLong in sm 2010-06-22 17:53:11 -07:00
dwight
0fe7ef64f0 shell admin 2010-06-12 17:49:54 -04:00
dwight
4bbfd22694 try to fix build 2010-06-11 08:48:18 -04:00
dwight
ec85177ba1 shell 2010-06-11 00:16:34 -04:00
Eliot Horowitz
3a155378c5 slightly better error reporting for load 2010-06-10 13:27:51 -04:00
Dwight
e6d615c1f4 log less 2010-06-10 12:41:53 -04:00
dwight
4c51a62b5b shell cleaning 2010-06-07 21:50:36 -04:00
Eliot Horowitz
944ab07449 Merge branch 'master' of github.com:mongodb/mongo 2010-06-07 17:28:32 -04:00