Ecosyste.ms: OpenCollective

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

github.com/Level/levelup

A wrapper for abstract-leveldown compliant stores, for Node.js and browsers.
https://github.com/Level/levelup

delay verification for slower machines

a619b1003a9072c148436f36ba1752de8f1bf514 authored about 11 years ago by Rod Vagg <[email protected]>
missing `var error` decl

f62f1679375a72bb96087db5a4b70867a894aed0 authored about 11 years ago by Rod Vagg <[email protected]>
doc: fix deleteStream hiccups

a64718bbd856c33ed6c9d7f5bb56dbfa85124343 authored about 11 years ago by Julian Gruber <[email protected]>
expose prototype of Read/WriteStreams, no create()

c7e52e4859f15b65f0f7194e6e3ed058fb9c07a3 authored about 11 years ago by Rod Vagg <[email protected]>
no more data-hiding, expose prototype on export

24b3d3564c03c73278947c90f017e5191358f393 authored about 11 years ago by Rod Vagg <[email protected]>
Merge pull request #189 from raboof/patch-1

Fix small formatting mistake

732582cd609fdc782c9b57c9c1d6e4f071848d56 authored about 11 years ago by Julian Gruber <[email protected]>
Fix small formatting mistake

bba68e6cbffa163f0d545ab1207161d42532adb2 authored about 11 years ago by Arnout Engelen <[email protected]>
Merge pull request #188 from rvagg/new-extend

Upgraded xtend to 2.1.1.

a41491603a4f4682958cf70c05e322e014e85c51 authored about 11 years ago by Julian Gruber <[email protected]>
Upgraded xtend to 2.1.1.

The object-keys package to which the old xtend is depending gives a bad
deprecation warning. Not...

2cd3f28b7f204d7244248254b64de70811303efe authored about 11 years ago by Matteo Collina <[email protected]>
@0.16.0

6204b5fbd9bfc7d664b87a03d05b5f421e7eac52 authored about 11 years ago by Rod Vagg <[email protected]>
Merge pull request #180 from rvagg/notfound

added NotFoundError.prototype.notFound=true

80ed312bf664bc9f8829763e19f3c2ba8655eea6 authored about 11 years ago by Rod Vagg <[email protected]>
Merge pull request #183 from rvagg/destroying-read-stream

A ReadStream should support `destroy` to be called more than once.

86ca52e1a68ab240820d287b732f6b7f17374f59 authored about 11 years ago by Rod Vagg <[email protected]>
travis bump

62548d2c199c5076dd329c016c53898558a35e2e authored about 11 years ago by Rod Vagg <[email protected]>
A ReadStream should support `destroy` to be called more than one.

185a3d0405023bc34462f95146d1d52eb073fff9 authored about 11 years ago by Matteo Collina <[email protected]>
test & doc fix for 404

4ee52a2fe0199a90f2f8a0066fd3bedc15519b5b authored about 11 years ago by Rod Vagg <[email protected]>
foo[404]? no, status=404

469828b1b1d554c2166d6b2617cd770641456dbf authored about 11 years ago by Rod Vagg <[email protected]>
document err.notFound

2230d83637020af09d3fa5329445329c4fcd88d1 authored about 11 years ago by Rod Vagg <[email protected]>
added NotFoundError.prototype.notFound=true

closes #179

87a9c84f43537965f2fa1dcb2a09e11fba7848c4 authored about 11 years ago by Rod Vagg <[email protected]>
added @substack

20879431a42786da955973120603fdf0c9f6de30 authored about 11 years ago by Rod Vagg <[email protected]>
reformat changelog

eb3ae11a8c3426572327be87352cede0cb89b36a authored about 11 years ago by Rod Vagg <[email protected]>
@0.15.0

c5c71a67035db006b3d8e28ea360674376c06e57 authored about 11 years ago by Rod Vagg <[email protected]>
pin to [email protected]

77acd8e86a4f08c8318e576ce35ad68ea2b98b39 authored about 11 years ago by Rod Vagg <[email protected]>
Merge branch 'master' of https://github.com/rvagg/node-levelup into streams2-read-stream

a771d75ca6b79be614b78fb3e1836f6c329d03fb authored about 11 years ago by James Halliday <[email protected]>
pass the highWaterMark parameter through

