Directory src/main/org/apache/tools/ant/taskdefs/optional/net/

Directory Created:
2000-11-08 17:01
Total Files:
6
Deleted Files:
0
Lines of Code:
3835

Browse with ViewVC

[root]/src/main/org/apache/tools/ant/taskdefs/optional/net

Lines of Code

src/main/org/apache/tools/ant/taskdefs/optional/net/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 193 (100.0%) 6444 (100.0%) 33.3
bodewig 45 (23.3%) 2809 (43.6%) 62.4
antoine 38 (19.7%) 1087 (16.9%) 28.6
conor 24 (12.4%) 742 (11.5%) 30.9
scohen 15 (7.8%) 702 (10.9%) 46.8
stevel 12 (6.2%) 373 (5.8%) 31.0
umagesh 11 (5.7%) 205 (3.2%) 18.6
peterreilly 18 (9.3%) 177 (2.7%) 9.8
jhm 1 (0.5%) 94 (1.5%) 94.0
donaldp 6 (3.1%) 88 (1.4%) 14.6
sbailliez 8 (4.1%) 81 (1.3%) 10.1
jkf 9 (4.7%) 69 (1.1%) 7.6
adammurdoch 1 (0.5%) 12 (0.2%) 12.0
jskeet 3 (1.6%) 3 (0.0%) 1.0
jesse 1 (0.5%) 1 (0.0%) 1.0
ehatcher 1 (0.5%) 1 (0.0%) 1.0

Most Recent Commits

peterreilly 2006-11-20 21:18

checkstyle

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+1 -1)
peterreilly 2006-11-18 18:06

checkstyle

15 lines of code changed in:

peterreilly 2006-11-12 22:32

checkstyle

34 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+34 -23)
peterreilly 2006-11-08 22:04

remove tabs

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+1 -1)
peterreilly 2006-11-05 22:50

checkstyle

23 lines of code changed in:

bodewig 2006-09-01 18:49

copy2license.pl

36 lines of code changed in:

antoine 2006-06-06 10:52

FTP Account could not be specified in ant FTP task.

Bugzilla report 39720.

13 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+13 -1)
jkf 2006-04-21 21:47

indicated when methods/classes became deprecated, as to give us the possibility to remove deprecated methods in the future.

5 lines of code changed in:

bodewig 2006-03-03 20:22

2006

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+2 -2)
stevel 2006-03-01 11:59

include the caught exception when relayed

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+1 -1)
stevel 2006-01-18 21:11

extra proxy diagnostics, in a java1.5-only package. By abusing the toString() operation, we dont need any extra interfaces for this.

29 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: SetProxy.java (+29 -28)
stevel 2005-07-28 15:59

javadocs

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: SetProxy.java (+1 -1)
jkf 2005-06-12 17:55

Removed unused local variables.



I think there is an error in ConCat, see added comment.

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+2 -2)
jhm 2005-06-03 16:46

make JavaDoc more happier

94 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+94 -95)
scohen 2005-05-30 17:56

Add logging of local vs remote timestamps in <ftp> task.

PR:31812

28 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+28 -8)
scohen 2005-05-30 14:41

Add initialSiteCommand and siteCommand attributes.

PR:34257, 34853

77 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+77 -24)
scohen 2005-05-30 00:40

Based on a patch submitted by Neeme Praks, allow support for a retry count on FTP transfers. Some

servers are unreliable for unknown - this allows for a retry count to be specified to accomodate work on such

flaky servers.

82 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+82 -23)
scohen 2005-05-29 03:01

convert serverLanguageCodeConfig attribute to use EnumeratedAttribute pattern

42 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+42 -7)
scohen 2005-05-28 17:05

Convert ftp task systemTypeKey and timestampGranularity attributes to using the EnumeratedAttribute pattern

and add some JUnit tests of the new configuration stuff.

95 lines of code changed in:

scohen 2005-05-22 18:48

Add new timestampGranularity attribute to account for the typical case in PUT operations where the client

is HH:mm:ss and the ftp server is HH:mm.

56 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+56 -4)

(117 more)

Generated by StatSVN 0.3.2-SNAPSHOT