network
network copied to clipboard
Low-level networking interface
I'm trying to boostrap cabal 3.6.2.0 on OmniOS and it is failing to build the network package ``` Configuring network-3.1.2.2... configure: WARNING: unrecognized options: --with-compiler, --with-hc-pkg checking build system type......
Hi, I propose to append target address to exception message in connect function. Haskell doesn't have stack trace support as good as java. It is really hard to figure out...
Hello, I've just spent a couple of hours trying to install network on Windows, with no luck: ``` network> config.status: creating include/HsNetworkConfig.h network> config.status: include/HsNetworkConfig.h is unchanged network> configure: WARNING:...
This is a work in progress to add basic WinIO support to network. Basic here means that we're not taking full advantage of the new I/O manager but that we...
The hostname must be resolved by the proxy for .onion domains, else it will fail to connect and leak DNS requests. Can this be added to this network stack? [Tor-Friendly-Applications-Best-Practices](https://gitlab.torproject.org/tpo/applications/team/-/wikis/Tor-Friendly-Applications-Best-Practices)
I do not understand the warranties, `getNameInfo` makes about its results. If an argument is `False`, does this mean that the corresponding result is always `Nothing`? Likewise, if an argument...
See https://github.com/haskell-works/network/pull/2/checks?check_run_id=1157841677 Also there is a PR https://github.com/haskell/network/pull/486 to enable Github Workflows for the project which gets you Windows and MacOS Builds as well to catch these kinds of errors....
If it is released, let's try it.
The ccall calling convention doesn't support varargs functions, so switch to capi instead. See https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/ffi.html#varargs-not-supported-by-ccall-calling-convention Related PR: https://github.com/haskellari/lukko/pull/23