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 about 12 years ago
make scope binding fix far more eloquent

c39a15c14c6af51155f67bcffd45b396ebd0e7a3 authored about 12 years ago
fix: incorrect scope in approximateSize func

e7ddbeb2bbc6f9319482a1fa697a5f295c75625c authored about 12 years ago
clear out all levelup test stuff

3e19f7427fed95589aa56647e3169e9147e73a96 authored about 12 years ago
version bump to 0.0.2

6bdcbd8c19aca318df1e60f6db4ed146391b45df authored about 12 years ago
complete rename from LevelUP to LevelDOWN

18a003e6ef46a14fa7dfa24d3865ef815e238eaf authored about 12 years ago
version bump for minor additions + docs

bf42af22e19022ec70bd322813ba20daf7b89569 authored about 12 years ago
complete documentation of current API

also include notes about the API change process

98c69c52493955f74151044f7a6b69a71aa20136 authored about 12 years ago
callback is not optional for `close()`

a2c8dadf0b8fbfa3b97551b2f93235af3931c646 authored about 12 years ago
minor style tweaks take 2

0fd2c8d530938c5445b87934bbe8ef5f9a0a5699 authored about 12 years ago
minor code style tweak

95c75218c4326a2029cce9533ff05dcbc5000c86 authored about 12 years ago
rename

9e86fc4f08bed205cf589c0e7ad55903f6ca3558 authored about 12 years ago
remove LevelUP components

8faa18b9c9fe43992f8d490c9a2bed1b5c7a93ab authored about 12 years ago
version bump for release

d390426ad3a0fd6eccada5598b72b4d1c8baad29 authored about 12 years ago
version bump for 0.5 @dev release

6f0e5d5667f9e170f2f510a5f4d57b084f036908 authored about 12 years ago
fix createIfMissing tests for defaults change

aa36f476d1050bb0ae58326ebc050beb5879b1ed authored about 12 years ago
fix GitHub MD derpery

82a6f6cf639a32c553ec06ef63e06862efe6db82 authored about 12 years ago
change createIfMissing default to true

364f05e7b89291bb39ee02d523be02cfe725d6e5 authored about 12 years ago
readme tweaks

aecd564f8fb296755a84b0abd926d600cefbb364 authored about 12 years ago
use util._extend instead of local variant

92e6e10e2baee60d14977d165fafc2316e76a0ad authored about 12 years ago
minor c++ code reorg, move constructors out of .h

ee364ca3b32b6fc4d40ce96528993528534d8a7d authored about 12 years ago
proper cleanup after idempotent test

dceaa510bf2d51afdb3fc5f310615d459b3128ce authored about 12 years ago
adjust copyright & contributors

1e1650875e82d239f2dac28e7842b73fecc3ae88 authored about 12 years ago
minor code style adjustments

6e52dc631eaaeed8d84b93f5aa8f7c346af1a13d authored about 12 years ago
document state events

3c2c360870dc9d917fe27a363b72023b6bd65776 authored about 12 years ago
idempotent open and close, and emit _state as events

ee7175d05cda17a8f9c33ab371adaf7285be9296 authored about 12 years ago
test that open and close are idempotent

01bf962c5b552f8406f7b6a0590514047e2fbe62 authored about 12 years ago
Merge pull request #50 from kesla/cache-options

feature: Support setting size of LRU-cache

a66e3462d748cf15f0f51cd6c6aeabc96dad302a authored about 12 years ago
fix: check that UINT32_OPTION_VALUE is a Uint32

a31bf08c7a9471cff53904fcdefc1515a687621b authored about 12 years ago
Merge pull request #49 from ralphtheninja/util-inherits

use util.inherits() from node core

325ee0209850dc082bf61abf0669167bb1d2e7a2 authored about 12 years ago
updated contributors

a0892dcc576f4bf2a22e185577779d447727a215 authored about 12 years ago
feature: Support setting size of LRU-cache

92371117a4a2a481c1c6679cc4908301262b8c47 authored about 12 years ago
use util.inherits() from node core

5c79a0ec69e55619a6f028e5bf557ea6c29287db authored about 12 years ago
version bump for @0.4.4 release

