Commit Graph

22 Commits

Author SHA1 Message Date
Eliot Horowitz
53a0d295e3 split bson max size into User and Internal
sometimes objects have to be bigger (oplog insertion for example)
more prep for SERVER-431
2010-10-11 11:26:41 -04:00
Eliot Horowitz
d3c3b8a903 using BSONObjMaxSize everywhere bson size comes into play
still 4mb, this is just prep for changing SERVER-431
2010-10-10 20:01:17 -04:00
Dwight
55f33c6a42 text 2010-10-08 15:48:36 -04:00
dwight
3c50843ca7 mongomutex deserves its own file 2010-10-07 00:12:32 -04:00
dwight
265c172b3a report max bson obj size 2010-10-06 23:45:31 -04:00
Mathias Stearn
9324ba3b77 Revert "HostAndPort::isSelf() -> ListeningSockets::listeningOn()"
This reverts commit 84abe861b1.

Conflicts:

	util/sock.h
2010-09-13 17:28:20 -04:00
Mathias Stearn
84abe861b1 HostAndPort::isSelf() -> ListeningSockets::listeningOn()
No longer assume listening on localhost
SERVER-1515
2010-09-10 19:00:32 -04:00
Eliot Horowitz
0845e6c517 optionally have dbexit try to get a dblock 2010-08-31 10:46:05 -04:00
Eliot Horowitz
aaf53bb797 make shutdownServer a little cleaner, no ~Client error 2010-08-31 09:47:01 -04:00
dwight
6733946578 extraneous newline in logging 2010-08-31 05:31:46 -04:00
Eliot Horowitz
189291f8a6 add if debug is on to buildinfo 2010-08-28 02:19:06 -04:00
Alberto Lerner
7a7cc4adfa SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -04:00
Eliot Horowitz
fbf29ae5fd move sleep from generic to mongod 2010-08-02 15:00:47 -04:00
Dwight
c43462c6b0 lock testing and such 2010-08-02 14:37:10 -04:00
Eliot Horowitz
6e7c9d6836 make sure mongod and mongos report command errors the same way SERVER-1472 2010-07-27 00:57:38 -04:00
Eliot Horowitz
9007388324 move shutdown to generic so can be used by mongos 2010-07-26 21:48:20 -04:00
Mathias Stearn
bfb5bdb06b don't show entries in listCommands for oldnames 2010-07-22 21:03:24 -04:00
Eliot Horowitz
35031d43d7 have read/write lock on all platforms/boost now 2010-06-29 22:17:15 -04:00
alerner
1798ea2d85 Pull all the code for defining and printing the version of executables to one place. 2010-05-28 12:08:36 -04:00
Eliot Horowitz
04662e21d9 object id coordination across cluster SERVER-927 2010-05-11 12:06:09 -04:00
Eliot Horowitz
a48c830de9 Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -04:00
Eliot Horowitz
2531a6cafd moved some commands around so can be used for mongod and mongos 2010-04-28 13:20:08 -04:00