[root]/src/net/java/sip/communicator/impl/media/transform
dummy
(0 files, 0 lines)
srtp
(0 files, 0 lines)
zrtp
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 38 (100.0%) | 1183 (100.0%) | 31.1 |
| rkuntz | 13 (34.2%) | 966 (81.7%) | 74.3 |
| lubomir_m | 16 (42.1%) | 95 (8.0%) | 5.9 |
| emcho | 2 (5.3%) | 68 (5.7%) | 34.0 |
| wernerd | 6 (15.8%) | 36 (3.0%) | 6.0 |
| yanas | 1 (2.6%) | 18 (1.5%) | 18.0 |
Removes the directories impl/media/ and impl/protocol/jabber/mediamgr/ because they've been emptied.
0 lines of code changed in:
Extracts the RTPConnector implementation out of TransformConnector.
72 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing in an e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings.
0 lines of code changed in:
Fixes reINVITE-related functionality so that SC can join a 3-way auto-conference (SC doesn't really see that it's a conference) created by X-Lite.
16 lines of code changed in:
Fix warning: raw types, unused variables, etc. Contributes to issue #637.
5 lines of code changed in:
Fixes various warnings, mostly ones about performance.
2 lines of code changed in:
Fixes possible NullPointerExceptions, incorrect code. Removes fields, marks other fields private and final.
2 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.
1 lines of code changed in:
Zrtp Gui and event modifications. (Issue #463)
18 lines of code changed in:
Modify security relevant code to get rid of Java JCE dependence. This simplifies distribution
and istallation of SC - no Sun/Java crypto policy files are required anymore. This check-in
also include a new zrtp4j lib (1.4.3) that implements draft 13 and has no JCE dependency.
30 lines of code changed in:
Fixes warnings about unused imports.
3 lines of code changed in:
Modifications to separate ZRTP GUI from ZRTP callback and state information.
Refer to E-mail to dev list (dated 30 Nov 2008) about the modifications.
0 lines of code changed in:
Committing cosmetic modifications on the media package before refactoring ZRTP
68 lines of code changed in:
ZRTP integration, step 2.
Reverted some of the fixes commited yesterday.
4 lines of code changed in:
Merged ZRTP-related code
380 lines of code changed in:
Commit first part of Su Bing's SRTP code. This commit only adds new files and the code is not activated yet.
582 lines of code changed in: