- 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
-
- Apr 08, 2011
-
-
brinn authored
SVN: 20739
-
- Feb 28, 2011
- Feb 09, 2011
-
-
tpylak authored
LMS-2027 allow to generate thumbnails in parallel. Refactor file compression class to be able to execute any kind of tasks in parallel. SVN: 19827
-
- Jan 24, 2011
-
-
brinn authored
SVN: 19560
-
- Jan 18, 2011
-
-
brinn authored
SVN: 19485
-
- Jan 13, 2011
-
-
tpylak authored
SVN: 19415
-
- Dec 23, 2010
-
-
felmer authored
SE-325 CacheManager improved and moved to openBIS project. IFreeSpaceProvider and implementations move to another package. SVN: 19221
-
- Nov 16, 2010
- Nov 15, 2010
-
-
brinn authored
fix: make skip-accessibility-test-on-incoming really work, i.e. skip all remote operations if this parameter is set 'true' SVN: 18718
-
brinn authored
change: add a timeout to methods that check whether connection to a remote ssh or rsync server is possible SVN: 18717
-
brinn authored
change: rename ISshCommandExecutor.tryExecuteCommand() to executeCommand() as it violates our naming convention SVN: 18715
-
brinn authored
fix: location of .ssh directory on Windows has changed due to ssh.exe being moved from bin to bin/win SVN: 18714
-
brinn authored
change: when 'skip-accessibility-test-on-xxx = true' is configured for the SSH tunnel mode, enforce that the path to either lastchanged or GNU find is provided in the configuration SVN: 18712
-
brinn authored
move: Windows Cygwin binaries and libraries from bin to bin/win SVN: 18711
-
brinn authored
change: remove warning on 64bit platforms SVN: 18710
-
brinn authored
change: ISshCommandExecutor.exists() should get a path string, rather than a file (the path is on the remote system) fix: ensure that the FileStoreRemote uses Unix convention as we assume that the remote host is always a Unix host SVN: 18708
-