| 10 days ago |
David Grogan | Release leveldb 1.10 master |
commit | commitdiff | tree |
| 2013-02-07 |
David Grogan | Make DB::Open fail if sst files are missing. |
commit | commitdiff | tree |
| 2013-01-07 |
David Grogan | Fix corruption bug found and analyzed by dhruba@gmail.com |
commit | commitdiff | tree |
| 2012-12-27 |
Sanjay Ghemawat | added utility to dump leveldb files |
commit | commitdiff | tree |
| 2012-10-16 |
Sanjay Ghemawat | Small fixes. |
commit | commitdiff | tree |
| 2012-10-12 |
David Grogan | Update to leveldb 1.6 |
commit | commitdiff | tree |
| 2012-05-30 |
Sanjay Ghemawat | update version number to 1.5 |
commit | commitdiff | tree |
| 2012-05-30 |
Sanjay Ghemawat | remove obsolete android port files |
commit | commitdiff | tree |
| 2012-05-30 |
Sanjay Ghemawat | Remove static initializer; fix endian-ness detection... |
commit | commitdiff | tree |
| 2012-04-17 |
Sanjay Ghemawat | Added bloom filter support. |
commit | commitdiff | tree |
| 2012-03-30 |
Sanjay Ghemawat | build shared libraries; updated version to 1.3; add... |
commit | commitdiff | tree |
| 2012-03-21 |
Sanjay Ghemawat | Build fixes and cleanups: |
commit | commitdiff | tree |
| 2012-03-15 |
Sanjay Ghemawat | use mmap on 64-bit machines to speed-up reads; small... |
commit | commitdiff | tree |
| 2012-03-09 |
Sanjay Ghemawat | fix LOCK file deletion to prevent crash on windows |
commit | commitdiff | tree |
| 2012-03-09 |
Sanjay Ghemawat | added group commit; drastically speeds up mult-threaded... |
commit | commitdiff | tree |
| 2012-03-05 |
Sanjay Ghemawat | add .gitignore; support for building on a few BSD variants |
commit | commitdiff | tree |
| 2012-02-02 |
Sanjay Ghemawat | avoid very large compactions; fix build on Linux |
commit | commitdiff | tree |
| 2012-01-25 |
Sanjay Ghemawat | fixed issues 66 (leaking files on disk error) and... |
commit | commitdiff | tree |
| 2011-11-30 |
Hans Wennborg | Makefile fixes for systems with $CXX other than g++. |
commit | commitdiff | tree |
| 2011-11-14 |
Hans Wennborg | Pass system's CFLAGS, remove exit time destructor,... |
commit | commitdiff | tree |
| 2011-10-31 |
Hans Wennborg | A number of fixes: |
commit | commitdiff | tree |
| 2011-10-05 |
Gabor Cselle | A number of bugfixes: |
commit | commitdiff | tree |
| 2011-09-26 |
Hans Wennborg | Sync with upstream @24213649. |
commit | commitdiff | tree |
| 2011-09-12 |
Hans Wennborg | Sync with upstream @23860137. |
commit | commitdiff | tree |
| 2011-09-01 |
gabor@google.com | Bugfixes: for Get(), don't hold mutex while writing... |
commit | commitdiff | tree |
| 2011-08-22 |
gabor@google.com | Bugfix for issue 33; reduce lock contention in Get... |
commit | commitdiff | tree |
| 2011-08-16 |
gabor@google.com | Bugfixes for iterator and documentation. |
commit | commitdiff | tree |
| 2011-08-06 |
dgrogan@chromium.org | @23023120 |
commit | commitdiff | tree |
| 2011-08-05 |
gabor@google.com | C binding for leveldb, better readseq benchmark for... |
commit | commitdiff | tree |
| 2011-07-29 |
gabor@google.com | Improved benchmark, fixed bugs and SQLite parameters. |
commit | commitdiff | tree |
| 2011-07-27 |
gabor@google.com | Minor typos in benchmark page. |
commit | commitdiff | tree |
| 2011-07-27 |
gabor@google.com | Minor edit in benchmark page. |
commit | commitdiff | tree |
| 2011-07-27 |
gabor@google.com | Setting SVN mime-type for benchmark page. |
commit | commitdiff | tree |
| 2011-07-27 |
gabor@google.com | Adding doctype to benchmark page so Google Code display... |
commit | commitdiff | tree |
| 2011-07-27 |
gabor@google.com | Adding FreeBSD support, removing Chromium files, adding... |
commit | commitdiff | tree |
| 2011-07-21 |
gabor@google.com | Speed up Snappy uncompression, new Logger interface. |
commit | commitdiff | tree |
| 2011-07-19 |
gabor@google.com | Sun Studio support, and fix for test related memory... |
commit | commitdiff | tree |
| 2011-07-15 |
gabor@google.com | Small tweaks and bugfixes for Issue 18 and 19. |
commit | commitdiff | tree |
| 2011-06-30 |
gabor@google.com | Fixed a snappy compression wrapper bug (passing wrong... |
commit | commitdiff | tree |
| 2011-06-29 |
gabor@google.com | Fixing Makefile issue reported in Issue 15 (misspelled... |
commit | commitdiff | tree |
| 2011-06-29 |
gabor@google.com | Platform detection during build, plus compatibility... |
commit | commitdiff | tree |
| 2011-06-22 |
gabor@google.com | Fixing issue 11: version_set_test.cc was missing |
commit | commitdiff | tree |
| 2011-06-22 |
gabor@google.com | A number of smaller fixes and performance improvements: |
commit | commitdiff | tree |
| 2011-06-07 |
hans@chromium.org | sync with upstream @21706995 |
commit | commitdiff | tree |
| 2011-06-02 |
dgrogan@chromium.org | sync with upstream @21627589 |
commit | commitdiff | tree |
| 2011-05-28 |
dgrogan@chromium.org | Update from upstream @21551990 |
commit | commitdiff | tree |
| 2011-05-21 |
dgrogan@chromium.org | sync with upstream @ 21409451 |
commit | commitdiff | tree |
| 2011-05-03 |
dgrogan@chromium.org | make windows include /Iport\win in dependent projects |
commit | commitdiff | tree |
| 2011-04-21 |
dgrogan@chromium.org | pull in hans' mac build fix |
commit | commitdiff | tree |
| 2011-04-20 |
dgrogan@chromium.org | fix build on at least linux |
commit | commitdiff | tree |
| 2011-04-20 |
dgrogan@chromium.org | @20776309 |
commit | commitdiff | tree |
| 2011-04-19 |
dgrogan@chromium.org | reverting disastrous MOE commit, returning to r21 |
commit | commitdiff | tree |
| 2011-04-19 |
dgrogan@chromium.org | Revision created by MOE tool push_codebase. |
commit | commitdiff | tree |
| 2011-04-18 |
dgrogan@chromium.org | chmod a-x |
commit | commitdiff | tree |
| 2011-04-12 |
dgrogan@chromium.org | @20602303. Default file permission is now 755. |
commit | commitdiff | tree |
| 2011-03-30 |
jorlow@chromium.org | Fix last commit |
commit | commitdiff | tree |
| 2011-03-30 |
jorlow@chromium.org | Move include files into a leveldb subdir. |
commit | commitdiff | tree |
| 2011-03-29 |
jorlow@chromium.org | Upstream change. |
commit | commitdiff | tree |
| 2011-03-28 |
jorlow@chromium.org | Upstream changes. |
commit | commitdiff | tree |
| 2011-03-25 |
jorlow@chromium.org | Upstream changes |
commit | commitdiff | tree |
| 2011-03-22 |
jorlow@chromium.org | Pull from upstream. |
commit | commitdiff | tree |
| 2011-03-22 |
jorlow@chromium.org | Make GetTestDirectory threadsafe within Chromium and... |
commit | commitdiff | tree |
| 2011-03-22 |
jorlow@chromium.org | More changes from upstream. |
commit | commitdiff | tree |
| 2011-03-21 |
gabor@google.com | Removing unneeded build files |
commit | commitdiff | tree |
| 2011-03-21 |
jorlow@chromium.org | more upstream changes |
commit | commitdiff | tree |
| 2011-03-21 |
jorlow@chromium.org | Sync in bug fixes |
commit | commitdiff | tree |
| 2011-03-21 |
jorlow@chromium.org | Changes to get Snappy working |
commit | commitdiff | tree |
| 2011-03-21 |
jorlow@chromium.org | Oops, another file that didn't upload correctly. |
commit | commitdiff | tree |
| 2011-03-21 |
hans@chromium.org | Set mime-type to text/css on doc/doc.css files. |
commit | commitdiff | tree |
| 2011-03-21 |
hans@chromium.org | Set mime-type to text/html on .html files. |
commit | commitdiff | tree |
| 2011-03-18 |
jorlow@chromium.org | Fix typo in Makefile. |
commit | commitdiff | tree |
| 2011-03-18 |
jorlow@chromium.org | Directory paths were off a bit. |
commit | commitdiff | tree |
| 2011-03-18 |
jorlow@chromium.org | Initial checkin. |
commit | commitdiff | tree |
| 2011-03-02 |
(no author) | Initial directory structure. |
commit | commitdiff | tree |
|