Skip to content
Snippets Groups Projects
  1. Mar 31, 2015
  2. Mar 25, 2015
  3. Mar 24, 2015
  4. Mar 22, 2015
  5. Mar 21, 2015
  6. Mar 20, 2015
  7. Mar 18, 2015
  8. Mar 17, 2015
  9. Mar 14, 2015
  10. Mar 10, 2015
  11. Mar 09, 2015
  12. Mar 03, 2015
  13. Feb 24, 2015
  14. Feb 19, 2015
  15. Feb 17, 2015
  16. Feb 16, 2015
  17. Feb 12, 2015
  18. Jan 29, 2015
  19. Jan 27, 2015
  20. Dec 30, 2014
  21. Dec 21, 2014
  22. 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
  23. Dec 11, 2014
  24. Nov 28, 2014
  25. Nov 10, 2014
Loading