]>
zoso.dev Git - buffer.git/log
Feross Aboukhadijeh [Fri, 12 Sep 2014 10:28:43 +0000 (11:28 +0100)]
use is-array
Feross Aboukhadijeh [Fri, 12 Sep 2014 00:53:40 +0000 (01:53 +0100)]
2.6.2
Feross Aboukhadijeh [Fri, 12 Sep 2014 00:44:30 +0000 (01:44 +0100)]
use shim for Number.isNaN
Feross Aboukhadijeh [Fri, 12 Sep 2014 00:38:45 +0000 (01:38 +0100)]
2.6.1
Feross Aboukhadijeh [Fri, 12 Sep 2014 00:37:08 +0000 (01:37 +0100)]
fix readFloat bug
Feross Aboukhadijeh [Fri, 12 Sep 2014 00:37:01 +0000 (01:37 +0100)]
add perf-node script
Feross Aboukhadijeh [Fri, 12 Sep 2014 00:18:26 +0000 (01:18 +0100)]
2.6.0
Feross Aboukhadijeh [Fri, 12 Sep 2014 00:14:43 +0000 (01:14 +0100)]
skip overflow test for object impl
it’s not practical to fail in exactly the same way that node does when
writing and reading overflows in the object impl because it’s so
different
Feross Aboukhadijeh [Fri, 12 Sep 2014 00:12:11 +0000 (01:12 +0100)]
fix test
Feross Aboukhadijeh [Thu, 11 Sep 2014 23:54:21 +0000 (00:54 +0100)]
make read functions match node
Feross Aboukhadijeh [Thu, 11 Sep 2014 23:26:47 +0000 (00:26 +0100)]
test object impl in node; write methods match node; bug fix for #41
Feross Aboukhadijeh [Thu, 11 Sep 2014 21:42:31 +0000 (22:42 +0100)]
organize tests better
Feross Aboukhadijeh [Thu, 11 Sep 2014 19:48:14 +0000 (20:48 +0100)]
2.5.1
Feross Aboukhadijeh [Thu, 11 Sep 2014 19:48:05 +0000 (20:48 +0100)]
export TYPED_ARRAY_SUPPORT for typedarray-to-buffer
Feross Aboukhadijeh [Sun, 10 Aug 2014 12:09:10 +0000 (05:09 -0700)]
license
Feross Aboukhadijeh [Tue, 22 Jul 2014 08:58:20 +0000 (01:58 -0700)]
readme
Feross Aboukhadijeh [Tue, 22 Jul 2014 08:48:32 +0000 (01:48 -0700)]
2.5.0
Feross Aboukhadijeh [Tue, 22 Jul 2014 08:27:33 +0000 (01:27 -0700)]
make IE10 use the Object implementation
IE10 has a broken `TypedArray.prototype.subarray` function which
returns arrays of incorrect length in some situations.
Feross Aboukhadijeh [Tue, 22 Jul 2014 06:07:36 +0000 (23:07 -0700)]
firefox 3-3.6, ie6-8: use shim instead of Array.isArray
Feross Aboukhadijeh [Tue, 22 Jul 2014 06:04:31 +0000 (23:04 -0700)]
fix tests for ie6+7: fix use of JSON object
Feross Aboukhadijeh [Thu, 17 Jul 2014 06:04:40 +0000 (23:04 -0700)]
2.4.0
Feross Aboukhadijeh [Thu, 17 Jul 2014 05:57:12 +0000 (22:57 -0700)]
construct new buffer from buffer toJSON() output (fix #37)
Feross Aboukhadijeh [Thu, 17 Jul 2014 05:56:44 +0000 (22:56 -0700)]
add failing test for new buffer from buffer.toJSON() for #37
Feross Aboukhadijeh [Thu, 17 Jul 2014 05:51:36 +0000 (22:51 -0700)]
remove private clamp and coerce functions
made the constructor and `slice` match node’s implementation more
closely
Feross Aboukhadijeh [Thu, 17 Jul 2014 05:26:02 +0000 (22:26 -0700)]
2.3.4
Feross Aboukhadijeh [Thu, 17 Jul 2014 05:25:56 +0000 (22:25 -0700)]
simplify Buffer.isBuffer check
Feross Aboukhadijeh [Thu, 17 Jul 2014 05:24:40 +0000 (22:24 -0700)]
readme cleanup
Feross Aboukhadijeh [Thu, 17 Jul 2014 05:18:35 +0000 (22:18 -0700)]
add note about tracking node 0.11 api
close #34
Feross Aboukhadijeh [Mon, 30 Jun 2014 06:43:19 +0000 (23:43 -0700)]
2.3.3
Feross Aboukhadijeh [Sun, 29 Jun 2014 15:29:43 +0000 (08:29 -0700)]
Strip invalid characters from base64 strings (fix #33)
Feross Aboukhadijeh [Sun, 29 Jun 2014 15:28:35 +0000 (08:28 -0700)]
Add failing test for base64 newlines issue (#33)
Feross Aboukhadijeh [Sat, 7 Jun 2014 02:07:26 +0000 (19:07 -0700)]
homepage = github
Feross Aboukhadijeh [Fri, 30 May 2014 18:42:51 +0000 (11:42 -0700)]
2.3.2
Feross Aboukhadijeh [Fri, 30 May 2014 18:40:20 +0000 (11:40 -0700)]
Merge pull request #31 from dcousens/master
Fix of #30
Daniel Cousens [Thu, 29 May 2014 08:01:55 +0000 (18:01 +1000)]
move Buffer.isBuffer out of loop
Daniel Cousens [Wed, 28 May 2014 11:28:01 +0000 (21:28 +1000)]
use modulus of 256 not writeInt8
Daniel Cousens [Wed, 28 May 2014 11:25:23 +0000 (21:25 +1000)]
add failing test for mixed signed input
Feross Aboukhadijeh [Tue, 27 May 2014 01:45:51 +0000 (18:45 -0700)]
2.3.1
Feross Aboukhadijeh [Tue, 27 May 2014 01:45:23 +0000 (18:45 -0700)]
Merge branch 'dcousens-master'
Daniel Cousens [Sat, 24 May 2014 09:32:47 +0000 (19:32 +1000)]
use writeInt8 when reading from an array
Daniel Cousens [Sat, 24 May 2014 09:32:09 +0000 (19:32 +1000)]
add failing test for array of ints
Feross Aboukhadijeh [Thu, 8 May 2014 01:54:37 +0000 (18:54 -0700)]
disable useragent test
Feross Aboukhadijeh [Thu, 8 May 2014 00:46:04 +0000 (17:46 -0700)]
test expected browsers get Uint8Array implementation
Fixes #25
Feross Aboukhadijeh [Thu, 8 May 2014 00:25:01 +0000 (17:25 -0700)]
2.3.0
Feross Aboukhadijeh [Thu, 8 May 2014 00:24:52 +0000 (17:24 -0700)]
return offset for end of last write (parity with 0.11)
Feross Aboukhadijeh [Thu, 8 May 2014 00:24:50 +0000 (17:24 -0700)]
add failing test for write return offset
Feross Aboukhadijeh [Thu, 8 May 2014 00:07:41 +0000 (17:07 -0700)]
2.2.0
Feross Aboukhadijeh [Thu, 8 May 2014 00:07:30 +0000 (17:07 -0700)]
remove console.logs
Feross Aboukhadijeh [Thu, 8 May 2014 00:04:23 +0000 (17:04 -0700)]
Remove Buffer._charsWritten (parity with 0.11)
Feross Aboukhadijeh [Thu, 8 May 2014 00:03:15 +0000 (17:03 -0700)]
Buffer#fill supports strings
Feross Aboukhadijeh [Wed, 7 May 2014 23:21:51 +0000 (16:21 -0700)]
private functions don't need to start with _
Feross Aboukhadijeh [Wed, 7 May 2014 23:13:57 +0000 (16:13 -0700)]
code style
Feross Aboukhadijeh [Wed, 7 May 2014 22:20:56 +0000 (15:20 -0700)]
Buffer#fill should be chainable
Feross Aboukhadijeh [Wed, 7 May 2014 22:20:39 +0000 (15:20 -0700)]
add Buffer.compare, #compare, #equals
Feross Aboukhadijeh [Wed, 7 May 2014 22:20:03 +0000 (15:20 -0700)]
add failing Buffer.compare, #compare, #equals tests
Feross Aboukhadijeh [Wed, 7 May 2014 20:53:53 +0000 (13:53 -0700)]
remove unused var
Feross Aboukhadijeh [Fri, 18 Apr 2014 04:28:18 +0000 (21:28 -0700)]
2.1.13
Feross Aboukhadijeh [Fri, 18 Apr 2014 04:28:10 +0000 (21:28 -0700)]
preserve comment
Feross Aboukhadijeh [Thu, 10 Apr 2014 09:29:25 +0000 (02:29 -0700)]
2.1.12
Feross Aboukhadijeh [Thu, 10 Apr 2014 06:54:07 +0000 (23:54 -0700)]
fix typed array detection
Feross Aboukhadijeh [Thu, 10 Apr 2014 07:05:05 +0000 (00:05 -0700)]
Merge pull request #26 from devongovett/patch-1
Use correct Buffer in tests
Devon Govett [Thu, 10 Apr 2014 07:02:47 +0000 (00:02 -0700)]
Use correct Buffer in tests
`new B` instead of `new Buffer`, otherwise browserify will inline the old version in the tests and we won't be testing anything. :)
Feross Aboukhadijeh [Thu, 10 Apr 2014 06:21:05 +0000 (23:21 -0700)]
fix comment
Feross Aboukhadijeh [Thu, 10 Apr 2014 06:06:43 +0000 (23:06 -0700)]
Merge branch 'patch-1' of github.com:devongovett/buffer into devongovett-patch-1
Feross Aboukhadijeh [Thu, 10 Apr 2014 05:15:41 +0000 (22:15 -0700)]
kill nbsp
Devon Govett [Thu, 10 Apr 2014 04:46:00 +0000 (21:46 -0700)]
Fix typed array check in Safari
Unfortunately, in Safari `typeof Uint8Array` and `typeof ArrayBuffer` return `'object'` instead of `'function'`, so typed arrays were not being used there. We can check `Uint8Array.constructor` to see if its a function cross browser, but we'd also have to check for null and undefined first. I think it's easier just to try constructing one in the try..catch block that is already there.
Feross Aboukhadijeh [Thu, 10 Apr 2014 03:58:18 +0000 (20:58 -0700)]
2.1.11
Feross Aboukhadijeh [Thu, 10 Apr 2014 03:58:10 +0000 (20:58 -0700)]
fix weird whitespace bug
if anyone knows an easy way to prevent this from happening (it’s
option+space on OS X) please let me know!
Feross Aboukhadijeh [Tue, 8 Apr 2014 10:18:02 +0000 (03:18 -0700)]
testing: test android
Feross Aboukhadijeh [Tue, 8 Apr 2014 10:17:52 +0000 (03:17 -0700)]
drop opera 11 support
Feross Aboukhadijeh [Tue, 8 Apr 2014 09:25:21 +0000 (02:25 -0700)]
add npm run size command
Feross Aboukhadijeh [Tue, 8 Apr 2014 09:09:27 +0000 (02:09 -0700)]
readme
Feross Aboukhadijeh [Tue, 8 Apr 2014 09:03:14 +0000 (02:03 -0700)]
2.1.10
Feross Aboukhadijeh [Tue, 8 Apr 2014 08:19:54 +0000 (01:19 -0700)]
use simpler typedarray check
Feross Aboukhadijeh [Tue, 8 Apr 2014 08:00:22 +0000 (01:00 -0700)]
2.1.9
Feross Aboukhadijeh [Tue, 8 Apr 2014 08:00:12 +0000 (01:00 -0700)]
tests: remove unneeded t.plan() calls
all tests are synchronous
Feross Aboukhadijeh [Tue, 8 Apr 2014 07:54:22 +0000 (00:54 -0700)]
Merge branch 'master' of github.com:devongovett/buffer into devongovett-master
Devon Govett [Tue, 8 Apr 2014 07:52:38 +0000 (00:52 -0700)]
Add test for copy() after slice()
Feross Aboukhadijeh [Tue, 8 Apr 2014 07:51:43 +0000 (00:51 -0700)]
test style
Feross Aboukhadijeh [Tue, 8 Apr 2014 07:51:22 +0000 (00:51 -0700)]
lock deps down
Feross Aboukhadijeh [Tue, 8 Apr 2014 07:47:36 +0000 (00:47 -0700)]
fix up license
Feross Aboukhadijeh [Tue, 8 Apr 2014 07:41:21 +0000 (00:41 -0700)]
package.json formatting
Feross Aboukhadijeh [Tue, 8 Apr 2014 07:38:35 +0000 (00:38 -0700)]
2.1.8
Feross Aboukhadijeh [Tue, 8 Apr 2014 07:36:05 +0000 (00:36 -0700)]
use fast .set() path for all typed arrays
Feross Aboukhadijeh [Tue, 8 Apr 2014 07:35:59 +0000 (00:35 -0700)]
add tests for new buffer from typedarray
Devon Govett [Tue, 8 Apr 2014 07:26:20 +0000 (00:26 -0700)]
Fix copy with typed arrays
Creating a new `Uint8Array` from the `this.buffer` doesn't work if `subarray` had previously been used (e.g. `slice`), since `this.buffer` still would refer to the start of the buffer, not the start of the subarray. We can use `subarray` here instead, which keeps previous subarray indices intact.
Feross Aboukhadijeh [Tue, 8 Apr 2014 06:36:14 +0000 (23:36 -0700)]
expose augment as Buffer._augment
Feross Aboukhadijeh [Tue, 8 Apr 2014 06:36:04 +0000 (23:36 -0700)]
test style
Feross Aboukhadijeh [Sat, 5 Apr 2014 18:55:10 +0000 (11:55 -0700)]
2.1.7
Feross Aboukhadijeh [Sat, 5 Apr 2014 18:54:12 +0000 (11:54 -0700)]
2.1.6
Feross Aboukhadijeh [Sat, 5 Apr 2014 18:53:36 +0000 (11:53 -0700)]
Merge pull request #21 from mafintosh/native-copy
Use native copy to speed up performance
Feross Aboukhadijeh [Sat, 5 Apr 2014 18:46:24 +0000 (11:46 -0700)]
Update README.md
Mathias Buus [Sat, 5 Apr 2014 18:12:43 +0000 (20:12 +0200)]
add bench for 10k copy
Mathias Buus [Sat, 5 Apr 2014 18:12:20 +0000 (20:12 +0200)]
use native copy for typed arrays
Feross Aboukhadijeh [Sat, 5 Apr 2014 07:35:45 +0000 (00:35 -0700)]
improve wording
Feross Aboukhadijeh [Fri, 7 Mar 2014 06:12:42 +0000 (22:12 -0800)]
don't test in node 0.8
Feross Aboukhadijeh [Fri, 7 Mar 2014 06:11:22 +0000 (22:11 -0800)]
2.1.5
Feross Aboukhadijeh [Fri, 7 Mar 2014 06:11:14 +0000 (22:11 -0800)]
firefox now gets the fast typed array implementation!
Feross Aboukhadijeh [Sun, 16 Feb 2014 03:01:15 +0000 (19:01 -0800)]
package.json
Feross Aboukhadijeh [Sun, 16 Feb 2014 02:56:07 +0000 (18:56 -0800)]
2.1.4