Thrift-1353: Switch to performance branch, get rid of BinaryParser
authorHenrique Mendonca <henrique@apache.org>
Mon, 22 Oct 2012 21:06:14 +0000 (21:06 +0000)
committerHenrique Mendonca <henrique@apache.org>
Mon, 22 Oct 2012 21:06:14 +0000 (21:06 +0000)
commitd407b2d1caa3cf47858912525bff0325759a4ddc
tree0c0236719fe51b7eac67d5a5d3bfbd2afbb06ad7
parent4268dad23d1057b030a102828d4db55f90bba104
Thrift-1353: Switch to performance branch, get rid of BinaryParser
Client: Node.js
Patch: Wade Simmons

"binary" fields will be returned as Buffers instead of Strings
"int64" fields will be returned as http://github.com/broofa/node-int64 objects

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401081 13f79535-47bb-0310-9956-ffa450edef68
lib/nodejs/README.md
lib/nodejs/lib/thrift/connection.js
lib/nodejs/lib/thrift/index.js
lib/nodejs/lib/thrift/protocol.js
lib/nodejs/lib/thrift/server.js
lib/nodejs/lib/thrift/transport.js
lib/nodejs/package.json
test/nodejs/client.js
test/test.sh