Adds support for generations |
|
More...
|
over 14 years ago
|
Uses StunStack on a per-Agent basis. |
|
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. |
|
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. |
|
More...
|
almost 15 years ago
|
Adds/fixes javadocs. |
|
More...
|
almost 15 years ago
|
Commits a meaningless modification as obviously there's some kind of a commit competition going on\!\!\! |
|
More...
|
almost 15 years ago
|
Brings back a .notifyAll() which wasn't supposed to be removed in r228. |
|
More...
|
almost 15 years ago
|
Removes a System.err.println. |
|
More...
|
almost 15 years ago
|
Reverts the enabling of starting connectivity establishment of the remote peer in the run-sample Ant target. |
|
More...
|
almost 15 years ago
|
Implements relaying data through a TURN server for RelayedCandidate. |
|
More...
|
almost 15 years ago
|
Nothing really, mostly applies formatting. |
|
More...
|
almost 15 years ago
|
Fix javadoc warnings. |
|
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. |
|
More...
|
almost 15 years ago
|
Implements harvesting of relayed candidates through TURN. |
|
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). |
|
More...
|
almost 15 years ago
|
Fixes the verification of MESSAGE-INTEGRITY attribute values (which didn't seem to always work with the previous fix). |
|
More...
|
almost 15 years ago
|
Fixes a NullPointerException in the case of relayed candidates. |
|
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. |
|
More...
|
almost 15 years ago
|
Fixes warnings, javadocs, formatting. Simplifies a few instances of cloning arrays. |
|
More...
|
almost 15 years ago
|
Fixes warnings in test/. |
|
More...
|
almost 15 years ago
|
Repairs an issue with conflict resolution |
|
More...
|
about 15 years ago
|
fixes a ClassCastException when handling incoming checks |
|
More...
|
about 15 years ago
|
fixes a ClassCastException when handling incoming checks |
|
More...
|
about 15 years ago
|
Various bug fixes |
|
More...
|
about 15 years ago
|
Various bug fixes |
|
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 |
|
More...
|
about 15 years ago
|
Adds to new test applications that allow testing ice4j on separate work stations |
|
More...
|
about 15 years ago
|
Fixes transaction management issues |
|
More...
|
about 15 years ago
|
Adds to new test applications that allow testing ice4j on separate work stations |
|
More...
|
about 15 years ago
|
Adds a testing utility that allows running the ICE sample over two distinct stations. |
|
More...
|
about 15 years ago
|