Skip to content

Releases: drakkar-lig/socklab

socklab-1.1.2

20 Mar 20:13
Compare
Choose a tag to compare
  • Fix build on OS X

socklab-1.1.1

15 Dec 17:01
Compare
Choose a tag to compare
  • Fix build on ubuntu 16.04
  • Fix a possible buffer overflow via long DNS name

socklab-1.1.0

02 Apr 17:16
Compare
Choose a tag to compare
  • Convert double spaces to \r\n in messages to ease communication with HTTP servers.
  • Multicast: don't specify source interface.

socklab-1.0.1

19 May 09:06
Compare
Choose a tag to compare
  • Fix git version extraction in corner cases.
  • Drop dependency on termcap, which is obsolete and does not seem to
    actually be used by socklab. This fixes build on Arch Linux.
  • Allow to set build flags from env variables (useful for packagers).
  • Expand README and translate to English.
  • Add a changelog.

socklab-1.0.0

19 May 09:05
Compare
Choose a tag to compare
  • First public release on github.
  • Add IPv6 support.
  • Add auto-completion for command names.
  • Translate user interface from French to English.
  • Version number is now automatically extracted from git.
  • Fix build- and run-time support for Linux.
  • Modernize build system: use standard variable names, use implicit make rules, add install target.
  • General modernisation improvements: ditch obsolete IPv6 constants, use getnameinfo() and getaddrinfo().
  • Several bug fixes.

socklab-0.9

19 May 09:03
Compare
Choose a tag to compare
  • Import from svn repository (r386)