[root]/src/net/java/sip/communicator/impl/media/transform/zrtp

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 72 (100.0%) | 2532 (100.0%) | 35.1 |
| rkuntz | 15 (20.8%) | 1070 (42.3%) | 71.3 |
| wernerd | 25 (34.7%) | 642 (25.4%) | 25.6 |
| emcho | 8 (11.1%) | 535 (21.1%) | 66.8 |
| yanas | 7 (9.7%) | 237 (9.4%) | 33.8 |
| lubomir_m | 17 (23.6%) | 48 (1.9%) | 2.8 |
Removes the directories impl/media/ and impl/protocol/jabber/mediamgr/ because they've been emptied.
0 lines of code changed in:
Update ZRTP4J library that supports SHA384, modify algorithm selection scheme to better
conform to proposals in ZRTP draft, add class and functions to support ZRTP configuration
(GUI will follow some time later).
This version was tested with Phil's new (not yet released) Zfone3, is also compliant to
existing Zfone.
Update lightweight crypto library, it contains SHA384 now.
Some smaller updates in ZrtpTransfomEngine to match changes in ZRTP4J.
47 lines of code changed in:
Small update for ZRTP handling, new ZRTP4J lib to fix a problem in multi-stream mode.
2 lines of code changed in:
Remove a debug print.
0 lines of code changed in:
Fix interoperability issue with Zfone3. Set the SSRC at the earliest possible time, start
ZRTP handshake only after SSRC is known to ZRTP. This modification disables half-duplex
(receive-only) RTP streams. This restriction may be lifted if "newmedia" goes into operation.
14 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.
2 lines of code changed in:
Change the license header to be inline with SC's license.
12 lines of code changed in:
Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
36 lines of code changed in:
Extracts the RTPConnector implementation out of TransformConnector.
4 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[sip-comm-dev] [Patch] Fix warnings".
4 lines of code changed in:
Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
24 lines of code changed in:
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
10 lines of code changed in:
Some small fixes to handle half-duplex modes.
13 lines of code changed in:
Fix warning: raw types, unused variables, etc. Contributes to issue #637.
3 lines of code changed in:
Small fix for conf2Ack handling, fix handling of "half-duplex" RTP connections.
17 lines of code changed in:
Reorganize the crypto functions. ZRTP4J library now contains al required crypto methods and
classes. These classes are copied from BouncyCastle. The DH related classes are modified to
use a crypto aware big integer implementation. Due to this reorganization we can remove
the old BC library - this saves about 1.5MB.
1 lines of code changed in:
After having the new security enevt mechanism in place: remove unused code of the old
security event implementation.
1 lines of code changed in:
Continuation of Werner's work on ZRTP event management + some changes on the way we're triggering security events through the CallParticipants.
44 lines of code changed in:
Streamline code in ZRTPTransformEngine to avoid new() operations on each received RTP/SRTP packet.
Remove some misleading comments in TranfsformManager.
12 lines of code changed in:
Modify the security message event handling to accomodate the message severity levels, playing
alert sound at right places etc.
33 lines of code changed in:
(28 more)