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

4503 Commits

Author SHA1 Message Date
Dwight
77e5ed58d6 we are always static with pcre 2009-11-30 17:44:14 -05:00
Dwight
25bb636eb4 some initial visual studio 2010 support 2009-11-30 12:09:39 -05:00
Dwight
5c2c7efdfd Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-30 11:19:01 -05:00
Dwight
7c5992dbea fix shutdownServer in shell to show returend error msg 2009-11-30 11:18:41 -05:00
Eliot Horowitz
d7280381df some threadsafety on memory mapped file static methods 2009-11-30 10:52:02 -05:00
Eliot Horowitz
57b0c56f52 ensure newline at and of buildinfo.cpp 2009-11-30 10:42:50 -05:00
Eliot Horowitz
76ff6851af fix warning 2009-11-30 10:35:54 -05:00
Eliot Horowitz
aaf901fe6e BSONObj::isValid makes sure objects are less than 8mb 2009-11-30 10:01:59 -05:00
Eliot Horowitz
c919b7feec init fix 2009-11-28 17:43:33 -05:00
Eliot Horowitz
e0dff0748a mongoimport take --headerline for csv,tsv SERVER-444 2009-11-28 17:29:23 -05:00
dwight
05d5719b1f add warning 2009-11-28 16:31:57 -05:00
dwight
62987fc3d7 icompile old boost 2009-11-28 15:49:16 -05:00
dwight
1624ff1eb0 remove commented line was for testing 2009-11-28 14:10:39 -05:00
dwight
0eb196a2da bug fix 2009-11-28 14:08:31 -05:00
dwight
e65fba32c2 temp until we finish some code do not assert 2009-11-28 14:05:24 -05:00
dwight
b85efc8064 concurrency work 2009-11-28 13:57:30 -05:00
dwight
fb974ef4dd Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-28 11:50:49 -05:00
dwight
8a26ff4f8d checkpoitn a little sync work 2009-11-28 11:50:46 -05:00
Eliot Horowitz
2e23773bf9 fix csv parsing with escaped fields SERVER-441 2009-11-28 11:19:51 -05:00
Eliot Horowitz
b609747023 only have default value in 1 place 2009-11-28 10:41:14 -05:00
dwight
fbda5ee9bf compile vstudio 2009-11-28 10:25:45 -05:00
Eliot Horowitz
415f5e7fa8 more error handling 2009-11-27 23:30:31 -05:00
Eliot Horowitz
11804c717c comment 2009-11-27 22:28:56 -05:00
Eliot Horowitz
2420ed1d05 Merge branch 'master' of github.com:mongodb/mongo 2009-11-27 22:28:22 -05:00
Eliot Horowitz
c44bff08fd durability: added occasinal file sync
default: sync every 60 seconds, confiruable with syncdelay
SERVER-442
2009-11-27 22:27:04 -05:00
dwight
5d1e53387f Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-27 16:41:15 -05:00
dwight
20d4e01e46 minor concurrency prep tweaking 2009-11-27 16:40:58 -05:00
Eliot Horowitz
715b80c430 linux compile 2009-11-25 22:46:01 -05:00
dwight
779f12d653 extraneous log msg 2009-11-25 15:54:58 -05:00
dwight
50abaa7936 Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-25 15:49:16 -05:00
Eliot Horowitz
7024b54491 make jstOID a simple type and fix field filter and findOne 2009-11-25 14:51:40 -05:00
Eliot Horowitz
e8193c5df2 forgot a test 2009-11-25 14:35:30 -05:00
Eliot Horowitz
7538327283 Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-25 13:28:48 -05:00
Eliot Horowitz
3b724c73ad use Helpers::findById for simpel _id lookups 2009-11-25 12:41:13 -05:00
Mike Dirolf
066f600082 minor: don't put mms in options 2009-11-25 10:14:08 -05:00
Eliot Horowitz
eed27626b8 some btree helpers and test 2009-11-25 10:09:59 -05:00
Mathias Stearn
09bd20c7a6 fail early with compound shard keys 2009-11-24 23:09:44 -05:00
dwight
6ef4bd7aa6 bug fix with OID generation on OS X (init order problem) 2009-11-24 18:09:20 -05:00
Eliot Horowitz
0fb7289f3a refactoring/cleaning of drop/dropDatabase/removeshard 2009-11-24 17:28:57 -05:00
Eliot Horowitz
314d24240c cleaning 2009-11-24 15:42:52 -05:00
Eliot Horowitz
a46dbe3dae getShardVersion in mongos - diagnostic tools 2009-11-24 15:24:41 -05:00
Eliot Horowitz
7bb0b670e6 fix error message 2009-11-24 13:56:41 -05:00
Eliot Horowitz
0f5848f398 better message debugging 2009-11-24 13:55:46 -05:00
Eliot Horowitz
d51dce22b3 fix SockAddr::toString 2009-11-24 13:38:57 -05:00
Eliot Horowitz
8f1aea304a bad git commit 2009-11-24 13:21:38 -05:00
Eliot Horowitz
de1b595ddf Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-24 13:08:41 -05:00
Eliot Horowitz
0254bf6cf0 google profiler 2009-11-24 13:08:36 -05:00
Eliot Horowitz
1cdd8e8764 silly extraneous toString 2009-11-24 13:08:26 -05:00
Mike Dirolf
76469ff66f minor: test case for compound sort including failing test case for compound sort involving _id 2009-11-24 12:01:32 -05:00
Mathias Stearn
bb1475d24d add boost version to sysinfo 2009-11-24 11:13:13 -05:00