Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Level/rocksdb

Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
https://github.com/Level/rocksdb

Merge pull request #60 from sandfox/fix-approximate-size

fix: incorrect scope in approximateSize func

35458663fb9f9537d0e177f8edad7249e80fd248 authored over 11 years ago by Julian Gruber <[email protected]>
make scope binding fix far more eloquent

c39a15c14c6af51155f67bcffd45b396ebd0e7a3 authored over 11 years ago by James Butler <[email protected]>
fix: incorrect scope in approximateSize func

e7ddbeb2bbc6f9319482a1fa697a5f295c75625c authored over 11 years ago by James Butler <[email protected]>
clear out all levelup test stuff

3e19f7427fed95589aa56647e3169e9147e73a96 authored over 11 years ago by Rod Vagg <[email protected]>
version bump to 0.0.2

6bdcbd8c19aca318df1e60f6db4ed146391b45df authored over 11 years ago by Rod Vagg <[email protected]>
complete rename from LevelUP to LevelDOWN

18a003e6ef46a14fa7dfa24d3865ef815e238eaf authored over 11 years ago by Rod Vagg <[email protected]>
version bump for minor additions + docs

bf42af22e19022ec70bd322813ba20daf7b89569 authored over 11 years ago by Rod Vagg <[email protected]>
complete documentation of current API

also include notes about the API change process

98c69c52493955f74151044f7a6b69a71aa20136 authored over 11 years ago by Rod Vagg <[email protected]>
callback is not optional for `close()`

a2c8dadf0b8fbfa3b97551b2f93235af3931c646 authored over 11 years ago by Rod Vagg <[email protected]>
minor style tweaks take 2

0fd2c8d530938c5445b87934bbe8ef5f9a0a5699 authored over 11 years ago by Rod Vagg <[email protected]>
minor code style tweak

95c75218c4326a2029cce9533ff05dcbc5000c86 authored over 11 years ago by Rod Vagg <[email protected]>
rename

9e86fc4f08bed205cf589c0e7ad55903f6ca3558 authored over 11 years ago by Rod Vagg <[email protected]>
remove LevelUP components

8faa18b9c9fe43992f8d490c9a2bed1b5c7a93ab authored over 11 years ago by Rod Vagg <[email protected]>
version bump for release

d390426ad3a0fd6eccada5598b72b4d1c8baad29 authored almost 12 years ago by Rod Vagg <[email protected]>
version bump for 0.5 @dev release

6f0e5d5667f9e170f2f510a5f4d57b084f036908 authored almost 12 years ago by Rod Vagg <[email protected]>
fix createIfMissing tests for defaults change

aa36f476d1050bb0ae58326ebc050beb5879b1ed authored almost 12 years ago by Rod Vagg <[email protected]>
fix GitHub MD derpery

82a6f6cf639a32c553ec06ef63e06862efe6db82 authored almost 12 years ago by Rod Vagg <[email protected]>
change createIfMissing default to true

364f05e7b89291bb39ee02d523be02cfe725d6e5 authored almost 12 years ago by Rod Vagg <[email protected]>
readme tweaks

aecd564f8fb296755a84b0abd926d600cefbb364 authored almost 12 years ago by Rod Vagg <[email protected]>
use util._extend instead of local variant

92e6e10e2baee60d14977d165fafc2316e76a0ad authored almost 12 years ago by Rod Vagg <[email protected]>
minor c++ code reorg, move constructors out of .h

ee364ca3b32b6fc4d40ce96528993528534d8a7d authored almost 12 years ago by Rod Vagg <[email protected]>
proper cleanup after idempotent test

dceaa510bf2d51afdb3fc5f310615d459b3128ce authored almost 12 years ago by Rod Vagg <[email protected]>
adjust copyright & contributors

1e1650875e82d239f2dac28e7842b73fecc3ae88 authored almost 12 years ago by Rod Vagg <[email protected]>
minor code style adjustments

6e52dc631eaaeed8d84b93f5aa8f7c346af1a13d authored almost 12 years ago by Rod Vagg <[email protected]>
document state events

3c2c360870dc9d917fe27a363b72023b6bd65776 authored almost 12 years ago by Dominic Tarr <[email protected]>
idempotent open and close, and emit _state as events

