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