Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / lpeterse/haskell-socket issues and pull requests

#70 - GHC 9.2.1 support

Pull Request - State: open - Opened by sternenseemann over 2 years ago - 1 comment

#69 - Seemingly incorrect C types being used internally

Issue - State: open - Opened by Melvar over 3 years ago

#68 - Add socketToFd, a safe-ish Socket destruction method

Pull Request - State: open - Opened by sternenseemann over 3 years ago

#67 - Add shutdown operation for Stream sockets

Pull Request - State: open - Opened by sternenseemann over 3 years ago

#66 - Socket finalizer is slightly more expensive than necessary

Issue - State: open - Opened by treeowl almost 4 years ago

#65 - Possible (but unlikely) double close

Issue - State: open - Opened by treeowl almost 4 years ago - 1 comment

#63 - Build fails on OpenBSD

Issue - State: open - Opened by sternenseemann about 5 years ago - 2 comments

#61 - threadWaitSTM: invalid argument (Bad file descriptor)

Issue - State: closed - Opened by lpeterse about 6 years ago - 3 comments

#60 - Use after free (probably due to MVar finalizer)

Issue - State: closed - Opened by lpeterse over 6 years ago - 1 comment

#59 - ghc-8.4.x support

Pull Request - State: closed - Opened by Lupino over 6 years ago - 1 comment

#58 - Interfacing with mapped Ipv4 doesn't work

Issue - State: closed - Opened by matheus23 over 6 years ago - 3 comments

#57 - Initialize sockets with SO_CLOEXEC by default (?)

Issue - State: open - Opened by lpeterse almost 7 years ago

#56 - Fix inconsistent documentation

Issue - State: closed - Opened by lpeterse almost 7 years ago

#54 - How to send ICMP package

Issue - State: closed - Opened by Qinka over 7 years ago - 2 comments

#53 - Possibility to get the current address of a socket.

Pull Request - State: closed - Opened by OlivierNicole over 7 years ago - 1 comment

#52 - getAddressInfo doesn't work

Issue - State: closed - Opened by jsynacek over 7 years ago - 5 comments

#51 - TCP Send Mangles ByteStrings

Issue - State: open - Opened by andrewthad over 7 years ago - 3 comments
Labels: documentation

#50 - Derive Integral additionally to Num

Pull Request - State: closed - Opened by sternenseemann over 7 years ago - 1 comment

#49 - Fix small typo & grammar mistake

Pull Request - State: closed - Opened by sternenseemann over 7 years ago

#48 - Increased memory consumption with socket-0.8.0.1 compared to 0.8.x.x branch

Issue - State: open - Opened by SX91 almost 8 years ago - 9 comments

#47 - Stackage nightly haddock failure

Issue - State: closed - Opened by decentral1se almost 8 years ago - 2 comments

#46 - System.Socket does not export KeepAlive socket option.

Issue - State: closed - Opened by lpeterse almost 8 years ago

#45 - Stack.yaml for the three latest major GHC

Pull Request - State: closed - Opened by VyacheslavHashov almost 8 years ago

#44 - Fix Travis CI and update GHC versions

Issue - State: closed - Opened by lpeterse almost 8 years ago
Labels: enhancement

#43 - Documentation about unsafe functions

Pull Request - State: closed - Opened by VyacheslavHashov almost 8 years ago

#42 - Handle situation when `recv` returns 0.

Issue - State: closed - Opened by VyacheslavHashov almost 8 years ago - 3 comments
Labels: question

#41 - Ptr-base send/receive functions

Issue - State: closed - Opened by VyacheslavHashov almost 8 years ago - 5 comments

#40 - Changed allocation function to mallocPlainForeignPtr

Pull Request - State: closed - Opened by VyacheslavHashov almost 8 years ago - 3 comments

#39 - Added socket options SO_KEEPALIVE, TCP_NODELAY

Pull Request - State: closed - Opened by VyacheslavHashov almost 8 years ago - 1 comment

#38 - SO_KEEPALIVE option

Issue - State: closed - Opened by VyacheslavHashov almost 8 years ago - 1 comment

#37 - TCP_NODELAY option

Issue - State: closed - Opened by VyacheslavHashov almost 8 years ago - 1 comment

#36 - Fix wrong link in documentation

Pull Request - State: closed - Opened by sternenseemann almost 8 years ago - 1 comment

#35 - ENOENT error code

Issue - State: closed - Opened by VyacheslavHashov almost 8 years ago - 2 comments

#34 - Run Travis tests on Mac OS too