ee7175d05cda17a8f9c33ab371adaf7285be9296 authored almost 12 years ago by Dominic Tarr <[email protected]>
test that open and close are idempotent

01bf962c5b552f8406f7b6a0590514047e2fbe62 authored almost 12 years ago by Dominic Tarr <[email protected]>
Merge pull request #50 from kesla/cache-options

feature: Support setting size of LRU-cache

a66e3462d748cf15f0f51cd6c6aeabc96dad302a authored almost 12 years ago by David Björklund <[email protected]>
fix: check that UINT32_OPTION_VALUE is a Uint32

a31bf08c7a9471cff53904fcdefc1515a687621b authored almost 12 years ago by David Björklund <[email protected]>
Merge pull request #49 from ralphtheninja/util-inherits

use util.inherits() from node core

325ee0209850dc082bf61abf0669167bb1d2e7a2 authored almost 12 years ago by Lars-Magnus Skog <[email protected]>
updated contributors

a0892dcc576f4bf2a22e185577779d447727a215 authored almost 12 years ago by Julian Gruber <[email protected]>
feature: Support setting size of LRU-cache

92371117a4a2a481c1c6679cc4908301262b8c47 authored almost 12 years ago by David Björklund <[email protected]>
use util.inherits() from node core

5c79a0ec69e55619a6f028e5bf557ea6c29287db authored almost 12 years ago by Lars-Magnus Skog <[email protected]>
version bump for @0.4.4 release

936674bfa94621e98ee30f0fbfcda1eb3596a8ee authored almost 12 years ago by Rod Vagg <[email protected]>
test against console.error() call

59a5fd4ba6fdbc58e52c66563966c2f8f2fbc780 authored almost 12 years ago by Rod Vagg <[email protected]>
set maxListeners to Infinity to prevent warnings when using deferred open. fixes #47

bae8af68e14216a5bfefe11e201ef38889bc5ae8 authored almost 12 years ago by Julian Gruber <[email protected]>
version bump for @0.4.3 release

bdc8474460b4de63f42225d21320593f53f55d96 authored almost 12 years ago by Rod Vagg <[email protected]>
readme tweak, added @kesla to contributors list

ea7073bbd3b3bc689ee62d1db5966775b57f0a37 authored almost 12 years ago by Rod Vagg <[email protected]>
Merge pull request #44 from kesla/approximate-size

Get approximate size for a range

0ce42c5a79ae6c4a8a42d57227bbb65397622763 authored almost 12 years ago by Rod Vagg <[email protected]>
style fixes based on review

d9f71aa3829348c747555e5a3fae9e61ac3c8c5e authored almost 12 years ago by David Björklund <[email protected]>
documentation for approximateSize()

be67b0a5151a4040a431466e2e51ca5162fdc1da authored almost 12 years ago by David Björklund <[email protected]>
version bump for @0.4.2 release

00eb3bf9aaf8802bdb44d76dc77d427e9c7d02f4 authored almost 12 years ago by Rod Vagg <[email protected]>
proper setImmediate/process.nextTick compatibility

a501ee7e22fed5a1fdf401ad1c1272f7ec246a28 authored almost 12 years ago by Rod Vagg <[email protected]>
process.nextTick->setImmediate, Node 0.9.5 compat

81232a3893f2499ca2440ca3ce3f2b6fb8dc490b authored almost 12 years ago by Rod Vagg <[email protected]>
Get approximate size for a range

4e6f878bd56c70f95a3386586653ceba098175a0 authored almost 12 years ago by David Björklund <[email protected]>
added @ralphtheninja to contributors list

1d42d8a83a7fda011e632e419f8963a065b8909d authored almost 12 years ago by Rod Vagg <[email protected]>
fixed README

4b8cf2cc4eb4b93b511073b88b6bd9e555099dd2 authored almost 12 years ago by Lars-Magnus Skog <[email protected]>
version bump to 0.4.1

3156fb3fd7d09336889adcf18cd17b518d177b57 authored almost 12 years ago by Rod Vagg <[email protected]>
remove useBatch option on writeStream

b11fc4b0e4db2649973d1113e22a54ea76fd4435 authored almost 12 years ago by Rod Vagg <[email protected]>
version bump for 0.4.0 release

0c93dfeea54abdc28afe75a33ae8fde46f433ab5 authored almost 12 years ago by Rod Vagg <[email protected]>
minor code cleanup

c2f079b16d46b1fae8fad9b9b1701678fd1c5142 authored almost 12 years ago by Rod Vagg <[email protected]>
remove old, unused util functions

4d6c79ca1c3cef3a35f8d71ea05ffed78037de0f authored almost 12 years ago by Rod Vagg <[email protected]>
version bump for @dev release

98e50a713979c8fc27601e441f0b2130a960e341 authored almost 12 years ago by Rod Vagg <[email protected]>
speed up batch() & allow non-Strings to C++

6ed429ecbb66200d9618a726a852d5e34a1f34a4 authored almost 12 years ago by Rod Vagg <[email protected]>
fix batch() benchmarks

67d6796e4d0e60c347690e5010ef02533cc1bcc0 authored almost 12 years ago by Rod Vagg <[email protected]>
improved compression test

20583d67bc00629d859f321ca0f24810edbecf43 authored almost 12 years ago by Rod Vagg <[email protected]>
updated benchmarks readme

8ab00d2d0d590b1a4d8009b602bf50fe63ca681a authored almost 12 years ago by Rod Vagg <[email protected]>
added SQLite3 to test suite

635d12b6a54010f7d883f1a26b5e1485afb20175 authored almost 12 years ago by Rod Vagg <[email protected]>
Merge branch '0.4.0-wip' of github.com:rvagg/node-levelup into 0.4.0-wip

6e5eedd5ed531881a176e1a567523a70ca1c62d2 authored almost 12 years ago by Rod Vagg <[email protected]>
version bump

6d91d6957d4b639204e54391ec7edf0da28dc9f5 authored almost 12 years ago by Rod Vagg <[email protected]>
remove compile warnings on osx!

2b3288c0bf6ae6489c9fd1ffb2098f2907c67474 authored almost 12 years ago by Rod Vagg <[email protected]>
minor touchups

f61d55b14853feaf425206253ba9571e8c4336ff authored almost 12 years ago by Rod Vagg <[email protected]>
return Strings not Buffers from C++ when possible

24effd6a804ecfdd9d54a21a924c9e74ad2006d0 authored almost 12 years ago by Rod Vagg <[email protected]>
optimised encoders & decoders

c16dabfa9f3f5f49b1bf2452caa550c5c1356139 authored almost 12 years ago by Rod Vagg <[email protected]>
added basic get() benchmarks

73d44f89005eaa163d480a26b37814dd165b3b87 authored almost 12 years ago by Rod Vagg <[email protected]>
slight C++ cleanup, giving in to macros, UGH!

5a3192d7253539eae49b8c8bf4c96f3bb5e7578e authored almost 12 years ago by Rod Vagg <[email protected]>
minor performance tweaks

320845d0df66efc45034e35f2f43d2b70dd43e36 authored almost 12 years ago by Rod Vagg <[email protected]>
improved benchmarks

7ae020e7c15f9f0e5f95460498bcfe674de4d50a authored almost 12 years ago by Rod Vagg <[email protected]>
added no-compression benchmark engine

51d738488dc23cea31d25cb2c1e799399697d1c3 authored almost 12 years ago by Rod Vagg <[email protected]>
added leveldb 1.7.0 source tarball

4d1848c0250f65c2aa3a6ac2c95cba4bbc22f8e8 authored almost 12 years ago by Rod Vagg <[email protected]>
revamped benchmark suite

150c92f443c387513a0a92dbdb8bb5ac71055a78 authored almost 12 years ago by Rod Vagg <[email protected]>
allow JS Strings through to native layer

major speed boost here for all utf8 databases

bedf32e8093637335e983c0093aac22d962b13da authored almost 12 years ago by Rod Vagg <[email protected]>
cleaner build for osx

4ff98227100c8cb6d729ebc6b4696f1f44f99c5f authored almost 12 years ago by Rod Vagg <[email protected]>
remove compile warnings for solaris

7b907b07f5d02ae594b6f94501b2d04af08eb20d authored almost 12 years ago by Rod Vagg <[email protected]>
leveldb 1.7

