Aaron
|
1e85d9cacd
|
MINOR remove unnecessary 'using' directive
|
2010-01-20 17:17:36 -08:00 |
|
Aaron
|
22bea6840a
|
SERVER-357 use sized integer types explicitly
|
2010-01-20 17:13:15 -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 |
|
Dwight
|
0a3f5af2c3
|
fix vcproj; typo
|
2010-01-20 14:34:53 -05:00 |
|
Eliot Horowitz
|
2ff6749889
|
Quorum -> SyncClusterConnection
|
2010-01-19 17:36:01 -05:00 |
|
Eliot Horowitz
|
f8be8a7529
|
fix spidermonkey error handling SERVER-515
|
2010-01-14 23:57:07 -05:00 |
|
Aaron
|
5d67aa7014
|
MINOR use hidden value for native js thread object, avoids trouble when printing
|
2010-01-12 18:00:29 -08:00 |
|
Aaron
|
386a525c2f
|
SERVER-529 when js thread throws an exception, log and check return
|
2010-01-12 17:33:03 -08:00 |
|
Aaron
|
63df738650
|
SERVER-470 only install fork() in shell, not db internal js
|
2010-01-11 10:04:11 -08:00 |
|
Aaron
|
70a290f861
|
MINOR Fix compile breakage due to client option name change
|
2010-01-04 09:34:24 -08:00 |
|
Dwight
|
7d26553061
|
a little code cleanup / renameing
|
2010-01-03 16:37:38 -05:00 |
|
Aaron
|
54fd59f6e1
|
MINOR initialize callback
|
2009-12-29 20:23:33 -08:00 |
|
Aaron
|
3b84e7162e
|
SERVER-470 MINOR don't need persistent handles for copied function arguments
|
2009-12-29 19:26:54 -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
|
978582f803
|
SERVER-470 MINOR Refactor shell scope init code
|
2009-12-29 17:38:29 -08:00 |
|
Aaron
|
aece98652e
|
SERVER-470 allow shell threads to be run in fresh scopes
|
2009-12-29 17:29:24 -08:00 |
|
Aaron
|
75c7995a2a
|
MINOR cleanup
|
2009-12-29 11:46:57 -08:00 |
|
Aaron
|
f0e2ccae3d
|
MINOR merge and add exception codes
|
2009-12-29 11:32:09 -08:00 |
|
Aaron
|
453aa1977e
|
SERVER-446 MINOR refactor usage of v8 raii objects
|
2009-12-29 11:13:08 -08:00 |
|
Aaron
|
91362b9e35
|
SERVER-446 use v8's raii objects correctly per documentation
|
2009-12-29 11:04:00 -08:00 |
|
dwight
|
6f4bfb2e14
|
Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
SConstruct
db/dbinfo.h
|
2009-12-29 13:45:46 -05:00 |
|
dwight
|
24e2542d95
|
remove dbinfo.h/cpp
|
2009-12-29 13:42:45 -05:00 |
|
Mathias Stearn
|
959fc2c674
|
mongo shell can now take a directory and run all *.js files in it
|
2009-12-28 19:00:33 -05:00 |
|
Eliot Horowitz
|
fa8961c3e8
|
Exception classess need codes too SERVER-112
|
2009-12-28 17:06:07 -05:00 |
|
Eliot Horowitz
|
0ab8149a8e
|
uassert/massert take error code SERVER-112
|
2009-12-28 16:43:43 -05:00 |
|
Eliot Horowitz
|
503473112d
|
when loading js files, only get read access
|
2009-12-23 15:28:53 -05:00 |
|
Aaron
|
81cf93cf8a
|
SERVER-470 fix some v8 locking issues
|
2009-12-22 17:56:57 -08:00 |
|
Aaron
|
d70db47d96
|
SERVER-470 unlock v8 appropriately so can do work in parallel
|
2009-12-22 15:08:17 -08:00 |
|
Aaron
|
7dcfe01698
|
SERVER-470 added fork()/Thread() to v8 engine-
|
2009-12-22 14:32:45 -08:00 |
|
Aaron
|
770394a02d
|
SERVER-446 implement gc() in v8 engine
|
2009-12-22 11:39:23 -08:00 |
|
Aaron
|
556a554205
|
SERVER-446 clean up whitespace when creating js function in v8 engine
|
2009-12-22 10:47:03 -08:00 |
|
Aaron
|
80bd8d169d
|
SERVER-446 support multi update mode v8
|
2009-12-22 10:19:48 -08:00 |
|
Aaron
|
39967b0609
|
SERVER-446 v8 support storefunc
|
2009-12-22 09:52:11 -08:00 |
|
Aaron
|
6c7cc48dcd
|
SERVER-446 implement new Object.bsonsize( x ) syntax in sm engine
|
2009-12-21 20:58:55 -08:00 |
|
Aaron
|
643ec0261b
|
SERVER-446 implement bsonsize() in v8
|
2009-12-21 20:40:04 -08:00 |
|
Aaron
|
793dfc134b
|
SERVER-446 save hostname in mongo object
|
2009-12-21 20:27:09 -08:00 |
|
Aaron
|
44d85e4713
|
MINOR sm don't store array in auto_ptr
|
2009-12-21 19:56:41 -08:00 |
|
Aaron
|
0e045e2fe1
|
SERVER-446 use generic object id validation in v8 engine ObjectId constructor
|
2009-12-21 19:49:51 -08:00 |
|
Aaron
|
bbcc6c1d0c
|
SERVER-446 extract object id string validation to general engine layer
|
2009-12-21 17:03:12 -08:00 |
|
Aaron
|
de9e185d3d
|
SERVER-446 v8 handles NumberLong type
|
2009-12-21 16:48:52 -08:00 |
|
Aaron
|
5d9f70180b
|
SERVER-446 populate 'args' object on v8 invoke
|
2009-12-21 16:00:57 -08:00 |
|
Aaron
|
1477e29e2b
|
MINOR don't store array in auto_ptr
|
2009-12-21 15:36:00 -08:00 |
|
Aaron
|
ad86985670
|
SERVER-446 v8 don't drop undefined elements
|
2009-12-21 15:25:28 -08:00 |
|
Aaron
|
48feb5237f
|
SERVER-502 fix specification of native callback flags in sm
|
2009-12-21 14:45:53 -08:00 |
|
Aaron
|
ad93048085
|
SERVER-446 v8 allow js client access to MaxKey and MinKey values
|
2009-12-21 14:37:23 -08:00 |
|
Aaron
|
81b7e051b2
|
SERVER-446 js implementation of keySet()
|
2009-12-21 11:21:25 -08:00 |
|
Aaron
|
455bf0c049
|
SERVER-446 use js BinData type from v8 engine
|
2009-12-21 09:55:20 -08:00 |
|
Aaron
|
c3ea73736f
|
SERVER-446 v8 don't attempt to convert c++ backed 'external' objects to BSON
|
2009-12-16 17:47:32 -08:00 |
|
Aaron
|
4cf6964975
|
SERVER-446 fix v8 type() bug involving type hierarchy
|
2009-12-16 17:33:30 -08:00 |
|
Aaron
|
72f5a9db9c
|
MINOR formatting
|
2009-12-16 16:57:12 -08:00 |
|
Aaron
|
643ad02d77
|
SERVER-446 add DBPointer to v8
|
2009-12-16 16:50:36 -08:00 |
|
Aaron
|
2e5ca7d391
|
Merge branch 'master' of github.com:mongodb/mongo
|
2009-12-16 14:49:58 -08:00 |
|
Aaron
|
78a9e77c33
|
SERVER-446 don't attempt to write protect arrays in v8
|
2009-12-16 14:49:22 -08:00 |
|
Eliot Horowitz
|
edfe77b6ef
|
quorom connection (for sharding config) checkpoint
|
2009-12-16 16:26:49 -05:00 |
|
Aaron
|
385bb32641
|
SERVER-446 v8 support bindata round trip
|
2009-12-16 11:42:46 -08:00 |
|
Aaron
|
df01c097d6
|
SERVER-446 implement old style dbref support in v8
|
2009-12-16 11:14:48 -08:00 |
|
Aaron
|
25b56fbba9
|
SERVER-446 support conversion of Code, CodeWScope to v8 function
|
2009-12-16 10:36:17 -08:00 |
|
Aaron
|
b9ddc3e9ef
|
SERVER-446 v8 round trip array support
|
2009-12-16 09:31:56 -08:00 |
|
Aaron
|
bec620a87a
|
SERVER-446 simple int/double differentiation
|
2009-12-15 17:40:53 -08:00 |
|
Aaron
|
ebdb8282a2
|
SERVER-446 Implemented special db types round trip support for v8
|
2009-12-15 16:54:39 -08:00 |
|
Aaron
|
98fc9169e4
|
MINOR cleanup
|
2009-12-15 15:54:07 -08:00 |
|
Aaron
|
8add9a17b9
|
SERVER-446 implement readOnly mode in v8 engine
|
2009-12-15 15:52:41 -08:00 |
|
Mathias Stearn
|
f64ec0964a
|
Silence warnings
|
2009-12-09 15:02:42 -05:00 |
|
Mathias Stearn
|
dcf3a10eea
|
Start using Date_t. Can anyone think of a better name?
|
2009-12-09 12:00:17 -05:00 |
|
Eliot Horowitz
|
415cb5e867
|
remove include
|
2009-12-04 09:53:05 -05:00 |
|
Eliot Horowitz
|
2aec9ea61d
|
moving towards direct access from DBDirectClient rather than through message layer
not finished
|
2009-12-04 01:25:50 -05:00 |
|
Eliot Horowitz
|
9c2f1a1bd1
|
don't allow db access on $where SERVER-454
|
2009-12-03 17:41:45 -05:00 |
|
Eliot Horowitz
|
843f365571
|
make some js stuff use table scan helper
|
2009-12-03 17:24:22 -05:00 |
|
Eliot Horowitz
|
47a01f2bfe
|
better debugging
|
2009-11-30 15:10:23 -05:00 |
|
metagoto
|
705ec48cd9
|
add DBRef support to v8 engine (not DBPointer)
|
2009-11-24 11:41:50 +08:00 |
|
metagoto
|
3c71fb2ef9
|
fix for V8 TryCatch change
|
2009-11-24 11:41:49 +08:00 |
|
Eliot Horowitz
|
893346a0ac
|
Merge branch 'master' of github.com:mongodb/mongo
|
2009-11-22 22:05:59 -05:00 |
|
Eliot Horowitz
|
7eb8fab97d
|
added bsonsize to bson objects in js
|
2009-11-22 22:05:46 -05:00 |
|
metagoto
|
8397915d8f
|
add load() to v8 engine
|
2009-11-23 09:35:15 +08:00 |
|
Eliot Horowitz
|
045a22df7a
|
better m/r error handling and reporting
|
2009-11-13 11:08:42 -05:00 |
|
Eliot Horowitz
|
8af511ef9b
|
handle comments at the beginning of code SERVER-398
|
2009-11-10 13:40:21 -05:00 |
|
Eliot Horowitz
|
01c85879b1
|
some simple optimiziations
|
2009-11-04 14:48:36 -05:00 |
|
Eliot Horowitz
|
ef6bc68882
|
handle numeric types better
|
2009-10-27 16:23:07 -04:00 |
|
Mathias Stearn
|
d27c8505ea
|
all client files now marked as Apache 2.0. SERVER-329.
|
2009-10-27 15:59:37 -04:00 |
|
Eliot Horowitz
|
6475aeecfb
|
remove wrong assertion SERVER-386
|
2009-10-25 20:35:33 -04:00 |
|
Eliot Horowitz
|
1bc6fff4e6
|
shell multi-update option and test SERVER-268
|
2009-10-22 09:43:31 -04:00 |
|
Eliot Horowitz
|
9e8b811472
|
write ops in js should not have a return
|
2009-10-21 16:40:45 -04:00 |
|
Eliot Horowitz
|
17568a92c4
|
slight mr speedup across the board and v8 wrapper work
|
2009-10-21 11:40:43 -04:00 |
|
Eliot Horowitz
|
1e1df0e434
|
fix assert
|
2009-10-20 17:31:52 -04:00 |
|
Eliot Horowitz
|
e48db1f60a
|
replace cerr with cout for all server files
|
2009-10-16 11:39:59 -04:00 |
|
Dwight
|
5696d65d83
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-10-15 16:47:48 -04:00 |
|
Dwight
|
f152047f19
|
fix assert to use ours and thus make unit test pass
|
2009-10-15 16:47:35 -04:00 |
|
Eliot Horowitz
|
7636df40d7
|
compiler with xulrunner-1.9.0 - SERVER-359
|
2009-10-15 16:07:14 -04:00 |
|
Eliot Horowitz
|
a3dc8e28a8
|
v8 works for map/reduce now
|
2009-10-15 11:27:02 -04:00 |
|
Eliot Horowitz
|
9355cc739e
|
v8: some more stuff working, checkpoint
|
2009-10-13 16:12:43 -04:00 |
|
Eliot Horowitz
|
feabc14657
|
v8: some cleaning
|
2009-10-13 11:11:55 -04:00 |
|
Eliot Horowitz
|
f7553c7835
|
v8: more refactoring, basic shell working
|
2009-10-13 10:48:38 -04:00 |
|
Eliot Horowitz
|
fe88b06959
|
v8: refactoring checkpoint
|
2009-10-13 10:12:44 -04:00 |
|
Eliot Horowitz
|
1410fa1b75
|
v8: more tests pass
|
2009-10-12 11:30:43 -04:00 |
|
Eliot Horowitz
|
6c10cf4d98
|
fix return for simple expr.
|
2009-10-12 11:25:49 -04:00 |
|
Eliot Horowitz
|
bd840cf7b0
|
more v8 work
|
2009-10-12 11:22:30 -04:00 |
|
Eliot Horowitz
|
77fb45335a
|
v8 invoke works now
|
2009-10-11 18:15:12 -04:00 |
|
Eliot Horowitz
|
6f30be62d4
|
exec checkpoint
|
2009-10-10 22:24:08 -04:00 |
|
Eliot Horowitz
|
d667638de0
|
change sm order
|
2009-10-10 16:52:46 -04:00 |
|