Skip to content

Releases: isobit/ndog

v0.0.11

26 Jul 03:03
Compare
Choose a tag to compare
https: use host header for TLS SNI if not set explicitly

v0.0.10

12 Jun 02:39
Compare
Choose a tag to compare
Add TLS server name CLI option

v0.0.9

03 May 04:50
Compare
Choose a tag to compare
Add DNS scheme

v0.0.8

19 Apr 03:59
Compare
Choose a tag to compare
Fix bug generating TLS cert when listen hostname is empty

v0.0.7: Fix insufficient UDP buffer size, add byte count log

15 Dec 01:42
Compare
Choose a tag to compare
The previous buffer size of 1024 meant that data would be dropped for
UDP packets larger than 1024 bytes, since each ReadFromUDP dequeues the
entire packet (no partial reads to be continue on the next call like in
TCP; i.e. TCP buffers bytes, UDP buffers whole packets).

v0.0.6

17 Oct 05:35
Compare
Choose a tag to compare
Update isobit/cli

v0.0.5

01 Oct 02:53
Compare
Choose a tag to compare
Add HTTP GraphQL request support

v0.0.4

20 Sep 20:24
Compare
Choose a tag to compare
Fix flaky HTTP requests due to bug with net/http and io.Pipe

v0.0.3

17 Sep 19:50
Compare
Choose a tag to compare
Minor websocket code cleanup

v0.0.2

16 Sep 04:46
Compare
Choose a tag to compare
Fix TCP close behavior