936674bfa94621e98ee30f0fbfcda1eb3596a8ee authored about 12 years ago
test against console.error() call

59a5fd4ba6fdbc58e52c66563966c2f8f2fbc780 authored about 12 years ago
set maxListeners to Infinity to prevent warnings when using deferred open. fixes #47

bae8af68e14216a5bfefe11e201ef38889bc5ae8 authored about 12 years ago
version bump for @0.4.3 release

bdc8474460b4de63f42225d21320593f53f55d96 authored about 12 years ago
readme tweak, added @kesla to contributors list

ea7073bbd3b3bc689ee62d1db5966775b57f0a37 authored about 12 years ago
Merge pull request #44 from kesla/approximate-size

Get approximate size for a range

0ce42c5a79ae6c4a8a42d57227bbb65397622763 authored about 12 years ago
style fixes based on review

d9f71aa3829348c747555e5a3fae9e61ac3c8c5e authored about 12 years ago
documentation for approximateSize()

be67b0a5151a4040a431466e2e51ca5162fdc1da authored about 12 years ago
version bump for @0.4.2 release

00eb3bf9aaf8802bdb44d76dc77d427e9c7d02f4 authored about 12 years ago
proper setImmediate/process.nextTick compatibility

a501ee7e22fed5a1fdf401ad1c1272f7ec246a28 authored about 12 years ago
process.nextTick->setImmediate, Node 0.9.5 compat

81232a3893f2499ca2440ca3ce3f2b6fb8dc490b authored about 12 years ago
Get approximate size for a range

4e6f878bd56c70f95a3386586653ceba098175a0 authored about 12 years ago
added @ralphtheninja to contributors list

1d42d8a83a7fda011e632e419f8963a065b8909d authored about 12 years ago
fixed README

4b8cf2cc4eb4b93b511073b88b6bd9e555099dd2 authored about 12 years ago
version bump to 0.4.1

3156fb3fd7d09336889adcf18cd17b518d177b57 authored about 12 years ago
remove useBatch option on writeStream

b11fc4b0e4db2649973d1113e22a54ea76fd4435 authored about 12 years ago
version bump for 0.4.0 release

0c93dfeea54abdc28afe75a33ae8fde46f433ab5 authored about 12 years ago
minor code cleanup

c2f079b16d46b1fae8fad9b9b1701678fd1c5142 authored about 12 years ago
remove old, unused util functions

4d6c79ca1c3cef3a35f8d71ea05ffed78037de0f authored about 12 years ago
version bump for @dev release

98e50a713979c8fc27601e441f0b2130a960e341 authored about 12 years ago
speed up batch() & allow non-Strings to C++

6ed429ecbb66200d9618a726a852d5e34a1f34a4 authored about 12 years ago
fix batch() benchmarks

67d6796e4d0e60c347690e5010ef02533cc1bcc0 authored about 12 years ago
improved compression test

20583d67bc00629d859f321ca0f24810edbecf43 authored about 12 years ago
updated benchmarks readme

8ab00d2d0d590b1a4d8009b602bf50fe63ca681a authored about 12 years ago
added SQLite3 to test suite

635d12b6a54010f7d883f1a26b5e1485afb20175 authored about 12 years ago
Merge branch '0.4.0-wip' of github.com:rvagg/node-levelup into 0.4.0-wip

6e5eedd5ed531881a176e1a567523a70ca1c62d2 authored about 12 years ago
version bump

6d91d6957d4b639204e54391ec7edf0da28dc9f5 authored about 12 years ago
remove compile warnings on osx!

2b3288c0bf6ae6489c9fd1ffb2098f2907c67474 authored about 12 years ago
minor touchups

f61d55b14853feaf425206253ba9571e8c4336ff authored about 12 years ago
return Strings not Buffers from C++ when possible

24effd6a804ecfdd9d54a21a924c9e74ad2006d0 authored about 12 years ago
optimised encoders & decoders

c16dabfa9f3f5f49b1bf2452caa550c5c1356139 authored about 12 years ago
added basic get() benchmarks

73d44f89005eaa163d480a26b37814dd165b3b87 authored about 12 years ago
slight C++ cleanup, giving in to macros, UGH!

