Ecosyste.ms: OpenCollective

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

Level

Node.js modules to build your very own database.
Collective - Host: opensource - https://opencollective.com/level - Website: https://leveljs.org/ - Code: https://github.com/Level

fix extra WriteStream examples

github.com/Level/levelup - 7503fae127e48bf9c06c0d64b8cbd34951dc8072 authored over 11 years ago by Rod Vagg <[email protected]>
Added the 'type' option to createWriteStream.

github.com/Level/levelup - 745a60f351847ee25655d3b9eed00bfbe0a7639e authored over 11 years ago by Matteo Collina <[email protected]>
Added a test for covering the wrong type behavior in WriteStream.

github.com/Level/levelup - 03efd0f9289ba53ae34c2214aa1d91b2a3326cb6 authored over 11 years ago by Matteo Collina <[email protected]>
optional leveldown + lots of cleanups

github.com/Level/levelup - 95ac099ff1f22964da28f2a45f6dde19a974c3ba authored over 11 years ago by Rod Vagg <[email protected]>
Changed " into '.

github.com/Level/levelup - e8a1514a84daef6c579aa4bfcd642bcb3727eced authored over 11 years ago by Matteo Collina <[email protected]>
Removed useless branching in write-stream.

github.com/Level/levelup - cfdaf716c23a1c59e197320c2f7916a5a447de51 authored over 11 years ago by Matteo Collina <[email protected]>
Added in the README the new constructor option for createWriteStream.

github.com/Level/levelup - 02bd31eba0ab8ad3195982cf0cd2c7a4d5873919 authored over 11 years ago by Matteo Collina <[email protected]>
tests for write-stream encoding

github.com/Level/levelup - 8b575ae7ea882bcf8984d5778d622b7b7effe08b authored over 11 years ago by Julian Gruber <[email protected]>
more README fluff

github.com/Level/levelup - ca979eb0d0962ca3871ba17cdc9d8d162145bb29 authored over 11 years ago by Rod Vagg <[email protected]>
remove "ready" event from tests

github.com/Level/levelup - 68c0ccc48e28ec12b6960feaff1eac6c2cd53d62 authored over 11 years ago by Dominic Tarr <[email protected]>
enable encodings per op in db.batch

github.com/Level/levelup - 08de068eaeb7cf6224289eb179bf43dc8dd55de6 authored over 11 years ago by Julian Gruber <[email protected]>
add test for race condition where you createReadStream then immediately put

github.com/Level/levelup - 1cf0655606dfa51f7ba567aa8fa8c191bf6fec8c authored over 11 years ago by Dominic Tarr <[email protected]>
start reading immediately, if possible\

also, never emit "end" after "close".

github.com/Level/levelup - 36738c7d95ab81f1798c4fa1cd196c4941c50b1a authored over 11 years ago by Dominic Tarr <[email protected]>
coding style

github.com/Level/levelup - 7b370dad2b98fc869a1a8db08edb12de7c209b4a authored over 11 years ago by Julian Gruber <[email protected]>
documented new encoding capabilities

github.com/Level/levelup - 872b03658fd4b76d3f9618f304d1bc516218e27a authored over 11 years ago by Julian Gruber <[email protected]>
make write-stream use getOptions

github.com/Level/levelup - 90c9ed5173d55835ddfcd6c5dc458058024d3cd9 authored over 11 years ago by Julian Gruber <[email protected]>
enable encodings per op in write-stream

github.com/Level/levelup - 1864adb0ff21b4d829a9bd8633a4e7562721aa13 authored over 11 years ago by Julian Gruber <[email protected]>
test for batch op encoding

github.com/Level/levelup - f117a8ba00f7c4aa7d27c2f5547f989bc1fab8c5 authored over 11 years ago by Julian Gruber <[email protected]>
removed notion of `encoding` options

github.com/Level/levelup - 9fecbfe939e53c199cff4451963678bc257a208b authored over 11 years ago by Julian Gruber <[email protected]>
Moved the type parameter from the WriteStream's options to the object.

github.com/Level/levelup - 3b40ba27828ddd96eb037c8007596aa7f378e0b4 authored over 11 years ago by Matteo Collina <[email protected]>
Fixed unwanted README change.

