Skip to content
Snippets Groups Projects
  1. Mar 06, 2015
  2. Mar 05, 2015
  3. Mar 04, 2015
  4. Mar 03, 2015
  5. Feb 24, 2015
  6. Feb 19, 2015
  7. Feb 17, 2015
  8. Feb 16, 2015
  9. Feb 12, 2015
  10. Feb 10, 2015
  11. Jan 29, 2015
  12. Jan 28, 2015
  13. Jan 27, 2015
  14. Jan 21, 2015
  15. Jan 19, 2015
  16. Jan 17, 2015
  17. Dec 30, 2014
  18. Dec 27, 2014
  19. Dec 21, 2014
  20. Dec 18, 2014
    • Gary Coulbourne's avatar
      64-bit length fields on ARM don't work · 8cad0a72
      Gary Coulbourne authored
      ARM only allows aligned accesses.  GCC generated unaligned accesses for the copy buffer, but ARM forces alignment, causing the first two bytes to be trampled.  I changed the mechanism to create two temporaries and memcpy them in.  It now works on ARM (and x86) for large websocket chunks.
      8cad0a72
  21. Dec 15, 2014
  22. Dec 11, 2014
  23. Dec 01, 2014
Loading