1. 08cd0d0 Fix typo in message. by Jeff Thompson · 12 years ago
  2. 02b9f4d Added CCNX toolbar with Get Latest button. by Jeff Thompson · 12 years ago
  3. fab4a7d In readAllFromSocket onDataAvailable, use the enhanced BinaryXMLDecoder so that we only have to concatenate the data once at the very end to avoid multiple large copies. by Jeff Thompson · 12 years ago
  4. 9e3accb Fix bug in createNameArray when skipping a component: need to continue. by Jeff Thompson · 12 years ago
  5. 3cbf746 When dumping the exception message, also dump ex.stack. (We know this works because it is Firefox only.) by Jeff Thompson · 12 years ago
  6. 16a35f7 Added Name.indexOfFileName(). by Jeff Thompson · 12 years ago
  7. 5a5a282 In ContentClosure.upcall, remove nextSegmentNumberByteArray and use nextSegmentNumber directly. by Jeff Thompson · 12 years ago
  8. 98c451e Remove unneeded emptyLine.txt by Jeff Thompson · 12 years ago
  9. 754652d Fix bug in extractCcnxSearch: need trim(), not trim by Jeff Thompson · 12 years ago
  10. d6b61e4 Support query selectors such as ?ccnx.ChildSelector=1 . by Jeff Thompson · 12 years ago
  11. 5fc9b67 Support interestLifetime in from_ccnb and to_ccnb. Updated test script to test all fields (except Exclude). by Jeff Thompson · 12 years ago
  12. 1eea632 Parse the URI and pass the uriSearchAndHash into ContentClosure so it is preserved when the address bar is updated. by Jeff Thompson · 12 years ago
  13. 146d7de Change the author from ucla-cs to Meki Cheraoui or to Jeff Thompson in a few cases. by Jeff Thompson · 12 years ago
  14. 17a9da8 Rename NDNSocketTransport.js to XpcomTransport.js and implement expressInterest. by Jeff Thompson · 12 years ago
  15. d0327ff Temporarily convert output from nonNegativeIntToBigEndian to byte array while Name still needs it. by Jeff Thompson · 12 years ago
  16. e769c51 Added MimeTypes.js, based on Ubuntu /etc/mime.types, to get the contentType based on the filename extension. by Jeff Thompson · 12 years ago
  17. 9e6dff0 Move out the ContentClosure for expressInterest to be its own class. by Jeff Thompson · 12 years ago
  18. 8ed382a Add separate onStart and onStop events to the content listener. by Jeff Thompson · 12 years ago
  19. 57d0738 Make the ContentChannel handle setting the URL bar. by Jeff Thompson · 12 years ago
  20. 6576bbb After sending the content to the ContentChannel, set the mostRecentWindow URL bar if its LOAD_INITIAL_DOCUMENT_URI bit is set. by Jeff Thompson · 12 years ago
  21. 60c95c8 Use dispatch to call aListener.onStartRequest, etc. on the calling thread. by Jeff Thompson · 12 years ago
  22. d4617ff In newChannel, trim the URL before using and comparing. by Jeff Thompson · 12 years ago
  23. 10de459 Update the address bar with the name in the returned ContentObject. (Don't show the sequence number unless in the original URI.) by Jeff Thompson · 12 years ago
  24. 25b0641 Use the name in the returned CoontentObject to get the MIME type and make getContentTypeAndCharset scan the components. by Jeff Thompson · 12 years ago
  25. df0a6f7 Move content type choice into separate function getContentTypeAndCharset. by Jeff Thompson · 12 years ago
  26. cab74c3 Define ContentDecodingException used by BinaryXMLDecoder. by Jeff Thompson · 12 years ago
  27. 97f2743 In NDN.expressInterest, call readAllFromSocket directly without using getAsync to pass the interest in hex. by Jeff Thompson · 12 years ago
  28. 741108b upcall should return Closure.RESULT_OK. by Jeff Thompson · 12 years ago
  29. 3441976 Added Closure.js. Put expressInterest in NDN.js. Use it in ccnxProtocolService.js. by Jeff Thompson · 12 years ago
  30. c4bc369 In asyncOpen, catch and dump an exception. by Jeff Thompson · 12 years ago
  31. 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
  32. 6aa338a In NDNSocketTransportService getAsync, make the listener receive a byte array, not hex. by Jeff Thompson · 12 years ago
  33. a901500 Don't include unused BinaryXMLCodec.js . by Jeff Thompson · 12 years ago
  34. 745026e Change all ucla-cs authored files to refer to COPYING. by Jeff Thompson · 12 years ago
  35. 3651251 Check for MIME type text/css. by Jeff Thompson · 12 years ago
  36. 744d28e For now, when reading the data, try to parse it as a content object to check if more needs to be read. Should really parse the ccnb skeleton. by Jeff Thompson · 12 years ago
  37. f076145 For now, hard code the host to lioncub.metwi.ucla.edu. by Jeff Thompson · 12 years ago
  38. 08ab3cd Add initial working implementation of the ccnx protocol handler for Firefox. The extension is ccnxProtocol.xpi. by Jeff Thompson · 12 years ago