Commit Graph

62 Commits

Author SHA1 Message Date
Scott Hernandez
7aeb465f36 SERVER-4028 listCommands now includes slaveOverrideOk 2011-10-06 17:31:32 -04:00
dwight
1128196b74 towards cloud/azure 2011-10-04 22:46:43 -04:00
Dwight
ae30374ed8 Merge branch 'master' of github.com:mongodb/mongo
Conflicts:
	db/btree.cpp
	db/db.vcxproj
	dbtests/test.vcxproj
	server.h
	util/concurrency/rwlock.h
	util/concurrency/value.h
2011-10-03 13:43:34 -04:00
Kristina
991bfa6eae more commands require authentication SERVER-3773
Not getLastError, for now, as it's a little more complicated.
2011-09-29 13:07:14 -04:00
Dwight
48977d2abc merge 2011-08-17 16:55:13 -04:00
Dwight
eaf7bd21e5 fix ageoutjournalfiles parameter setting bug SERVER-3302 2011-08-16 12:09:09 -04:00
dwight
345793af4d SERVER-2506 configurable journal batch commit time 2011-08-08 09:06:19 -04:00
gregs
cc43fc3e4a change command api to allow command options SERVER-3405 2011-07-27 15:59:27 -04:00
Dwight
f497580564 cloud cmd beginnings. 2011-07-20 14:24:24 -04:00
Eliot Horowitz
131e1d2182 more cleaning 2011-06-22 15:51:08 -04:00
Dwight
add206436e temp stop age out of journal files for backups. backport? 2011-06-21 12:48:31 -04:00
Kristina
dd0aea3497 split out sharding/non-sharding shutdown 2011-06-10 12:35:33 -04:00
Kristina
ae2f32f4fb compile 2011-06-10 11:47:37 -04:00
Kristina
0e8b348a82 compile 2011-06-10 11:20:34 -04:00
Kristina
0180e84034 don't shut down if slaves aren't up-to-date SERVER-616 2011-06-10 10:56:46 -04:00
Aaron
2e5c5def21 clean includes 2011-05-04 10:27:23 -07:00
Eliot Horowitz
b501648032 getLog command so you access RamLog entries 2011-05-02 14:26:36 -04:00
Dwight
b7b5886d97 configurable commit batch time but this is still experimental 2011-04-08 14:44:26 -04:00
Dwight
6e7ac4a037 inform user when setting isnt settable in mongos 2011-04-07 16:41:43 -04:00
Mathias Stearn
69546ff082 Assemble versionArray during static init time 2011-04-04 12:05:43 -04:00
Aaron
fce112398b SERVER-1465 remove replica pairs 2011-03-29 16:56:53 -07:00
Mathias Stearn
82dfb712d7 Add versionArray to buildinfo command to make it easy to test for minimum versions 2011-03-04 17:01:37 -05:00
Eliot Horowitz
76585f8f2e move availableQueryOptions to dbcommands_generic so it works in mongos SERVER-2462 2011-02-02 01:00:38 -05:00
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