46da0bd2b9f39a1c54454d712798114e623a5d1c authored about 11 years ago by James Halliday <[email protected]>
remove readable/writable cruft from tests

17339ca5dab4cc0dc45e0893aee9a5d44dfe771b authored about 11 years ago by James Halliday <[email protected]>
implement changes from line comments

f8a9aeb5399abdf1d9d6c103fc2f6ecba7fbb126 authored about 11 years ago by James Halliday <[email protected]>
stand-along?? what's that? minor typo

cdfd49da41d36b70484f93a4b4d43f058bb8ba0a authored about 11 years ago by Rod Vagg <[email protected]>
minor edit for line length

6129f8129bc7ad56388ee87034b31dc392b9c7c1 authored about 11 years ago by Rod Vagg <[email protected]>
@0.14.0 release

53061c1ef2800a6d8d43b0a29049fa4d219c8e13 authored about 11 years ago by Rod Vagg <[email protected]>
comma-first all the things! remove news (for now)

add downloads graph, for fun!

34106c8ac5b7f6037f0d5b16170afd77627e7ad1 authored about 11 years ago by Rod Vagg <[email protected]>
call _cleanup() after encoding errors; all tests now pass!

bc791ba3981c4141b500494285482a682ad3dbff authored about 11 years ago by James Halliday <[email protected]>
put the readable stream into flow mode in the test since it won't close otherwise (streams2ism)

735f143154285f668652b44f006b56adde0965ad authored about 11 years ago by James Halliday <[email protected]>
set .readable and .writable so that the unit tests for readable stream pass

6ef8a735ed7b70ad86aa9b47f0c93db30b3b6496 authored about 11 years ago by James Halliday <[email protected]>
end should fire 0 times when a stream is destroyed, not 1

6b496dcdc8446efe4a0638eb3e25771107619140 authored about 11 years ago by James Halliday <[email protected]>
another data event no longer slips through with .pause(), remove the special case in the tests

cd0fb9718a620fb4c3037c7ed9224e0d0abc6e15 authored about 11 years ago by James Halliday <[email protected]>
close fires before end because of streams2, so use the end event instead

f492a5cdf023073067647e036da38c45383b59ec authored about 11 years ago by James Halliday <[email protected]>
destroy() implementation for more backwards compatibility with the old api

e329c96f85965639b505aa76f1591413bc0c25b8 authored about 11 years ago by James Halliday <[email protected]>
using readable-stream for db.createReadStream()

0467ab637156d362aac5ad8edcf421c82a3646eb authored about 11 years ago by James Halliday <[email protected]>
Merge pull request #175 from pomke/master

Fixed a typo and a MARKDOWN issue.

75104e0f4039585ce83fadc2ce155947d97ae60b authored about 11 years ago by David Björklund <[email protected]>
Fixed a typo and a MARKDOWN issue.

44a4a606d28ca7abf5cd630dd39404e3e849aecc authored about 11 years ago by Pomke <[email protected]>
Merge pull request #173 from rvagg/encodings-fixes

Custom encodings cleanup

5613a38b65ce5f98eed4cdb8ffc3f3ae1474fb62 authored about 11 years ago by Rod Vagg <[email protected]>
minor style fixes, minor util encodings overhaul

990ccb6aa7b0f12276ce2b5f461e76c8f1f9b64b authored about 11 years ago by Rod Vagg <[email protected]>
Merge pull request #149 from dominictarr/custom_encodings

Custom encodings

79c974c7f88736c309f5055222c77c97933c634d authored about 11 years ago by Dominic Tarr <[email protected]>
merge

03a403e366dbee8b0cf8f981cee8702f9c74bf3e authored about 11 years ago by Dominic Tarr <[email protected]>
document custom encodings

2e2e2159bea5acfbc07d024839b4b288c5a61502 authored about 11 years ago by Dominic Tarr <[email protected]>
tidy

e990a9970e70c121d8d689dcfb633a4881aae070 authored about 11 years ago by Dominic Tarr <[email protected]>
tidy up encodings

2e06ba03a0981820fd76c563a6d622467e9a9e69 authored about 11 years ago by Dominic Tarr <[email protected]>
optional declare the encoding's type

a23811079046fc21173a86c225e6b15b18d6fd12 authored about 11 years ago by Dominic Tarr <[email protected]>
refactor encoding to use util functions

