summaryrefslogtreecommitdiff
path: root/src/mongo/s/cursors.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20758 delete s/cursors.h and s/cursors.cppDavid Storch2015-11-111-153/+0
* SERVER-20351 Ensure storePossibleCursor() called w/ valid HostAndPortJason Rassi2015-09-211-1/+1
* SERVER-18774 Add ClusterCursorCleanupJob background jobJason Rassi2015-08-261-2/+0
* SERVER-18084 Cleanup includesKaloian Manassiev2015-07-281-5/+3
* SERVER-18955 Have ShardedClientCursor set the batch size before all callscharlie.page@gmail.com2015-06-301-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-83/+84
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17496 Remove unused header includesKaloian Manassiev2015-03-261-1/+1
* SERVER-13339 Cleanup some SConscript and includesKaloian Manassiev2015-02-201-16/+7
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
* SERVER-11681 remove dead code for parallel cursorsGreg Studer2014-01-071-2/+2
* SERVER-2212 mongos tracks elapsed time for sharded cursorsJason Rassi2013-10-311-3/+17
* 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-9139 clean up unsharded cursors in CursorCacheGreg Studer2013-03-271-0/+1
* Check authorization in the new AuthorizationManager SERVER-7572Spencer T Brody2012-12-071-0/+2
* Store cursor namespaces in mongos. Necessary so mongos can check authorizatio...Spencer T Brody2012-11-301-2/+7
* use SecureRandom to seed PseudoRandom for cursor id generationEliot Horowitz2012-11-131-6/+8
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* SERVER-5157 Cursor id is being stored at mongos after reply is sent to clientRen2012-03-021-2/+25
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+106