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

2903 Commits

Author SHA1 Message Date
Aaron
fc428a8885 compile solaris MINOR 2009-05-20 15:11:45 -04:00
Aaron
c5ffd65fb2 mongobridge close client ports on kill 2009-05-20 14:16:14 -04:00
Aaron
3b2ae5b7fb close mongobridge's listener socket when program killed 2009-05-20 14:07:10 -04:00
Aaron
1f6b10d7b3 specify loopback interface when getting port 2009-05-20 14:06:39 -04:00
Aaron
a0a9411bc3 also expect port arg for mongobridge 2009-05-20 13:39:46 -04:00
Aaron
04a735fe26 debugging MINOR 2009-05-20 13:09:54 -04:00
Aaron
333dbae272 adjust help formatting MINOR 2009-05-20 12:19:33 -04:00
Aaron
919bdb31ce add tool tests where db data files are accessed directly 2009-05-20 12:16:25 -04:00
Aaron
3aa95556bd better message when root missing MINOR 2009-05-20 12:15:41 -04:00
Aaron
11ae38a6ff use file allocator to allow writes in Tools MINOR 2009-05-20 12:15:26 -04:00
Aaron
85c396b10c Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-20 11:39:22 -04:00
Aaron
da7a9b3f71 make tools capable of running standalone, without a mongod instance 2009-05-20 11:39:12 -04:00
Aaron
226885b97c add smokeTool to smokeAll MINOR 2009-05-20 11:33:19 -04:00
Aaron
b403a0c0f3 add smokeTool 2009-05-20 11:29:40 -04:00
Aaron
04d6ddd42b handle more non-server programs 2009-05-20 11:29:21 -04:00
Aaron
6516e72042 add option to output to file 2009-05-20 11:28:55 -04:00
Aaron
1d091ef8b3 fix compiler warning MINOR 2009-05-20 10:55:03 -04:00
Aaron
f80d887a78 BUG SERVER-58 fix embedded array matching 2009-05-20 10:54:23 -04:00
Aaron
b8c6d85506 more robust maintenance of mod ids set in repl code 2009-05-19 17:30:11 -04:00
Aaron
f9c896224b Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 minutes for db.eval 2009-05-19 16:13:24 -04:00
Aaron
e3a697fbbf make 'dummySmokeSideEffect' a side effect of startMongod so that when someone runs scons startMongod <smokeTest> the two targets won't be built in parallel 2009-05-19 14:02:14 -04:00
Aaron
6173983255 adjust timeouts MINOR 2009-05-19 13:43:32 -04:00
Aaron
56629ccaad Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-19 13:11:22 -04:00
Aaron
46227a1f42 audit allocated ports to make sure there are no duplicates MINOR 2009-05-19 13:10:56 -04:00
Eliot Horowitz
a97bf7dd78 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-19 11:54:40 -04:00
Eliot Horowitz
3a75b466c8 fix shell commands 2009-05-19 11:54:30 -04:00
Aaron
f61b2c0799 do checkLocation before testing refLoc in clientcursor, to remove warning message 2009-05-19 11:48:56 -04:00
Aaron
c19bc9f686 reorder cursor / connection destruction 2009-05-19 11:03:30 -04:00
Eliot Horowitz
c1df2f1a5f Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-19 10:55:34 -04:00
Eliot Horowitz
cd9419b12e Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-19 10:55:20 -04:00
Aaron
206a330b50 remove outdated 'mongod <arg>' style tests, add mongod msg test to smokeClient 2009-05-19 10:55:13 -04:00
Eliot Horowitz
c60cf5c1c8 cleaning index accessor methods 2009-05-19 10:54:06 -04:00
Aaron
b039c1f219 add reads/writes to dbtop 2009-05-18 18:17:27 -04:00
Aaron
65afb6db81 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-18 17:20:02 -04:00
Aaron
afb9b89908 use reference counted pointers for private connection and cursor objects to enforce deletion order 2009-05-18 17:19:40 -04:00
Aaron
2117aef610 add convertToCapped command 2009-05-18 16:25:17 -04:00
Aaron
46275dbed5 support renaming capped collection 2009-05-18 16:03:10 -04:00
Aaron
4dc76cb9f6 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-18 14:46:51 -04:00
Aaron
6c0692a900 tool log 'connected' message to stderr 2009-05-18 14:45:37 -04:00
Aaron
9602cce53b add test for expiration of indexed or cursor referenced objects in capped collection 2009-05-18 13:59:22 -04:00
Aaron
e57cb387c4 add cloneCollectionAsCapped command 2009-05-18 13:25:30 -04:00
Aaron
b773d2c965 autoIndexId defaults to false when creating a capped collection 2009-05-18 11:18:16 -04:00
Eliot Horowitz
cf4ffb99b4 add /usr/lib back into lib search path for mongo on 64-bit mac 2009-05-18 10:22:51 -04:00
Eliot Horowitz
738607b834 some collection admin helper methods 2009-05-16 21:01:56 -04:00
Eliot Horowitz
5819ee3315 all target MINOR 2009-05-16 07:17:12 -04:00
Aaron
cad430f71e Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-15 18:48:07 -04:00
Aaron
c35a0d2b87 never destroy the rec store mutex 2009-05-15 18:47:54 -04:00
Eliot Horowitz
b70b7a84e1 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-15 18:40:50 -04:00
Eliot Horowitz
9338991874 don't install jars 2009-05-15 18:40:42 -04:00
Dwight
df348ee066 fix assert macro definition after a boost include (ugly at the moment) 2009-05-15 17:27:31 -04:00