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