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

227 Commits

Author SHA1 Message Date
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
Eliot Horowitz
f93d2e5504 compat. with new versions of sm 2009-10-10 16:10:52 -04:00
Eliot Horowitz
96d0418d96 checkpoint for playing with v8 2009-10-10 01:30:00 -04:00
Dwight
ff54f16271 add Connection class
beginnings that is
2009-10-09 14:59:44 -04:00
Eliot Horowitz
445c662ffc cache functions 2009-10-09 11:32:41 -04:00
Eliot Horowitz
cc2c5c4911 add new style DBRef to js SERVER-243 2009-10-02 17:07:07 -04:00
Eliot Horowitz
eaf0c845bc renamed DBRef DBPointer SERVER-243 2009-10-02 16:38:20 -04:00
Eliot Horowitz
b302244b0a don't use assert b/c of windows 2009-09-30 10:08:58 -04:00
Eliot Horowitz
f579b72175 compilie solaris MINOR 2009-09-29 16:58:48 -04:00
Eliot Horowitz
ae3d49d718 allow you to store js functions in the server SERVER-157 2009-09-29 16:54:31 -04:00
Eliot Horowitz
40bf236107 changed order for older boost 2009-09-24 15:41:31 -04:00
Eliot Horowitz
7c3a470c0b local scope for large argument passing 2009-09-24 10:51:16 -04:00
Eliot Horowitz
356d71309c sm craziness 2009-09-23 17:16:32 -04:00
Dwight
20ce663892 adaptive replication sleep time
and log much cleaner for repl
2009-09-22 10:10:02 -04:00
Eliot Horowitz
dcbe8fbd95 handle js -> bson in 1 place 2009-09-21 15:54:41 -04:00
Eliot Horowitz
e0496df06d use mmap instead of read 2009-09-21 15:22:15 -04:00
Eliot Horowitz
bbc07f85ec don't allow db.eval on sharded collections SHARDING-27 2009-09-10 10:36:11 -04:00
Eliot Horowitz
fce76595ff slightly better next() at end handling SERVER-280 2009-09-04 11:05:06 -04:00
Eliot Horowitz
184870bf95 support JS_SetOperationCallback in sm 1.8.1 SERVER-167 2009-09-01 14:23:36 -04:00
Eliot Horowitz
cbf26c5b21 fix sm gc issue 2009-08-29 01:26:50 -04:00
Eliot Horowitz
3f1d5ad8d4 better error messages 2009-08-28 16:56:34 -04:00