Directory src/net/java/sip/communicator/impl/media/transform/zrtp/

Directory Created:
2008-09-23 01:41
Directory Deleted:
2010-07-12 00:05
Total Files:
0
Deleted Files:
7
Lines of Code:
0

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

Lines of Code

src/net/java/sip/communicator/impl/media/transform/zrtp/ Lines of Code

Developers

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

Most Recent Commits

lubomir_m 2010-07-12 00:05

Removes the directories impl/media/ and impl/protocol/jabber/mediamgr/ because they've been emptied.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: SCCallback.java (del), SCCallbackResources.java (del), SecurityEventManager.java (del), ZRTPCTransformer.java (del), ZRTPTransformEngine.java (del), ZrtpRawPacket.java (del), ZrtpTransformConnector.java (del)
wernerd 2009-11-04 19:34

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:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (+47 -16)
wernerd 2009-10-30 17:19

Small update for ZRTP handling, new ZRTP4J lib to fix a problem in multi-stream mode.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (+2 -7)
wernerd 2009-10-18 11:48

Remove a debug print.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (-1)
wernerd 2009-10-18 11:17

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:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (+14 -2)
lubomir_m 2009-10-13 16:51

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:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (+2 -2)
wernerd 2009-10-04 15:37

Change the license header to be inline with SC's license.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPCTransformer.java (+4 -16), ZrtpRawPacket.java (+4 -16), ZrtpTransformConnector.java (+4 -16)
emcho 2009-09-29 13:47

Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl

36 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: SecurityEventManager.java (+36 -7)
lubomir_m 2009-09-26 23:53

Extracts the RTPConnector implementation out of TransformConnector.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPCTransformer.java (+1 -2), ZrtpRawPacket.java (+1 -4), ZrtpTransformConnector.java (+2 -11)
lubomir_m 2009-09-17 15:37

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:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (+4 -9)
emcho 2009-08-10 00:31

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:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: SecurityEventManager.java (+24 -24)
emcho 2009-08-10 00:20

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:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: SecurityEventManager.java (+2 -2)
wernerd 2009-07-19 16:13

Some small fixes to handle half-duplex modes.

13 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (+13 -22)
wernerd 2009-04-26 11:52

Fix warning: raw types, unused variables, etc. Contributes to issue #637.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (+3 -47)
wernerd 2009-04-20 15:45

Small fix for conf2Ack handling, fix handling of "half-duplex" RTP connections.

17 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (+17 -6)
wernerd 2009-03-22 16:34

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:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (+1 -1)
wernerd 2009-02-28 15:43

After having the new security enevt mechanism in place: remove unused code of the old
security event implementation.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (+1 -1)
yanas 2009-02-28 00:41

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:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: SecurityEventManager.java (+44 -32)
wernerd 2009-02-27 12:15

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:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: ZRTPTransformEngine.java (+12 -7)
wernerd 2009-02-27 11:45

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:

  • src/net/java/sip/communicator/impl/media/transform/zrtp: SecurityEventManager.java (+33 -30)

(28 more)

Generated by StatSVN 0.3.1