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

add .sub option for passing in your own sub db

github.com/Level/level-ttl - c0c81191bcaefba1770850d6cd78feea16dcaa6f authored almost 10 years ago by Max Ogden <[email protected]>
Use newer memdown store. Fixes build.

github.com/Level/levelup - 723391bb932a950d6d7f1f82027df890ab77bd2e authored almost 10 years ago by Eduardo Sorribas <[email protected]>
Merge pull request #19 from sorribas/cplusplus-lib-link

Update url to C++ library.

github.com/Level/leveljs.org - 0a633a858fc02069af0c37bca974e9ab826e0032 authored almost 10 years ago by Rod Vagg <[email protected]>
Update url to C++ library.

github.com/Level/leveljs.org - b092a8860d1f2a42e504bc299acc6ff9fdbc3b15 authored almost 10 years ago by Eduardo Sorribas <[email protected]>
Fix LevelDB builds for modern gcc versions

LevelDB fails to compile with the current compiler flags on a Debian box running gcc 4.7.1 due t...

github.com/Level/leveldown - 5198231a88b92e4246eddda3303623e1a636d56d authored almost 10 years ago by Sharvil Nanavati <[email protected]>
Fix LevelDB builds for modern gcc versions

LevelDB fails to compile with the current compiler flags on a Debian box running gcc 4.7.1 due t...

github.com/Level/rocksdb - 5198231a88b92e4246eddda3303623e1a636d56d authored almost 10 years ago by Sharvil Nanavati <[email protected]>
Fix LevelDB builds for modern gcc versions

LevelDB fails to compile with the current compiler flags on a Debian box running gcc 4.7.1 due t...

github.com/Level/leveldown-hyper - 5198231a88b92e4246eddda3303623e1a636d56d authored almost 10 years ago by Sharvil Nanavati <[email protected]>
Fix LevelDB builds for modern gcc versions

LevelDB fails to compile with the current compiler flags on a Debian box running gcc 4.7.1 due t...

github.com/Level/leveldown-mobile - 5198231a88b92e4246eddda3303623e1a636d56d authored almost 10 years ago by Sharvil Nanavati <[email protected]>
Fix LevelDB builds for modern gcc versions

LevelDB fails to compile with the current compiler flags on a Debian box running gcc 4.7.1 due t...

github.com/Level/classic-level - 5198231a88b92e4246eddda3303623e1a636d56d authored almost 10 years ago by Sharvil Nanavati <[email protected]>
Merge pull request #14 from rvagg/no-options

Support empty options value on creation.

github.com/Level/level-ttl - 0793c9f5e8d9c125b4bc34d9007e4fd6117e39d9 authored almost 10 years ago by Rod Vagg <[email protected]>
Merge pull request #16 from marcosbergamo/master

Just a little fix on line 20

github.com/Level/level-ttl - 3345852aff2476009b6ae17cc204d38e733b65c9 authored almost 10 years ago by Josh Duff <[email protected]>
little fix

A little fix on the line 20

github.com/Level/level-ttl - 351e18a2da33a28a8979075b13baba081bab9c4d authored almost 10 years ago by Marcos Vinicius Bérgamo <[email protected]>
Support empty options value on creation.

github.com/Level/level-ttl - 011f6239a6190fff3aa8339a5dc9c8fa6b4ffeaf authored almost 10 years ago by Matteo Collina <[email protected]>
Merge pull request #293 from bewest/fix/document-del-callback-261

resolve #261, explain args to callback to #del

github.com/Level/levelup - 62d2c052d1c867aeb23b14104fcb5ce88dffe922 authored almost 10 years ago by Rod Vagg <[email protected]>
better document #del method

Thanks for the feedback, @rvagg.
Based on your feedback and some double checking via
https://git...

github.com/Level/levelup - 23b3f7be193933f851eaf5bc6f8a2e1b53934779 authored almost 10 years ago by Ben West <[email protected]>
resolve #261, explain args to callback to #del

Per bug report, example crafted from test.

github.com/Level/levelup - 02bb5c3856c473be09ddb3616021604901e9f073 authored almost 10 years ago by Ben West <[email protected]>
added @watson to package.json

github.com/Level/abstract-level - 6ccf13487433e11b92337dbd5686a3bf7347438c authored almost 10 years ago by Rod Vagg <[email protected]>
added @watson to package.json

github.com/Level/abstract-leveldown - 6ccf13487433e11b92337dbd5686a3bf7347438c authored almost 10 years ago by Rod Vagg <[email protected]>
added @watson

github.com/Level/abstract-level - 7451cd15e6aad8471ba97c583dfb4d876bbb66a1 authored almost 10 years ago by Rod Vagg <[email protected]>
added @watson

