Directory src/net/java/sip/communicator/impl/fileaccess/

Directory Created:
2005-12-01 15:26
Total Files:
4
Deleted Files:
1
Lines of Code:
908

[root]/src/net/java/sip/communicator/impl/fileaccess

Lines of Code

src/net/java/sip/communicator/impl/fileaccess/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 39 (100.0%) 1539 (100.0%) 39.4
a_pelov 8 (20.5%) 726 (47.2%) 90.7
emcho 12 (30.8%) 329 (21.4%) 27.4
pradelle 4 (10.3%) 290 (18.8%) 72.5
lubomir_m 7 (17.9%) 65 (4.2%) 9.2
yanas 2 (5.1%) 58 (3.8%) 29.0
s_vincent 2 (5.1%) 34 (2.2%) 17.0
damencho 2 (5.1%) 17 (1.1%) 8.5
kpouer 1 (2.6%) 14 (0.9%) 14.0
wernerd 1 (2.6%) 6 (0.4%) 6.0

Most Recent Commits

damencho 2012-02-24 13:18

Adds check for folder existence if filename contains a folder.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+16 -3)
lubomir_m 2011-11-23 18:24

Fixes possible NullPointerExceptions related to packet logging, resources.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+1 -3)
emcho 2011-10-18 14:03

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

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FailSafeTransactionImpl.java (+1 -1), FileAccessActivator.java (+1 -1), FileAccessServiceImpl.java (+1 -1), TempFileManager.java (+1 -1)
lubomir_m 2011-09-26 12:02

Fixes a possible NullPointerException.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+1 -6)
s_vincent 2010-10-04 12:33

Fixes warnings and javadocs.

34 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessActivator.java (+18 -1), FileAccessServiceImpl.java (+16 -9)
kpouer 2010-06-03 15:41

use of StringBuilder instead of StringBuffer
fixed some brace placement
made fields final when possible

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+14 -10)
wernerd 2010-06-03 11:05

Fix logger usage - third bunch of changes.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+6 -3)
lubomir_m 2009-12-10 01:28

Commits the refactorying of OSUtils contributed by Sebastien Vicent which uses static final fields instead of methods.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+1 -1)
lubomir_m 2009-12-09 17:02

Commits the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "[Patch] OS detection" which introduces and uses a single utility class to check the executing operating system and architecture.

29 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+29 -9)
yanas 2009-06-18 16:47

- Return the appropriate default download directory depending on the operating system.
- When receiving a file check if a file with the given name already exist and add an index to the name.

22 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+22 -13)
yanas 2009-06-15 18:18

Adding support for file transfer for XMPP and graphical User Interface for file transfer (ongoing work). This first commit adds the needed gui that enables users to send and receive files, to
drag and drop files into chat windows. It displays incoming file notifications, file icons or previews (where possible, e.g. images).
This work package also contains a first file transfer implementation over the XMPP protocol (using the smack implementation of xep-0096: http://xmpp.org/extensions/xep-0096.html). Unfortunately this implementation won't work very well with GoogleTalk accounts for now, as Google servers seem to block every file bigger than 60K.

This commit contains also some improvements in the way we load the history and we manage error messages in the gui.

36 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+36 -4)
lubomir_m 2008-12-20 03:17

Removes org.apache.felix.servicebinder.

29 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessActivator.java (+29 -2), FileAccessServiceImpl.java (-7)
lubomir_m 2008-08-25 17:58

Fixes warnings from the Potential Programming Problems category of Eclipse SDK: access to references known to be null and assignments with no effect.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+4 -3)
pradelle 2007-11-14 19:41

Merge my changes from alpha2 branch (mostly improvements to SIMPLE, usage of transactions for contactlist.xml and fix the wrong location of jain-sip logs).

73 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FailSafeTransactionImpl.java (-2), FileAccessServiceImpl.java (+73 -43)
damencho 2007-10-29 20:56

felix 1.0.1

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessActivator.java (+1 -1)
pradelle 2007-10-11 19:20

Moved FailSafeTransactions to the fileaccess bundle.

217 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FailSafeTransactionImpl.java (new 201), FileAccessServiceImpl.java (+16)
emcho 2007-01-14 20:05

Configurable home name and location, properly store international characters in the metacontactlist, history, and configuration files. make the debian installer store bndles un ${user.home}/.sip-communicator instead of ${user.home}/.felix/sip-communicator.bin. related issues: 286, 266, 271, 230, 274

Configuratble SC home directory

136 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+136 -76)
emcho 2006-08-16 17:50

Code format

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessActivator.java (+1 -1), FileAccessServiceImpl.java (+4 -5), TempFileManager.java (+1 -2)
emcho 2006-08-04 14:23

Check system properties for name of destination directory

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: FileAccessServiceImpl.java (+9 -6)
emcho 2006-06-26 02:10

Renamed to FileaccessActivator

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/fileaccess: Activator.java (del)

(5 more)

Generated by StatSVN 0.3.1