1. Feb 28, 2020
    • Pierre Krieger's avatar
      Makes the crate's API way more understandable (#96) · d5c911a4
      Pierre Krieger authored
      * Move common to crate root
      
      * Move transport traits to own module
      
      * Hide transport::client and transport::server
      
      * Move ws and http to transport
      
      * Typo fix
      
      * Remove the shortcuts for raw client and servers
      
      * Rename core to raw
      
      * Remove commented-out code
      
      * Fix docs of raw module
      
      * Rustfmt
      
      * Force inline
      
      * Rustfmt
      v0.1.0
      d5c911a4
  2. Feb 26, 2020
  3. Feb 19, 2020
    • Pierre Krieger's avatar
      Prepare core for no_std support (#90) · 0486b10c
      Pierre Krieger authored
      * Prepare core for no_std support
      
      * Fix missing documentation thingies
      
      * Rustfmt
      
      * For some reason my local rustfmt didn't pick up these changes
      
      * Fix compilation
      
      * Rustfmt
      0486b10c
  4. Jan 28, 2020
  5. Jan 20, 2020
  6. Jan 13, 2020
  7. Jan 03, 2020
  8. Jan 02, 2020
    • Pierre Krieger's avatar
      Add a SharedClient (#74) · 6436d27d
      Pierre Krieger authored
      * Add a SharedClient
      
      * More work
      
      * More work
      
      * More work
      
      * Finish Sharedclient
      
      * Fix merge conflict
      
      * Add From impl
      6436d27d
  9. Nov 22, 2019
  10. Nov 18, 2019
  11. Nov 14, 2019
  12. Oct 29, 2019
  13. Oct 24, 2019
  14. 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
  15. Oct 01, 2019
  16. Sep 23, 2019
  17. Sep 19, 2019
  18. Sep 17, 2019
  19. Sep 16, 2019
  20. Sep 11, 2019
  21. Sep 10, 2019
  22. Sep 09, 2019
  23. Sep 06, 2019