0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

347 Commits

Author SHA1 Message Date
Eliot Horowitz
9387e8b604 fix recursive toObject in sm SERVER-846 2010-03-30 00:03:41 -04:00
Eliot Horowitz
612763233b need to lock around sm gc() SERVER-817 2010-03-23 14:59:02 -04:00
Eliot Horowitz
8c484cdce8 better sm asserts 2010-03-23 14:51:36 -04:00
Eliot Horowitz
1e6780f844 can use sharding with SyncClusterConnection for 2 phase commit across 3 servers SHARDING-39 2010-03-22 11:47:37 -04:00
Eliot Horowitz
92dca86601 some abstractions in prep for SHARDING-39 2010-03-22 09:51:06 -04:00
Mathias Stearn
e3731a1ed6 Mismatched new[] and delete 2010-03-18 18:06:40 -04:00
Eliot Horowitz
ca5d99d53a replica pair and SCC support for v8 shell 2010-03-16 22:14:00 -04:00
Aaron
c971842a55 Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.

Conflicts:

	db/instance.h
2010-03-15 09:42:01 -07:00
Eliot Horowitz
8b8bd9a34c fix v8 _id 2010-03-13 13:41:31 -05:00
Eliot Horowitz
22f1dc6204 fix shell _id moving SERVER-438 2010-03-12 15:19:33 -05:00
Aaron
eb7cde3e75 Revert "SERVER-695 don't destroy static global mutexes"
This reverts commit 714ec2fdc8.
2010-03-10 00:39:26 -08:00
Aaron
714ec2fdc8 SERVER-695 don't destroy static global mutexes 2010-03-09 23:59:10 -08:00
Aaron
0065a65eaf SERVER-705 make v8 timestamp fields consistent with sm, using number instead of date type 2010-03-08 19:57:06 -08:00
Aaron
29933435e6 SERVER-705 make v8 timestamp fields consistent with sm 2010-03-08 19:51:05 -08:00
Dwight
dc54b5b6e0 elim warning on windows 2010-03-01 17:55:44 -05:00
Aaron
3112a2d0ec SERVER-677 better double/long long conversion check 2010-03-01 10:45:54 -08:00
Aaron
ee47bb3c12 SERVER-677 number long floatApprox v8 2010-03-01 10:36:40 -08:00
Aaron
89f3e6d65b SERVER-677 add floatApprox sm 2010-03-01 09:26:35 -08:00
Eliot Horowitz
c7bc4b3d96 v8 fix 2010-02-27 12:14:12 -05:00
Eliot Horowitz
05d67e6ac4 batch size for v8 2010-02-27 11:27:37 -05:00
Eliot Horowitz
dd19206172 batchSize option for js and c++ 2010-02-27 11:16:26 -05:00
Eliot Horowitz
d819733c32 spam 2010-02-24 21:17:39 -05:00
Aaron
cd1dfe32b0 Revert "Revert "SERVER-305 record uri on connect""
This reverts commit 149248b4eb.
2010-02-22 12:08:54 -08:00
Aaron
149248b4eb Revert "SERVER-305 record uri on connect"
This reverts commit ae80a66ff8.
2010-02-22 11:40:47 -08:00
Aaron
ae80a66ff8 SERVER-305 record uri on connect 2010-02-22 10:32:55 -08:00
Aaron
1d97a69eae SERVER-612 fix v8 issue 2010-02-17 13:42:16 -08:00
Aaron
081795ed75 SERVER-612 informal dbref v8 2010-02-17 12:42:24 -08:00
Aaron
0ffefe9bc0 SERVER-612 informal dbref for sm 2010-02-17 11:59:35 -08:00
Richard Kreuter
b96e4b2976 Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
Eliot Horowitz
df9e034ad3 add _id to system. collections if they are legal client namespaces 2010-02-07 02:04:19 -05:00
Eliot Horowitz
4afc973c3e attempt to fix weird index issue 2010-02-07 01:58:31 -05:00
Eliot Horowitz
6c6d40a375 moving some globals into a common file 2010-02-07 01:38:54 -05:00
Eliot Horowitz
efc3bd2a93 handle read-only lock case 2010-02-07 01:28:36 -05:00
Eliot Horowitz
1342db6674 clean up scope from things removed from system.js SERVER-602 2010-02-07 01:10:12 -05:00
Eliot Horowitz
656cd3a9f4 make sure have _id index on system.js SERVER-609 2010-02-07 00:49:47 -05:00
Aaron
56c790cb76 SERVER-446 fix v8 regex conversion 2010-02-01 15:59:01 -08:00
Aaron
ad8292a9f7 SERVER-446 make v8 undefined/null conversion same as sm 2010-02-01 15:53:34 -08:00
Mathias Stearn
2cea986a73 Don't crash on JS exceptions on WIN32 Server-550 2010-01-29 15:11:00 -05:00
Dwight
af8d9e7071 compile vcproj 2010-01-28 13:44:47 -05:00
Eliot Horowitz
6df2f6c7e6 make hex_md5 work server side 2010-01-28 12:21:56 -05:00
Dwight
60c2a79e9c don't use asio for mongos with win vcproj yet 2010-01-26 12:19:14 -05:00
Eliot Horowitz
c86eda25ac fix: m/r emit error gets spidermonkey into bad state SERVER-570 2010-01-26 10:42:28 -05:00
Aaron
6a53bfcd3e SERVER-256 BinData construction and base64 string rep in v8 shell 2010-01-25 16:11:39 -08:00
Aaron
826cd391e0 SERVER-256 allow BinData construction in sm shell 2010-01-25 15:45:53 -08:00
Aaron
769029d7c8 SERVER-256 fix BinData byte alignment issue and add base64 representation to toString() output 2010-01-25 14:07:02 -08:00
Aaron
39e349743a SERVER-512 MINOR looks like scope cache not used in shell, and releasing mutex is causing problems on server 2010-01-25 11:39:28 -08:00
Aaron
1664c3da4f SERVER-512 prevent ugly boost assert on shell shutdown 2010-01-25 10:27:21 -08:00
Aaron
a85db023f9 SERVER-357 NumberLong converts to number (double) implicitly when doing operations 2010-01-25 10:06:06 -08:00
Aaron
6a78423e5d SERVER-357 use consistent bit depth when converting between ints and floats 2010-01-20 18:40:19 -08:00
Aaron
d44586f265 SERVER-357 specify boost namespace explicitly 2010-01-20 18:12:38 -08:00