Commit Graph

876 Commits

Author SHA1 Message Date
Justin Dearing
e486468edc Better error message if CreateService() fails. 2010-07-06 11:08:42 +08:00
Justin Dearing
94053aebc8 Error handling when calls to OpenSCManager fail. 2010-07-06 11:08:42 +08:00
Alberto Lerner
bd0fb49da5 More stringutil goodies 2010-07-04 11:08:00 -04:00
dwight
0325518495 add stringutils.cpp to vcxproj files 2010-07-04 09:36:58 -04:00
Eliot Horowitz
85ee9d5f90 fix linux compile 2010-07-04 08:30:59 -04:00
Eliot Horowitz
8eb88a0f6e oops - #if != #ifdef 2010-07-04 08:18:41 -04:00
Eliot Horowitz
1d1d36c424 better windows limit 2010-07-04 08:13:31 -04:00
Eliot Horowitz
09031b917f cut off new connections based on fd limit 2010-07-04 08:09:19 -04:00
Alberto Lerner
812b647228 Pull string manip code out of ConfigServer 2010-07-03 18:29:13 -04:00
Eliot Horowitz
2a9aa81868 post 1.5.4 2010-07-03 00:46:42 -04:00
Eliot Horowitz
6c1361df41 BUMP 1.5.4 2010-07-02 21:00:11 -04:00
Eliot Horowitz
982332f807 fix debug build & repl hack 2010-07-02 19:17:18 -04:00
Mathias Stearn
45bfdc47d0 oops 2010-07-02 18:23:22 -04:00
Mathias Stearn
d0607abb00 Try to fix NumberLong on win32 2010-07-02 18:18:01 -04:00
Mathias Stearn
5306963c75 Revert "debugging"
This reverts commit 9fa75946a0.
2010-07-02 18:14:45 -04:00
Mathias Stearn
9fa75946a0 debugging 2010-07-02 17:39:43 -04:00
Mathias Stearn
717117eecd cleaner #ifdefs 2010-07-02 17:39:43 -04:00
Eliot Horowitz
8fd251b2ed add breakpoint for MutexDebugger 2010-07-02 17:23:25 -04:00
Alberto Lerner
01f0d60515 Factor out slow command log message 2010-07-02 11:43:26 -04:00
dwight
2b21e38733 Merge branch 'master' of github.com:mongodb/mongo 2010-07-02 10:34:07 -04:00
dwight
1f45ff1355 minor 2010-07-01 17:54:08 -04:00
dwight
e3d9b61b12 cleaning 2010-07-01 17:52:07 -04:00
Eliot Horowitz
3ba2866586 Merge branch 'master' of github.com:mongodb/mongo 2010-07-01 17:46:23 -04:00
Mathias Stearn
ae2aa8a245 Static destruction order fix SERVER-1276 2010-07-01 17:46:06 -04:00
Mathias Stearn
b2afadaad8 DEBUG_BUILD constant 2010-07-01 17:46:06 -04:00
Eliot Horowitz
30d3a841f2 debuggability 2010-07-01 17:10:55 -04:00
Eliot Horowitz
05de6bdacb more work on ConnectionString SERVER-1319 2010-07-01 01:00:21 -04:00
Eliot Horowitz
6d596a5d64 better log 2010-06-30 23:20:20 -04:00
Eliot Horowitz
6fcf0146c7 crlf fix 2010-06-30 12:51:26 -04:00
dwight
c130956e53 maybe faster 2010-06-29 21:27:12 -04:00
Eliot Horowitz
4c20050cf7 better thread name logging 2010-06-29 18:10:40 -04:00
Dwight
804afa9b6a rs elect stuff 2010-06-29 15:52:35 -04:00
Alberto Lerner
eb1f601745 log a thread ID if using a recent version of BOOST 2010-06-29 13:49:07 -04:00
Dwight
8ca831e272 some rs fixes 2010-06-29 13:42:53 -04:00
dwight
8254db5620 Merge branch 'master' of github.com:mongodb/mongo 2010-06-28 17:29:22 -04:00
dwight
331ae13dc1 rs add h field in logOp 2010-06-28 17:29:15 -04:00
Eliot Horowitz
7e6c61f214 tr1 confict on win64 2010-06-28 17:15:39 -04:00
Eliot Horowitz
372aa5f612 win64 names 2010-06-28 16:59:15 -04:00
Eliot Horowitz
8eca8f6f38 starting some log abstraction cleaning 2010-06-28 16:51:37 -04:00
dwight
3f6148b89a solaris no rcvtimo option; use less macros 2010-06-27 12:10:55 -04:00
dwight
c5ab124c45 missing closesocket in miniwebserver edge case 2010-06-26 22:32:12 -04:00
dwight
c3342b005d rs use regular optimes for replica sets 2010-06-26 21:31:17 -04:00
dwight
c7045ab003 miniweb a ltitle better 2010-06-26 21:29:07 -04:00
dwight
1e9b37b577 unit test added 2010-06-26 13:32:19 -04:00
dwight
ca53f9cf81 Merge branch 'master' of github.com:mongodb/mongo 2010-06-26 13:06:25 -04:00
dwight
d6f1c1a6c7 rs need to call client initthread 2010-06-26 13:05:32 -04:00
Justin Dearing
e9c784dcd5 Fixed build on vs2k8
stoll() was introduced in vs2010 so we use _strtoi64() in parseLL() instead.
2010-06-27 00:34:27 +08:00
Alberto Lerner
b133d42c47 I think we want to unlock here 2010-06-26 07:20:00 -07:00
Mathias Stearn
c6ed1eb85f Block writes when not holding write-lock in debug build 2010-06-24 11:05:10 -04:00
Aaron
c00c7d6d93 SERVER-776 account for null string parsing difference in osx/linux 2010-06-22 22:14:08 -07:00