Ecosyste.ms: OpenCollective

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

github.com/Level/leveldown

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

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]>
version bump to 0.3.0

8f51df5047bdfbcd70ac32847ce27472b2d3d9e2 authored almost 12 years ago by Rod Vagg <[email protected]>
minor typo

09477db64699a45b6b890008760eb35450de5ef2 authored almost 12 years ago by Rod Vagg <[email protected]>
beefed up README

93923547621a566b62f92c5d454bb8fa83e4668e authored almost 12 years ago by Rod Vagg <[email protected]>
Merge pull request #22 from rvagg/open-deferred

Open deferred

3fe67be94d70d7ddb2ca4362fe94698db3486bc1 authored almost 12 years ago by Rod Vagg <[email protected]>
fix deferred batch: !isOpen() && !isClosed()

c99956d3e03392bc2bd513c8f1a48ed6ab27c1e4 authored almost 12 years ago by Rod Vagg <[email protected]>
remove more debugging guff

b93b6e544c9773a29f9068c3ff600fe6aa40b797 authored almost 12 years ago by Rod Vagg <[email protected]>
remove console.log in test

2ff58a7baad14e2def7daf3a5bf98b5ea9fd6359 authored almost 12 years ago by Rod Vagg <[email protected]>
levelup() should return a db object

This reduces nesting by one.

- All operations that used to throw when called before open
now ...

dfe0593be37f58101cd5197fe19e180bb0400593 authored almost 12 years ago by Raynos <[email protected]>
if closing call callback after closed

4c0d1898d5e2c7122d9a4df9a586641eb2c2abab authored almost 12 years ago by Raynos <[email protected]>
cleanup & complete & add tests for deferred ops

a56a380ad177ada9dc8ec8d6c40a676e1b2844ea authored almost 12 years ago by Rod Vagg <[email protected]>
status state machine to make close semantics correct

11395585a78fce084c738592c34e8c76365da13e authored almost 12 years ago by Raynos <[email protected]>
Merge pull request #21 from Raynos/encode-stream

run the encoding on start and end in case your keys are JSON encoded

5a25249890dbec0858ab756681e8de0a86e417b0 authored almost 12 years ago by Rod Vagg <[email protected]>
run the encoding on start and end in case your keys are JSON encoded

ee6cd2040e17955bcd5e842a4e67d6d1ac31e33a authored almost 12 years ago by Raynos <[email protected]>
turned LevelUP into an OPEN Open Source Project

4c6d62083374868faaca2df5f751729f4ea9cc79 authored almost 12 years ago by Rod Vagg <[email protected]>
minor edits

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

bc7f26630fb709a862eda687f4925d106e43662b authored almost 12 years ago by Dominic Tarr <[email protected]>
Node 0.9 copy() bug, needs further investigation

a34fb35416c077abaa9ef2ffd8dd5d7869ca3ae2 authored almost 12 years ago by Rod Vagg <[email protected]>
undo focus rocket

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

a3d846d3b69af10c938739cbb4c1516707ecbb1d authored almost 12 years ago by Rod Vagg <[email protected]>
fix db GC when using ReadStream x 2

see read-stream-test.js for details on what this odd bug is

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

0f0a554c106995483f2e2bc2cea319b11474502c authored almost 12 years ago by Rod Vagg <[email protected]>
solaris / sunos / smartos support

cda19e564159c05ccc8d10c7857f890123a0c645 authored almost 12 years ago by Super-User <[email protected]>
version bump

50dbf2a9cd943506843ecab260c140142a16cd17 authored almost 12 years ago by Rod Vagg <[email protected]>
falsey start/end on readstream kill proc, fixes #8

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

9875777a591b102dbc99f36c19d859a90a428520 authored about 12 years ago by Rod Vagg <[email protected]>
ensure readStream options NOT sticky

6eb361dc1c2647a12e51fc9781ddc858ea426251 authored about 12 years ago by Rod Vagg <[email protected]>
KeyStream and ValueStream, version bump to 0.1.0

