Directory src/net/java/sip/communicator/util/

Directory Created:
2005-11-02 17:08
Total Files:
23
Deleted Files:
12
Lines of Code:
6997

[root]/src/net/java/sip/communicator/util
                             dns (11 files, 2186 lines)
                             event (5 files, 834 lines)
                             launchutils (5 files, 1651 lines)
                             skin (1 files, 25 lines)
                             swing (46 files, 9617 lines)
                                 border (1 files, 127 lines)
                                 event (5 files, 115 lines)
                                 plaf (5 files, 2804 lines)
                                 transparent (2 files, 266 lines)
                             xml (3 files, 1323 lines)

Lines of Code

src/net/java/sip/communicator/util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 242 (100.0%) 8915 (100.0%) 36.8
emcho 67 (27.7%) 2840 (31.9%) 42.3
damencho 32 (13.2%) 2301 (25.8%) 71.9
yanas 44 (18.2%) 1609 (18.0%) 36.5
lubomir_m 50 (20.7%) 1195 (13.4%) 23.9
s_vincent 17 (7.0%) 382 (4.3%) 22.4
ibauersachs 11 (4.5%) 296 (3.3%) 26.9
pradelle 4 (1.7%) 210 (2.4%) 52.5
vincent_lucas 1 (0.4%) 49 (0.5%) 49.0
wernerd 11 (4.5%) 31 (0.3%) 2.8
scmerger 1 (0.4%) 2 (0.0%) 2.0
a_pelov 4 (1.7%) 0 (0.0%) 0.0

Most Recent Commits

damencho 2012-04-09 18:29

Tries to fix a deadlock that can occur on double detecting connection closed, by smack and by our network detection.

8 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+8 -1)
lubomir_m 2012-04-02 09:29

Adds (experimental) support for the cobri Jabber extension.

0 lines of code changed in:

  • src/net/java/sip/communicator/util: PropertyChangeNotifier.java (del)
damencho 2012-03-09 18:32

Fixes call duration counter when call is longer than 24 hours.

31 lines of code changed in:

  • src/net/java/sip/communicator/util: GuiUtils.java (+31 -24)
s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

20 lines of code changed in:

  • src/net/java/sip/communicator/util: GuiUtils.java (+6 -6), UtilActivator.java (+14 -4)
lubomir_m 2012-02-09 21:06

Fixes (on Java 1.6+ and not 1.5) a leak of pretty much all Window instances created by the application. ChatWindow and CallDialog are still leaked though because they have other, remaining retain paths.

103 lines of code changed in:

  • src/net/java/sip/communicator/util: GuiUtils.java (+103 -23)
damencho 2012-01-30 18:39

Typos, renames.

2 lines of code changed in:

  • src/net/java/sip/communicator/util: FileHandler.java (+2 -2)
damencho 2011-12-22 18:34

Adds dns change detection on macosx.

3 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+3 -1)
ibauersachs 2011-12-19 19:28

Make protocols aware of DNSSEC exceptions

93 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+93 -19)
ibauersachs 2011-11-29 15:20

Refresh the default resolver of Lookup, add more DNS trace logging

28 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+28 -14)
ibauersachs 2011-11-23 13:43

Add javadoc

7 lines of code changed in:

  • src/net/java/sip/communicator/util: SRVRecord.java (+7 -2)
ibauersachs 2011-11-23 13:37

Add diagnostic logging to DNS resolver configuration

38 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+32), SRVRecord.java (+6)
ibauersachs 2011-11-23 00:00

Reset DNS server list after network change also when the ParallelResolver is disabled

17 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+17 -6)
damencho 2011-11-22 19:36

Removes unnecessary dns query when connecting with jabber, add input check for ip address in NetworkUtils getARecord and getAAAARecord.

36 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+36 -2)
ibauersachs 2011-11-18 20:01

Handle input of IP addresses for combined A/AAAA lookups

21 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+21)
ibauersachs 2011-11-18 20:00

Rename combined DNS host lookup

6 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+6 -5)
ibauersachs 2011-11-17 16:44

Add a combined A/AAAA lookup

60 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+60)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

22 lines of code changed in:

  • src/net/java/sip/communicator/util: Base64.java (+1 -1), ByteFormat.java (+1 -1), FileHandler.java (+1 -1), FileUtils.java (+1 -1), GenericBuffer.java (+1 -1), GuiUtils.java (+1 -1), Html2Text.java (+1 -1), ImageUtils.java (+1 -1), Logger.java (+1 -1), NetworkUtils.java (+1 -1), OSUtils.java (+1 -1), OrderedProperties.java (+1 -1), PropertyChangeNotifier.java (+1 -1), SRVRecord.java (+1 -1), ScLogFormatter.java (+1 -1), ScStdOut.java (+1 -1), ServiceUtils.java (+1 -1), Sha1Crypto.java (+1 -1), SortedProperties.java (+1 -1), SoundFileUtils.java (+1 -1), StringUtils.java (+1 -1), UtilActivator.java (+1 -1)
lubomir_m 2011-09-26 12:02

Fixes a possible NullPointerException.

20 lines of code changed in:

  • src/net/java/sip/communicator/util: OSUtils.java (+20 -1)
damencho 2011-09-02 14:24

Forces gtalk ice enabled on systems with already saved preferences (property name change).
Fixes a problem with network detection on machines missing network manager (linux).

1 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+1 -1)
ibauersachs 2011-08-09 14:47

Ignore manual entered SIP proxy data when autodetect is selected
Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers

24 lines of code changed in:

  • src/net/java/sip/communicator/util: NetworkUtils.java (+24)

(153 more)

Generated by StatSVN 0.3.1