Commit Graph

1832 Commits

Author SHA1 Message Date
dwight
2470913c70 change to NullStream 2009-09-03 13:11:30 -04:00
dwight
82f397f133 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-03 12:52:26 -04:00
dwight
59cf927de3 minor reorder and comment 2009-09-03 12:52:08 -04:00
Eliot Horowitz
11b7f5c53b better debugging MINOR 2009-09-03 10:34:31 -04:00
Eliot Horowitz
644df81d21 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-01 17:29:39 -04:00
Eliot Horowitz
e8d20f47ac count of missing namespace returns 0 2009-09-01 17:28:15 -04:00
Dwight
7172529835 some help for commands 2009-09-01 16:23:56 -04:00
Dwight
777c1883c3 Merge branch 'master' of git@github.com:mongodb/mongo 2009-09-01 16:03:41 -04:00
Dwight
10fc695870 small help text change 2009-09-01 16:03:23 -04:00
Eliot Horowitz
3ee681be36 more name changes in sharding 2009-09-01 12:17:41 -04:00
Eliot Horowitz
72d68a4ffd --fork : option run mongod as a daemon 2009-08-31 15:38:43 -04:00
Eliot Horowitz
d4b7c8a525 --logpath and --logappend 2009-08-31 11:22:40 -04:00
Eliot Horowitz
46cbb8a6b2 some sm safety 2009-08-28 16:35:09 -04:00
Eliot Horowitz
e061b7d9da Merge branch 'master' of github.com:mongodb/mongo 2009-08-28 15:48:43 -04:00
Eliot Horowitz
28d6d73b8b Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-28 15:48:29 -04:00
Eliot Horowitz
e7b6dab203 log(1) cursor kill instead of log(2) 2009-08-28 15:48:10 -04:00
Eliot Horowitz
c44ce8fd42 Merge branch 'master' of github.com:mongodb/mongo 2009-08-28 15:36:21 -04:00
Eliot Horowitz
13a01a4b48 cleaning 2009-08-28 15:36:12 -04:00
unknown
0e69584eeb compile windows db.sln 2009-08-28 15:18:15 -04:00
Eliot Horowitz
e277dffe54 remove c depends 2009-08-28 11:57:09 -04:00
Eliot Horowitz
af2d29ca30 validate() says invalid if more than 20 files SERVER-269 2009-08-28 10:17:04 -04:00
Dwight
58fa03169f Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-27 15:26:48 -04:00
Dwight
2226f3292b very minor text / comments 2009-08-27 15:26:29 -04:00
Eliot Horowitz
08fcfcb34c use canonicalType in a couple more places - make symbol test work 2009-08-27 10:19:58 -04:00
Eliot Horowitz
157df4a2cc fallout from Symbol change 2009-08-27 10:09:55 -04:00
Eliot Horowitz
da81fa2fcc symbol indexing fixes 2009-08-27 09:41:21 -04:00
Eliot Horowitz
4e28481574 make unique index check trueValue rather than bool 2009-08-26 10:22:33 -04:00
Eliot Horowitz
0dd45e1251 make trueValue() return false for EOO 2009-08-26 10:22:23 -04:00
Eliot Horowitz
99b20a0b6b $pop 2009-08-25 18:07:30 -04:00
Dwight
6a8b0363d9 cleanup 2009-08-25 16:14:55 -04:00
Dwight
f42a88c9a9 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-25 14:35:38 -04:00
Dwight
879e7b153e more CmdLine object 2009-08-25 14:35:22 -04:00
Eliot Horowitz
5501d7c3ba make max for Timestamp better 2009-08-25 12:24:36 -04:00
Eliot Horowitz
76bf7fb38e spam MINOR 2009-08-25 11:09:20 -04:00
Eliot Horowitz
f5d28ebb1b fix numeric sort order when comparing non numeric types 2009-08-25 10:52:17 -04:00
Eliot Horowitz
0a95fb0e7f Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-25 10:30:55 -04:00
Eliot Horowitz
a93d9e392c testorder 2009-08-25 10:30:35 -04:00
Dwight
2706a28123 begin cmdline.h 2009-08-25 10:24:44 -04:00
Eliot Horowitz
07b2685b46 unit test for numbers 2009-08-24 23:37:12 -04:00
Dwight
06851a4fe9 Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-24 16:43:50 -04:00
Dwight
6c4a830e21 alloc() bug fix 2009-08-24 16:43:33 -04:00
Eliot Horowitz
9328ab884e put number of bits in buildinfo 2009-08-24 16:35:20 -04:00
Eliot Horowitz
1f08223ab7 make shell use group cmd by default (can use groupeval if you want)
fix group where no key specified
2009-08-24 11:59:00 -04:00
Dwight
bedc9f2ceb Merge branch 'master' of git@github.com:mongodb/mongo 2009-08-24 11:43:11 -04:00
Dwight
f67e06ba64 improve help for group()

2009-08-24 11:42:15 -04:00
Eliot Horowitz
1681f080f0 better error message for reduce failure MINOR 2009-08-24 11:07:44 -04:00
Eliot Horowitz
93382dd24e fix case where there is a large object early in a collection that is bigger than an early sized extent 2009-08-21 17:17:20 -04:00
Eliot Horowitz
4be8bfc805 log(1) new extents 2009-08-21 17:05:29 -04:00
Eliot Horowitz
a9dc788da1 put capped info into stats 2009-08-21 17:05:19 -04:00
Eliot Horowitz
33ac3c31c3 fix mod eq 0 2009-08-21 15:17:58 -04:00