forked from fr4nk5ch31n3r/gtransfer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helperFunctions/isValidUrl(): Added a 1 second timeout to the ping co…
…mmand. When checking hosts that do not respond to echo requests, this check - which is done for source and destination of a transfer - until now added a delay of 10 seconds.
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
2013-12-00 Frank Scheiner <[email protected]> | ||
2014-02-20 Frank Scheiner <[email protected]> | ||
|
||
gtransfer dist v0.3.0: | ||
*0.3.0 (gtransfer dist): | ||
|
||
For native OS packages (like RPMs) all tools now use `/usr/share/gtransfer` as | ||
base path for bash libraries. This fixes [issue #26]. | ||
|
||
Integrated a 1 second timeout to the ping command in | ||
`helperFunctions/isValidUrl()` to keep wait time low when transferring between | ||
hosts not answering echo requests. | ||
|
||
[issue #26]: https://github.com/fr4nk5ch31n3r/gtransfer/issues/26 | ||
|
||
2013-10-14 Frank Scheiner <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.3.0BETA1 | ||
0.3.0BETA2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters