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

Merge pull request #10 from ralphtheninja/0.1-wip

LU_STR and LU_OPTION changes

github.com/Level/classic-level - 70840b502d8c3f8e10baf77265813dff20ecd10e authored over 11 years ago by Rod Vagg <[email protected]>
remove redundant property check

github.com/Level/classic-level - 6e30030671413cd76cd94d42ea66e999224a828a authored over 11 years ago by Lars-Magnus Skog <[email protected]>
remove redundant property check

github.com/Level/leveldown - 6e30030671413cd76cd94d42ea66e999224a828a authored over 11 years ago by Lars-Magnus Skog <[email protected]>
remove redundant property check

github.com/Level/leveldown-hyper - 6e30030671413cd76cd94d42ea66e999224a828a authored over 11 years ago by Lars-Magnus Skog <[email protected]>
remove redundant property check

github.com/Level/leveldown-mobile - 6e30030671413cd76cd94d42ea66e999224a828a authored over 11 years ago by Lars-Magnus Skog <[email protected]>
remove redundant property check

github.com/Level/rocksdb - 6e30030671413cd76cd94d42ea66e999224a828a authored over 11 years ago by Lars-Magnus Skog <[email protected]>
move LU_STR() for Database::Batch() closer to usage

github.com/Level/leveldown-mobile - cac083d31137bd038fabfe456917c6a28f629d52 authored over 11 years ago by Lars-Magnus Skog <[email protected]>
move LU_STR() for Database::Batch() closer to usage

github.com/Level/leveldown-hyper - cac083d31137bd038fabfe456917c6a28f629d52 authored over 11 years ago by Lars-Magnus Skog <[email protected]>
move LU_STR() for Database::Batch() closer to usage

github.com/Level/classic-level - cac083d31137bd038fabfe456917c6a28f629d52 authored over 11 years ago by Lars-Magnus Skog <[email protected]>
move LU_STR() for Database::Batch() closer to usage

github.com/Level/leveldown - cac083d31137bd038fabfe456917c6a28f629d52 authored over 11 years ago by Lars-Magnus Skog <[email protected]>
move LU_STR() for Database::Batch() closer to usage

github.com/Level/rocksdb - cac083d31137bd038fabfe456917c6a28f629d52 authored over 11 years ago by Lars-Magnus Skog <[email protected]>
add const to LU_STR and LU_OPTION macros

github.com/Level/rocksdb - b5bf23f216798e732a3ee7f98948b6cf8546af2b authored over 11 years ago by Lars-Magnus Skog <[email protected]>
add const to LU_STR and LU_OPTION macros

github.com/Level/leveldown-mobile - b5bf23f216798e732a3ee7f98948b6cf8546af2b authored over 11 years ago by Lars-Magnus Skog <[email protected]>
add const to LU_STR and LU_OPTION macros

github.com/Level/classic-level - b5bf23f216798e732a3ee7f98948b6cf8546af2b authored over 11 years ago by Lars-Magnus Skog <[email protected]>
add const to LU_STR and LU_OPTION macros

github.com/Level/leveldown-hyper - b5bf23f216798e732a3ee7f98948b6cf8546af2b authored over 11 years ago by Lars-Magnus Skog <[email protected]>
add const to LU_STR and LU_OPTION macros

github.com/Level/leveldown - b5bf23f216798e732a3ee7f98948b6cf8546af2b authored over 11 years ago by Lars-Magnus Skog <[email protected]>
Merge pull request #76 from rvagg/bail-out-early-in-methods

use !isOpen() and bail out early in all methods

github.com/Level/levelup - 7aad49a9a801ce9dc97dc76c377cf0e1db394826 authored over 11 years ago by Lars-Magnus Skog <[email protected]>
use !isOpen() and bail out early in all methods

There were different ways of checking the state
of the db before actually doing something:

1. C...

github.com/Level/levelup - 6f248ca6dc519f529fba7ae8f4e58131d5ea4ff4 authored over 11 years ago by Lars-Magnus Skog <[email protected]>
Merge pull request #75 from rvagg/feature/limbo-equals-opening

inLimbo -> isOpening

github.com/Level/levelup - 0905aee088d0f021fa2ea2077d6bf893829a2fb3 authored over 11 years ago by Lars-Magnus Skog <[email protected]>
style tweaks