github.com/Level/levelup - 63b8054970277f2d285bc03ac1b874d6d35a40e7 authored over 11 years ago by Matteo Collina <[email protected]>
remove unused setImmediate

github.com/Level/levelup - 38d06b5591016cf45dd2ee78a98a02e0122003ac authored over 11 years ago by Rod Vagg <[email protected]>
refresh .jshintrc

github.com/Level/levelup - f46d9fd3a54f2bbbe9c7e7edc3065d55cfefb14f authored over 11 years ago by Rod Vagg <[email protected]>
added support section

github.com/Level/levelup - 8d7071979094a82fa6d0316c78f94f4e76c776a7 authored over 11 years ago by Rod Vagg <[email protected]>
Added the ability to delete keys to WriteStream.

github.com/Level/levelup - fa4ead69b3a6f366effac8dfca1f0cdc4930520e authored over 11 years ago by Matteo Collina <[email protected]>
moved {get,default}Options to util.js

github.com/Level/levelup - d7a16f5268a231f28d6be1896e78306b7a99b52a authored over 11 years ago by Julian Gruber <[email protected]>
leak tester uses defaults

github.com/Level/leveldown-mobile - c5113a2104e8383a45d4d9cfad328ddee578797e authored over 11 years ago by Rod Vagg <[email protected]>
leak tester uses defaults

github.com/Level/classic-level - c5113a2104e8383a45d4d9cfad328ddee578797e authored over 11 years ago by Rod Vagg <[email protected]>
leak tester uses defaults

github.com/Level/leveldown-hyper - c5113a2104e8383a45d4d9cfad328ddee578797e authored over 11 years ago by Rod Vagg <[email protected]>
leak tester uses defaults

github.com/Level/leveldown - c5113a2104e8383a45d4d9cfad328ddee578797e authored over 11 years ago by Rod Vagg <[email protected]>
leak tester uses defaults

github.com/Level/rocksdb - c5113a2104e8383a45d4d9cfad328ddee578797e authored over 11 years ago by Rod Vagg <[email protected]>
initial commit as separate package

github.com/Level/level-browserify - acc3e7207ba55bca6a49dfff3ed9b5092906d1ed authored over 11 years ago by Rod Vagg <[email protected]>
initial commit as separate package

github.com/Level/level - acc3e7207ba55bca6a49dfff3ed9b5092906d1ed authored over 11 years ago by Rod Vagg <[email protected]>
@0.5.0 release

github.com/Level/leveldown - fa713a093bef8ee64a70ab37c359015a37c58cbd authored over 11 years ago by Rod Vagg <[email protected]>
@0.5.0 release

github.com/Level/leveldown-hyper - fa713a093bef8ee64a70ab37c359015a37c58cbd authored over 11 years ago by Rod Vagg <[email protected]>
@0.5.0 release

github.com/Level/rocksdb - fa713a093bef8ee64a70ab37c359015a37c58cbd authored over 11 years ago by Rod Vagg <[email protected]>
@0.5.0 release

github.com/Level/leveldown-mobile - fa713a093bef8ee64a70ab37c359015a37c58cbd authored over 11 years ago by Rod Vagg <[email protected]>
@0.5.0 release

github.com/Level/classic-level - fa713a093bef8ee64a70ab37c359015a37c58cbd authored over 11 years ago by Rod Vagg <[email protected]>
track batch() state, no changes post-write()

github.com/Level/classic-level - 2c33617acfbe06f034f493cc7c6cc4af433203f1 authored over 11 years ago by Rod Vagg <[email protected]>
track batch() state, no changes post-write()

github.com/Level/leveldown-mobile - 2c33617acfbe06f034f493cc7c6cc4af433203f1 authored over 11 years ago by Rod Vagg <[email protected]>
track batch() state, no changes post-write()

github.com/Level/leveldown - 2c33617acfbe06f034f493cc7c6cc4af433203f1 authored over 11 years ago by Rod Vagg <[email protected]>
track batch() state, no changes post-write()

github.com/Level/leveldown-hyper - 2c33617acfbe06f034f493cc7c6cc4af433203f1 authored over 11 years ago by Rod Vagg <[email protected]>
track batch() state, no changes post-write()

