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

4805 Commits

Author SHA1 Message Date
Dwight
b5b18e4a71 comment 2009-12-23 12:00:04 -05:00
Aaron
791cc89fcc Merge branch 'master' of github.com:mongodb/mongo 2009-12-22 17:59:59 -08:00
Aaron
81cf93cf8a SERVER-470 fix some v8 locking issues 2009-12-22 17:56:57 -08:00
Aaron
980006020d SERVER-470 enhance basic test 2009-12-22 17:56:54 -08:00
Aaron
8435fd5526 SERVER-470 add fork test 2009-12-22 15:08:47 -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
Dwight
15535d0906 compile windows / vcproj 2009-12-22 16:42:49 -05:00
Aaron
f97a6f32d6 SERVER-470 begin basic parallel test 2009-12-22 13:07:36 -08:00
Dwight
09fa026665 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-22 15:22:54 -05:00
Dwight
62522b905b new killOp(opnumber) 2009-12-22 15:22:37 -05:00
Aaron
03eaaf92b0 Merge branch 'master' of github.com:mongodb/mongo 2009-12-22 12:04:59 -08:00
Aaron
770394a02d SERVER-446 implement gc() in v8 engine 2009-12-22 11:39:23 -08:00
Eliot Horowitz
8129b5d66b Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-22 14:16:58 -05:00
Eliot Horowitz
72282b1f8b better csv header line parsing 2009-12-22 14:16:48 -05: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
76275b5a6b SERVER-446 make type1.js work with v8 double/int scheme as well as sm 2009-12-22 10:12:30 -08:00
Aaron
39967b0609 SERVER-446 v8 support storefunc 2009-12-22 09:52:11 -08:00
Mathias Stearn
a871f11644 Thread pool 2009-12-22 12:15:52 -05:00
Mathias Stearn
507622d302 Non-blocking tryPut and tryTake 2009-12-22 12:13:58 -05:00
Mathias Stearn
6da4e77c1a use enum for MVar state 2009-12-22 12:13:58 -05:00
Eliot Horowitz
2c1085d3a7 better logging for repl problems 2009-12-22 10:00:47 -05: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
7c005a3fee SERVER-446 adjust test since v8 reorders numeric named fields 2009-12-21 16:09:47 -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
b5f9f43e1c Merge branch 'master' of github.com:mongodb/mongo 2009-12-21 14:46:01 -08:00
Aaron
48feb5237f SERVER-502 fix specification of native callback flags in sm 2009-12-21 14:45:53 -08:00
Dwight
69777ac3bc Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-21 17:43:20 -05:00
Dwight
0e1575bd36 $atomic option on remove()
see
http://www.mongodb.org/display/DOCS/Removing
2009-12-21 17:43:06 -05:00
Aaron
d26ff27f29 Merge branch 'master' of github.com:mongodb/mongo 2009-12-21 14:38:11 -08:00
Aaron
ad93048085 SERVER-446 v8 allow js client access to MaxKey and MinKey values 2009-12-21 14:37:23 -08:00
Eliot Horowitz
62a4aef8fd start work on bit operators SERVER-503
only ugly syntax works and not idempotent yet
2009-12-21 17:32:01 -05:00
Eliot Horowitz
a9ba76825e cleaning 2009-12-21 16:34:09 -05:00
Eliot Horowitz
65405649fc Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-21 15:57:08 -05:00
Eliot Horowitz
c32fbf2b0f some update c++ unit tests 2009-12-21 15:56:56 -05:00
Dwight
fb9834049b test extent reclamation 2009-12-21 15:13:39 -05:00
Eliot Horowitz
1efd9ea3b4 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-21 14:47:35 -05:00
Dwight
4f16eebd29 Merge branch 'master' of git@github.com:mongodb/mongo 2009-12-21 14:45:26 -05:00
Eliot Horowitz
fcda57d9de profiling notes 2009-12-21 14:45:18 -05:00
Dwight
75883ad1f2 rename class 2009-12-21 14:45:13 -05:00
Aaron
950e7e60cd Merge branch 'master' of github.com:mongodb/mongo 2009-12-21 11:34:08 -08:00