- Jan 22, 2013
-
-
brinn authored
Fix: some places still used the hard-coded connection timeouts that are now replaced by the configurable timeouts. SVN: 28151
-
- Jan 21, 2013
-
-
brinn authored
Add parameters remote-connection-timeout and remote-operation-timeout for setting timeouts of SSH remote connections and operations. This is to support slow hosts and networks (in particular Windows hosts using Cygwin binaries) that always timeout with the default settings. SVN: 28144
-
- Nov 01, 2012
-
-
brinn authored
Revert r27035 (rename ch.systemsx.cisd.common.exception back to ch.systemsx.cisd.common.exceptions) as it breaks backward compatibility of the public APIs. SVN: 27469
-
- Oct 10, 2012
- Oct 05, 2012
- Oct 04, 2012
- Sep 12, 2012
-
-
felmer authored
SVN: 26602
-
- Sep 06, 2012
-
-
brinn authored
SVN: 26542
-
- Sep 04, 2012
-
-
brinn authored
Make HostAwareFile and sub-classes internally use Strings for paths rather than java.io.Files to avoid any conversion being performed automatically by java.io.File. SVN: 26513
-
- Jul 13, 2012
- Jul 12, 2012
-
-
brinn authored
SVN: 26091
-
- Jul 11, 2012
-
-
brinn authored
SVN: 26079
-
- Jun 29, 2012
-
-
brinn authored
SVN: 25954
-
- Jun 04, 2012
-
-
cramakri authored
SVN: 25538
-
- Jun 01, 2012
- May 18, 2012
-
-
jakubs authored
SVN: 25296
-
- Jan 09, 2012
-
-
felmer authored
SVN: 24125
-
- Jan 05, 2012
-
-
brinn authored
SVN: 24107
-
- Dec 17, 2011
-
-
brinn authored
SVN: 24041
-
- Nov 29, 2011
-
-
felmer authored
GNU find (i.e findutils) command for at least version 4.4.2 spills out last modified timestamp in option -printf "%T@\n" with fractional parts. GNU find version 4.2.27 output are integer without fractional part. For that reason tryParseLastChangedMillis() parses the timestamp as a double value. SVN: 23827
-
- Oct 21, 2011
-
-
kohleman authored
SVN: 23385
-
- Aug 23, 2011
-
-
cramakri authored
SVN: 22593
-
- May 02, 2011
-
-
brinn authored
fix: on startup, check for each item of the .faulty_paths file whether it still exists and remove it, if it doesn't exist anymore SVN: 21094
-
brinn authored
SVN: 21093
-
brinn authored
SVN: 21092
-
brinn authored
fix: if a file or directory could be copied successfully from incoming to buffer but subsequent deletion on incoming failed, datamover used to delete the correct copy in buffer; if the deletion of the file or directory on incoming was partially successful, this behavior lead to data loss as the only complete copy was deleted; now, on successful copying but failure on subsequent deletion, the path is added to .faulty_path and a NOTIFY log is done that an admin needs to remove the path manually, but the correct copy is not deleted but processing continues SVN: 21091
-