github.com/Level/rocksdb - 2c33617acfbe06f034f493cc7c6cc4af433203f1 authored over 11 years ago by Rod Vagg <[email protected]>
freeze batch() state after write()

github.com/Level/abstract-level - 1cea31a12e004b30bac0fab2d752a21b6eb2cc25 authored over 11 years ago by Rod Vagg <[email protected]>
freeze batch() state after write()

github.com/Level/abstract-leveldown - 1cea31a12e004b30bac0fab2d752a21b6eb2cc25 authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.4 release

github.com/Level/leveldown-mobile - 00d43c554fe785bf1cb2b69b8271ffa1dc04ca21 authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.4 release

github.com/Level/classic-level - 00d43c554fe785bf1cb2b69b8271ffa1dc04ca21 authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.4 release

github.com/Level/leveldown - 00d43c554fe785bf1cb2b69b8271ffa1dc04ca21 authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.4 release

github.com/Level/leveldown-hyper - 00d43c554fe785bf1cb2b69b8271ffa1dc04ca21 authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.4 release

github.com/Level/rocksdb - 00d43c554fe785bf1cb2b69b8271ffa1dc04ca21 authored over 11 years ago by Rod Vagg <[email protected]>
more memory leak work

github.com/Level/leveldown - ca4a493af5ff187a1b971e203bc018165612cae5 authored over 11 years ago by Rod Vagg <[email protected]>
more memory leak work

github.com/Level/rocksdb - ca4a493af5ff187a1b971e203bc018165612cae5 authored over 11 years ago by Rod Vagg <[email protected]>
more memory leak work

github.com/Level/leveldown-hyper - ca4a493af5ff187a1b971e203bc018165612cae5 authored over 11 years ago by Rod Vagg <[email protected]>
more memory leak work

github.com/Level/classic-level - ca4a493af5ff187a1b971e203bc018165612cae5 authored over 11 years ago by Rod Vagg <[email protected]>
more memory leak work

github.com/Level/leveldown-mobile - ca4a493af5ff187a1b971e203bc018165612cae5 authored over 11 years ago by Rod Vagg <[email protected]>
add scopes

github.com/Level/rocksdb - 60160f1376e093256e4255728447e8399e9cc5e8 authored over 11 years ago by Rod Vagg <[email protected]>
add scopes

github.com/Level/leveldown - 60160f1376e093256e4255728447e8399e9cc5e8 authored over 11 years ago by Rod Vagg <[email protected]>
implement db.getProperty() closes #23

github.com/Level/leveldown-hyper - 56b283c2d66eba0cb5d8b6c555a092986d8c214d authored over 11 years ago by Rod Vagg <[email protected]>
implement db.getProperty() closes #23

github.com/Level/rocksdb - 56b283c2d66eba0cb5d8b6c555a092986d8c214d authored over 11 years ago by Rod Vagg <[email protected]>
implement db.getProperty() closes #23

github.com/Level/leveldown - 56b283c2d66eba0cb5d8b6c555a092986d8c214d authored over 11 years ago by Rod Vagg <[email protected]>
implement db.getProperty() closes #23

github.com/Level/leveldown-mobile - 56b283c2d66eba0cb5d8b6c555a092986d8c214d authored over 11 years ago by Rod Vagg <[email protected]>
implement db.getProperty() closes #23

github.com/Level/classic-level - 56b283c2d66eba0cb5d8b6c555a092986d8c214d authored over 11 years ago by Rod Vagg <[email protected]>
late-creation of Persistent handles closes #43

github.com/Level/classic-level - 3db0d9ac60b361d1a36ae55e310c8b3f0bb8ffcf authored over 11 years ago by Rod Vagg <[email protected]>
late-creation of Persistent handles closes #43

github.com/Level/leveldown-mobile - 3db0d9ac60b361d1a36ae55e310c8b3f0bb8ffcf authored over 11 years ago by Rod Vagg <[email protected]>
late-creation of Persistent handles closes #43

github.com/Level/leveldown - 3db0d9ac60b361d1a36ae55e310c8b3f0bb8ffcf authored over 11 years ago by Rod Vagg <[email protected]>
late-creation of Persistent handles closes #43

github.com/Level/rocksdb - 3db0d9ac60b361d1a36ae55e310c8b3f0bb8ffcf authored over 11 years ago by Rod Vagg <[email protected]>
late-creation of Persistent handles closes #43

