dwight
c2b87b4734
cloud cmd for custom dynamic naming beginnings
2011-10-03 09:33:22 -04:00
dwight
310e250fd3
cleaning. we want to use pch.h as little as possible (zero eventually)
...
this a small step that way
2011-10-02 13:38:29 -04:00
Eliot Horowitz
5fa00754cd
veok" shouldn't be used, especially in error messages, since every function uses "slaveOk" SERVER-3804
...
from: patrick@collison.ie
2011-09-12 12:26:01 -04:00
Kristina
c84f98ab80
maintenance mode for commands SERVER-3427
2011-07-29 11:48:09 -04:00
gregs
e5d902202f
full API change to command interface, add options SERVER-3405
2011-07-27 15:59:27 -04:00
gregs
cc43fc3e4a
change command api to allow command options SERVER-3405
2011-07-27 15:59:27 -04:00
gregs
0a3a147ffb
test and group slaveok fix for SERVER-3405
2011-07-27 15:59:26 -04:00
Kristina
dd0aea3497
split out sharding/non-sharding shutdown
2011-06-10 12:35:33 -04:00
dwight
871d923401
StackBufBuilder
2011-05-10 12:40:01 -04:00
Dwight
0a5e650cb2
comment
2011-05-09 10:51:00 -04:00
Eliot Horowitz
b828d21630
ran astyle SERVER-2304
2011-01-04 00:40:41 -05:00
Alberto Lerner
5f7500bf01
Pull timer.h and time_support.h out of goodies.h
...
The code on both the new header files is essentially the same. This
commit just adjusted #include in dependent modules. The new headers
did not make to pch.h.
This change is in preparation for some improvements in code that is
now in time_support.h
2010-09-16 09:18:46 -04:00
dwight
b7e8c05787
cleaning
2010-08-16 09:00:58 -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
Alberto Lerner
480e89e582
Fix timer for 'dataSize', 'median', and 'splitVector' commands
2010-07-03 14:20:18 -04:00
Alberto Lerner
01f0d60515
Factor out slow command log message
2010-07-02 11:43:26 -04:00
Eliot Horowitz
a48c830de9
Command::run gets "test" not "test.$cmd"
2010-05-03 16:25:34 -04:00
Dwight
bd28578ab8
stdafx->pch
2010-04-27 15:27:52 -04:00
Dwight
bd8a3e9527
more /_commands
2010-04-23 16:41:56 -04:00
Dwight
837fd2cd86
/_commands in the http interface
2010-04-23 15:50:49 -04:00
Dwight
09a4b15404
rs work; ismaster
2010-04-22 16:17:18 -04:00
Dwight Merriman
b0da7500d9
allow some commands in the webui
2010-04-19 21:05:46 -04:00
Dwight Merriman
e3a1d9e792
checkpoint some webui work
2010-04-19 12:43:45 -04:00
Dwight Merriman
d894599f74
better
2010-04-19 12:15:50 -04:00
Eliot Horowitz
a347ce9b85
change Command locking config
2010-02-26 14:38:51 -05:00
Eliot Horowitz
96f7493c21
refactor again for mongos,mongo
2010-02-12 13:21:33 -05:00
Eliot Horowitz
ee3b7145e3
refactoring command execution
2010-02-12 13:04:20 -05:00
Eliot Horowitz
ea6189d491
some command cleaning
2010-01-20 14:02:14 -05:00
Dwight
1c65a22de4
prep for fsync exec option
2009-12-30 15:55:00 -05:00
Eliot Horowitz
5f36804299
stop using stringstream for logging
2009-12-29 23:30:29 -05:00
dwight
91c3bc2ce6
comment
2009-12-05 13:59:28 -05:00
Dwight
4df961a405
make some commands read-oinly
2009-12-03 11:50:09 -05:00
dwight
fbda5ee9bf
compile vstudio
2009-11-28 10:25:45 -05:00
Eliot Horowitz
ea24725b8e
some command cleaning and query for distinct SERVER-437
2009-11-24 09:41:33 -05:00
Mathias Stearn
d27c8505ea
all client files now marked as Apache 2.0. SERVER-329.
2009-10-27 15:59:37 -04:00
Aaron
593bf1f126
virtual dtors == good
2009-02-18 13:42:32 -05:00
Eliot Horowitz
65687c9303
command helper system
...
runCommand( { "blah" : 1 , help : true } )
in shell db.commandHelp( "blah" )
2009-02-13 09:44:07 -05:00
Aaron
5cb34b0b80
Allow 'count' command on a slave
2009-02-04 17:24:15 -05:00
unknown
cb90806ce1
basic security
2009-01-18 20:31:33 -05:00
Aaron
90d45238aa
Indent all lines within namespaces one level
2009-01-15 10:17:11 -05:00
Aaron
ad1f6b3cbd
Put our code in 'mongo' namespace
2009-01-14 17:09:51 -05:00
Aaron
b7cbd30112
Replace tab indentation with spaces
2008-12-28 20:28:49 -05:00
Dwight
0e32c98bf3
protect against inappropriate $cmd's to a slave mode db
...
Command code cleanup
--quiet for Jim
2008-12-11 10:27:05 -05:00
Aaron Staple
243a3e6b2f
Adding some pairing tests
2008-12-05 16:03:35 -05:00
Dwight
1a95c75d0f
don't log to our oplog operations we are replicating from elsewhere
2008-12-05 10:09:16 -05:00
unknown
9bc872695d
catch asserts and report error to client on a query
...
various dbgrid work incremental
background job class
2008-10-29 16:48:03 -05:00
Dwight
13480027d9
reorganize commands code for dbgrid
2008-10-22 16:56:39 -04:00
Dwight
0aef80f8cc
rename classes
2008-10-21 16:13:48 -04:00
Dwight
18e7e1fa40
fix assumed initialization order of globals
2008-09-12 11:26:51 -04:00
Dwight
f2bee299e4
clean up commands (new method for making them)
2008-09-10 15:31:05 -04:00