Simon Giesecke
|
e3c73d9881
|
Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions
Solution: apply and check _lower_case naming style for private data members
|
2018-05-27 13:24:07 +02:00 |
|
Simon Giesecke
|
d6952ded71
|
Problem: unused include directives and redundant forward declarations
Solution: removed
|
2018-05-22 18:46:40 +02:00 |
|
Lionel Flandrin
|
b0df4be51c
|
Problem: UDP engine does not support IPv6
Solution: Add IPv6 support
|
2018-05-09 12:06:23 +02:00 |
|
sigiesec
|
41f459e1dc
|
Problem: formatting inconsistent
Solution: applied clang-format
|
2018-02-02 15:47:43 +01:00 |
|
Caleb Epstein
|
f577ceab4b
|
Problem: multicast is spelled incorrectly in udp_address class
Solution: Fix typo of 'mutlicast' -> 'multicast'
|
2016-11-15 14:06:34 -05:00 |
|
evoskuil
|
2b798e486a
|
Problem: name conflicts from windows.h, draft API declared in pch.
|
2016-05-13 20:41:26 -07:00 |
|
somdoron
|
34d5028ea8
|
allow specify binding address on radio with udp
|
2016-04-29 12:17:17 +03:00 |
|
Pieter Hintjens
|
58059939fc
|
Problem: compile warnings on Windows in new radio/dish code
Solution: fix these.
|
2016-02-07 12:27:23 +01:00 |
|
Joe Eli McIlvain
|
cf5c288dda
|
Rename udp_address::interface to iface for VS2015 build.
Resolves #1739.
|
2016-01-29 19:50:04 -08:00 |
|
somdoron
|
5ebfd1728f
|
make udp support for radio-dish
|
2016-01-29 21:17:11 +02:00 |
|