github.com/Level/abstract-leveldown - 7451cd15e6aad8471ba97c583dfb4d876bbb66a1 authored almost 10 years ago by Rod Vagg <[email protected]>
Merge pull request #48 from watson/errors

Use `error` test function when testing for errors

github.com/Level/abstract-level - 624c32c51c1bc9ed535b603019d07d46622b1411 authored almost 10 years ago by Rod Vagg <[email protected]>
Merge pull request #48 from watson/errors

Use `error` test function when testing for errors

github.com/Level/abstract-leveldown - 624c32c51c1bc9ed535b603019d07d46622b1411 authored almost 10 years ago by Rod Vagg <[email protected]>
Merge pull request #47 from watson/debugging

Don't fail if no value is returned by _get

github.com/Level/abstract-leveldown - 5d488ab100ef60674478719fb1e70f041c9bc6f7 authored almost 10 years ago by Rod Vagg <[email protected]>
Merge pull request #47 from watson/debugging

Don't fail if no value is returned by _get

github.com/Level/abstract-level - 5d488ab100ef60674478719fb1e70f041c9bc6f7 authored almost 10 years ago by Rod Vagg <[email protected]>
Use `error` test function when testing for errors

This will give better error messages when tests are failing

github.com/Level/abstract-level - f4a3346da7be6853f7436eadabe20fa231334e17 authored almost 10 years ago by Thomas Watson Steen <[email protected]>
Use `error` test function when testing for errors

This will give better error messages when tests are failing

github.com/Level/abstract-leveldown - f4a3346da7be6853f7436eadabe20fa231334e17 authored almost 10 years ago by Thomas Watson Steen <[email protected]>
Don't fail if no value is returned by _get

In case something isn't right with the `_get` method, we should avoid
throwing an error when try...

github.com/Level/abstract-leveldown - 24668c50e0a3ab0cfe6a154e74f1b1234447fefd authored almost 10 years ago by Thomas Watson Steen <[email protected]>
Don't fail if no value is returned by _get

In case something isn't right with the `_get` method, we should avoid
throwing an error when try...

github.com/Level/abstract-level - 24668c50e0a3ab0cfe6a154e74f1b1234447fefd authored almost 10 years ago by Thomas Watson Steen <[email protected]>
1.0.0

github.com/Level/memdown - feabb44f19305c720e6014dabec9043aadf7d716 authored almost 10 years ago by Nolan Lawson <[email protected]>
1.0.0

github.com/Level/memory-level - feabb44f19305c720e6014dabec9043aadf7d716 authored almost 10 years ago by Nolan Lawson <[email protected]>
rm getter/setter

github.com/Level/memory-level - 75fdac915400538e83704165904ff54352c4778e authored almost 10 years ago by Calvin Metcalf <[email protected]>
rm getter/setter

github.com/Level/memdown - 75fdac915400538e83704165904ff54352c4778e authored almost 10 years ago by Calvin Metcalf <[email protected]>
rm unused function

github.com/Level/memdown - db1e59c3c20d60783d348a1b50cbfdfe0189222b authored almost 10 years ago by Calvin Metcalf <[email protected]>
rm unused function

github.com/Level/memory-level - db1e59c3c20d60783d348a1b50cbfdfe0189222b authored almost 10 years ago by Calvin Metcalf <[email protected]>
less work in getter and setter

github.com/Level/memory-level - a9c48195742448c926444f9618ee079fdb778879 authored almost 10 years ago by Calvin Metcalf <[email protected]>
less work in getter and setter

github.com/Level/memdown - a9c48195742448c926444f9618ee079fdb778879 authored almost 10 years ago by Calvin Metcalf <[email protected]>
actual test for destroy

github.com/Level/memdown - a5c1e61d855b3244e00977aba9d09ad6ca9882e6 authored almost 10 years ago by Calvin Metcalf <[email protected]>
actual test for destroy

github.com/Level/memory-level - a5c1e61d855b3244e00977aba9d09ad6ca9882e6 authored almost 10 years ago by Calvin Metcalf <[email protected]>
merge

github.com/Level/memory-level - dc22b4fe2bc884f72eb4637128037db322018a81 authored almost 10 years ago by Calvin Metcalf <[email protected]>
merge

github.com/Level/memdown - dc22b4fe2bc884f72eb4637128037db322018a81 authored almost 10 years ago by Calvin Metcalf <[email protected]>
0.11.0

github.com/Level/memdown - 8cb33336dd33af9f0d9eaa7ec00c729fe59c0891 authored almost 10 years ago by Nolan Lawson <[email protected]>
0.11.0

github.com/Level/memory-level - 8cb33336dd33af9f0d9eaa7ec00c729fe59c0891 authored almost 10 years ago by Nolan Lawson <[email protected]>
Implement destroy(), use global db store