522cc028bdb062cea3ef5a8a7740f4608047de5d authored about 12 years ago by Rod Vagg <[email protected]>
add travis setup

4c08cab65f3aa068ae532cb3251da0236282d7a9 authored about 12 years ago by Rod Vagg <[email protected]>
minor fix to package.json

56078b7450d8bf5d3bc9b4d4ee364b088efca4ae authored about 12 years ago by Rod Vagg <[email protected]>
version bump

a8f8efd298535516f1e27c674eba3bf26dc25b24 authored about 12 years ago by Rod Vagg <[email protected]>
native layer error on null||undefined key||value

5f3685aae6830d7cc7326475745af92188ac3a1f authored about 12 years ago by Rod Vagg <[email protected]>
code cleanup

1bf455b0ba28e08a41694c0ad617683cb638b27f authored about 12 years ago by Rod Vagg <[email protected]>
un-focus-arrow

36cfc3a7fe5c31c2f627437f572d3f44251dd045 authored about 12 years ago by Rod Vagg <[email protected]>
version bump

b2771fd7e5bdc12c98d438aeacc9ee23ec109803 authored about 12 years ago by Rod Vagg <[email protected]>
fix ReadStream bug -- encoding options not passed

b9f98ad7291329406ea2f9006dcee69c6a1a842a authored about 12 years ago by Rod Vagg <[email protected]>
version bump

bd20bda4f4b8c8bd8be4001bb0d7c19080c887e8 authored about 12 years ago by Rod Vagg <[email protected]>
reversable ReadStreams

9291248a32bf008182617cae141afbd748006a86 authored about 12 years ago by Rod Vagg <[email protected]>
add repo info to package.json

8855ccfccb3db63a8a63424c4aefa9f148645d40 authored about 12 years ago by Rod Vagg <[email protected]>
version bump

736f4c456a78b5c66726442d58c46e6db090341f authored about 12 years ago by Rod Vagg <[email protected]>
return to classical prototypal classes

c57374c8bd41e6f901c351936cf84acf9ee9a701 authored about 12 years ago by Rod Vagg <[email protected]>
typo, "NOT suitable for multiprocess"

a7c67c75545374569c07a9012f96fbc4ab449040 authored about 12 years ago by Rod Vagg <[email protected]>
don't encourage async `throw`

02a29834e6f72375f4d7c1a25987bfc3daa9f0f6 authored about 12 years ago by Rod Vagg <[email protected]>
typo

e4109b8b7999c8ab782851e9bb9296e8a9aaf2e7 authored about 12 years ago by Rod Vagg <[email protected]>
version bump

8e82cd854f9471a388ea3364393769a84fa13af4 authored about 12 years ago by Rod Vagg <[email protected]>
updated documentation for latest version & new API

65b4c3b8baad9e2002beb4a976d8972a35f8357f authored about 12 years ago by Rod Vagg <[email protected]>
keywords!

8f9fdf3e0568eb7a258f44c077d6f076baa30e2f authored about 12 years ago by Rod Vagg <[email protected]>
extra tests for non-existant start position

896ce84bc7014256295260fd7d1113a38ad1150e authored about 12 years ago by Rod Vagg <[email protected]>
json encoding!

bffc5b7020d51589c1ec10e962fd7cd13ed9f57b authored about 12 years ago by Rod Vagg <[email protected]>
remove global garbage

def2a4a33fbd86dbe91a08bea8d62f9c954f1348 authored about 12 years ago by Rod Vagg <[email protected]>
new API, levelup(loc, opt, function (err, db) {})

export the create/open function directly

0488223493dc5fd2365fccd3c419eb34691ad6e4 authored about 12 years ago by Rod Vagg <[email protected]>
'start' and 'end' options for ReadStreams

699a0f118f51498cafce0e2ea694fc6b8ab0c32c authored about 12 years ago by Rod Vagg <[email protected]>
remove 'inherits', add extras deps to package.json

afb022263f5803430d0a36e065ac429494cdd876 authored about 12 years ago by Rod Vagg <[email protected]>
basic ReadStream and WriteStream documentation

