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