Coda

Results 17 issues of Coda

bjoern seems to keep the connection alive as long as possible and doesn't have a limitation of how many connections to keep. And I didn't find a way to disable,...

**Please provide the following information** It seems the network io stack is using boost::asio, is there any plan to use it on the storage io stack as well? Since the...

Ponyorm's connection pool is implemented with thread local storage, where in gevent, each eventlet has it's own "thread local storage". This behavior makes it really hard to maintain a sane...

It seems only the DirectReader supports multi-volume.

The "smart" send is likely to send a `zfs-auto-snap_frequent` one. Later once the `zfs-auto-snap_frequent` get deleted from local host, zfsbackup will get confused and refuse to backup any further.

Time for a new release? Btw, travis-ci.org is dead, maybe time to move to github action and cibuildwheel?

python 3.7+meinheld 1.0.2 bench/hello/meinheld_server.py: ```python TypeError: start_response() argument 1 must be str, not bytes Traceback (most recent call last): File "meinheld_server.py", line 7, in hello_world start_response(status, response_headers) ```

I am lookin at pypi, it seems the wheels are built up to python3.10, any plan to push 3.11 builds?