github.com/Level/leveldown-hyper - 0a7b4d5c7ca38f882a6a8a5f805f8abb6601d1a3 authored over 11 years ago by Rod Vagg <[email protected]>
style tweaks

github.com/Level/classic-level - 0a7b4d5c7ca38f882a6a8a5f805f8abb6601d1a3 authored over 11 years ago by Rod Vagg <[email protected]>
style tweaks

github.com/Level/leveldown - 0a7b4d5c7ca38f882a6a8a5f805f8abb6601d1a3 authored over 11 years ago by Rod Vagg <[email protected]>
style tweaks

github.com/Level/rocksdb - 0a7b4d5c7ca38f882a6a8a5f805f8abb6601d1a3 authored over 11 years ago by Rod Vagg <[email protected]>
approximateSize() tests

github.com/Level/leveldown-mobile - 995ba860346632c7316ab61bf66d81e56645241c authored over 11 years ago by Rod Vagg <[email protected]>
approximateSize() tests

github.com/Level/classic-level - 995ba860346632c7316ab61bf66d81e56645241c authored over 11 years ago by Rod Vagg <[email protected]>
approximateSize() tests

github.com/Level/leveldown-hyper - 995ba860346632c7316ab61bf66d81e56645241c authored over 11 years ago by Rod Vagg <[email protected]>
approximateSize() tests

github.com/Level/leveldown - 995ba860346632c7316ab61bf66d81e56645241c authored over 11 years ago by Rod Vagg <[email protected]>
approximateSize() tests

github.com/Level/rocksdb - 995ba860346632c7316ab61bf66d81e56645241c authored over 11 years ago by Rod Vagg <[email protected]>
tests for basic put/get/del, more args checking

github.com/Level/leveldown-mobile - b1577260a3eb6860d5d0db56ba9831f5fdc5a9f2 authored over 11 years ago by Rod Vagg <[email protected]>
tests for basic put/get/del, more args checking

github.com/Level/leveldown-hyper - b1577260a3eb6860d5d0db56ba9831f5fdc5a9f2 authored over 11 years ago by Rod Vagg <[email protected]>
tests for basic put/get/del, more args checking

github.com/Level/leveldown - b1577260a3eb6860d5d0db56ba9831f5fdc5a9f2 authored over 11 years ago by Rod Vagg <[email protected]>
tests for basic put/get/del, more args checking

github.com/Level/rocksdb - b1577260a3eb6860d5d0db56ba9831f5fdc5a9f2 authored over 11 years ago by Rod Vagg <[email protected]>
tests for basic put/get/del, more args checking

github.com/Level/classic-level - b1577260a3eb6860d5d0db56ba9831f5fdc5a9f2 authored over 11 years ago by Rod Vagg <[email protected]>
extended put()/get()/del() tests

github.com/Level/leveldown - b879b3123171ab874670db2afad1704716224839 authored over 11 years ago by Rod Vagg <[email protected]>
extended put()/get()/del() tests

github.com/Level/rocksdb - b879b3123171ab874670db2afad1704716224839 authored over 11 years ago by Rod Vagg <[email protected]>
extended put()/get()/del() tests

github.com/Level/classic-level - b879b3123171ab874670db2afad1704716224839 authored over 11 years ago by Rod Vagg <[email protected]>
extended put()/get()/del() tests

github.com/Level/leveldown-hyper - b879b3123171ab874670db2afad1704716224839 authored over 11 years ago by Rod Vagg <[email protected]>
extended put()/get()/del() tests

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

github.com/Level/rocksdb - 545973a8bcecff1865cc75d20555b92e3c6e1844 authored over 11 years ago by Rod Vagg <[email protected]>
fix travis config

github.com/Level/leveldown-mobile - 545973a8bcecff1865cc75d20555b92e3c6e1844 authored over 11 years ago by Rod Vagg <[email protected]>
fix travis config

github.com/Level/classic-level - 545973a8bcecff1865cc75d20555b92e3c6e1844 authored over 11 years ago by Rod Vagg <[email protected]>
fix travis config

github.com/Level/leveldown - 545973a8bcecff1865cc75d20555b92e3c6e1844 authored over 11 years ago by Rod Vagg <[email protected]>
fix travis config

github.com/Level/leveldown-hyper - 545973a8bcecff1865cc75d20555b92e3c6e1844 authored over 11 years ago by Rod Vagg <[email protected]>
comprehensive put() tests, made put() more robust

github.com/Level/classic-level - 4df762d3288cc3505f27d3b58bfb0d7f7b883687 authored over 11 years ago by Rod Vagg <[email protected]>
comprehensive put() tests, made put() more robust

github.com/Level/rocksdb - 4df762d3288cc3505f27d3b58bfb0d7f7b883687 authored over 11 years ago by Rod Vagg <[email protected]>
comprehensive put() tests, made put() more robust

github.com/Level/leveldown - 4df762d3288cc3505f27d3b58bfb0d7f7b883687 authored over 11 years ago by Rod Vagg <[email protected]>
comprehensive put() tests, made put() more robust

github.com/Level/leveldown-hyper - 4df762d3288cc3505f27d3b58bfb0d7f7b883687 authored over 11 years ago by Rod Vagg <[email protected]>
comprehensive put() tests, made put() more robust

github.com/Level/leveldown-mobile - 4df762d3288cc3505f27d3b58bfb0d7f7b883687 authored over 11 years ago by Rod Vagg <[email protected]>
update docs to reflect new reality

github.com/Level/leveldown - 3eda5efdd1e61d9311a029dd90373a598b940217 authored over 11 years ago by Rod Vagg <[email protected]>
update docs to reflect new reality

github.com/Level/leveldown-mobile - 3eda5efdd1e61d9311a029dd90373a598b940217 authored over 11 years ago by Rod Vagg <[email protected]>
update docs to reflect new reality

github.com/Level/leveldown-hyper - 3eda5efdd1e61d9311a029dd90373a598b940217 authored over 11 years ago by Rod Vagg <[email protected]>
update docs to reflect new reality

github.com/Level/rocksdb - 3eda5efdd1e61d9311a029dd90373a598b940217 authored over 11 years ago by Rod Vagg <[email protected]>
update docs to reflect new reality

github.com/Level/classic-level - 3eda5efdd1e61d9311a029dd90373a598b940217 authored over 11 years ago by Rod Vagg <[email protected]>
add --stderr to npm test

github.com/Level/leveldown - 2252d94c1ed26727458089858ebe3840477d07f8 authored over 11 years ago by Rod Vagg <[email protected]>
add --stderr to npm test

github.com/Level/leveldown-mobile - 2252d94c1ed26727458089858ebe3840477d07f8 authored over 11 years ago by Rod Vagg <[email protected]>
add --stderr to npm test

github.com/Level/leveldown-hyper - 2252d94c1ed26727458089858ebe3840477d07f8 authored over 11 years ago by Rod Vagg <[email protected]>
add --stderr to npm test

github.com/Level/classic-level - 2252d94c1ed26727458089858ebe3840477d07f8 authored over 11 years ago by Rod Vagg <[email protected]>
add --stderr to npm test

github.com/Level/rocksdb - 2252d94c1ed26727458089858ebe3840477d07f8 authored over 11 years ago by Rod Vagg <[email protected]>
added initial/basic test suite

github.com/Level/classic-level - f481221fce934129dfebfb7d05f41c6f632c83aa authored over 11 years ago by Rod Vagg <[email protected]>
added initial/basic test suite

github.com/Level/leveldown-mobile - f481221fce934129dfebfb7d05f41c6f632c83aa authored over 11 years ago by Rod Vagg <[email protected]>
added initial/basic test suite

github.com/Level/leveldown - f481221fce934129dfebfb7d05f41c6f632c83aa authored over 11 years ago by Rod Vagg <[email protected]>
added initial/basic test suite

github.com/Level/leveldown-hyper - f481221fce934129dfebfb7d05f41c6f632c83aa authored over 11 years ago by Rod Vagg <[email protected]>
added initial/basic test suite

github.com/Level/rocksdb - f481221fce934129dfebfb7d05f41c6f632c83aa authored over 11 years ago by Rod Vagg <[email protected]>
inLimbo -> isOpening

