Eliot Horowitz
|
dde8119058
|
support more ssl versions
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
44fef99259
|
move a using namespace into mongo namespace
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
8f27050318
|
in headers at least put using namespace in mongo namespace SERVER-1268
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
b49d787b33
|
update tools for new Listener
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
f84bf1a41a
|
support for forced ssl everywhere in client and server
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
23af33c9f8
|
error codes
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
446252880c
|
remove duplicate log messages
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
eebca3c6a8
|
support for ssl sockets in Listen
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
aa71b5a745
|
call Socket::postFork in case we need to finish accept
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
efae0e1fff
|
support for forked ssl accept
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
4f688e7055
|
more error cleaning
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
aca86b476f
|
::socket failing should abort
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
8b1fdeb8cb
|
move setSockTimeouts to Socket::setTimeout
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
5ae3b3bc3f
|
use Socket everywhere instead of bare file descriptor
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
639571e966
|
Socket client ssl support
support for ssl in httpclient
|
2011-07-27 09:48:35 -04:00 |
|
Eliot Horowitz
|
d7c3dc6837
|
use connPoolStats to wait for init so no timing issues
|
2011-07-26 18:08:19 -04:00 |
|
Eliot Horowitz
|
20a0374718
|
expose ReplicaSetMonitor stats
SERVER-3487
|
2011-07-26 18:07:29 -04:00 |
|
Eliot Horowitz
|
6683d09c4c
|
better secondary profiling support SERVER-2881
|
2011-07-26 17:38:00 -04:00 |
|
Eliot Horowitz
|
6e071cc384
|
make sure to wait for replication
|
2011-07-26 14:34:24 -04:00 |
|
Spencer T Brody
|
7cf75927e2
|
Fix test failures resulting from trying to query DB in tools that don't use a
specific collection (dump/restore).
|
2011-07-26 11:42:51 -04:00 |
|
Spencer T Brody
|
8e6949567a
|
Fix build compile
|
2011-07-26 10:58:01 -04:00 |
|
Spencer T Brody
|
39032a0f97
|
Make doing slaveOk reads use all secondaries - SERVER-3462
|
2011-07-26 10:33:01 -04:00 |
|
Spencer T Brody
|
3da3871e65
|
Make tools fail if they connect to a db requiring authentication but don't
supply any credentials: SERVER-2867
|
2011-07-26 10:33:01 -04:00 |
|
Spencer T Brody
|
bcf0b72b4a
|
Part 2 of SERVER-1097: Make mongoexport export valid CSV
|
2011-07-26 10:33:01 -04:00 |
|
Spencer T Brody
|
f44433b04c
|
Part 1 of SERVER-1097: Make mongoimport adhere to CSV spec.
|
2011-07-26 10:33:01 -04:00 |
|
Spencer T Brody
|
eaf7961e83
|
Refactor import code to make it easier to plug in new CSV parser.
|
2011-07-26 10:33:00 -04:00 |
|
Spencer T Brody
|
7ab832da99
|
Make bson tools trailer line go to stderr not stdout: SERVER-1619
|
2011-07-26 10:33:00 -04:00 |
|
Eliot Horowitz
|
927f3ace92
|
post 1.9.1
|
2011-07-26 10:22:12 -04:00 |
|
Eliot Horowitz
|
dfcdcf1853
|
BUMP 1.9.1
|
2011-07-26 01:27:03 -04:00 |
|
Kristina
|
302856ab32
|
fix test to check for recovering state before proceeding
|
2011-07-25 22:14:14 -04:00 |
|
Kristina
|
d54ce5475c
|
fix remove test race condition
|
2011-07-25 19:03:56 -04:00 |
|
Kristina
|
62961e2120
|
awaitReplication should handle stepdowns more gracefully
|
2011-07-25 17:51:53 -04:00 |
|
Eliot Horowitz
|
a08904e886
|
don't clean up Client in static shutdown as its not safe to lock
|
2011-07-25 15:52:36 -04:00 |
|
Eliot Horowitz
|
176dad642a
|
add a warning if try to log() during static shutdown
|
2011-07-25 15:52:36 -04:00 |
|
Eliot Horowitz
|
4b6271dffc
|
added a check with DEBUG that warns if you try to lock during static shutdown
|
2011-07-25 15:52:36 -04:00 |
|
gregs
|
20d187b431
|
spinning script slows rest of system too much to kill - drop2.js
|
2011-07-25 15:17:55 -04:00 |
|
Kristina
|
84066dcac9
|
make sure rs always sets _logOp after newRepl runs
|
2011-07-25 13:20:25 -04:00 |
|
gregs
|
79fcca753b
|
protect against errors on js scope cleanup - features3.js
Also reduce # of race conditions in features3.js
|
2011-07-25 12:29:30 -04:00 |
|
Kristina
|
06aa673890
|
fix test
|
2011-07-25 10:31:41 -04:00 |
|
Eliot Horowitz
|
46352846f5
|
don't use direct io for cleaning journal files
causing file io errors and a small write so should be fine
|
2011-07-25 01:35:13 -04:00 |
|
Eliot Horowitz
|
04b1ee4874
|
don't use log() at shutdown
|
2011-07-24 23:34:16 -04:00 |
|
dwight
|
81e1e071ce
|
handle extreme slow machine on this test
|
2011-07-24 12:15:40 -04:00 |
|
dwight
|
d234f39997
|
crlf
|
2011-07-24 12:15:38 -04:00 |
|
Eliot Horowitz
|
3bd8786b0d
|
undo optimization to test
|
2011-07-24 11:35:14 -04:00 |
|
Eliot Horowitz
|
89e2cce2c8
|
wait for any current balancing round to finish
|
2011-07-24 11:20:53 -04:00 |
|
Eliot Horowitz
|
d539be5510
|
sh.isBalancerRunning
|
2011-07-24 11:20:43 -04:00 |
|
Eliot Horowitz
|
6bbb403dfe
|
more robust profile1
|
2011-07-24 01:11:20 -04:00 |
|
Eliot Horowitz
|
6dc1f04708
|
line endings
|
2011-07-24 01:06:31 -04:00 |
|
Eliot Horowitz
|
a33ed96808
|
more consistent timing for waiting for commit
check replication status before go into critical section
|
2011-07-24 00:56:06 -04:00 |
|
Eliot Horowitz
|
46524b3be5
|
Timer::minutes
|
2011-07-24 00:55:57 -04:00 |
|