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 |
|
Eliot Horowitz
|
d979c4529d
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-05-15 17:13:18 -04:00 |
|
Aaron
|
d1b49ff9bd
|
get rid of fork()
|
2009-05-15 16:32:31 -04:00 |
|
Aaron
|
a5969ca86b
|
convert clonecolletion.js test to use spawned shells instead of fork()
|
2009-05-15 16:24:26 -04:00 |
|
Eliot Horowitz
|
d3303f4938
|
remove vstudio warning MINOR
|
2009-05-15 16:08:03 -04:00 |
|
Aaron
|
d0122e2e1a
|
add ability to spawn a shell from shell
|
2009-05-15 14:55:18 -04:00 |
|
Aaron
|
ae217d4c58
|
disable shellfork and clonecollection tests
|
2009-05-15 13:50:00 -04:00 |
|
Aaron
|
f555dd3f93
|
don't define JS_THREADSAFE
|
2009-05-15 13:40:10 -04:00 |
|
Aaron
|
3c9ffd3e34
|
fix compile warnings MINOR
|
2009-05-15 13:32:31 -04:00 |
|
Eliot Horowitz
|
2db1e0ca72
|
Merge branch 'smshell'
Conflicts:
jstests/count.js
scripting/engine_spidermonkey.cpp
|
2009-05-15 13:10:55 -04:00 |
|
Eliot Horowitz
|
0516fad382
|
backwards compatibile js timestamp
|
2009-05-15 13:07:14 -04:00 |
|
Eliot Horowitz
|
d21ef69f23
|
simpoe sub object test
|
2009-05-15 13:06:57 -04:00 |
|
Eliot Horowitz
|
540f479a90
|
make assert.eq better
|
2009-05-15 13:03:03 -04:00 |
|
Eliot Horowitz
|
a3de62485b
|
sharding: object, not array
|
2009-05-15 13:02:49 -04:00 |
|
Aaron
|
16d763737d
|
kill spawned mongo processes on synchronous os signal
|
2009-05-15 11:07:43 -04:00 |
|