Skip to content

Tags: zgrmrts/libjuice

Tags

v0.6.2

Toggle v0.6.2's commit message
Version 0.6.2

- Fixed local reflexive candidates foundation

v0.6.1

Toggle v0.6.1's commit message
Version 0.6.1

- Added IP Differenciated Services support
- Added datagram sending synchronization
- Fixed ICE tiebreaking

v0.6.0

Toggle v0.6.0's commit message
Version 0.6.0

- Added juice_get_selected_candidates() to API
- Added explicit error codes to API
- Prevented early checks with STUN entry idle state
- Revised ICE process completion logic
- Support glibc < 2.25 on Linux
- Use BCryptGenRandom() instead of CryptGenRandom() on Windows
- Enabled MacOS address local translation mitigation in CI only

v0.5.2

Toggle v0.5.2's commit message
Version 0.5.2

- Internal HMAC-SHA1 instead of OpenSSL if Nettle is not specified

v0.5.1

Toggle v0.5.1's commit message
Version 0.5.1

- Fixed priority check on new pairs resulting in missing entries

v0.5.0

Toggle v0.5.0's commit message
Version 0.5.0

- Aggressive nomination in controlling mode
- Refactored keepalive logic
- Added log level none
- Optimized log performance with atomics
- CMake: Added NO_TESTS parameter

v0.4.6

Toggle v0.4.6's commit message
Version 0.4.6

- More aggressive nomination when in controlling mode
- Increased the maximum number of candidates
- Fixed handling of some error codes

v0.4.5

Toggle v0.4.5's commit message
Version 0.4.5

- Fixed volatile pointer declaration
- Fixed compatiblity with Android  before API 28

v0.4.4

Toggle v0.4.4's commit message
Version 0.4.4

- Fixed compilation for Windows
- Silenced warning on send returning EAGAIN

v0.4.3

Toggle v0.4.3's commit message
Version 0.4.3

- Support for compilation with MSVC
- Various fixes