inLimbo == !isOpen && !isClosed, which is the same as the
state 'new' or 'opening', but for the ...

github.com/Level/levelup - 6adb25a6b94c917bb90094bfc8404da07b0d59e2 authored over 11 years ago by Lars-Magnus Skog <[email protected]>
complete resync with levelup src

github.com/Level/classic-level - e565205075ff2bced0173102330a9d12a50315f8 authored over 11 years ago by Rod Vagg <[email protected]>
complete resync with levelup src

github.com/Level/leveldown - e565205075ff2bced0173102330a9d12a50315f8 authored over 11 years ago by Rod Vagg <[email protected]>
complete resync with levelup src

github.com/Level/leveldown-mobile - e565205075ff2bced0173102330a9d12a50315f8 authored over 11 years ago by Rod Vagg <[email protected]>
complete resync with levelup src

github.com/Level/leveldown-hyper - e565205075ff2bced0173102330a9d12a50315f8 authored over 11 years ago by Rod Vagg <[email protected]>
complete resync with levelup src

github.com/Level/rocksdb - e565205075ff2bced0173102330a9d12a50315f8 authored over 11 years ago by Rod Vagg <[email protected]>
emit error events instead of throwing where possible

github.com/Level/levelup - a40c952518e81099f01e7feb517c0e6fc97154f2 authored over 11 years ago by Lars-Magnus Skog <[email protected]>
Merge remote-tracking branch 'levelup/master' into 0.1-wip

Conflicts:
src/async.h
src/batch.cc
src/database.cc
src/iterator.cc
src/iterator.h
src/ite...

github.com/Level/rocksdb - f981d07332873b280d01dad5efcc5274b294fde6 authored over 11 years ago by Rod Vagg <[email protected]>
Merge remote-tracking branch 'levelup/master' into 0.1-wip

Conflicts:
src/async.h
src/batch.cc
src/database.cc
src/iterator.cc
src/iterator.h
src/ite...

github.com/Level/leveldown-hyper - f981d07332873b280d01dad5efcc5274b294fde6 authored over 11 years ago by Rod Vagg <[email protected]>
Merge remote-tracking branch 'levelup/master' into 0.1-wip

Conflicts:
src/async.h
src/batch.cc
src/database.cc
src/iterator.cc
src/iterator.h
src/ite...

github.com/Level/leveldown-mobile - f981d07332873b280d01dad5efcc5274b294fde6 authored over 11 years ago by Rod Vagg <[email protected]>
Merge remote-tracking branch 'levelup/master' into 0.1-wip

Conflicts:
src/async.h
src/batch.cc
src/database.cc
src/iterator.cc
src/iterator.h
src/ite...

github.com/Level/classic-level - f981d07332873b280d01dad5efcc5274b294fde6 authored over 11 years ago by Rod Vagg <[email protected]>
Merge remote-tracking branch 'levelup/master' into 0.1-wip

Conflicts:
src/async.h
src/batch.cc
src/database.cc
src/iterator.cc
src/iterator.h
src/ite...

github.com/Level/leveldown - f981d07332873b280d01dad5efcc5274b294fde6 authored over 11 years ago by Rod Vagg <[email protected]>
namespace all the things

github.com/Level/leveldown - c0224d08c2b6a0831db23bbca5f851e4e3e0cc24 authored over 11 years ago by Rod Vagg <[email protected]>
namespace all the things

github.com/Level/leveldown-mobile - c0224d08c2b6a0831db23bbca5f851e4e3e0cc24 authored over 11 years ago by Rod Vagg <[email protected]>
namespace all the things

github.com/Level/classic-level - c0224d08c2b6a0831db23bbca5f851e4e3e0cc24 authored over 11 years ago by Rod Vagg <[email protected]>
namespace all the things

github.com/Level/rocksdb - c0224d08c2b6a0831db23bbca5f851e4e3e0cc24 authored over 11 years ago by Rod Vagg <[email protected]>
namespace all the things

github.com/Level/levelup - c0224d08c2b6a0831db23bbca5f851e4e3e0cc24 authored over 11 years ago by Rod Vagg <[email protected]>
namespace all the things

github.com/Level/leveldown-hyper - c0224d08c2b6a0831db23bbca5f851e4e3e0cc24 authored over 11 years ago by Rod Vagg <[email protected]>
fix namespaces

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

