summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11178: remove dead precalced codeEliot Horowitz2013-11-061-4/+0
* SERVER-8213 Make copyDB and clone work with auth when using new-style usersSpencer T Brody2013-10-281-28/+31
* SERVER-11178: move ensureHaveIdIndex from bare to inside IndexCatalogEliot Horowitz2013-10-251-2/+4
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-5/+6
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-6/+13
* SERVER-10745 Eliminate AuthorizationSession::hasInternalAuthorization() method.Andy Schwerin2013-09-201-4/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* move renameCollection commands to its own fileEliot Horowitz2013-08-261-179/+0
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-1/+1
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-5/+5
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-1/+1
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-021-1/+0
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-55/+1
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+28
* SERVER-9093 Make copydb command work on mongos with authSpencer T Brody2013-04-021-1/+1
* SERVER-9087: fix initial sync ignoring updates during index creationEliot Horowitz2013-03-221-1/+2
* SERVER-8280 SERVER-7864 Make copydb command work without username/password wh...Spencer T Brody2013-03-181-6/+16
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-1/+2
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-1/+0
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+1
* SERVER-8802 SERVER-8814 Don't build indexes from inserts into collection name...Spencer T Brody2013-03-011-1/+2
* SERVER-8486 prevent empty dbnames in command params from crashing auth'd mongodEric Milkie2013-02-121-0/+2
* Fix forcing resync in master/slave with auth by always allowing oplog reader ...Spencer T Brody2013-01-171-3/+3
* SERVER-7864 Make copyDB, clone, and cloneCollection work with auth.Spencer T Brody2013-01-171-33/+20
* SERVER-2771 Revert command handlingKristina2013-01-021-31/+0
* SERVER-2771 Command handlingKristina2012-12-261-0/+31
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-2/+2
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-2/+2
* SERVER-7122 Fix auth checking for renameCollection commandSpencer T Brody2012-12-201-2/+2
* SERVER-7122 Assign required privileges to renameCollection commandSpencer T Brody2012-12-191-0/+6
* SERVER-7122 Make copydb not work with auth on mongosSpencer T Brody2012-12-111-25/+0
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-5/+2
* Fix movePrimary with auth by making clone with auth work as an internal-only ...Spencer T Brody2012-12-071-6/+4
* Fix Windows warningsTad Marshall2012-12-071-1/+1
* SERVER-3160: fix check for existing presorterBen Becker2012-12-061-3/+6
* SERVER-3160: Sort index keys during cloneBen Becker2012-12-061-105/+157
* SERVER-7122 Add setParameter option to enable/disable testing commandsSpencer T Brody2012-12-051-1/+1
* SERVER-7122 Make cloning commands not work with auth is enabledSpencer T Brody2012-12-051-6/+81
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-2/+0
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-4/+4
* SERVER-7017 fix duplicate IDTad Marshall2012-10-151-1/+1
* Merge pull request #315 from daveh86/SERVER-7017Ian Whalen2012-10-151-5/+26
|\
| * Fix for SERVER-7017daveh862012-10-151-5/+26
* | SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-9/+11
|/
* SERVER-6731 cloneCollection warning correctionSam Kleinman2012-08-081-2/+1
* cloner has options to only sync data and or indexesEliot Horowitz2012-06-031-45/+50
* make cloner options/api cleaner before adding moreEliot Horowitz2012-06-031-22/+17
* SERVER-5040 retry initial sync if errors occur when creating indexesEric Milkie2012-05-181-2/+4
* some cleaning of get rid of writelock for Lock::GlobalWrite and Lock::DBWriteEliot Horowitz2012-04-181-1/+0