github.com/Level/memory-level - fe7c13ee722d6bd7b83f17598ea06945c2fe0ebb authored almost 10 years ago by Nolan Lawson <[email protected]>
Implement destroy(), use global db store

github.com/Level/memdown - fe7c13ee722d6bd7b83f17598ea06945c2fe0ebb authored almost 10 years ago by Nolan Lawson <[email protected]>
support values to be null/undefined

github.com/Level/levelup - e77bbd4c7d11573f46b3a504907bf0eacf52aae5 authored about 10 years ago by David Björklund <[email protected]>
drop .8

github.com/Level/level-test - 06e525f448a3a3987c412428347c96ee88ce214b authored about 10 years ago by Dominic Tarr <[email protected]>
1.6.6

github.com/Level/level-test - 8bb70f019adcd65a638fc49f48376bc9e98482b1 authored about 10 years ago by Dominic Tarr <[email protected]>
Bumped dependencies.

github.com/Level/level-test - 63b16e6fbf9f85b687ecfd776ae49befbe4e6bf3 authored about 10 years ago by Matteo Collina <[email protected]>
0.10.3

github.com/Level/leveldown - 82d0888a421796bfa7624d728bd8bdcdab3e614d authored about 10 years ago by Mathias Buus <[email protected]>
0.10.3

github.com/Level/rocksdb - 82d0888a421796bfa7624d728bd8bdcdab3e614d authored about 10 years ago by Mathias Buus <[email protected]>
0.10.3

github.com/Level/classic-level - 82d0888a421796bfa7624d728bd8bdcdab3e614d authored about 10 years ago by Mathias Buus <[email protected]>
fix url and homepage links

github.com/Level/classic-level - efdbf2c5704d6328b2eacf0bace7491de7b5f3b9 authored about 10 years ago by Mathias Buus <[email protected]>
fix url and homepage links

github.com/Level/leveldown - efdbf2c5704d6328b2eacf0bace7491de7b5f3b9 authored about 10 years ago by Mathias Buus <[email protected]>
fix url and homepage links

github.com/Level/rocksdb - efdbf2c5704d6328b2eacf0bace7491de7b5f3b9 authored about 10 years ago by Mathias Buus <[email protected]>
Merge pull request #40 from bigeasy/set-immediate

Use `setImmediate`.

github.com/Level/abstract-leveldown - 4eeb4501fe406622f0cbddc6ee162fa242883e35 authored about 10 years ago by Rod Vagg <[email protected]>
Merge pull request #40 from bigeasy/set-immediate

Use `setImmediate`.

github.com/Level/abstract-level - 4eeb4501fe406622f0cbddc6ee162fa242883e35 authored about 10 years ago by Rod Vagg <[email protected]>
Use `setTimeout` instead of `setImmediate`.

github.com/Level/abstract-level - 865ed9e7770f05449fda09859fcf6bc4c07e340f authored about 10 years ago by Alan Gutierrez <[email protected]>
Use `setTimeout` instead of `setImmediate`.

github.com/Level/abstract-leveldown - 865ed9e7770f05449fda09859fcf6bc4c07e340f authored about 10 years ago by Alan Gutierrez <[email protected]>
add style fixes

github.com/Level/memdown - a619304d90a0eaa50d5278eaafa6864951c135f3 authored about 10 years ago by Calvin Metcalf <[email protected]>
add style fixes

github.com/Level/memory-level - a619304d90a0eaa50d5278eaafa6864951c135f3 authored about 10 years ago by Calvin Metcalf <[email protected]>
update test dep

github.com/Level/memory-level - 539997ab8d297a67c2f952b97390f32b6e8c8382 authored about 10 years ago by Calvin Metcalf <[email protected]>
update test dep

github.com/Level/memdown - 539997ab8d297a67c2f952b97390f32b6e8c8382 authored about 10 years ago by Calvin Metcalf <[email protected]>
Merge pull request #44 from calvinmetcalf/atomic-batches

add test for atomic batch operations

github.com/Level/abstract-level - d0b643f39cb28856ca7396006e336c086ec37f15 authored about 10 years ago by Rod Vagg <[email protected]>
Merge pull request #44 from calvinmetcalf/atomic-batches

add test for atomic batch operations

github.com/Level/abstract-leveldown - d0b643f39cb28856ca7396006e336c086ec37f15 authored about 10 years ago by Rod Vagg <[email protected]>
add test for atomic batch operations

github.com/Level/abstract-level - 78052c53eb91d4f1e9f84b272874ec86ce62cd04 authored about 10 years ago by Calvin Metcalf <[email protected]>
add test for atomic batch operations

github.com/Level/abstract-leveldown - 78052c53eb91d4f1e9f84b272874ec86ce62cd04 authored about 10 years ago by Calvin Metcalf <[email protected]>
atomic batch updates

