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