Skip to content
Snippets Groups Projects
  1. Nov 13, 2024
  2. Oct 15, 2024
  3. Oct 14, 2024
  4. Sep 30, 2024
  5. Sep 29, 2024
  6. Sep 02, 2024
  7. Sep 01, 2024
  8. Apr 04, 2024
  9. Apr 06, 2021
  10. Mar 31, 2021
  11. Oct 14, 2020
  12. Jul 09, 2020
  13. Jun 23, 2020
  14. May 21, 2020
    • Piotr Maślanka's avatar
      Integrate select-based listener (#48) · e49f09c4
      Piotr Maślanka authored
      * add SelectListener
      
      * add SelectListener
      
      * test out select listener
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * refactor
      
      * refactor
      
      * more secure registering in epoll listener
      
      * more secure registering in epoll listener, v1.1.1
      
      * reduced timeout for select listener
      
      * refactor
      
      * refactor
      
      * refactor
      
      * got rid of monotonic dependency for Python 3.x
      
      * instantiate listener_class
      
      * daemonize the thread in constructor
      
      * daemonize the thread in constructor
      
      * refactor
      
      * refactor
      
      * refactor
      
      * refactor
      
      * more refactor
      
      * more refactor
      
      * more refactor
      
      * more refactor
      
      * don't overwrite client data
      
      * run these tests verbose
      
      * run these tests verbose
      
      * ImportError fix
      
      * fix tests for monotonic
      v1.1.1
      e49f09c4
  15. May 06, 2020
  16. Apr 02, 2020
    • Piotr Maślanka's avatar
      Feature/#11 (#47) · 552701e6
      Piotr Maślanka authored
      * fixes #11
      
      * send back a channelflowok
      
      * add support for blocking/unblocking the connection
      
      * support notifying the app when connection is blocked
      
      * code reformatted
      
      * code reformat
      
      * 1.0.1
      v1.0.1
      552701e6
  17. Mar 28, 2020
    • Piotr Maślanka's avatar
      Version 1.0 (#46) · 76971ed7
      Piotr Maślanka authored
      * do it fastah!
      
      * fix code generation
      
      * use fixed struct in other places as well
      
      * __slots__ will finally work in these classes
      
      * fix docs
      
      * fix docs
      
      * optionally Protocol
      
      * optional slots for FASTER!!!
      
      * more __slots__
      
      * added more __slots__
      
      * logger.warning
      
      * fix __slots__
      
      * fix locals in content_property.py
      
      * fix __slots__
      
      * add __slots__ to commonly created classes
      
      * fix __slots__
      
      * add __slots__ to event objects
      
      * add more __slots__
      
      * fix on-the-fly compilation
      
      * removed import struct from on-the-fly generated code
      
      * make compliant with python 3.5
      
      * remove logging in on-the-fly compilation
      
      * 1.0
      v1.0
      76971ed7
  18. Jan 19, 2020
  19. Jan 05, 2020
Loading