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

2889 Commits

Author SHA1 Message Date
Eliot Horowitz
4bf96beb17 Spider Monkey Shell: another checkpoint 2009-05-13 17:27:45 -04:00
Aaron
101f01c591 10 sec timeout to connect to mongod, in case machine is busy MINOR 2009-05-13 17:02:15 -04:00
Eliot Horowitz
18c01987a2 checkpoint for smshell - working except for db 2009-05-13 17:00:02 -04:00
Aaron
0941be442d more debugging for pair4.js test MINOR 2009-05-13 16:34:35 -04:00
Aaron
cf158ca29a run pair4.js mongod programs in very verbose mode MINOR 2009-05-13 14:54:32 -04:00
Aaron
09441ee34d Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 14:33:47 -04:00
Aaron
4c8734ed84 debug record perf submission failure MINOR 2009-05-13 14:33:33 -04:00
eliot
cd3aea1bea Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 14:30:44 -04:00
eliot
33097e058d hack for windows link 2009-05-13 14:20:20 -04:00
Dwight
7d7c6e1eca Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 14:14:41 -04:00
Dwight
a57430b399 some fixes for Release build with vcproj to make it build in general,
and for spidermonkey
2009-05-13 14:09:42 -04:00
Aaron
20e0859939 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 12:35:19 -04:00
Aaron
13f2cc026f revert tracking stack of current ops, as not enough infrastructure in place to handle all cases well 2009-05-13 12:32:30 -04:00
Aaron
f79e2e6b15 disable http interface authentication for localhost 2009-05-13 12:28:59 -04:00
Aaron
92aa0ce095 maintain stack of current ops, do http authentication after recording context for http output 2009-05-13 11:58:24 -04:00
Dwight
a03a948e7a Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 11:44:22 -04:00
Dwight
9d5bbc8090 fix up free() old defensive code 2009-05-13 11:42:48 -04:00
Aaron
2af428d38f Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 11:29:04 -04:00
Aaron
68b1edd0b0 for exact key match, query and index fields must be identical sets 2009-05-13 11:27:47 -04:00
Dwight
1d94ab95c5 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 11:20:03 -04:00
Eliot Horowitz
f802a3eb39 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 11:19:43 -04:00
Dwight
11cb5ef71a spidermonkey w/visual studio 2009-05-13 11:19:21 -04:00
Eliot Horowitz
0c65c4a3e2 cached version for visual studio MINOR 2009-05-13 11:19:11 -04:00
Aaron
b9a2a82837 get rid of unused 'keyMatch' annotation in query optimizer 2009-05-13 11:17:24 -04:00
Aaron
2757432858 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 11:10:41 -04:00
Aaron
1b3534b262 fix simple key match query order bug 2009-05-13 11:10:29 -04:00
eliot
c00f10a45c better windows .gitignore 2009-05-13 11:07:00 -04:00
Dwight
85470a98c5 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 10:53:07 -04:00
Dwight
1d59989c5e kill warning windows 2009-05-13 10:52:52 -04:00
eliot
507232958a Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-13 10:50:46 -04:00
Aaron
dea1cb2362 debug posting objects in recordPerf MINOR 2009-05-12 18:43:06 -04:00
Aaron
a86e51d635 try to fix solaris compile MINOR 2009-05-12 16:54:07 -04:00
Aaron
51bc5dc81b Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-12 16:37:41 -04:00
Aaron
b7182b610a reset shared database after each test suite MINOR 2009-05-12 16:37:23 -04:00
Aaron
6918975022 increase cursor timeout to 10 minutes 2009-05-12 16:19:45 -04:00
Aaron
d9129f8cb2 unit tests use same database to reduce disk usage 2009-05-12 15:58:26 -04:00
eliot
eb537e9f3d windows compile MINOR 2009-05-12 15:49:40 -04:00
Aaron
78b57f297e print currentOp in http interface 2009-05-12 15:09:25 -04:00
Aaron
f5efaa92ea check that no 'Got signal' message printed in diskfull test MINOR 2009-05-12 15:06:12 -04:00
Aaron
b7c67bbf4a check exception when cleaning up file on failed allocation MINOR 2009-05-12 14:27:23 -04:00
Aaron
3278eccd23 update version string to 0.9.1+ 2009-05-12 14:22:09 -04:00
Aaron
5895a4d522 add version and system info to http interface 2009-05-12 14:18:17 -04:00
Aaron
f2b9332f97 when exhaust disk space, delete file and exit immediately 2009-05-12 13:38:33 -04:00
Aaron
7e0f926ab9 remove empty dbpath command MINOR 2009-05-12 13:38:05 -04:00
Aaron
28005f1d15 update diskfull test MINOR 2009-05-12 13:37:42 -04:00
Aaron
9adf110885 clean up locking in file allocator; unlike in doc example, lock may be held when notification sent 2009-05-12 12:18:43 -04:00
Aaron
7dd4ce5501 diskfull test enhancements MINOR 2009-05-12 12:12:19 -04:00
Aaron
a0cffeed61 add emptyDbpath command MINOR 2009-05-12 12:12:00 -04:00
Aaron
915e4d09ef Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-12 11:24:15 -04:00
Aaron
9b791d91a8 add diskfull test 2009-05-12 11:20:05 -04:00