Commit Graph

365 Commits

Author SHA1 Message Date
Dwight
2fb5ba7c31 fix decltype for windows for spidermonkey 2010-06-03 14:42:31 -04:00
Dwight
ac3a697075 log less 2010-06-02 16:45:16 -04:00
alerner
1798ea2d85 Pull all the code for defining and printing the version of executables to one place. 2010-05-28 12:08:36 -04:00
Eliot Horowitz
e1188a3c61 Merge branch 'master' of github.com:mongodb/mongo
Conflicts:
	scripting/engine_spidermonkey.cpp
2010-05-26 01:08:36 -04:00
Dwight Merriman
a190583c51 MutexDebugger 2010-05-26 00:46:49 -04:00
Eliot Horowitz
39f1354781 cout is bad 2010-05-26 00:32:39 -04:00
Dwight Merriman
9f3c0fcf09 cleaning 2010-05-25 21:11:38 -04:00
Dwight
c830be1477 log less during unit tests 2010-05-19 12:11:17 -04:00
Dwight Merriman
164095778e elim some 64 bit warnings etc. 2010-04-28 19:39:21 -04:00
Dwight Merriman
c8da89c5b6 minor warning elim 2010-04-28 17:39:09 -04:00
Eliot Horowitz
071f4015b4 handle utf8 errors better in js, try to convert to js error SERVER-1063 SERVER-1056 2010-04-28 15:04:22 -04:00
Eliot Horowitz
0a7fd9cc2b stdafx.h -> pch.h part 2 2010-04-27 15:33:27 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Mathias Stearn
4f4dd053aa Get rid of xassert 2010-04-23 20:14:37 -04:00
Eliot Horowitz
4caad722e7 newer xulrunner 2010-04-15 10:15:10 -04:00
Aaron
6d21546c9d make casting types consistent 2010-04-12 17:47:58 -07:00
Eliot Horowitz
48d2acc0de fix where on v8 SERVER-864 2010-04-08 15:26:12 -04:00
Eliot Horowitz
44237031b1 make return parsing smarter SERVER-864 2010-04-02 15:56:43 -04:00
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