summaryrefslogtreecommitdiff
path: root/db/clientcursor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up tailable cursor codeAaron2009-03-111-10/+4
|
* Add 'cursorInfo' command, remove old method of getting information about cursorsAaron2009-02-231-44/+15
|
* Compile osxAaron2009-02-091-2/+2
|
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-2/+2
|
* Indent all lines within namespaces one levelAaron2009-01-151-173/+173
|
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
|
* Replace tab indentation with spacesAaron2008-12-281-143/+145
|
* fix linker warnings for vc++Dwight2008-12-171-3/+18
| | | | defensive code for cursors abouttodelete
* replication fixes -- "first: true" support (local.dbinfo.*); clean up class nameDwight2008-12-021-1/+1
|
* minor repl; ocmmentsdwight2008-08-251-3/+2
|
* tailable cursors workingDwight2008-08-131-5/+23
|
* important cursor bug fixes (getmore)Dwight2008-07-301-1/+12
| | | | clean up logs a little
* fix nasty drop / dropIndex bugsDwight2008-07-241-0/+20
|
* minor logging and stuff. DEV mode off by default.Dwight2008-07-231-1/+1
|
* added AGPL License Header to every fileEliot Horowitz2008-07-201-1/+16
| | | | take 2
* Revert "added AGPL License Header to every file"Eliot Horowitz2008-07-201-128/+1
| | | | | | Oops - added multiple times. This reverts commit 608769fd03cdaeea5647cd2e730e54fd76b57336.
* added AGPL License Header to every fileEliot Horowitz2008-07-201-1/+128
|
* bad memory issue with cursorsDwight2008-06-111-1/+0
|
* debug stuffDwight2008-06-101-1/+1
|
* alloc cursor sl fasterDwight2008-06-101-2/+5
|
* horrific cursor code goneDwight2008-06-081-84/+49
|
* unifhishedDwight2008-06-061-113/+78
|
* dos2unixDwight2008-06-061-214/+214
|
* minor defensiveDwight2008-03-051-1/+1
|
* patch: killcursors more defensiveDwight2008-03-051-1/+1
|
* idiotDwight2008-02-291-4/+18
|
* don't terminate on assertDwight2008-02-291-5/+4
|
* oopsDwight2008-02-271-0/+1
|
* intr.curs fix;Dwight2008-02-271-40/+73
| | | | new latent cursor implementation (actually works perhaps)
* clientCursor fixesDwight2008-02-261-22/+105
|
* parent ptr fix (btree)Dwight2008-02-141-1/+1
|
* fix a dup key insert assertionDwight2008-02-121-1/+1
| | | | DBRef compare
* latent cursor checkUnused bugDwight2008-02-121-3/+7
|
* aboutToDelete / checkLocation issue.Dwight2008-02-111-0/+4
|
* delete and indexesDwight2007-11-111-0/+76