summaryrefslogtreecommitdiff
path: root/src/mongo/s/cursors.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11501 SERVER-2212 Fix deref. of invalidated iteratorj. rassi2013-10-311-4/+4
* SERVER-2212 mongos tracks elapsed time for sharded cursorsJason Rassi2013-10-311-2/+30
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-5/+5
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* SERVER-1891 Add audit logging hooks for authorization checks in mongos.Andy Schwerin2013-07-191-5/+19
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-8/+8
* Clean up includes of authorization headersSpencer T Brody2013-05-221-0/+1
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-5/+5
* SERVER-9139 clean up unsharded cursors in CursorCacheGreg Studer2013-03-271-0/+7
* SERVER-8383 make mongos cursor timeout polling same as mongod (4s)Greg Studer2013-03-221-1/+1
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-4/+3
* SERVER-7122 Grant killCursors to serverAdmin roleSpencer T Brody2013-01-221-2/+3
* Check authorization in the new AuthorizationManager SERVER-7572Spencer T Brody2012-12-071-1/+8
* Store cursor namespaces in mongos. Necessary so mongos can check authorizatio...Spencer T Brody2012-11-301-5/+23
* SERVER-7122 Assign required privileges to some more random commandsSpencer T Brody2012-11-281-0/+17
* use SecureRandom to seed PseudoRandom for cursor id generationEliot Horowitz2012-11-131-9/+20
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-4/+4
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-3/+4
* SERVER-5624 Wrote tests for cursor timetoutsRandolph Tan2012-05-221-0/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-8/+8
* SERVER-5157 Cursor id is being stored at mongos after reply is sent to clientRen2012-03-021-14/+35
* Use Task API correctly in mongos SERVER-4367Mathias Stearn2012-02-131-2/+2
* fix slave ok getMore cursors via mongos by storing actual server usedEliot Horowitz2012-01-251-1/+3
* move bestGuessCursor to NamespaceDetailsTransient, move isSimpleIdQuery to qu...Aaron2012-01-181-1/+0
* SERVER-4680 sendNextBatch logic isn't correct with nonzero batch sizeGreg Studer2012-01-181-9/+7
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+316