summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6405: move dropNS into Database and make privateEliot Horowitz2013-10-081-1/+1
* SERVER-6405: char* to StringData for some catalog methodsEliot Horowitz2013-09-171-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-2/+2
* SERVER-10026 SERVER-10461 overhaul yielding, introduce findAllHari Khalsa2013-08-141-0/+2
* SERVER-10026 SERVER-10461 runner registry: short-term safe yielding for non-c...Hari Khalsa2013-08-121-1/+20
* SERVER-10026 SERVER-10376 Fix Windows warning -- class vs structTad Marshall2013-08-081-1/+1
* SERVER-10026 SERVER-10376 getMore and invalidation and clientCursorHari Khalsa2013-08-071-7/+14
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-312/+275
* SERVER-10362: add option to ClientCursor::staticYield to do a pthread_yield i...Eliot Horowitz2013-07-291-2/+3
* SERVER-2212 Logic to apply time limits to getmore CurOp objectsJason Rassi2013-07-261-0/+9
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-9/+9
* SERVER-8791 SERVER-9212 keep btree bucket deletion inside of btree classHari Khalsa2013-07-021-1/+0
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-2/+0
* SERVER-8598 CollectionManager -> CollectionMetadata refactor, no behavior changeGreg Studer2013-06-171-4/+4
* SERVER-8598 hook up CollectionManager in place of ShardChunkManagerGreg Studer2013-06-171-4/+4
* SERVER-9387 expose namespace name in aboutToDelete when logging diskloc deletesGreg Studer2013-04-181-1/+3
* SERVER-8456: use CursorHolder to avoid auto_ptr::releaseBen Becker2013-02-121-0/+1
* SERVER-8368 Don't check authorization for deleting cursors while holding a mu...Spencer T Brody2013-02-071-1/+2
* Check authorization in the new AuthorizationManager SERVER-7572Spencer T Brody2012-12-071-1/+8
* Fix use of ByLocKey as an incomplete type in standard containers.Andrew Morrow2012-11-081-22/+1
* pass more info through aboutToDeleteEliot Horowitz2012-10-241-1/+1
* Move ElapsedTracker to mongo/util/elapsed_tracker.{h,cpp}.Aaron2012-10-231-1/+1
* SERVER-2001 filter queries on mongod using new key extraction pathKevin Matulef2012-10-161-0/+8
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-3795 end logged lines with endl, not newlineTad Marshall2012-09-231-2/+4
* SERVER-6931 Don't attempt to look up a cursor using an invalid id. Prevents ...Aaron2012-09-051-0/+3
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-828: implement positional operator ($) and for query projectionsBen Becker2012-06-141-3/+3
* SERVER-6053 - query pieces need to not rely on the original message buffer ha...Eliot Horowitz2012-06-101-5/+0
* Add a ClientCursor::Holder constructor that accepts a ClientCursor, and use t...Aaron2012-05-131-1/+5
* SERVER-5726 Mark relevant code.Aaron2012-05-051-1/+1
* Reorganize ClientCursor::Pin a bit.Aaron2012-05-051-11/+12
* SERVER-5101 Make ClientCursor::Pin exception safe and remove its manual relea...Aaron2012-05-051-24/+19
* Symbolize INVALID_CURSOR_ID value.Aaron2012-05-051-3/+4
* Rename ClientCursor pointer classes.Aaron2012-05-051-8/+8
* SERVER-4980 Add Cursor::keyFieldsOnly() and use it to implement projection in...Aaron2012-04-191-0/+2
* more cleanup of pch.h and goodies.h; new file ticketholder.hEric Milkie2012-04-061-1/+4
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* some ClientCursor::YieldLock cleaningEliot Horowitz2012-03-271-23/+14
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* Merge remote branch 'main_readonly/master'Dwight2012-03-121-6/+10
|\
| * make updateLocation() an internal function of ClientCursor, only used to hand...Aaron2012-03-111-6/+7
| * SERVER-5089U-tellus\cwestin2012-03-061-0/+3
* | Merge remote branch 'main_readonly/master'Dwight2012-03-011-0/+1
|\ \ | |/
| * SERVER-4150 commentsAaron2012-02-291-0/+1
* | Merge remote branch 'main_readonly/master'Dwight2012-02-271-0/+7
|\ \ | |/
| * SERVER-4150 enable setting client cursor's slaveReadTill fieldAaron2012-02-241-0/+3
| * SERVER-4150 reimplement query using query optimizer cursor one checkpointAaron2012-02-241-0/+4
* | Merge remote branch 'main_readonly/master'Dwight2012-02-161-11/+2
|\ \ | |/