github.com/Level/leveldown-hyper - 3db0d9ac60b361d1a36ae55e310c8b3f0bb8ffcf authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.3 release

github.com/Level/rocksdb - d4e6870f1e29f8d290c441bc875b9327b23f76dd authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.3 release

github.com/Level/leveldown - d4e6870f1e29f8d290c441bc875b9327b23f76dd authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.3 release

github.com/Level/leveldown-hyper - d4e6870f1e29f8d290c441bc875b9327b23f76dd authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.3 release

github.com/Level/leveldown-mobile - d4e6870f1e29f8d290c441bc875b9327b23f76dd authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.3 release

github.com/Level/classic-level - d4e6870f1e29f8d290c441bc875b9327b23f76dd authored over 11 years ago by Rod Vagg <[email protected]>
proper memory leak fix

github.com/Level/leveldown-mobile - 9251b15630664531a8ecf38cb9d3e460e101883d authored over 11 years ago by Rod Vagg <[email protected]>
proper memory leak fix

github.com/Level/classic-level - 9251b15630664531a8ecf38cb9d3e460e101883d authored over 11 years ago by Rod Vagg <[email protected]>
proper memory leak fix

github.com/Level/leveldown-hyper - 9251b15630664531a8ecf38cb9d3e460e101883d authored over 11 years ago by Rod Vagg <[email protected]>
proper memory leak fix

github.com/Level/leveldown - 9251b15630664531a8ecf38cb9d3e460e101883d authored over 11 years ago by Rod Vagg <[email protected]>
proper memory leak fix

github.com/Level/rocksdb - 9251b15630664531a8ecf38cb9d3e460e101883d authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.2 release

github.com/Level/rocksdb - a4b7c3308b0cee020a5c7563c2c717acb8b0c439 authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.2 release

github.com/Level/leveldown - a4b7c3308b0cee020a5c7563c2c717acb8b0c439 authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.2 release

github.com/Level/leveldown-hyper - a4b7c3308b0cee020a5c7563c2c717acb8b0c439 authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.2 release

github.com/Level/classic-level - a4b7c3308b0cee020a5c7563c2c717acb8b0c439 authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.2 release

github.com/Level/leveldown-mobile - a4b7c3308b0cee020a5c7563c2c717acb8b0c439 authored over 11 years ago by Rod Vagg <[email protected]>
batch memory leak, not disposing of String->Slice

github.com/Level/leveldown-mobile - e300d6ff9569de39d9227f0bda2b923b0b7d68fc authored over 11 years ago by Rod Vagg <[email protected]>
batch memory leak, not disposing of String->Slice

github.com/Level/classic-level - e300d6ff9569de39d9227f0bda2b923b0b7d68fc authored over 11 years ago by Rod Vagg <[email protected]>
batch memory leak, not disposing of String->Slice

github.com/Level/rocksdb - e300d6ff9569de39d9227f0bda2b923b0b7d68fc authored over 11 years ago by Rod Vagg <[email protected]>
batch memory leak, not disposing of String->Slice

github.com/Level/leveldown - e300d6ff9569de39d9227f0bda2b923b0b7d68fc authored over 11 years ago by Rod Vagg <[email protected]>
batch memory leak, not disposing of String->Slice

github.com/Level/leveldown-hyper - e300d6ff9569de39d9227f0bda2b923b0b7d68fc authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.1 release

github.com/Level/leveldown - d9f91ffb5ea09ca79e8f6092cc0aca314722a6cd authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.1 release

github.com/Level/rocksdb - d9f91ffb5ea09ca79e8f6092cc0aca314722a6cd authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.1 release

github.com/Level/leveldown-hyper - d9f91ffb5ea09ca79e8f6092cc0aca314722a6cd authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.1 release

github.com/Level/classic-level - d9f91ffb5ea09ca79e8f6092cc0aca314722a6cd authored over 11 years ago by Rod Vagg <[email protected]>
@0.4.1 release

github.com/Level/leveldown-mobile - d9f91ffb5ea09ca79e8f6092cc0aca314722a6cd authored over 11 years ago by Rod Vagg <[email protected]>