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

5224 Commits

Author SHA1 Message Date
Eliot Horowitz
4a4f9b1d6d Merge branch 'master' of github.com:mongodb/mongo 2010-01-26 21:05:20 -05:00
Eliot Horowitz
a449c2c367 dropIndex can take an object rather than key name SERVER-573 2010-01-26 21:04:36 -05:00
Mathias Stearn
922532f0a5 Fix bug in sharded MapReduce. SHARDING-68 2010-01-26 21:00:00 -05:00
Aaron
2fc5cd666f SERVER-258 current op should probably be read only authorized afterall 2010-01-26 17:35:30 -08:00
Aaron
6ba9f4c9bc SERVER-258 add authWriteOnly mode 2010-01-26 17:28:49 -08:00
Aaron
990092ce3d SERVER-258 add smokeAuth target 2010-01-26 17:05:28 -08:00
Aaron
dcce5e795e SERVER-258 add readOnly auth mode 2010-01-26 17:04:09 -08:00
Aaron
c11297df9a Merge branch 'master' of github.com:mongodb/mongo 2010-01-26 14:40:19 -08:00
Aaron
d0847c9912 SERVER-308 add support for --directoryperdb option 2010-01-26 14:40:06 -08:00
Eliot Horowitz
556c5a6d7d $addToSet mostly working SERVER-176 2010-01-26 17:29:06 -05:00
Aaron
a13d0b88c2 MINOR listFiles print problem dir 2010-01-26 12:46:07 -08:00
Aaron
9909d2959b MINOR remove unused test function 2010-01-26 12:38:26 -08:00
Aaron
ca42b6de8a MINOR dbadmin.js test doesn't fail when 'mem' not supported 2010-01-26 11:59:05 -08:00
Aaron
b151a6f5b1 SERVER-308 use flag, not field 2010-01-26 11:26:07 -08:00
Aaron
ec3731c75b SERVER-308 add directoryperdb option, remove dead code 2010-01-26 11:21:31 -08:00
Eliot Horowitz
1ed6940015 make addshard less strict SHARDING-75 2010-01-26 13:49:55 -05:00
Aaron
aa982f23f1 Merge branch 'master' of github.com:mongodb/mongo 2010-01-26 10:27:12 -08:00
Aaron
1666a6507e disable backtrace scan on freebsd 2010-01-26 10:22:25 -08:00
Aaron
21f1e8a067 MINOR safer temp buffer usage 2010-01-26 10:22:01 -08:00
Mathias Stearn
27c26e5fab Call Client::shutdown() in server shutdown cmd. SERVER-571 2010-01-26 13:09:46 -05:00
Eliot Horowitz
f7c9d0fc70 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-26 12:19:48 -05:00
Eliot Horowitz
10e1711a0e fix win warning MINOR 2010-01-26 12:19:40 -05:00
Dwight
c5d3208b68 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-26 12:19:25 -05:00
Dwight
60c2a79e9c don't use asio for mongos with win vcproj yet 2010-01-26 12:19:14 -05:00
Eliot Horowitz
77f1686f37 comments MINOR 2010-01-26 11:58:33 -05:00
Eliot Horowitz
47b67b74b4 fix $inc with doubles 2010-01-26 11:54:45 -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
Eliot Horowitz
81001819be better debugging for invalid objects 2010-01-26 10:03:30 -05:00
Eliot Horowitz
c4388ac021 test for SERVER-567 2010-01-25 23:48:52 -05:00
Eliot Horowitz
969f8dfeda fix some update issues 2010-01-25 23:26:42 -05:00
Mathias Stearn
8a31ed49aa Fix AtomicUInt for old GCC 2010-01-25 22:03:14 -05:00
Aaron
66f5cd1f73 SERVER-568 make sure initial writes complete before starting clone 2010-01-25 17:41:46 -08:00
Aaron
26dda502ba Merge branch 'master' of github.com:mongodb/mongo 2010-01-25 16:49:31 -08:00
Aaron
84e5a5d88b SERVER-560 fix race condition in preallocate.js test 2010-01-25 16:48:49 -08:00
Mathias Stearn
70b7968668 Pulling atomic functionality from WrappingInt to AtomicUInt. More atomic functions. 2010-01-25 19:33:10 -05:00
Aaron
e6f4d0dffd Merge branch 'master' of github.com:mongodb/mongo 2010-01-25 16:17:33 -08: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
8cfc0ef306 output large bindata types correctly 2010-01-25 15:45:29 -08:00
Eliot Horowitz
cfb1d26569 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-25 17:24:21 -05:00
Eliot Horowitz
0e7d5c6d01 refactor update so Mod and ModSet are re-usable. design is clean - still more cleaning to be done and some speed checking
single updates are 5% slower, multi-updates are 2.5x faster
2010-01-25 17:23:37 -05: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
Richard Kreuter
191c6b8712 Merge branch 'master' of github.com:mongodb/mongo 2010-01-25 16:27:09 -05:00
Mathias Stearn
4548ba59c9 mongos async: use StickyThreads. 2010-01-25 16:26:03 -05:00
Mathias Stearn
7eb1d29f1b mongos async: use two IO threads 2010-01-25 16:26:03 -05:00
Mathias Stearn
ab09697687 mongos async: cache remote port 2010-01-25 16:26:03 -05:00
Mathias Stearn
45886bc725 mongos: Call dbexit on SIGINT and SIGTERM.
Ensures profiler data gets written.
2010-01-25 16:26:03 -05:00
Richard Kreuter
ded287db0f Merge branch 'master' of github.com:mongodb/mongo 2010-01-25 16:25:55 -05:00
Eliot Horowitz
e4e7e35f8c Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-25 16:17:54 -05:00
Eliot Horowitz
b16a83769d another idempotence test 2010-01-25 16:17:44 -05:00