THRIFT-1957 NodeJS TFramedTransport and TBufferedTransport read bytes as unsigned
authorHenrique <henrique@henrique-vb.(none)>
Fri, 10 May 2013 21:43:12 +0000 (23:43 +0200)
committerHenrique <henrique@henrique-vb.(none)>
Fri, 10 May 2013 23:21:52 +0000 (01:21 +0200)
commit99be0275e128d2ec239cc43d96280d1fdf0cd816
tree14583e881e7857c3540dc297c4598eed078c7780
parent379c2776e2d1a17dcebab149d49addccc416c7f1
THRIFT-1957 NodeJS TFramedTransport and TBufferedTransport read bytes as unsigned
Patch: Matthew Imrie

Add method to binary.js to properly read a byte type as
signed Changed transport.js readByte methods in
TFramedBuffer and TBufferedTransport to use binary.js
readByte method Added unit test for binary.js readByte
method to binary.test.js and changed test harness to
nodeunit.
lib/nodejs/lib/thrift/binary.js
lib/nodejs/lib/thrift/transport.js
lib/nodejs/test/binary.test.js
test/nodejs/Makefile.am
test/nodejs/client.js