Commit Graph

630 Commits

Author SHA1 Message Date
dwight
62fbef60e7 str stuff 2010-12-15 10:42:43 -05:00
Aaron
d2092adc16 SERVER-2217 fix parsing of notablescan command line option 2010-12-14 10:52:32 -08:00
Mathias Stearn
bd8b5fe801 rename --durTrace to --durOptions 2010-12-13 18:54:53 -05:00
dwight
c7c5a57b1f eliminate the _DURABLE preprocessor define 2010-12-13 18:03:32 -05:00
Dwight
eb77acc4fc _DURABLEDEFAULTON option for testing (only) 2010-12-13 15:51:53 -05:00
dwight
9c3f0bf9d3 move stuff into dur namesapce 2010-12-13 00:40:13 -05:00
dwight
982bf3f595 move repl pair cmd line options to hidden help section 2010-12-12 12:14:44 -05:00
Mathias Stearn
1c17cece76 Pull some durability code into a class for easy disabling 2010-12-10 19:20:43 -05:00
Alberto Lerner
f76b855011 envp is not used 2010-11-28 20:23:49 -05:00
dwight
83a58aa700 dur add a cmd lien setting 2010-11-28 10:13:01 -05:00
dwight
6c3eb1ddd4 dur remap 2010-11-27 15:25:08 -05:00
dwight
ce93e7c824 dur 2010-11-26 18:18:24 -05:00
Alberto Lerner
d01490797f kill inactive code 2010-11-24 13:01:27 -05:00
Eliot Horowitz
a47cae7624 syncdelay in CmdLine and controllable via get/set SERVER-1843 2010-11-22 01:10:35 -05:00
Eliot Horowitz
6ad12a6bea better --quota help 2010-11-21 21:03:06 -05:00
dwight
eaec449b9e dur 2010-11-13 17:42:41 -05:00
Eliot Horowitz
5d50b728f8 replace goingAway with inShutdown() SERVER-1876 2010-11-11 01:47:15 -05:00
Eliot Horowitz
0c7e7101a6 track network in/out SERVER-2081 2010-11-09 00:15:14 -05:00
dwight
0066473ae3 better cmd line help 2010-11-06 14:53:09 -04:00
Dwight
c5ca01e648 dur 2010-11-04 17:43:02 -04:00
Dwight
5deb6b1f6c cleaning 2010-11-04 10:29:42 -04:00
Dwight
0c94060e9f cleaning minor 2010-11-04 10:27:40 -04:00
dwight
4bff76ac56 comment 2010-10-31 11:11:04 -04:00
dwight
e7914f205b allow small oplogsize 2010-10-30 16:10:43 -04:00
dwight
9142523c9f fix bug with --oplogSize cmd line parm when it was bigger than 2GB. add more sanity checking while at it. 2010-10-30 15:54:34 -04:00
Eliot Horowitz
fc15fa9520 Warn when useing --noprealloc that it can reduce performance SERVER-1903 2010-10-29 11:06:52 -04:00
Kristina Chodorow
0c1d98a2da print error message for incorrect args SERVER-1915 2010-10-22 17:07:07 -04:00
Kristina Chodorow
d0bf058422 separate general repl options, rs, and m/s SERVER-1935 2010-10-22 17:07:07 -04:00
dwight
c897083b63 better help 2010-10-19 09:13:42 -04:00
dwight
ad958daea9 better config/error checking 2010-10-18 19:28:01 -04:00
Dwight
01a6722a25 allow changing notablescan at runtime via {set:} command 2010-10-15 17:00:34 -04:00
Alberto Lerner
465896350e SERVER-1804 tighter background job 2010-10-13 17:38:09 -04:00
Eliot Horowitz
838fd6ff76 fix SIGHUP handling SERVER-1934
when forked SIGHUP ignored
when not forked, SIGHUP will terminate nicely
2010-10-13 11:13:54 -04:00
Eliot Horowitz
ce0671dd61 add --replSet SERVER-1630 2010-10-08 23:36:28 -04:00
Aaron
e0590db4d1 SERVER-1819 limit interrupt code paths when write lock held 2010-10-04 22:29:44 -07:00
Alberto Lerner
b5e3087817 SERVER-1822 dedup webGetAdminUser/webHaveAdminUser 2010-10-01 09:06:58 -04:00
Justin Dearing
f5863ea0c4 Cleaner serice exit code. 2010-09-25 04:05:17 +08:00
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