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

9524 Commits

Author SHA1 Message Date
Eliot Horowitz
4910de3b19 justOne for v8 2010-08-23 12:48:21 -04:00
Dwight
1c85bd156e fix bugs with query yielding 162 2010-08-23 12:45:31 -04:00
Dwight
afa28ddd8a misc cleaning 2010-08-23 12:44:40 -04:00
Dwight
6f12a64f54 cleaning 2010-08-23 11:53:49 -04:00
Dwight
ee902a53ef Merge branch 'master' of github.com:mongodb/mongo 2010-08-23 11:45:39 -04:00
Dwight
857bd9b4dc more const 2010-08-23 11:45:32 -04:00
Justin Dearing
52163efb4d Made the special stdout parameter -, to be more in line with other apps, e.g. nmap. 2010-08-23 11:38:39 -04:00
Kristina Chodorow
9b8a7788ab update rs test 2010-08-23 11:38:39 -04:00
Dwight
22aa421d98 compile test vcxproj 2010-08-23 11:37:11 -04:00
Dwight
05d7807cea elim ambiguous call warning/error 2010-08-23 11:31:06 -04:00
dwight
4be061b5e3 const is safer 2010-08-23 11:27:47 -04:00
dwight
a2307fa518 clientcursor finish last commit 2010-08-23 11:25:12 -04:00
dwight
61e7998a22 clean up diags clientcursor after changes 2010-08-23 11:24:34 -04:00
dwight
c073cafa96 fix an old but serious bug with cursors 162 2010-08-23 11:12:35 -04:00
dwight
d368769ad1 future not using yet 2010-08-23 08:37:26 -04:00
Eliot Horowitz
88a2410091 major delete issue with multiple dbs 2010-08-23 01:25:17 -04:00
Eliot Horowitz
e92be658b1 Merge branch 'master' of github.com:mongodb/mongo 2010-08-22 18:05:14 -04:00
Eliot Horowitz
7911cdcab8 fix segfault on repl set slave before inited SERVER-1656 2010-08-22 18:04:42 -04:00
dwight
a856ac5445 fix one logLockless problem..but there are more! 2010-08-22 17:38:32 -04:00
dwight
dbfac915f2 Merge branch 'master' of github.com:mongodb/mongo 2010-08-22 17:24:00 -04:00
dwight
94a94ff14b rawOut more 2010-08-22 17:23:50 -04:00
dwight
183edd5552 more work btreedel test 2010-08-22 17:17:30 -04:00
dwight
414a062529 new test 2010-08-22 17:09:46 -04:00
Eliot Horowitz
7e229e2532 Merge branch 'master' of github.com:mongodb/mongo 2010-08-22 16:32:32 -04:00
Eliot Horowitz
e3ff8becf3 sanity check for possible corruption 2010-08-22 16:32:14 -04:00
dwight
0d2fd645e9 Merge branch 'master' of github.com:mongodb/mongo 2010-08-22 16:11:46 -04:00
dwight
763ab8f09f slow test so run at night 32bit.js 2010-08-22 16:11:38 -04:00
Eliot Horowitz
4c6cc21fa9 help for DBQuery.shellBatchSize SERVER-1655 2010-08-22 15:23:45 -04:00
Eliot Horowitz
5952475067 dos2unix 2010-08-22 15:21:07 -04:00
dwight
a0973cd10e dont heap allocate in rawOut function when avoidable 2010-08-22 13:54:03 -04:00
dwight
6fcacfcd2d Merge branch 'master' of github.com:mongodb/mongo 2010-08-22 12:42:49 -04:00
dwight
933735036b 32bit.js 2010-08-22 12:42:34 -04:00
dwight
db34126eb9 vcxproj fix 2010-08-22 10:35:12 -04:00
dwight
06bbde97dc vcxproj fix 2010-08-22 10:32:00 -04:00
dwight
13957e61fe make _DEBUG a little faster 2010-08-22 10:30:26 -04:00
Eliot Horowitz
dd86eeec65 fix test 2010-08-22 08:05:20 -04:00
Eliot Horowitz
fa8b9a8c73 shell support for justOne for removes SERVER-1653 2010-08-22 00:52:06 -04:00
Eliot Horowitz
6b9d67d4af new test for SERVER-1652 2010-08-21 21:32:14 -04:00
Eliot Horowitz
a2f53c7ec9 fix m/r sort SERVER-1652 2010-08-21 21:23:33 -04:00
Alberto Lerner
087a79e4be fix typo 2010-08-21 16:02:51 -04:00
Eliot Horowitz
1783eb7219 fix *nix compile 2010-08-21 12:00:21 -04:00
Justin Dearing
d504248032 Fixed windows build.
ntservice.cpp was being linked everywhere.
2010-08-21 23:53:30 +08:00
Alberto Lerner
48ac2df48f call_once has a fast path already 2010-08-20 19:52:39 -04:00
Justin Dearing
0f4039b4d2 Sharding options get their own category. 2010-08-20 18:40:53 -04:00
Eliot Horowitz
37ae0dbd3f Refactoring of Windows Service related code in preperation for SERVER-1589.
All ntservice related code moved from db.cpp to ntservices.cpp and cmdline.cpp. The code was also consolidated.

Conflicts:

	db/db.cpp
2010-08-20 18:40:44 -04:00
Eliot Horowitz
6e89794320 Merge branch 'master' of github.com:mongodb/mongo 2010-08-20 16:36:31 -04:00
Eliot Horowitz
53e07c3bf7 remove warning when advancing a cursor to the end 2010-08-20 16:36:19 -04:00
dwight
acd0cc1572 Merge branch 'master' of git@github.com:mongodb/mongo 2010-08-20 14:14:23 -04:00
dwight
8212b877f6 better error msg 2010-08-20 14:14:12 -04:00
Eliot Horowitz
c3a6d174f4 sayPiggyBack for replica set connection SERVER-1647 2010-08-20 14:12:14 -04:00