5a3192d7253539eae49b8c8bf4c96f3bb5e7578e authored about 12 years ago
minor performance tweaks

320845d0df66efc45034e35f2f43d2b70dd43e36 authored about 12 years ago
improved benchmarks

7ae020e7c15f9f0e5f95460498bcfe674de4d50a authored about 12 years ago
added no-compression benchmark engine

51d738488dc23cea31d25cb2c1e799399697d1c3 authored about 12 years ago
added leveldb 1.7.0 source tarball

4d1848c0250f65c2aa3a6ac2c95cba4bbc22f8e8 authored about 12 years ago
revamped benchmark suite

150c92f443c387513a0a92dbdb8bb5ac71055a78 authored about 12 years ago
allow JS Strings through to native layer

major speed boost here for all utf8 databases

bedf32e8093637335e983c0093aac22d962b13da authored about 12 years ago
cleaner build for osx

4ff98227100c8cb6d729ebc6b4696f1f44f99c5f authored about 12 years ago
remove compile warnings for solaris

7b907b07f5d02ae594b6f94501b2d04af08eb20d authored about 12 years ago
leveldb 1.7

700ff085f746fb9eb6f31f1e7af745a2702f99ce authored about 12 years ago
added `compress` boolean on open()

f160b903625b5d0b170c7bfabc23dcb0ea7909a8 authored about 12 years ago
Merge tag 'v0.3.3'

9dcabe9df8886e89fe05d966df71df4450e2d97a authored about 12 years ago
version bump @0.3.3

f97739ec6200b889a641eea12c04c21136e7e1ed authored about 12 years ago
fix up virtual methods & reformat

795aedd65426aa05048070a04bb649d75ae5e7a8 authored about 12 years ago
indentification

f296610d944bfa58fd4942b50aa7c7cc24825158 authored about 12 years ago
added useBatch=false option on writeStream

469b095afa0e1bc2a2ee34c511009e86da964057 authored about 12 years ago
close() callback existential check

f4c69178f7b636fdab2619271b0ec4187720c2b2 authored about 12 years ago
fixed snappy compression, added compression tests

8da9356ad0fee901b39a2b0d71813f9c42ea20ba authored about 12 years ago
reformat package.json

9daeeb42c9cb76a1bddf0fd49a26750ee6c90626 authored about 12 years ago
work-around for dodgy slow-stream

9fb87ec8cd21d81c929997868fb41fd3363b10f5 authored about 12 years ago
added snapshot test case that I forgot to add...

01b01b086e4e6de9cedf552cd995261616179f9c authored about 12 years ago
test for implicit snapshot on readStream()

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

40dbde6c84e6bc09959e714f44d537545873131d authored about 12 years ago
0.3.2

a27c152336568aa317712b5c3393e827867e0604 authored about 12 years ago
Merge pull request #36 from Raynos/raw-events

emit raw values in events

a199ea01a1da981673679c833adba9fdc12e36dc authored about 12 years ago
emit raw values in events

2e6bf80b99e008159daf359fceb9f9ffe0ae5a5c authored about 12 years ago
travis update

101c3a2071f12086093e54e325470657f7e2462f authored about 12 years ago
added more functional tests!

625ba80ed9731e5a90c266707950387519efed08 authored about 12 years ago
ignore wip stuff

7625b826bb48ce3b9db5e36f594e480a1875bcf0 authored about 12 years ago
version bump

99f0351d931858342ee2b56020719bf7edad0538 authored about 12 years ago
implement readStream() `limit` option

2fd94d7604f3c663e4f5bc4e1f8416be0beb5cc0 authored about 12 years ago
fix functional test

d1e7bfe8272fb6f43506af4871a794dba286072d authored about 12 years ago
single-put batch benchmark

487d614d1f9e6d772b0ebce8a804e83ed5ea2464 authored about 12 years ago
added focus-arrow to benchmark suite

6549f1cb3baea6511b15fdfd645a622a4767f963 authored about 12 years ago
added basic benchmark suite

8603b3eaf155990858998980ed0a69b17c5a8772 authored about 12 years ago
remove floating streams header from readme

8664173ce2b73843d9d4bc9542434dc62fd577c7 authored about 12 years ago