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