- Add
closeStreamingProcessHandle
- Make getSocket{Family}TCP try all addr candidates #32
- Fix benchmarks
- Document child process behavior in
waitForProcess
- Catch exceptions thrown by
waitForProcess
- Use `NO_DELAY1 for TCP client connections #27
- Fix bug in process exception display of args with spaces/quotes
- Exporting HasReadBufferSize; instance for ClientSettingsUnix #24
- Make size of read buffer configurable, change default size to 32 kiB #23
- Fix up
acceptSafe
as mentioned by Kazu
appRawSocket
getUnusedInflated
: Return uncompressed data following compressed data #20
Support blaze-builder >= 0.4. Add newByteStringBuilderRecv
to Data.Streaming.ByteString.Builder; add modules Data.Streaming.ByteString.Builder.Buffer and Data.Streaming.ByteString.Builder.Class.
Add Data.Streaming.ByteString.Builder
Generalise types of run*Server which never cleanly return #13
Fix streamingProcess
so that it doesn't close Handle
s passed in with
UseProvidedHandle
.
withCheckedProcess
added.
Provide appCloseConnection
to get the underlying connection from an AppData
.