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

5268 Commits

Author SHA1 Message Date
Richard Kreuter
c81ca9783f Tweaks to rpm/mongo.spec, create a sysconfig file. MINOR 2010-01-29 16:42:38 -05:00
Richard Kreuter
009242886f Minor tweaks to RPM specfile. 2010-01-29 16:42:37 -05:00
Richard Kreuter
6278c079cf Add scons option to force static linking to some libraries. MINOR 2010-01-29 16:41:14 -05:00
Mathias Stearn
2cea986a73 Don't crash on JS exceptions on WIN32 Server-550 2010-01-29 15:11:00 -05:00
Dwight
5661edfcef Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-29 14:58:40 -05:00
Dwight
b8f779a2a2 shell should use the db's reIndex command 2010-01-29 14:58:10 -05:00
Mathias Stearn
cf92a4b67b only launch gdbserver if compiled with --gdbserver 2010-01-29 14:24:26 -05:00
Dwight
8f21c738c1 small cleanup 2010-01-29 14:12:02 -05:00
Eliot Horowitz
bf8d55b490 --distmod option 2010-01-29 10:43:02 -05:00
Eliot Horowitz
37f6d236ea fix counters 2010-01-29 09:39:53 -05:00
Eliot Horowitz
813f5d6f28 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-28 17:31:19 -05:00
Mathias Stearn
58e7807a9b size_t <-> int changes to fix win64 warnings 2010-01-28 17:33:33 -05:00
Eliot Horowitz
2c3e16caa3 isABSONObj for fast checking for Object/Array 2010-01-28 17:30:58 -05:00
Eliot Horowitz
0ed56f5b2b better error message 2010-01-28 17:03:33 -05:00
Mathias Stearn
5a43260f0c Filter out non-existent paths 2010-01-28 16:36:47 -05:00
Mathias Stearn
78a30eef7e Fix windows build 2010-01-28 16:22:17 -05:00
Mathias Stearn
4d780e974d fix compiler warnings (hopefully) 2010-01-28 15:27:35 -05:00
Eliot Horowitz
1862acd66b Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-28 15:13:36 -05:00
Eliot Horowitz
a65e789e1a final darwing fix MINOR 2010-01-28 15:16:22 -05:00
Eliot Horowitz
1864b5e78a cleaning something that wasn't used in years 2010-01-28 15:07:45 -05:00
Eliot Horowitz
51a99bbce0 dawrin MINOR 2010-01-28 15:06:02 -05:00
Eliot Horowitz
9c685ac75f Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-28 14:58:32 -05:00
Eliot Horowitz
4008f94cfc darwin compile MINOR 2010-01-28 14:58:23 -05:00
Mathias Stearn
cf09ddc3d6 Don't double-add ok and errmsg to cmd output SHARDING-76 2010-01-28 14:40:45 -05:00
Mathias Stearn
deb05df864 BSONObjBuilder::asTempObj() for peeking at state 2010-01-28 14:40:45 -05:00
Eliot Horowitz
62ab3d3261 win compile MINOR 2010-01-28 14:20:18 -05:00
Eliot Horowitz
51f4a0dfdb track a sample of btree accesses to see cache hit ratio 2010-01-28 14:14:47 -05:00
Eliot Horowitz
efe264364e add checking to see if a page is in memory to ProcessInfo 2010-01-28 14:14:33 -05:00
Dwight
af8d9e7071 compile vcproj 2010-01-28 13:44:47 -05:00
Dwight
62e40da7a0 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-28 13:42:04 -05:00
Dwight
03abb654fb eliminate findElement - use getField() instead 2010-01-28 13:41:51 -05:00
Eliot Horowitz
e730368296 Merge branch 'master' of git@github.com:mongodb/mongo 2010-01-28 12:22:06 -05:00
Eliot Horowitz
6df2f6c7e6 make hex_md5 work server side 2010-01-28 12:21:56 -05:00
Eliot Horowitz
367de29611 better assert 2010-01-28 11:52:02 -05:00
Richard Kreuter
91c38b48ec Don't save shell history if the line contains .auth. SERVER-581 2010-01-28 11:13:50 -05:00
Mathias Stearn
721a702f47 sharding: Don't use count() for stats() SHARDING-59 2010-01-27 21:53:23 -05:00
Mathias Stearn
8a52d0120f Sharded db.c.stats() SHARDING-59 2010-01-27 21:41:50 -05:00
Mathias Stearn
0048e481c5 db.c.insert() now generates and returns _id. SERVER-288 2010-01-27 15:52:28 -05:00
Mathias Stearn
f52bc8f43a tojson(undefined) shouldn't return "null" 2010-01-27 15:07:00 -05:00
Mathias Stearn
7302f4ac00 tools: add repl pair syntax to --help SERVER-561 2010-01-27 13:43:35 -05:00
Eliot Horowitz
cfe572adff fix some xurlunner versions 2010-01-27 11:25:57 -05:00
Richard Kreuter
a3d3ab96cf Merge branch 'master' of github.com:mongodb/mongo 2010-01-27 11:20:23 -05:00
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