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