summaryrefslogtreecommitdiff
path: root/db/db_iter.cc
Commit message (Expand)AuthorAgeFilesLines
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-2/+2
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-091-10/+10
* Merge pull request #679 from smartxworks:optimize-readseqVictor Costan2019-05-041-0/+9
|\
| * don't check current key in DBIter::Next()Kyle Zhang2019-04-251-0/+9
* | Correct class/structure declaration order.Chris Mumford2019-05-031-6/+4
* | Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-24/+15
|/
* Remove ssize_t from code that is not POSIX-specific.costan2018-09-041-8/+11
* Release LevelDB 1.14v1.14David Grogan2013-09-191-4/+5
* LevelDB 1.13v1.13David Grogan2013-08-211-12/+29
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* Bugfixes for iterator and documentation.gabor@google.com2011-08-161-1/+2
* @20776309dgrogan@chromium.org2011-04-201-100/+1
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+397
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-397/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-0/+0
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-2/+2
* Upstream changes.jorlow@chromium.org2011-03-281-1/+4
* Upstream changesjorlow@chromium.org2011-03-251-218/+200
* Pull from upstream.jorlow@chromium.org2011-03-221-3/+3
* Initial checkin.jorlow@chromium.org2011-03-181-0/+412