1. Jan 09, 2020
    • Andrew Jones's avatar
      Update to stable futures (#77) · 3090cd82
      Andrew Jones authored and Pierre Krieger's avatar Pierre Krieger committed
      
      
      * Update to stable futures
      
      * Fix breaking hyper and tokio changes
      
      * Fix breaking soketto changes
      
      * Try to fix hyper update errors
      
      * Fix remaining hyper compilation error
      
      * Update futures timer
      
      * Update to tokio 0.2
      
      * Enable basic_scheduler
      
      * Enable logging in example
      
      * Bind server inside runtime context
      
      * Format code
      
      * Return error via channel if async server bind fails
      
      * Apply suggestions from code review
      
      Co-Authored-By: default avatarPierre Krieger <[email protected]>
      
      * Question mark
      
      Co-authored-by: default avatarPierre Krieger <[email protected]>
      3090cd82
  2. Jan 03, 2020
  3. Jan 02, 2020
  4. Nov 22, 2019
  5. Nov 21, 2019
  6. Nov 19, 2019
  7. Nov 18, 2019
  8. Nov 16, 2019
  9. Nov 15, 2019
  10. Nov 14, 2019
  11. Nov 09, 2019
  12. Oct 31, 2019
  13. Oct 30, 2019
  14. Oct 29, 2019
  15. Oct 24, 2019
  16. Oct 22, 2019
  17. Oct 11, 2019
  18. Oct 10, 2019
  19. Oct 08, 2019
  20. Oct 07, 2019
  21. Oct 02, 2019
    • Pierre Krieger's avatar
      Work on the Server subscriptions system (#30) · 827c588e
      Pierre Krieger authored
      * Rework the Client to support multiple concurrent requests
      
      * Restore proc-macro functionnality
      
      * More work
      
      * More work
      
      * Work on the Server subscriptions system
      
      * More work on design
      
      * More work
      
      * More work
      
      * Even more work
      
      * Subscriptions working
      
      * Dix docs
      
      * More test fix
      
      * Fix server-sent subscription notifications
      
      * Add some server tests
      
      * Subscriptions pending system working
      
      * Remove TODO from tests
      
      * Implement close() correctly
      
      * Add comment on close()
      
      * Fix proc macro
      
      * Fix doctest
      
      * Fix local doctest
      827c588e