Skip to content

lots of bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@djs55 djs55 released this 12 Jul 16:02
· 172 commits to master since this release
  • remove dependency on ctypes
  • support named pipes on Win32
  • report Win32 errors
  • client: don't clunk the fid after remove
  • client: deallocate_fid should clunk before markind fid as free
  • client: remove: always mark the fid as free
  • client: don't clunk a fid if walk fails
  • server: fix deadlock on Eof which prevents connection cleanup
  • use the channel module for buffered packet reading
  • unix: don't allocate per request, use a per-connection 32KiB buffer