72f3874d4968dadb9393706ee5cd39ddbd7d1b69 authored about 11 years ago by Dominic Tarr <[email protected]>
@0.13.0

bd99fecd549ad61f60f935d8ecd0425e0d704f56 authored about 11 years ago by Rod Vagg <[email protected]>
@0.12.0 release

cabdcf4c95df3059b62bb13e2ea65dc01c29aa7c authored about 11 years ago by Rod Vagg <[email protected]>
Merge pull request #163 from rvagg/leveldown-0.6.2

[email protected]

8a68b538e67a1151c5473027ddce5584c64004b3 authored about 11 years ago by Rod Vagg <[email protected]>
fix reporting

f4df8096a1265872efaa683a75c5e3b152af89ea authored about 11 years ago by Rod Vagg <[email protected]>
added stream-bench.js from write-stream-optimisation

0fe16ba0552be36ae0f8fa382ccc747345426c18 authored about 11 years ago by Rod Vagg <[email protected]>
remove es5 option

4f1f3abe4c30dbd37bc3e70dc00eeac506f5a0b5 authored about 11 years ago by Rod Vagg <[email protected]>
@0.11.0 release

67ced88f13f6cbf08ea3c369e83974ad9b327456 authored over 11 years ago by Rod Vagg <[email protected]>
minor formatting fixes

c55e82564dde12dc89f4d453b719a1767a9cf617 authored over 11 years ago by Rod Vagg <[email protected]>
Merge branch 'master' of github.com:rvagg/node-levelup

Conflicts:
lib/write-stream.js

daa44e066bd5d21f22a0075431bc4c841009eeaa authored over 11 years ago by Rod Vagg <[email protected]>
Merge branch 'master' of git://github.com/pgte/node-levelup

7db834754a6d4a023dbdb98aac26da21d9396a7c authored over 11 years ago by Rod Vagg <[email protected]>
added @pgte to contrib list

e245f1c695a312d93607a361e97bae54f89de7a2 authored over 11 years ago by Rod Vagg <[email protected]>
Merge pull request #158 from rvagg/bops

use bops for browser compatibility

b57ef447a25e2c8d24cc54cf8aa1462b63bbdeff authored over 11 years ago by Julian Gruber <[email protected]>
Merge pull request #155 from rvagg/no-bind

remove all fn#bind

fcc129306df545d5c801e840899512484936dd65 authored over 11 years ago by Julian Gruber <[email protected]>
writable stream end accepts data

ba00576b8d357bfa07e3a172d532f3deda5d3442 authored over 11 years ago by Pedro Teixeira <[email protected]>
remove fn#call

a6bf72f785b1391c61977e2baef9175ad6113953 authored over 11 years ago by Julian Gruber <[email protected]>
reduce occurences of self

b9ab904251b6ccffd2083508a5a480e8a623c2bd authored over 11 years ago by Julian Gruber <[email protected]>
use bops in binary encoders / slicers

277caf29b627780f9dccb6018a3ec621b793a914 authored over 11 years ago by Julian Gruber <[email protected]>
add bops as dependency

bddac2c51de2350ddbde224ec9d74cfb7ed58a99 authored over 11 years ago by Julian Gruber <[email protected]>
nodei.co https

270ace3ae77a86138c47ff93a1e6b439e5231e9b authored over 11 years ago by Rod Vagg <[email protected]>
npm badge me up scotty

c30bbdecda6e55eb0a227810b4c9712e6b2c97ca authored over 11 years ago by Rod Vagg <[email protected]>
remove all fn#bind in main file

fee1dc64b5dd0f0c225d6ea929c09ea1eb20d221 authored over 11 years ago by Julian Gruber <[email protected]>
remove all fn#bind in write-stream

edfa7ca15a97adbaf127bb0d418307350ffd5fce authored over 11 years ago by Julian Gruber <[email protected]>
remove all fn#bind in read-stream

94514e011f76c9b5de0c7d927000372448e84809 authored over 11 years ago by Julian Gruber <[email protected]>
remove unnecessary function#bind

bfdbd433f31d6c272e289f4241d81749acfaf08d authored over 11 years ago by Julian Gruber <[email protected]>
use msgpack-js for tests

