Ecosyste.ms: OpenCollective

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

github.com/Level/classic-level

An abstract-level database backed by LevelDB.
https://github.com/Level/classic-level

Merge pull request #18 from wolfeidau/smartos_gyp_tweaks

Now builds on smartos with some arcane gyp flag added.

d540ce588375c8c6f9447afaca075144299e6d8c authored almost 12 years ago
Now builds on smartos with some arcane gyp flag added.

8fcecf9974307418b2a52e6addf630f3a0f977ff authored almost 12 years ago
initial draft

f0f8f79be33acc730715b592991b02747f71912e authored almost 12 years ago
namespace all macros with LD_

cb40dac7987eb849559ea2aa1fff757bcba3c5d5 authored almost 12 years ago
add changelog

16b75134c9842ed86b8e479bbab2c499f049e683 authored almost 12 years ago
version bump for @0.1.1

54e60febb52903cad46a7ce9ce1cd0ecbd702a31 authored almost 12 years ago
fix NewInstance args handling, closes #14

8de528ecdf90bee07aef2ddef6788c46d97dd29c authored almost 12 years ago
version bump for @0.1.0 release

a5affd495aac0b870688576babc1e45255ff87a2 authored almost 12 years ago
readme update to reflect current code

76e93e9513d7f364560d0cddbcee73794cd2f403 authored almost 12 years ago
added uber test suite for iterator()

copied the logic from LevelUP read-stream-test.js

265bed5f95af0e485c70d5ecb8e516b7e95737b5 authored almost 12 years ago
move createIterator to db.iterator, add tests

9468c5800c983d9aadff9c9162e81ce1aad9d2e4 authored almost 12 years ago
further batch() tests

51f841519601f556ace7fde2473a834c2badb6ab authored almost 12 years ago
fix keyless batch(), symbol macros to LU_SYMBOL

2d6c46645d24af8defa524a8568e53b5cd647553 authored almost 12 years ago
added batch tests

2abf30a37c5bc2285f27657165395d9c88bf3336 authored almost 12 years ago
Merge branch '0.1-wip' of github.com:rvagg/node-leveldown into 0.1-wip

Conflicts:
src/database.cc

1b0b80ff71b75b807255f252fbd9bfe854d4d350 authored almost 12 years ago
Merge pull request #10 from ralphtheninja/0.1-wip

LU_STR and LU_OPTION changes

70840b502d8c3f8e10baf77265813dff20ecd10e authored almost 12 years ago
remove redundant property check

6e30030671413cd76cd94d42ea66e999224a828a authored almost 12 years ago
move LU_STR() for Database::Batch() closer to usage

cac083d31137bd038fabfe456917c6a28f629d52 authored almost 12 years ago
add const to LU_STR and LU_OPTION macros

b5bf23f216798e732a3ee7f98948b6cf8546af2b authored almost 12 years ago
style tweaks

0a7b4d5c7ca38f882a6a8a5f805f8abb6601d1a3 authored almost 12 years ago
approximateSize() tests

995ba860346632c7316ab61bf66d81e56645241c authored almost 12 years ago
tests for basic put/get/del, more args checking

b1577260a3eb6860d5d0db56ba9831f5fdc5a9f2 authored almost 12 years ago
extended put()/get()/del() tests

b879b3123171ab874670db2afad1704716224839 authored almost 12 years ago
fix travis config

545973a8bcecff1865cc75d20555b92e3c6e1844 authored almost 12 years ago
comprehensive put() tests, made put() more robust

4df762d3288cc3505f27d3b58bfb0d7f7b883687 authored almost 12 years ago
update docs to reflect new reality

3eda5efdd1e61d9311a029dd90373a598b940217 authored almost 12 years ago
add --stderr to npm test

2252d94c1ed26727458089858ebe3840477d07f8 authored almost 12 years ago
added initial/basic test suite

f481221fce934129dfebfb7d05f41c6f632c83aa authored almost 12 years ago
complete resync with levelup src

e565205075ff2bced0173102330a9d12a50315f8 authored almost 12 years ago
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...

f981d07332873b280d01dad5efcc5274b294fde6 authored almost 12 years ago
namespace all the things

c0224d08c2b6a0831db23bbca5f851e4e3e0cc24 authored almost 12 years ago
fix namespaces

eb4c0417cdac0affb151c0435f7864a47d1cdd1c authored almost 12 years ago
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...

22414804000cfb7d4a3bbb6ebd78c96b55d1e0ab authored almost 12 years ago
improve instantiation & open() API

export single function
more consistent with levelup

