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