[Pkg-javascript-commits] [node-leveldown] 454/492: Merge pull request #73 from rvagg/0.9.3-wip
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit a9371800cdd983a5303417028db692fedc875976
Merge: ca9064a 89e83cd
Author: Rod Vagg <rod at vagg.org>
Date: Sun Nov 17 16:09:39 2013 -0800
Merge pull request #73 from rvagg/0.9.3-wip
0.10.0-wip (was 0.9.3-wip)
.npmignore | 1 +
deps/snappy-1.1.1.tar.gz | Bin 0 -> 1777992 bytes
deps/snappy/freebsd/config.h | 108 +-
deps/snappy/linux/config.h | 53 +-
deps/snappy/mac/config.h | 53 +-
deps/snappy/{snappy-1.1.0 => snappy-1.1.1}/AUTHORS | 0
deps/snappy/{snappy-1.1.0 => snappy-1.1.1}/COPYING | 0
.../{snappy-1.1.0 => snappy-1.1.1}/ChangeLog | 268 +++
deps/snappy/{snappy-1.1.0 => snappy-1.1.1}/INSTALL | 0
.../{snappy-1.1.0 => snappy-1.1.1}/Makefile.am | 0
.../{snappy-1.1.0 => snappy-1.1.1}/Makefile.in | 1 +
deps/snappy/{snappy-1.1.0 => snappy-1.1.1}/NEWS | 13 +
deps/snappy/{snappy-1.1.0 => snappy-1.1.1}/README | 0
.../{snappy-1.1.0 => snappy-1.1.1}/aclocal.m4 | 0
.../{snappy-1.1.0 => snappy-1.1.1}/autogen.sh | 0
deps/snappy/snappy-1.1.1/config.guess | 1530 +++++++++++++++++
.../{solaris/config.h => snappy-1.1.1/config.h.in} | 100 +-
deps/snappy/snappy-1.1.1/config.sub | 1773 ++++++++++++++++++++
.../{snappy-1.1.0 => snappy-1.1.1}/configure | 108 +-
.../{snappy-1.1.0 => snappy-1.1.1}/configure.ac | 11 +-
deps/snappy/{snappy-1.1.0 => snappy-1.1.1}/depcomp | 0
.../format_description.txt | 0
.../framing_format.txt | 0
.../{snappy-1.1.0 => snappy-1.1.1}/install-sh | 0
.../{snappy-1.1.0 => snappy-1.1.1}/ltmain.sh | 0
.../{snappy-1.1.0 => snappy-1.1.1}/m4/gtest.m4 | 0
deps/snappy/{snappy-1.1.0 => snappy-1.1.1}/missing | 0
.../{snappy-1.1.0 => snappy-1.1.1}/snappy-c.cc | 0
.../{snappy-1.1.0 => snappy-1.1.1}/snappy-c.h | 0
.../snappy-internal.h | 0
.../snappy-sinksource.cc | 0
.../snappy-sinksource.h | 0
.../snappy-stubs-internal.cc | 0
.../snappy-stubs-internal.h | 0
.../snappy-stubs-public.h | 15 +-
.../snappy-stubs-public.h.in | 13 +
.../{snappy-1.1.0 => snappy-1.1.1}/snappy-test.cc | 20 +-
.../{snappy-1.1.0 => snappy-1.1.1}/snappy-test.h | 22 +-
.../{snappy-1.1.0 => snappy-1.1.1}/snappy.cc | 269 ++-
.../snappy/{snappy-1.1.0 => snappy-1.1.1}/snappy.h | 23 +-
.../snappy_unittest.cc | 280 +++-
.../testdata/alice29.txt | 0
.../testdata/asyoulik.txt | 0
.../testdata/baddata1.snappy | Bin
.../testdata/baddata2.snappy | Bin
.../testdata/baddata3.snappy | Bin
.../testdata/cp.html | 0
.../testdata/fields.c | 0
.../testdata/geo.protodata | Bin
.../testdata/grammar.lsp | 0
.../testdata/house.jpg | Bin
.../{snappy-1.1.0 => snappy-1.1.1}/testdata/html | 0
.../testdata/html_x_4 | 0
.../testdata/kennedy.xls | Bin
.../testdata/kppkn.gtb | Bin
.../testdata/lcet10.txt | 0
.../testdata/mapreduce-osdi-1.pdf | Bin
.../testdata/plrabn12.txt | 0
.../{snappy-1.1.0 => snappy-1.1.1}/testdata/ptt5 | Bin
.../{snappy-1.1.0 => snappy-1.1.1}/testdata/sum | Bin
.../testdata/urls.10K | 0
.../testdata/xargs.1 | 0
deps/snappy/snappy.gyp | 22 +-
deps/snappy/solaris/config.h | 37 +-
deps/snappy/win32/config.h | 29 +
deps/snappy/win32/snappy-stubs-public.h | 4 +-
package.json | 4 +-
src/batch.cc | 17 +-
src/batch.h | 1 -
src/database.cc | 52 +-
src/database_async.cc | 8 +-
src/database_async.h | 2 -
src/iterator.cc | 6 +
src/leveldown.h | 13 +-
test/leak-tester-batch.js | 87 +
75 files changed, 4616 insertions(+), 327 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list