9aa1d4a897c447b8571854771077192069ed1c54 authored over 11 years ago by Dominic Tarr <[email protected]>
implement custom encodings

2f22f7062603a8bf1fe916f9f3f3c793204330b4 authored over 11 years ago by Dominic Tarr <[email protected]>
tests for custom encodings

a3b9541d9736e6a8ad3e31802f3b6cdf2200d9c1 authored over 11 years ago by Dominic Tarr <[email protected]>
@0.10.0 release

af7d7ef22d2d8279285773033f91d7608a14d377 authored over 11 years ago by Rod Vagg <[email protected]>
misc rvagg ignores

20da956e8c53c2ffb5124507928629d294b4a6b3 authored over 11 years ago by Rod Vagg <[email protected]>
minor batch() fix

b0fa83dfb95ed6a5cac8512d97b27b387e09eb84 authored over 11 years ago by Rod Vagg <[email protected]>
@0.9.0 release

47f474ebbc870ff150de6c92085268b1beaae915 authored over 11 years ago by Rod Vagg <[email protected]>
Increase ReadStream performance by dropping apply & arguments.length

34b17b5e7d65dee9ab76b9b582c2a3ae44e0bb1e authored over 11 years ago by David Björklund <[email protected]>
further chained-batch integration, added clear()

415d62b5e2d172f5b8e1b0cee03d22a0130042e0 authored over 11 years ago by Rod Vagg <[email protected]>
50% performance increase in ReadStream by removing one bind.

88408129dc9917a521be9a5acb3c1bb25ee3ea83 authored over 11 years ago by Matteo Collina <[email protected]>
note about optional LevelDOWN, link to `level` pkg

687dc462c19a67b4b9a257ac9237ad8e71ee1e70 authored over 11 years ago by Rod Vagg <[email protected]>
add news section

8f407a6abb156c19d25d165e19b6f242185b4573 authored over 11 years ago by Rod Vagg <[email protected]>
move level/* out to separate repo

a8d503ba5d08f40a23f446f51cf88af83e5e90f0 authored over 11 years ago by Rod Vagg <[email protected]>
Integrated the readStream bench into the benchmarks suite.

891fe4754364bf4d20186cff537d9c4b6a184a06 authored over 11 years ago by Matteo Collina <[email protected]>
exclude leveldown/package from browserify build

d143fb5940b79a9eddc18bb3b03d9ff9af197b5b authored over 11 years ago by Rod Vagg <[email protected]>
Added a simple benchmark for the ReadStream.

07368376de1f1782a18bdd91a8cf90510fb9c01d authored over 11 years ago by Matteo Collina <[email protected]>
test levelup() rather than util.getLevelDOWN()

2a5c84ab29dc82b0b26185265b89d1b92ab7a1ab authored over 11 years ago by Rod Vagg <[email protected]>
notes about deprecated methods

d3686becc11e49f432b187232311a3658c3ab979 authored over 11 years ago by Rod Vagg <[email protected]>
update for 0.9 functionality

be002db682a1e6d6ddd599cca90c591e4e2b53c3 authored over 11 years ago by Rod Vagg <[email protected]>
disallow chained batch ops after write()

85670960f3e788d34fe09ac8e0a61525e79b5b24 authored over 11 years ago by Rod Vagg <[email protected]>
clear require.cache on both setUp & tearDown

b5ce221208336e841d72f00ccb349ecc888bbfcc authored over 11 years ago by Rod Vagg <[email protected]>
explicit .json extension for browserify

2ed098a068640280c84bb1acadc1e50354626385 authored over 11 years ago by Julian Gruber <[email protected]>
fixed argument checking test

9aaaaabdcec993d0e945fefdbd78803e3157309e authored over 11 years ago by Julian Gruber <[email protected]>
check for correct version when loading leveldown

5a5546bc664945aec79af8dffa4aed76595b6001 authored over 11 years ago by Rod Vagg <[email protected]>
initial integration of the leveldown chained batch

eece65365ef34184a82666ac9d73ce1e8e9c309e authored over 11 years ago by Julian Gruber <[email protected]>
Added in the README the new constructor option for createWriteStream.

02bd31eba0ab8ad3195982cf0cd2c7a4d5873919 authored over 11 years ago by Matteo Collina <[email protected]>