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