Commit Graph

958 Commits

Author SHA1 Message Date
Eliot Horowitz
4478f8c9c1 post 1.5.7 2010-07-30 18:55:54 -04:00
Eliot Horowitz
5b667e49b1 BUMP 1.5.7 2010-07-30 16:22:38 -04:00
Eliot Horowitz
14482d8cc1 fix HostAndPort toString 2010-07-30 15:34:11 -04:00
dwight
e8cbbe629b log less 2010-07-30 10:45:15 -04:00
Mathias Stearn
6afb2abd7d use global rather than local cache for isSelf 2010-07-29 16:49:43 -04:00
Mathias Stearn
6baeb71caf use bind() in HostAndPort::isSelf() SERVER-1414 2010-07-29 16:34:38 -04:00
Mathias Stearn
be9891dd18 Treat whole 127 subnet as localhost 2010-07-29 16:33:42 -04:00
Eliot Horowitz
fbd6ebc48f Merge branch 'master' of github.com:mongodb/mongo 2010-07-29 16:07:33 -04:00
Dwight
0dcf866711 almost 2010-07-29 15:11:18 -04:00
Dwight
19e76968bc kyle hack 2010-07-29 15:08:38 -04:00
Eliot Horowitz
b5ba4cff0f more info when out of connections 2010-07-29 14:29:37 -04:00
Eliot Horowitz
9c95e894ee use checksum to make curop threadsafe SERVER-723 2010-07-29 01:08:20 -04:00
dwight
b20567ad8a Merge branch 'master' of github.com:mongodb/mongo 2010-07-28 22:02:37 -04:00
dwight
2088a68e9a rs logging 2010-07-28 20:39:09 -04:00
Eliot Horowitz
861fb36234 better exception handling 2010-07-28 16:03:32 -04:00
dwight
bed8c99ab7 attempt clean up ernoodesc on windows 2010-07-28 16:01:28 -04:00
Eliot Horowitz
f27b7ba4f7 Merge branch 'master' of github.com:mongodb/mongo 2010-07-28 13:29:55 -04:00
Eliot Horowitz
1965d3b3a9 safe shutdown 2010-07-28 13:29:17 -04:00
Eliot Horowitz
09c2cacddc move client info out 2010-07-28 12:33:36 -04:00
Alberto Lerner
bc3f63ebf1 SERVER-1497 Cant mix and match localhost and real IPs 2010-07-28 11:14:26 -04:00
Eliot Horowitz
6ef654f43c Merge branch 'master' of github.com:mongodb/mongo 2010-07-28 11:09:46 -04:00
dwight
26828e12a9 rs attempt fix for weird crash 2010-07-28 11:06:04 -04:00
Eliot Horowitz
c3175a2b9b move rest out of dbwebserver 2010-07-28 10:13:56 -04:00
Eliot Horowitz
b1737a4198 use boost::bind instead of grab 2010-07-28 00:40:01 -04:00
Andrew C. Morrow
6239b1629a SERVER-1498: qualify custom strnlen in bsoninlines, move impl
- strnlen was ambiguous in bsoninlines.h without goodies.h header
 - goodies.h header includes lots of other stuff, so moved custom
   strnlen to bson/util/misc.h.
 - update bsoninlines.h to use namespace qualified name
2010-07-27 18:15:48 -04:00
Mathias Stearn
00679b9a2b Test expect lowercase hex. May change them later. 2010-07-27 17:18:43 -04:00
Justin Dearing
b970c7c6d4 Updated comments. 2010-07-27 23:51:37 +08:00
Eliot Horowitz
95f84aead5 working on modularizing web server so can hook up to mongos SERVER-1355 2 2010-07-27 11:47:48 -04:00
Mathias Stearn
0a80030ba9 plug memory leak 2010-07-26 21:09:10 -04:00
Eliot Horowitz
be796737a7 better cast 2010-07-26 16:25:15 -04:00
Eliot Horowitz
f0359e7b54 MongoFile::flushAll won't lock for entire flushing time 2010-07-26 16:06:49 -04:00
Eliot Horowitz
6caf5bdc0e forgot file for pidfile stuff 2010-07-26 14:31:09 -04:00
Eliot Horowitz
c7a38e409d cleaning pidfilepath code - adding to mongos SERVER-1488 2010-07-26 14:25:55 -04:00
Eliot Horowitz
55382a6b84 clean up log messags 2010-07-26 11:23:34 -04:00
Eliot Horowitz
4e4a4959a8 some log cleaning 2010-07-25 11:51:34 -04:00
Eliot Horowitz
2cad9807fd tm_mon is 0 based 2010-07-25 02:41:05 -04:00
Eliot Horowitz
2827add40c don't put 0 and end of string 2010-07-24 23:54:16 -04:00
Eliot Horowitz
a0841b0171 change log format to TIME-THREAD-LEVEL-MSG and adjust ramlog for it 2010-07-24 12:40:34 -04:00
Eliot Horowitz
357cb2918e move logging cpp code into log.cpp 2010-07-24 12:40:07 -04:00
Eliot Horowitz
098a66e3cc spacing 2010-07-24 12:02:35 -04:00
Eliot Horowitz
392ce39d91 post 1.5.6 2010-07-24 12:02:27 -04:00
Eliot Horowitz
39cdcd202f BUMP 1.5.6 2010-07-24 11:37:00 -04:00
dwight
401872b593 shutdown niceness 2010-07-23 23:26:27 -04:00
Eliot Horowitz
c9f86b31aa fix rawOut to use --logpath 2010-07-23 23:14:37 -04:00
Eliot Horowitz
f383a5afd4 make lowercase for solaris 2010-07-23 12:29:30 -04:00
dwight
f5c49c6c31 proper synchronization on reconfig 2010-07-23 11:48:07 -04:00
Eliot Horowitz
f8b872344d Merge branch 'master' of github.com:mongodb/mongo 2010-07-22 15:39:39 -04:00
Eliot Horowitz
380cdd5bf2 handle databases with different cases in mongos SERVER-1443 2010-07-22 15:39:20 -04:00
Dwight
a27f58a890 rs elect better 2010-07-22 15:10:23 -04:00
Dwight
f1d859be45 rs dropalldatabases bug 2010-07-22 13:13:50 -04:00