madroach

Results 13 issues of madroach

It was introduced in d5822af9a80b745515e0988541d7a43ed9a6faba. If I understand correctly this was done to prevent calling select without timeout while there were pending paused promises. Since now we explicitely check for...

Hi, I'm working with a ssl connection. A reader is permanently watching it for data _or_ `EOF`. After few seconds of calculations this ssl connection might have been shutdown by...

This will change the output of the `convert` command so that the amount is printed on the bucket account, not the guessed account. ``` 2022/02/01* Blublub Expenses:Groceries 100,00 Accounts:Cache ```...

enhancement

I'm lazy and therefore would like support for a default commodity added to commodityless amounts like `hledger`'s `D` directive does: >The D directive sets a default commodity, to be used...

enhancement

Hi, now my problem is about a connection shutdown initiated by the remote server during a pipelined connection (for example because it imposes a limit on requests per connection). This...

API
Feature

* To send an `EOF` over ssl you need to be able to initiate a one-way shutdown * Fix building against LibreSSL on OpenBSD See also https://github.com/ocsigen/lwt_ssl/pull/2 and https://github.com/mirage/ocaml-conduit/pull/319

The `MAP_STACK` bit won't be cleared by `sigaltstack(SS_DISABLE...)` or `free()`. Therefore `mmap()` / `munmap()` the signal stack instead of `free()`. See [sigaltstack](https://man.openbsd.org/sigaltstack)

otherwise a 1px border will stay visible. This is especially annoying in bottom-placement.

`head -c` is not posix-compliant, use `cut -b` instead.

AREA:TEST

On OpenBSD packet filter tables provide similar functionality to linux netfilter ipset. The second commit adds support for them. Since the pf is manipulated by ``ioctl()`` on ``/dev/pf``, ``/dev/pf`` needs...