github.com/Level/memdown - f2dbb161c6570530c16f179c797a2e3b48c2012b authored about 10 years ago by Calvin Metcalf <[email protected]>
atomic batch updates

github.com/Level/memory-level - f2dbb161c6570530c16f179c797a2e3b48c2012b authored about 10 years ago by Calvin Metcalf <[email protected]>
style updates

github.com/Level/memory-level - 449c07fcab61855172c87381b5a310d28d09ecea authored about 10 years ago by Calvin Metcalf <[email protected]>
style updates

github.com/Level/memdown - 449c07fcab61855172c87381b5a310d28d09ecea authored about 10 years ago by Calvin Metcalf <[email protected]>
test

github.com/Level/memdown - bddb6b235d6e39469c517f66f8d2698f080fae81 authored about 10 years ago by Calvin Metcalf <[email protected]>
test

github.com/Level/memory-level - bddb6b235d6e39469c517f66f8d2698f080fae81 authored about 10 years ago by Calvin Metcalf <[email protected]>
merge

github.com/Level/memory-level - 1142eec252f175dcb98ad085d6a4c9723c675822 authored about 10 years ago by Calvin Metcalf <[email protected]>
merge

github.com/Level/memdown - 1142eec252f175dcb98ad085d6a4c9723c675822 authored about 10 years ago by Calvin Metcalf <[email protected]>
redblack

github.com/Level/memdown - 82db5f2a97cbf63c3dd713d22518799d70ecebe3 authored about 10 years ago by Calvin Metcalf <[email protected]>
redblack

github.com/Level/memory-level - 82db5f2a97cbf63c3dd713d22518799d70ecebe3 authored about 10 years ago by Calvin Metcalf <[email protected]>
Merge pull request #20 from calvinmetcalf/deletes

don't iterate keys that don't exist

github.com/Level/memory-level - 2bb60c4cd763664b4e3f6e5f98142a1cdc4b8d5a authored about 10 years ago by Calvin Metcalf <[email protected]>
Merge pull request #20 from calvinmetcalf/deletes

don't iterate keys that don't exist

github.com/Level/memdown - 2bb60c4cd763664b4e3f6e5f98142a1cdc4b8d5a authored about 10 years ago by Calvin Metcalf <[email protected]>
1.0.1

github.com/Level/party - 56edf45bacc7fe469e180c5539afbb21332edf47 authored about 10 years ago by James Halliday <[email protected]>
1.0.1

github.com/Level/rave-level - 56edf45bacc7fe469e180c5539afbb21332edf47 authored about 10 years ago by James Halliday <[email protected]>
1.0.0

github.com/Level/party - 45d05deae494530ae10008b61178f610d92f6e77 authored about 10 years ago by James Halliday <[email protected]>
1.0.0

github.com/Level/rave-level - 45d05deae494530ae10008b61178f610d92f6e77 authored about 10 years ago by James Halliday <[email protected]>
upgrades

github.com/Level/rave-level - b0685215d70d6efde191e2bafce532aa8c98df8f authored about 10 years ago by James Halliday <[email protected]>
upgrades

github.com/Level/party - b0685215d70d6efde191e2bafce532aa8c98df8f authored about 10 years ago by James Halliday <[email protected]>
all tests pass

github.com/Level/party - 16a4ad97f63c1d35c8d17a1868952188165f2935 authored about 10 years ago by James Halliday <[email protected]>
all tests pass

github.com/Level/rave-level - 16a4ad97f63c1d35c8d17a1868952188165f2935 authored about 10 years ago by James Halliday <[email protected]>
bytewise sublevel now working

github.com/Level/rave-level - 439b75d475c40a23243c8c78923d8431a771f945 authored about 10 years ago by James Halliday <[email protected]>
bytewise sublevel now working

github.com/Level/party - 439b75d475c40a23243c8c78923d8431a771f945 authored about 10 years ago by James Halliday <[email protected]>
failing sublevel test

github.com/Level/rave-level - 3f17d79be9cdc4466a08a6b7abd7efa7588f0ba8 authored about 10 years ago by James Halliday <[email protected]>
failing sublevel test

github.com/Level/party - 3f17d79be9cdc4466a08a6b7abd7efa7588f0ba8 authored about 10 years ago by James Halliday <[email protected]>
failing bytewise sublevel test hangs on createReadStream()

github.com/Level/party - decff64a0239139ff1bef9e56b01d2f9567b233c authored about 10 years ago by James Halliday <[email protected]>
failing bytewise sublevel test hangs on createReadStream()

github.com/Level/rave-level - decff64a0239139ff1bef9e56b01d2f9567b233c authored about 10 years ago by James Halliday <[email protected]>
fixes for bytewise sublevel test

github.com/Level/party - 7344bf2535218a57ef3f3e0ec32ccc5bee5be6c4 authored about 10 years ago by James Halliday <[email protected]>