0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
Commit Graph

39 Commits

Author SHA1 Message Date
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
dwight
2cf810007d Merge branch 'master' of github.com:mongodb/mongo 2010-12-05 21:12:18 -05:00
dwight
4a5a00525b refactor OID class a bit, cleanup, better id generation SERVER-2175 2010-12-05 20:56:51 -05:00
Eliot Horowitz
d45f048947 putting back validation on setParamter replApplyBatchSize and a setParamter validation hook 2010-12-01 11:12:28 -05:00
Eliot Horowitz
243574df74 better error msg 2010-11-30 11:10:29 -05:00
Mathias Stearn
39f598c605 features command shouldn't take a lock 2010-11-29 14:47:44 -05:00
dwight
21c146794d compile 2010-11-29 11:02:27 -05:00
dwight
f51b389f49 compile 2010-11-29 10:55:21 -05:00
dwight
24e1e55e5e compile 2010-11-29 10:45:47 -05:00
dwight
e5bd2b123e comment 2010-11-29 10:26:36 -05:00
dwight
32573ea7aa experimental option allowing application of multiple writes on a slave in a single write lock. 2010-11-29 10:21:18 -05:00
Eliot Horowitz
6d745c7834 get/set -> (get|set)Parameter and a test SERVER-1843 2010-11-22 19:52:44 -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
c3c7a22e63 get/set work for logLevel and quiet SERVER-1843 2010-11-22 01:03:19 -05:00
Eliot Horowitz
c5f3d8fb82 get rid of lastAssert and assertinfo command 2010-11-09 10:54:32 -05:00
Dwight
470fe4812f get all option 2010-10-15 17:06:23 -04:00
Dwight
01a6722a25 allow changing notablescan at runtime via {set:} command 2010-10-15 17:00:34 -04:00
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