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