1. 06 Mar, 2015 2 commits
  2. 05 Mar, 2015 1 commit
  3. 04 Mar, 2015 1 commit
  4. 03 Mar, 2015 3 commits
  5. 24 Feb, 2015 3 commits
  6. 19 Feb, 2015 2 commits
  7. 17 Feb, 2015 2 commits
  8. 16 Feb, 2015 3 commits
  9. 12 Feb, 2015 1 commit
  10. 10 Feb, 2015 1 commit
  11. 29 Jan, 2015 2 commits
  12. 28 Jan, 2015 1 commit
  13. 27 Jan, 2015 2 commits
  14. 21 Jan, 2015 2 commits
  15. 19 Jan, 2015 2 commits
  16. 16 Jan, 2015 1 commit
  17. 30 Dec, 2014 1 commit
  18. 27 Dec, 2014 2 commits
  19. 21 Dec, 2014 3 commits
  20. 18 Dec, 2014 1 commit
    • 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. 15 Dec, 2014 1 commit
  22. 11 Dec, 2014 1 commit
  23. 01 Dec, 2014 1 commit
  24. 28 Nov, 2014 1 commit