Skip to content

Latest commit

 

History

History
183 lines (110 loc) · 8.52 KB

CHANGELOG.md

File metadata and controls

183 lines (110 loc) · 8.52 KB

Change Log

Full Changelog

Closed issues:

  • Add timeout to connect #56
  • Add more informative Socket error descriptions #47

Merged pull requests:

0.7.0 (2016-06-13)

Full Changelog

Closed issues:

  • Add timeout to send/recv #48
  • Wrapping socket functions #2

Merged pull requests:

  • Added a timeval constructor for Double seconds, reexported timeval from Socks #53 (czechboy0)
  • Refactored Resolver #52 (czechboy0)

0.6.0 (2016-06-10)

Full Changelog

Closed issues:

  • Add Timeout functionality to Socket #30

Merged pull requests:

0.5.0 (2016-06-08)

Full Changelog

Closed issues:

  • Don't trap on SIGPIPE #37

Merged pull requests:

  • Added select() to observe activity on multiple sockets, more tests #45 (czechboy0)
  • Refactoring + fixed NOSIGPIPE (with tests) #44 (czechboy0)

0.4.3 (2016-06-07)

Full Changelog

Merged pull requests:

0.4.2 (2016-06-07)

Full Changelog

Merged pull requests:

  • Updated to Swift snapshot 06-06, backwards compatible fixes only #41 (czechboy0)

0.4.1 (2016-06-06)

Full Changelog

Fixed bugs:

  • rare UnsafeMutablePointer.initializeFrom error #33

Closed issues:

  • closed property on socket #35
  • Make Port public in Socks module #32

Merged pull requests:

0.4.0 (2016-06-02)

Full Changelog

Merged pull requests:

0.3.1 (2016-06-01)

Full Changelog

0.3.0 (2016-06-01)

Full Changelog

Closed issues:

  • UDP Support #21

Merged pull requests:

0.2.3 (2016-05-06)

Full Changelog

Closed issues:

  • Fix Resolver's leaking addrinfo list #25

Merged pull requests:

  • Refactored resolving of addresses, fixed leak #26 (czechboy0)

0.2.2 (2016-05-05)

Full Changelog

0.2.1 (2016-05-03)

Full Changelog

Closed issues:

  • IPv6 support #13

Merged pull requests:

0.2.0 (2016-04-14)

Full Changelog

Closed issues:

  • Carthage #19
  • Do you plan to support select ? #14
  • Create enums for socket constants #1

Merged pull requests:

0.1.0 (2016-03-29)

Full Changelog

Merged pull requests:

  • updated for Swift 3, fixes #15 plus a couple other things #16 (czechboy0)

0.0.3 (2016-03-21)

Full Changelog

0.0.2 (2016-03-21)

Full Changelog

Closed issues:

  • Pretty TCP client/server #12

0.0.1 (2016-03-20)

Closed issues:

  • Basic TCP Server #10
  • Get minimal TCP client working #7
  • Address handling #3

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator