Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-js
/
3a09fc8caa1fe3aaba9a7a437dae23eec67ec9b3
/
js
/
encoding
/
BinaryXMLStructureDecoder.js
f5c5612
In findElementEnd, set this.gotElementEnd true when finished.
by Jeff Thompson
· 12 years ago
942022d
For this.headerBuffer, use DynamicUint8Array instead of setHeaderBuffer.
by Jeff Thompson
· 12 years ago
2b740e6
Fix bug in decoding NDN packet from multiple Websocket frames
by Wentao Shang
· 12 years ago
bd63e46
Set interest timeout with interest.interestLifetime
by Wentao Shang
· 12 years ago
8dfa291
Added seek(offset) and enhance to allow each call to findElementEnd to not need access to the buffer from previous calls.
by Jeff Thompson
· 12 years ago
11dc9b6
Change readBytesEndOffset to nBytesToRead so that we don't depend on offset aways increasing.
by Jeff Thompson
· 12 years ago
146d7de
Change the author from ucla-cs to Meki Cheraoui or to Jeff Thompson in a few cases.
by Jeff Thompson
· 12 years ago
dad617b
Added BinaryXMLStructureDecoder. Use it in NDNSocketTransportService to detect the end of the input (instead of the hack to try to decode a ContentObject).
by Jeff Thompson
· 12 years ago