github.com/Level/rocksdb - eb4c0417cdac0affb151c0435f7864a47d1cdd1c authored over 11 years ago by Rod Vagg <[email protected]>
fix namespaces

github.com/Level/classic-level - eb4c0417cdac0affb151c0435f7864a47d1cdd1c authored over 11 years ago by Rod Vagg <[email protected]>
fix namespaces

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

github.com/Level/leveldown-hyper - eb4c0417cdac0affb151c0435f7864a47d1cdd1c authored over 11 years ago by Rod Vagg <[email protected]>
Merge remote-tracking branch 'levelup/master' into 0.1-wip

Conflicts:
README.md
lib/errors.js
lib/levelup.js
lib/read-stream.js
lib/util.js
lib/write...

github.com/Level/classic-level - 22414804000cfb7d4a3bbb6ebd78c96b55d1e0ab authored over 11 years ago by Rod Vagg <[email protected]>
Merge remote-tracking branch 'levelup/master' into 0.1-wip

Conflicts:
README.md
lib/errors.js
lib/levelup.js
lib/read-stream.js
lib/util.js
lib/write...

github.com/Level/leveldown - 22414804000cfb7d4a3bbb6ebd78c96b55d1e0ab authored over 11 years ago by Rod Vagg <[email protected]>
Merge remote-tracking branch 'levelup/master' into 0.1-wip

Conflicts:
README.md
lib/errors.js
lib/levelup.js
lib/read-stream.js
lib/util.js
lib/write...

github.com/Level/leveldown-mobile - 22414804000cfb7d4a3bbb6ebd78c96b55d1e0ab authored over 11 years ago by Rod Vagg <[email protected]>
Merge remote-tracking branch 'levelup/master' into 0.1-wip

Conflicts:
README.md
lib/errors.js
lib/levelup.js
lib/read-stream.js
lib/util.js
lib/write...

github.com/Level/leveldown-hyper - 22414804000cfb7d4a3bbb6ebd78c96b55d1e0ab authored over 11 years ago by Rod Vagg <[email protected]>
Merge remote-tracking branch 'levelup/master' into 0.1-wip

Conflicts:
README.md
lib/errors.js
lib/levelup.js
lib/read-stream.js
lib/util.js
lib/write...

github.com/Level/rocksdb - 22414804000cfb7d4a3bbb6ebd78c96b55d1e0ab authored over 11 years ago by Rod Vagg <[email protected]>
improve instantiation & open() API

export single function
more consistent with levelup

github.com/Level/classic-level - ff4005d236b02c1713ebc2aac23aaaf54674da6e authored over 11 years ago by Rod Vagg <[email protected]>
improve instantiation & open() API

export single function
more consistent with levelup

github.com/Level/rocksdb - ff4005d236b02c1713ebc2aac23aaaf54674da6e authored over 11 years ago by Rod Vagg <[email protected]>
improve instantiation & open() API

export single function
more consistent with levelup

github.com/Level/leveldown-mobile - ff4005d236b02c1713ebc2aac23aaaf54674da6e authored over 11 years ago by Rod Vagg <[email protected]>
improve instantiation & open() API

export single function
more consistent with levelup

github.com/Level/leveldown-hyper - ff4005d236b02c1713ebc2aac23aaaf54674da6e authored over 11 years ago by Rod Vagg <[email protected]>
improve instantiation & open() API

export single function
more consistent with levelup

github.com/Level/leveldown - ff4005d236b02c1713ebc2aac23aaaf54674da6e authored over 11 years ago by Rod Vagg <[email protected]>
version bump for @0.5.4 release

github.com/Level/leveldown-mobile - 4ab11260170074ea93d22afbb4840457598e2d9a authored over 11 years ago by Rod Vagg <[email protected]>
version bump for @0.5.4 release

github.com/Level/leveldown-hyper - 4ab11260170074ea93d22afbb4840457598e2d9a authored over 11 years ago by Rod Vagg <[email protected]>
version bump for @0.5.4 release

github.com/Level/levelup - 4ab11260170074ea93d22afbb4840457598e2d9a authored over 11 years ago by Rod Vagg <[email protected]>