700ff085f746fb9eb6f31f1e7af745a2702f99ce authored almost 12 years ago by Rod Vagg <[email protected]>
added `compress` boolean on open()

f160b903625b5d0b170c7bfabc23dcb0ea7909a8 authored almost 12 years ago by Rod Vagg <[email protected]>
Merge tag 'v0.3.3'

9dcabe9df8886e89fe05d966df71df4450e2d97a authored almost 12 years ago by Rod Vagg <[email protected]>
version bump @0.3.3

f97739ec6200b889a641eea12c04c21136e7e1ed authored almost 12 years ago by Rod Vagg <[email protected]>
fix up virtual methods & reformat

795aedd65426aa05048070a04bb649d75ae5e7a8 authored almost 12 years ago by Rod Vagg <[email protected]>
indentification

f296610d944bfa58fd4942b50aa7c7cc24825158 authored almost 12 years ago by Rod Vagg <[email protected]>
added useBatch=false option on writeStream

469b095afa0e1bc2a2ee34c511009e86da964057 authored almost 12 years ago by Rod Vagg <[email protected]>
close() callback existential check

f4c69178f7b636fdab2619271b0ec4187720c2b2 authored almost 12 years ago by Rod Vagg <[email protected]>
fixed snappy compression, added compression tests

8da9356ad0fee901b39a2b0d71813f9c42ea20ba authored almost 12 years ago by Rod Vagg <[email protected]>
reformat package.json

9daeeb42c9cb76a1bddf0fd49a26750ee6c90626 authored almost 12 years ago by Rod Vagg <[email protected]>
work-around for dodgy slow-stream

9fb87ec8cd21d81c929997868fb41fd3363b10f5 authored almost 12 years ago by Rod Vagg <[email protected]>
added snapshot test case that I forgot to add...

01b01b086e4e6de9cedf552cd995261616179f9c authored almost 12 years ago by Rod Vagg <[email protected]>
test for implicit snapshot on readStream()

also add some basic snapshot stuff in the native layer, ready for
implementing in JS too.

40dbde6c84e6bc09959e714f44d537545873131d authored almost 12 years ago by Rod Vagg <[email protected]>
0.3.2

a27c152336568aa317712b5c3393e827867e0604 authored almost 12 years ago by Raynos <[email protected]>
Merge pull request #36 from Raynos/raw-events

emit raw values in events

a199ea01a1da981673679c833adba9fdc12e36dc authored almost 12 years ago by Raynos <[email protected]>
emit raw values in events

2e6bf80b99e008159daf359fceb9f9ffe0ae5a5c authored almost 12 years ago by Raynos <[email protected]>
travis update

101c3a2071f12086093e54e325470657f7e2462f authored almost 12 years ago by Rod Vagg <[email protected]>
added more functional tests!

625ba80ed9731e5a90c266707950387519efed08 authored almost 12 years ago by Rod Vagg <[email protected]>
ignore wip stuff

7625b826bb48ce3b9db5e36f594e480a1875bcf0 authored almost 12 years ago by Rod Vagg <[email protected]>
version bump

99f0351d931858342ee2b56020719bf7edad0538 authored almost 12 years ago by Rod Vagg <[email protected]>
implement readStream() `limit` option

2fd94d7604f3c663e4f5bc4e1f8416be0beb5cc0 authored almost 12 years ago by Rod Vagg <[email protected]>
fix functional test

d1e7bfe8272fb6f43506af4871a794dba286072d authored almost 12 years ago by Rod Vagg <[email protected]>
single-put batch benchmark

487d614d1f9e6d772b0ebce8a804e83ed5ea2464 authored almost 12 years ago by Rod Vagg <[email protected]>
added focus-arrow to benchmark suite

6549f1cb3baea6511b15fdfd645a622a4767f963 authored almost 12 years ago by Rod Vagg <[email protected]>
added basic benchmark suite

8603b3eaf155990858998980ed0a69b17c5a8772 authored almost 12 years ago by Rod Vagg <[email protected]>
remove floating streams header from readme

8664173ce2b73843d9d4bc9542434dc62fd577c7 authored almost 12 years ago by Rod Vagg <[email protected]>