ff4005d236b02c1713ebc2aac23aaaf54674da6e authored almost 12 years ago
version bump for @0.5.4 release

4ab11260170074ea93d22afbb4840457598e2d9a authored almost 12 years ago
added changelog for 0.4.0+

9e3b56c4117be54e3539bc46d6815708945f6383 authored almost 12 years ago
explicit namespaces, tighter line wrapping

70c14349f435e5a7eb88a09f206150749c92e79d authored almost 12 years ago
memory leak, Persistent callback not Disposed

ce594886cef1e56764c5d722b9ded4cad34b92d0 authored almost 12 years ago
minor style tweaks

26ef789e027dcc2b59c2d80e622b6c3e5dee1bfe authored almost 12 years ago
allow one next() at a time, improve end() handling

92e24a6f0d703cba975c7a8fe62b91f61175b0eb authored almost 12 years ago
add test-10k-times.sh script

8b9f5a2c9dad3cfd306ded5d1840e5f86f199fbc authored almost 12 years ago
ensure iterator end & next don't conflict

Race condition possible when you have a next() executing but end() is
also called. In the main J...

f4c7ee07a3241eaf3d6e3779da6e56fa1a2886fd authored almost 12 years ago
Merge pull request #70 from rvagg/feature/rm-close-error

remove CloseError

137bc0e180fb310445a12937ee4249cf7d836df2 authored about 12 years ago
remove CloseError

The final else case in LevelUP#close() corresponds to the status
'new', which is the state the d...

9dd22eaeee10b63598f588b59c799daae017ec12 authored about 12 years ago
Revert "InitializationError -> InitError to reduce line lengths"

This reverts commit a0a1d78db4d6e0c4b7e59b284defcbe535e07ecf.

14932948ac7be3b84bf05796a98701ccf7d27575 authored about 12 years ago
InitializationError -> InitError to reduce line lengths

a0a1d78db4d6e0c4b7e59b284defcbe535e07ecf authored about 12 years ago
fix put/batch bug in WriteStream#_process()

132cc1a274d9ffecbcc5589a5e438f7d5cc2dc12 authored about 12 years ago
remove useBatch in copy

f3bdacc6a31523b1ebc74202371ab362cdf5d992 authored about 12 years ago
move encodingOpts levelup.js -> util.js

fd96244c83c39ae5e5c0e01c807921d7ed697392 authored about 12 years ago
fix typo in contributors section

8176f8a3dace299e1a2df98d1cd89bde341694e4 authored about 12 years ago
version bump for @0.5.3

2164319caf6ec7101e365f45641cc16235c58cf5 authored about 12 years ago
_location -> location exposed as read-only

02026ac1b63c4f3d15a2a01d54288c3168d6a61a authored about 12 years ago
Merge branch 'master' of github.com:rvagg/node-levelup

2afb590bc70ca6bb5c4438b862fc25dbf1674e44 authored about 12 years ago
swap bufferstream for simple-bufferstream

ce79ed78af3b04cae33c4cf2a1f774124eb59cc3 authored about 12 years ago
Merge pull request #62 from ralphtheninja/master

lib/levelup.js in closure

547a798f5058ff5c2a39538d5af3dd85e204e578 authored about 12 years ago
Merge pull request #1 from rvagg/ralphtheninja-master

code style tweaks

ec95dd0612b9d9d8eca7630f8870e6701310856e authored about 12 years ago
code style tweaks

ef57ce55bdffbb12076bc32c520cc822ef4a4aa8 authored about 12 years ago
jshint one "trailing":true is enough

4a3b6a4c9f490cba9b4e6ed82d65413a1cb21cc0 authored about 12 years ago
comment out all sqlite3 benchmarks

228e26cdb80f55d9ab0caf3afa8870e65fa4f1ca authored about 12 years ago
put LevelUP() into closure

refactor this._status to variable in closure for cleaner code

70c33e4be4b922f5852ed00d912800d7af21670a authored about 12 years ago
style tweaks

2a8f7bf23ffb7278d5fc33eda67faf12d0a6ce75 authored about 12 years ago
jshint "onevar":true

daf922a0a8f7014ff4b972f33e5ef9666ff9b3b5 authored about 12 years ago
version bump for @0.5.2 release

9a536e8b1578d011a90432ce55d143100c2708ec authored about 12 years ago
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
remove LevelUP components

8faa18b9c9fe43992f8d490c9a2bed1b5c7a93ab authored about 12 years ago
rename

9e86fc4f08bed205cf589c0e7ad55903f6ca3558 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