summaryrefslogtreecommitdiff
path: root/kazoo/handlers/utils.py
Commit message (Expand)AuthorAgeFilesLines
* feat(testing): add test for Windows platformfeat/windows-testingStephen Sorriaux2023-04-241-1/+1
* fix(core): no need to alway perform an `os.stat(fd)`Stephen Sorriaux2023-04-241-3/+5
* Cleanup SSL deprecation warnings under Python 3.10 and newer (#706)Clark Boylan2023-02-051-5/+7
* refactor: Replace usage of six for their py3 implementationsAlex Ungurianu2022-11-161-17/+5
* style: reformat all code with blackCharles-Henri de Boysson2022-10-171-28/+45
* fix(core): use selectors to poll connections instead of raw select in threadi...Wang2022-02-021-0/+89
* feat(utils): extend create_tcp_connection utility (#568)Paweł Szulik2019-08-061-3/+11
* fix(handlers): make AsyncResult call all registered callbacks instantly if th...laura-surcel2019-01-151-15/+18
* fix(core): ensure timeout argument is positive (#534)Chris Donati2018-11-091-1/+6
* feat(core): Added SSL support (#513)Stephen SORRIAUX2018-09-251-12/+48
* fix(core): Correctly fire multiple callbacksPatrick White2018-03-261-3/+3
* fix(core): resolve race in IAsyncResult.wait() (#487)Jim Hanko2017-11-091-1/+2
* Handle system interrupts during socket.create_connectionThomas Jackson2016-06-021-2/+22
* Merge branch 'master' into flake-fixesJoshua Harlow2015-02-131-2/+1
|\
| * Tweak some of the import(s)Joshua Harlow2015-02-131-2/+1
* | Fix a bunch of flake8 reported issuesJoshua Harlow2015-02-131-7/+8
|/
* Add an eventlet based handlerJoshua Harlow2015-02-121-1/+111
* use gevent.socket in socketpairHiroaki KAWAI2014-12-301-7/+6
* Removed all references to pipes and turned into sockets to enable Windows sup...Ewan Kirk2014-09-021-41/+1
* Windows compatability fixEwan Kirk2014-08-171-10/+77
* Fixed pipes leaking into child processes, closes #169.Hanno Schlichting2014-03-141-2/+8
* Add IPv6 support to kazooDan Kruchinin2013-08-151-5/+21
* fix typo, thx nekto0n!Hanno Schlichting2013-05-041-1/+1
* correct name of new utils docs fileHanno Schlichting2013-04-291-0/+4
* squash merge wickman/pull/71Brian Wickman2013-04-281-0/+38
* The big refactor of the connection handler to use a single ZK thread.Ben Bangert2013-01-041-0/+9
* Set the `CLOEXEC` flag on new socketsHanno Schlichting2012-11-021-1/+14
* centralize actual socket creation using handler specific moduleHanno Schlichting2012-11-021-0/+7