summaryrefslogtreecommitdiff
path: root/db/clientcursor.cpp
AgeCommit message (Expand)Author
2009-03-27timeout old cursors (for sharding)Dwight
2009-03-24comments/cleanupDwight
2009-03-11Clean up tailable cursor codeAaron
2009-02-23Add 'cursorInfo' command, remove old method of getting information about cursorsAaron
2009-02-09Compile osxAaron
2009-01-15Replaced our #defined cout with mongo::out()Aaron
2009-01-15Indent all lines within namespaces one levelAaron
2009-01-14Put our code in 'mongo' namespaceAaron
2008-12-28Replace tab indentation with spacesAaron
2008-12-17fix linker warnings for vc++Dwight
2008-12-02replication fixes -- "first: true" support (local.dbinfo.*); clean up class nameDwight
2008-08-25minor repl; ocmmentsdwight
2008-08-13tailable cursors workingDwight
2008-07-30important cursor bug fixes (getmore)Dwight
2008-07-24fix nasty drop / dropIndex bugsDwight
2008-07-23minor logging and stuff. DEV mode off by default.Dwight
2008-07-20added AGPL License Header to every fileEliot Horowitz
2008-07-20Revert "added AGPL License Header to every file"Eliot Horowitz
2008-07-20added AGPL License Header to every fileEliot Horowitz
2008-06-11bad memory issue with cursorsDwight
2008-06-10debug stuffDwight
2008-06-10alloc cursor sl fasterDwight
2008-06-08horrific cursor code goneDwight
2008-06-06unifhishedDwight
2008-06-06dos2unixDwight
2008-03-05minor defensiveDwight
2008-03-05patch: killcursors more defensiveDwight
2008-02-29idiotDwight
2008-02-29don't terminate on assertDwight
2008-02-27oopsDwight
2008-02-27intr.curs fix;Dwight
2008-02-26clientCursor fixesDwight
2008-02-14parent ptr fix (btree)Dwight
2008-02-12fix a dup key insert assertionDwight
2008-02-12latent cursor checkUnused bugDwight
2008-02-11aboutToDelete / checkLocation issue.Dwight
2007-11-11delete and indexesDwight