1. 22 Jan, 2016 1 commit
  2. 19 Jan, 2016 2 commits
  3. 08 Jan, 2016 4 commits
  4. 04 Jan, 2016 1 commit
  5. 30 Dec, 2015 1 commit
  6. 29 Dec, 2015 1 commit
  7. 28 Dec, 2015 1 commit
  8. 14 Dec, 2015 2 commits
  9. 13 Dec, 2015 1 commit
  10. 12 Dec, 2015 1 commit
  11. 10 Dec, 2015 6 commits
  12. 09 Dec, 2015 1 commit
  13. 08 Dec, 2015 4 commits
  14. 07 Dec, 2015 1 commit
  15. 04 Dec, 2015 3 commits
  16. 03 Dec, 2015 1 commit
  17. 01 Dec, 2015 1 commit
  18. 30 Nov, 2015 4 commits
  19. 27 Nov, 2015 1 commit
    • octal's avatar
      Major rework of streams. · ad8e24eb
      octal authored
      An Http Response is now written in two phases:
         - First the headers are written, and then a ResponseWriter is
           returned once all headers have been written.
         - A ResponseWriter is basically a wrapper around a NetworkStream
           which is a streambuf, allowing it to be used with an ostream object
         - Once a ResponseWriter has been constructed, headers become
           read-only and can not be written anymore
      ad8e24eb
  20. 25 Nov, 2015 1 commit
  21. 24 Nov, 2015 2 commits