Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Releases: alecbcs/hyprspace

v0.2.2

03 Feb 17:30
Compare
Choose a tag to compare

What's Changed

  • Fix Malformed IP Parsing & Add More Documentation by @alecbcs in #70
    • Added a check for properly formatted IP addresses when parsing the configuration.
    • Fixed a bug with background daemons crashing due to a closed pipe.
    • Introduced a log file for background daemons for better debugging.
    • Added print statements when creating a new interface.
    • Added additional documentation to cli/up.go.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Feb 03:59
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

  • I've added a whole bunch of performance improvements to stream reuse! It took on the order of 12hr to figure out what was the cause, learn about TCP/UDP protocols, and implement the fix. I'm now seeing bandwidth as high as 850Mbps!

v0.2.0

03 Feb 17:26
dcbdbe3
Compare
Choose a tag to compare

What's Changed

Full Changelog: hyprspace/hyprspace@v0.1.7...v0.2.0

v0.1.7

23 Oct 22:34
bba9921
Compare
Choose a tag to compare

What's New

Full Changelog: hyprspace/hyprspace@v0.1.6...v0.1.7

v0.1.6

21 Aug 19:15
5ff46dc
Compare
Choose a tag to compare

Changelog:

v0.1.5

26 Jun 17:40
05cc6b0
Compare
Choose a tag to compare

Changelog:

  • Switched to DHT-Client Mode to decrease networking overhead.
  • Decreased the size of the application binaries by removing debugging information.

v0.1.4

17 Jun 05:35
f4a7b5a
Compare
Choose a tag to compare

Changelog:

  • Hyprspace now correctly reports when it cannot create a background daemon.
  • We now support running multiple interfaces on a single machine by allowing either the user to create a custom listen port, or by dynamically picking a port when the default is selected and already in use.

v0.1.2

10 Jun 04:32
Compare
Choose a tag to compare

Changelog

  • Fixed a bunch of spelling errors in the interface and code base.
  • Improved performance of the system over local area network iperf tests.

v0.1.1

09 Jun 14:55
Compare
Choose a tag to compare

Changelog:

  • Fixed up a bug in pretty discovery that was causing an infinite loop and eating up CPU cycles.

v0.1.0

08 Jun 05:35
Compare
Choose a tag to compare
Initial Release of Hyprspace