Aaron
d2249cdf68
SERVER-387 enable interrupts for v8
2010-09-23 15:42:24 -07:00
Eliot Horowitz
8b8e4882af
cleaning diag log names and make sure to flush periodically SERVER-1814
2010-09-21 00:24:52 -04:00
Aaron
8c82a9c5c6
SERVER-387 support killop with db.eval
2010-09-14 17:01:01 -07:00
dwight
72a9a42bdb
compile
2010-09-09 07:46:22 -04:00
Mathias Stearn
4131dd3679
OpenVZ warning SERVER-1668
2010-09-02 21:46:38 -04:00
dwight
3c0f8b9ff3
makemessagingport findable from the Client object
2010-08-27 13:53:55 -04:00
Dwight
c9f6f7b02e
rawOut appends a linefeed (for better or worse). so dont pass it one as long as it does that
2010-08-26 12:11:47 -04:00
Dwight
ed718fdf5d
should be slightly faster
2010-08-26 12:02:56 -04:00
Dwight
36566550f0
cleaning
2010-08-26 11:59:30 -04:00
Dwight
92f0779172
make ~Database safer
2010-08-26 10:42:07 -04:00
Mathias Stearn
259dc007d7
Disable JSONP by default due to security implications
2010-08-25 15:26:20 -04:00
Dwight
e52542e586
cleaning formatting
2010-08-25 13:01:36 -04:00
Eliot Horowitz
37ae0dbd3f
Refactoring of Windows Service related code in preperation for SERVER-1589.
...
All ntservice related code moved from db.cpp to ntservices.cpp and cmdline.cpp. The code was also consolidated.
Conflicts:
db/db.cpp
2010-08-20 18:40:44 -04:00
Alberto Lerner
9d52009086
Fix typo
2010-08-16 20:27:34 -04:00
dwight
df5b89004b
log more connticketholder
2010-08-12 18:56:09 -04:00
dwight
0735d3e45e
remove comment
2010-08-08 13:00:00 -04:00
Eliot Horowitz
ab2193ee82
don't uassert for config settings
2010-08-03 22:11:26 -04:00
Eliot Horowitz
68e46ada15
use /data/configdb for --configsvr by default SERVER-1554
2010-08-03 10:01:15 -04:00
Kristina Chodorow
10ddb86f5f
don't allow --only or --slavedelay on an rs member
2010-08-03 09:44:42 -04:00
Dwight
1ec6fb1d4b
SERVER-1523 and some diagui fixes
2010-08-02 15:21:26 -04:00
Eliot Horowitz
b5ba4cff0f
more info when out of connections
2010-07-29 14:29:37 -04:00
dwight
b2822cffe9
rs log nicer
2010-07-28 20:24:21 -04:00
Eliot Horowitz
0e49e11963
removed another global grab and replace with boost::bind - and mem leak fix
2010-07-28 00:47:35 -04:00
Justin Dearing
1224378fab
Made --reinstall demand logpath.
2010-07-27 23:51:37 +08:00
Eliot Horowitz
4a15dba156
legacy boost fix
2010-07-27 11:48:48 -04:00
Tony Hannan
1fc517d53a
SERVER-1415: Giving incorrect parameter syntax to --replSet shows error in log but continues to run. Maybe it should abort like it does if the parameter is missing all together.
...
Parse --replSet parameter into ReplSetCmdline struct in main thread, then fork startReplSets(ReplSetCmdline).
We could not create theReplSet in main thread because constructor waits until config is loaded and thus would halt the rest of startup, and we couldn't move config loading out of constructor because other code tests for theReplSet != 0 to see if config is loaded.
2010-07-27 23:31:16 +08:00
Eliot Horowitz
a73887f575
working on modularizing web server so can hook up to mongos SERVER-1355
2010-07-27 10:55:48 -04:00
Eliot Horowitz
5b7ab6fa0e
consolidate bind_ip handling
2010-07-27 09:59:34 -04:00
Eliot Horowitz
b4c0b58794
better background fsync logging
2010-07-26 16:07:07 -04:00
Eliot Horowitz
c7a38e409d
cleaning pidfilepath code - adding to mongos SERVER-1488
2010-07-26 14:25:55 -04:00
dwight
7b2b241fb7
slight log cleaning
2010-07-23 12:00:38 -04:00
Eliot Horowitz
d1e96621bc
warn about pair deprection SERVER-1464
2010-07-22 14:49:33 -04:00
Dwight
4760c02457
hot in here
2010-07-20 15:00:06 -04:00
Dwight
12646d15a2
rs
2010-07-20 14:58:51 -04:00
Eliot Horowitz
41f0163961
be paranoid about removing data in moveChunk SERVER-1428
...
option to turn it off
2010-07-19 16:44:47 -04:00
Mathias Stearn
832601945f
Revert "Try using SetProcessWorkingSetSizeEx SERVER-538"
...
This reverts commit f1146af710 .
2010-07-19 14:34:44 -04:00
Mathias Stearn
f1146af710
Try using SetProcessWorkingSetSizeEx SERVER-538
...
Committing to get a win64 build.
2010-07-19 12:35:54 -04:00
Alberto Lerner
f51a4d0669
SERVER-1270 Hook StringData to BufBuilder
2010-07-19 09:56:24 -04:00
Mathias Stearn
49867d0338
require --logpath with --install SERVER-733
2010-07-16 12:47:11 -04:00
dwight
fc03c2290f
rename file
2010-07-16 10:16:37 -04:00
Aaron
24a73a1eb6
Merge branch 'master' of github.com:mongodb/mongo
2010-07-15 18:03:03 -07:00
Aaron
dade9fc981
fix exhaust assert
2010-07-15 18:02:52 -07:00
Mathias Stearn
d0662fd523
Rejiggering of log file handling. should solve SERVER-733
2010-07-15 20:31:40 -04:00
Richard Kreuter
3834e8d035
Remove --lockfilepath option. SERVER-1411
2010-07-13 18:16:26 -04:00
Richard Kreuter
ae79e7aee9
Add a --pidfilepath option, (next step: delete --lockfilepath). SERVER-1411
2010-07-13 18:02:44 -04:00
Richard Kreuter
cb91b25d3d
Handle SIGHUP. SERVER-1410
2010-07-13 17:11:46 -04:00
Dwight
93137d0791
pretouch
2010-07-12 12:37:27 -04:00
Eliot Horowitz
aa5860c54f
better cmd line docs
2010-07-11 00:11:38 -04:00
Justin Dearing
fb85e8b40c
Fixed windows build.
...
Added dbpath as a param to installService().
2010-07-08 22:19:54 +08:00
dwight
39dbe97e66
--pretouch
2010-07-06 17:49:20 -04:00