3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Jun 19, 2024 — Jun 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds support for generations
Emil Ivov
as emcho
More... over 14 years ago
Uses StunStack on a per-Agent basis.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Enables relay through a TURN server using ChannelData messages. The implementation is not supposed to be active in run-sample because run-sample only sends connectivity checks through the relay and ICE recommends using ChannelData only after ICE has completed. The relay automatically switches from Send/Data indications to ChannelData messages when the first non-STUN message is sent through it.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Commits work in progress on relaying through a TURN server using ChannelData messages. The implementation seems to cause Mac OS X Snow Leopard to die so it is committed disabled for the purposes of easy transfer and testing on a more stable operating system.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Adds/fixes javadocs.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Commits a meaningless modification as obviously there's some kind of a commit competition going on\!\!\!
Emil Ivov
as emcho
More... almost 15 years ago
Brings back a .notifyAll() which wasn't supposed to be removed in r228.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Removes a System.err.println.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Reverts the enabling of starting connectivity establishment of the remote peer in the run-sample Ant target.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Implements relaying data through a TURN server for RelayedCandidate.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Nothing really, mostly applies formatting.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Fix javadoc warnings.
seb
More... almost 15 years ago
Fixes what looks like a race condition related to the starting of a connectivity check on a Candidate pair and processing its Response.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Implements harvesting of relayed candidates through TURN.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Mostly, applies formatting. Fixes an instance of using String#getBytes without an encoding which is discouraged (and hasn't come up as a problem during testing yet).
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Fixes the verification of MESSAGE-INTEGRITY attribute values (which didn't seem to always work with the previous fix).
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Fixes a NullPointerException in the case of relayed candidates.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Attempts to fix: - incorrect calculations of the MESSAGE-INTEGRITY attribute value when sending and receiving (e.g. the connectivity checks) STUN messages, - ArrayIndexOutOfBoundsException in EvenPortAttribute - a failure to take the padded attribute length into account when encoding Message into bytes which would cause the STUN messages to be incorrectly encoded.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Fixes warnings, javadocs, formatting. Simplifies a few instances of cloning arrays.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Fixes warnings in test/.
Lyubomir Marinov
as lubomir.marinov
More... almost 15 years ago
Repairs an issue with conflict resolution
Emil Ivov
as emcho
More... about 15 years ago
fixes a ClassCastException when handling incoming checks
Emil Ivov
as emcho
More... about 15 years ago
fixes a ClassCastException when handling incoming checks
Emil Ivov
as emcho
More... about 15 years ago
Various bug fixes
Emil Ivov
as emcho
More... about 15 years ago
Various bug fixes
Emil Ivov
as emcho
More... about 15 years ago
Repairs condition for a check list to enter the COMPLETED state. Was: every component needs to have a nominated candidate, Is: Every component needs to have a nominated candidate whose nomination check has succeeded
Emil Ivov
as emcho
More... about 15 years ago
Adds to new test applications that allow testing ice4j on separate work stations
Emil Ivov
as emcho
More... about 15 years ago
Fixes transaction management issues
Emil Ivov
as emcho
More... about 15 years ago
Adds to new test applications that allow testing ice4j on separate work stations
Emil Ivov
as emcho
More... about 15 years ago
Adds a testing utility that allows running the ICE sample over two distinct stations.
Emil Ivov
as emcho
More... about 15 years ago