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 24, 2020
  4. Feb 19, 2020
  5. Jan 28, 2020
  6. Jan 20, 2020
    • Andrew Jones's avatar
      Support websockets client TLS (#85) · f17b12d4
      Andrew Jones authored and Pierre Krieger's avatar Pierre Krieger committed
      * Experiment using TLS for ws client
      
      * Polkadot example works
      
      * Fmt
      
      * Support both Plain and Tls streams
      
      * Dependencies in alphabetic order
      
      * Use url scheme in connect to determine Plain or Tls
      
      * Fmt
      
      * Fix mode match
      
      * License and docs stream.rs
      
      * Move url parsing to ClientBuilder
      
      * Remove commented out line, remove default port from wss
      f17b12d4
    • Andrew Jones's avatar
      Fix panic when dropping subscription (#87) · 20bce1b1
      Andrew Jones authored and Pierre Krieger's avatar Pierre Krieger committed
      * Fix panic when dropping subscription
      
      * Remove remove active subscription
      20bce1b1
  7. Jan 13, 2020
  8. 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
  9. Jan 03, 2020
  10. Jan 02, 2020
  11. Nov 22, 2019
  12. Nov 21, 2019
  13. Nov 19, 2019
  14. Nov 18, 2019
  15. Nov 16, 2019
  16. Nov 15, 2019
  17. Nov 14, 2019
  18. Nov 09, 2019
  19. Oct 31, 2019
  20. Oct 30, 2019
  21. Oct 29, 2019
  22. Oct 24, 2019