Skip to content
Snippets Groups Projects
  1. Oct 14, 2020
  2. Jul 09, 2020
  3. Jun 23, 2020
  4. 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
  5. May 06, 2020
  6. 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
  7. 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
  8. Jan 19, 2020
  9. Jan 05, 2020
  10. Jan 04, 2020
  11. Jan 03, 2020
  12. Dec 27, 2019
  13. Nov 14, 2019
  14. Oct 08, 2017
Loading