Issue - State: open - Opened by VyacheslavHashov almost 8 years ago - 6 comments
Labels: enhancement

#33 - Use AppVeyor for testing on Windows

Issue - State: closed - Opened by VyacheslavHashov almost 8 years ago - 1 comment

#32 - Add `Typeable` and `Deepseq` instances.

Issue - State: closed - Opened by lpeterse about 8 years ago

#31 - Support `Default` transport protocol.

Issue - State: closed - Opened by lpeterse about 8 years ago

#30 - Use `strerror` in Show instance of SocketException

Issue - State: closed - Opened by lpeterse about 8 years ago

#29 - Make `SocketAddress` an associated data family of `Family`.

Issue - State: closed - Opened by lpeterse about 8 years ago
Labels: enhancement

#28 - Fix unsafeSocketWait{Read,Write} memory and CPU time consumption

Pull Request - State: closed - Opened by SX91 about 8 years ago

#27 - unsafeSocketWaitRead consumes quite a lot of memory when used with timeout

Issue - State: closed - Opened by SX91 about 8 years ago - 27 comments
Labels: bug

#26 - Build fails on Win 10

Issue - State: closed - Opened by sumo about 8 years ago - 7 comments
Labels: bug

#25 - Analyse and fix 'awaitEvent: invalid argument (Bad filedescriptor)' output

Issue - State: closed - Opened by lpeterse about 8 years ago - 1 comment

#24 - Fix -Wimplicit-function-declaration warning

Issue - State: closed - Opened by lpeterse about 8 years ago - 1 comment

#23 - Add stream specific operation `sendAllBuilder`

Issue - State: closed - Opened by lpeterse about 8 years ago

#22 - Export MessageFlags constructor.

Pull Request - State: closed - Opened by shlevy about 8 years ago - 2 comments

#21 - Use built-in alignment macro in GHC > 8

Issue - State: closed - Opened by lpeterse over 8 years ago

#20 - Does auto-closing socket on MVar finalization really work?

Issue - State: closed - Opened by lpeterse over 8 years ago

#19 - Non IO way of creating an InetAddress?

Issue - State: closed - Opened by erantapaa over 8 years ago - 7 comments

#18 - `c_get_last_socket_error` is not thread-safe

Issue - State: closed - Opened by lpeterse over 8 years ago - 1 comment

#17 - "connecting already connected socket" test fails

Issue - State: closed - Opened by lpeterse over 8 years ago - 2 comments

#16 - Porting tests to tasty

Issue - State: closed - Opened by lpeterse over 8 years ago

#15 - Make connect completely asynchronous on non-blocking sockets

Issue - State: closed - Opened by mboes over 8 years ago - 7 comments

#14 - Test GHC-7.10.3 and GHC-8.0.1 too in Travis CI.

Pull Request - State: closed - Opened by mboes over 8 years ago

#13 - Add stack.yaml file.

Pull Request - State: closed - Opened by mboes over 8 years ago

#12 - socket-0.5.3.0 fails test suite

Issue - State: closed - Opened by UnkindPartition over 8 years ago - 8 comments

#11 - Test suite `AddrInfo` fails on Ubuntu 15.10

Issue - State: closed - Opened by lpeterse almost 9 years ago - 1 comment

#10 - Ambiguous types in AddressInfo

Issue - State: closed - Opened by bgamari almost 9 years ago - 4 comments

#9 - Exception: Add EOPNOTSUPP.

Pull Request - State: closed - Opened by nh2 over 9 years ago - 13 comments

#8 - Build fails on OSX (the MSG_NOSIGNAL story)

Issue - State: closed - Opened by lpeterse over 9 years ago - 3 comments

#7 - I think I spotted a type-o in INET.hsc

Issue - State: closed - Opened by gitfoxi over 9 years ago - 1 comment

#6 - Add API for joining/leaving multicast groups

Issue - State: open - Opened by sdroege over 9 years ago - 2 comments

#5 - Needs GHC >= 7.8 due to GHC.Conc.threadWaitReadSTM

Pull Request - State: closed - Opened by bergmark over 9 years ago - 1 comment

#4 - Remove `threadWaitReadMVar` and `threadWaitWriteMVar`

Issue - State: closed - Opened by lpeterse over 9 years ago

#3 - Show instances for everything

Issue - State: closed - Opened by lpeterse over 9 years ago

#2 - Explain the `Protocol ()` instance

Issue - State: closed - Opened by lpeterse over 9 years ago - 1 comment

#1 - Missing version bounds on the bytestring package

Issue - State: closed - Opened by lpeterse over 9 years ago