]> git.codecow.com Git - buffer.git/log
buffer.git
13 years agoadvance through more old buffer methods, moving helpers around
James Halliday [Wed, 20 Mar 2013 18:48:04 +0000 (11:48 -0700)]
advance through more old buffer methods, moving helpers around

13 years ago%s/SlowBuffer/Buffer/g
James Halliday [Wed, 20 Mar 2013 18:42:33 +0000 (11:42 -0700)]
%s/SlowBuffer/Buffer/g

13 years agosome tests passing, moved over to use slow buffer as the new basis
James Halliday [Wed, 20 Mar 2013 18:41:33 +0000 (11:41 -0700)]
some tests passing, moved over to use slow buffer as the new basis

13 years agosplit into buffer and slow buffer files
James Halliday [Wed, 20 Mar 2013 18:30:17 +0000 (11:30 -0700)]
split into buffer and slow buffer files

13 years agofailing test for an indexed modification
James Halliday [Wed, 20 Mar 2013 17:58:23 +0000 (10:58 -0700)]
failing test for an indexed modification

13 years agoindexes test passes
James Halliday [Wed, 20 Mar 2013 17:56:17 +0000 (10:56 -0700)]
indexes test passes

13 years agoput indexing into its own test
James Halliday [Wed, 20 Mar 2013 17:32:57 +0000 (10:32 -0700)]
put indexing into its own test

13 years agoanother failing test for indexes
James Halliday [Sat, 16 Mar 2013 19:15:44 +0000 (12:15 -0700)]
another failing test for indexes

13 years agofailing test for array indexes
James Halliday [Sat, 16 Mar 2013 19:09:40 +0000 (12:09 -0700)]
failing test for array indexes

13 years agoBump version to 0.0.5
Romain Beauxis [Fri, 1 Mar 2013 21:17:02 +0000 (15:17 -0600)]
Bump version to 0.0.5

13 years agoAdd support for fill()
Tõnis Tiigi [Wed, 27 Feb 2013 19:10:07 +0000 (21:10 +0200)]
Add support for fill()

13 years agoMerge pull request #11 from tonistiigi/overflow-issues
Romain Beauxis [Wed, 27 Feb 2013 20:49:39 +0000 (12:49 -0800)]
Merge pull request #11 from tonistiigi/overflow-issues

Fix overflow issues on writing/reading integers

13 years agoMerge pull request #9 from tonistiigi/binary-encoding
Romain Beauxis [Wed, 27 Feb 2013 20:36:43 +0000 (12:36 -0800)]
Merge pull request #9 from tonistiigi/binary-encoding

Add missing binarySlice/binaryWrite methods

13 years agoMerge pull request #10 from tonistiigi/clone-buffer
Romain Beauxis [Wed, 27 Feb 2013 20:35:43 +0000 (12:35 -0800)]
Merge pull request #10 from tonistiigi/clone-buffer

Allow creating buffers from buffers

13 years agoFix overflow issues on writing/reading integers
Tõnis Tiigi [Wed, 27 Feb 2013 14:25:49 +0000 (16:25 +0200)]
Fix overflow issues on writing/reading integers

13 years agoAllow creating buffers from buffers
Tõnis Tiigi [Wed, 27 Feb 2013 19:29:02 +0000 (21:29 +0200)]
Allow creating buffers from buffers

13 years agoAdd missing binarySlice/binaryWrite methods
Tõnis Tiigi [Wed, 27 Feb 2013 19:20:20 +0000 (21:20 +0200)]
Add missing binarySlice/binaryWrite methods

13 years agoBump version.
Romain Beauxis [Fri, 16 Nov 2012 00:35:37 +0000 (18:35 -0600)]
Bump version.

13 years agoMerge pull request #7 from rdrey/master
Romain Beauxis [Fri, 16 Nov 2012 00:31:23 +0000 (16:31 -0800)]
Merge pull request #7 from rdrey/master

Added Buffer.concat(list, [totalLength])

13 years agoAdded tests
Rainer Dreyer [Fri, 16 Nov 2012 00:21:06 +0000 (02:21 +0200)]
Added tests

Added unit tests and removed unnecessary string conversion.

13 years agoAdded concat()
Rainer Dreyer [Thu, 15 Nov 2012 22:45:18 +0000 (00:45 +0200)]
Added concat()

Fixes toots/buffer-browserify#6

13 years agoFix read too, add test for read. Also add buffer.copy
Janus [Thu, 20 Sep 2012 22:21:38 +0000 (00:21 +0200)]
Fix read too, add test for read. Also add buffer.copy

13 years agoBump version
Romain Beauxis [Thu, 20 Sep 2012 10:47:40 +0000 (12:47 +0200)]
Bump version

13 years agoFixed write functions, thanks to @ysangkok
Romain Beauxis [Thu, 20 Sep 2012 10:46:36 +0000 (12:46 +0200)]
Fixed write functions, thanks to @ysangkok

13 years agoBump version to 0.0.2
Romain Beauxis [Sun, 15 Jul 2012 23:15:24 +0000 (18:15 -0500)]
Bump version to 0.0.2

13 years agoMerge pull request #2 from sokra/master
Romain Beauxis [Fri, 29 Jun 2012 18:33:45 +0000 (11:33 -0700)]
Merge pull request #2 from sokra/master

add buffer_ieee754

13 years agoadd buffer_ieee754
Tobias Koppers [Fri, 29 Jun 2012 17:56:52 +0000 (19:56 +0200)]
add buffer_ieee754

13 years agoInitial commit.
Romain Beauxis [Wed, 6 Jun 2012 01:18:01 +0000 (20:18 -0500)]
Initial commit.