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