1. 30 Nov, 2015 1 commit
  2. 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
  3. 25 Nov, 2015 1 commit
  4. 24 Nov, 2015 2 commits
  5. 19 Nov, 2015 1 commit
  6. 17 Nov, 2015 2 commits
  7. 16 Nov, 2015 1 commit
  8. 12 Nov, 2015 3 commits
    • octal's avatar
    • octal's avatar
      A promise is not attached to its core anymore · 5455a471
      octal authored
      5455a471
    • octal's avatar
      Squashed commit of the following: · c9a8e990
      octal authored
      commit e60bcb0bc15fbba453340d69d106c5850b9a6d67
      Author: octal <mathieu.stefani@supinfo.com>
      Date:   Thu Nov 12 14:14:53 2015 +0100
      
          Added a NoExcept concept that will call std::terminate if a promise has been rejected
      
      commit bae200046427b93e6f124c848ab36d246a7580c3
      Author: octal <mathieu.stefani@supinfo.com>
      Date:   Wed Nov 11 14:50:27 2015 +0100
      
          Updated Optional to be able to move the result out when chaining a Promise
      
      commit da60bc8b02a1fb89a91985a0da9ddf4b7219f5b3
      Author: octal <mathieu.stefani@supinfo.com>
      Date:   Fri Nov 6 17:43:36 2015 +0100
      
          Started working on a proof-of-concept implementation of an asynchronous primitive based on the Promises/A+ specification
      c9a8e990
  9. 03 Nov, 2015 2 commits
  10. 02 Nov, 2015 2 commits
  11. 29 Oct, 2015 1 commit
  12. 08 Sep, 2015 1 commit
  13. 06 Sep, 2015 1 commit
  14. 05 Sep, 2015 1 commit
  15. 03 Sep, 2015 1 commit
  16. 02 Sep, 2015 4 commits
  17. 01 Sep, 2015 5 commits
  18. 31 Aug, 2015 2 commits
  19. 30 Aug, 2015 1 commit
  20. 29 Aug, 2015 3 commits
  21. 28 Aug, 2015 2 commits
  22. 27 Aug, 2015 1 commit
  23. 26 Aug, 2015 1 commit