95b1537e1a2c3b8b9e6bb51fd586bee7dde0c808 authored about 12 years ago by Rod Vagg <[email protected]>
minor touchups and 0.0.0 release to npm

37a840f6e1c463d084e96ecc14a0536ac6149c0a authored about 12 years ago by Rod Vagg <[email protected]>
expanded README

92439e615f51786193cd2f8744d66b10c1aa9cce authored about 12 years ago by Rod Vagg <[email protected]>
minor readme tweaks

579e29dabdf88ad0934018035d8b2a2f7b6d23e8 authored about 12 years ago by Rod Vagg <[email protected]>
cleaned up & improved options ({}) handling

6966e96797898188d8914f34249ad6b03e8c8053 authored about 12 years ago by Rod Vagg <[email protected]>
initial README

59e9ee52d22dea07fc4f8b3673fc6a5daf1ce0f8 authored about 12 years ago by Rod Vagg <[email protected]>
remove unused code

66c377cd68a032d2074cfbbc62912e7570e327ee authored about 12 years ago by Rod Vagg <[email protected]>
fstream serialize/deserialize functional test

4785517d77377a7b3daeed530c6f6245a87beeff authored about 12 years ago by Rod Vagg <[email protected]>
simplify setUp/tearDown, extend timeout

9cc3ea4755e27cb971c56a2b2417c036f74291c0 authored about 12 years ago by Rod Vagg <[email protected]>
objects defined using 'Creator'

dd0e96191f11432e10f41ac5ff4fc929f5269f25 authored about 12 years ago by Rod Vagg <[email protected]>
copy() using pipe() with test

d5592a5c4f6d784a7b2a93cac7ab9f83660bc77a authored about 12 years ago by Rod Vagg <[email protected]>
mac build, linux flags

febbc328560076421d0b3f33de33dfe099a242fc authored about 12 years ago by Rod Vagg <[email protected]>
snappy tarball

4c9544b0376bbd8a6c8843c202186ac433096fe6 authored about 12 years ago by Rod Vagg <[email protected]>
add licence & copyright

4b621571a70553431a7a7eef51301398a238b302 authored about 12 years ago by Rod Vagg <[email protected]>
gyp simplify

657e8825653acd171dcb7422cda6fdc6f768aa0b authored about 12 years ago by Rod Vagg <[email protected]>
proper gyp build inc leveldb & snappy

6e925e6fc21715f025fadc3e3a516859fe104ebc authored about 12 years ago by Rod Vagg <[email protected]>
(mostly) complete basic stream implementations

13f4712ba66d24e9ae6af37e4311fd97d547277f authored about 12 years ago by Rod Vagg <[email protected]>
iterator -> ReadStream, WriteStream for put/batch

fb58afe851d3aee0bee910c27270d85cf1e2ffdd authored about 12 years ago by Rod Vagg <[email protected]>
better memory management for batch()

d8ac73993999d6d6374aebdb38a3c294468b48fd authored over 12 years ago by Rod Vagg <[email protected]>
batch binary, improved batch interface

254b6a2e97e4ffe903e9cbc8c5be3d7dbef4f994 authored over 12 years ago by Rod Vagg <[email protected]>
binary data tests

67cfe1cf0950c569485fb6779b325cb5eaf89797 authored over 12 years ago by Rod Vagg <[email protected]>
buffers, encoding, persistent handles

9a1271cd0619008a883fbf50215c7e12ac1ca22f authored over 12 years ago by Rod Vagg <[email protected]>
batch writes!

a3e5388531b377677fa07fb87e20900f96bd31bd authored over 12 years ago by Rod Vagg <[email protected]>
del() support, rename read/write to get/put

d18dfafc26ac01e2bc0b833bae7907ede0fca104 authored over 12 years ago by Rod Vagg <[email protected]>
async all the things! better C++ organisation

7ee13ba11387db666e397e85f1dcb80c028b9f24 authored over 12 years ago by Rod Vagg <[email protected]>
initial commit

418bbe2a36f34f83b53756b88b2e146e76dc4bd4 authored over 12 years ago by Rod Vagg <[email protected]>