|
From: <ha...@us...> - 2006-11-28 22:53:17
|
Revision: 1433
http://svn.sourceforge.net/cogkit/?rev=1433&view=rev
Author: hategan
Date: 2006-11-28 14:53:15 -0800 (Tue, 28 Nov 2006)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
Modified: trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2006-11-28 22:52:20 UTC (rev 1432)
+++ trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2006-11-28 22:53:15 UTC (rev 1433)
@@ -1,3 +1,7 @@
+(11/28/2006)
+
+*** Cleaned up the file resource implementations
+
(10/18/2006)
*** Added a mkdirs implementation for the file resource
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-01-28 17:46:13
|
Revision: 1555
http://svn.sourceforge.net/cogkit/?rev=1555&view=rev
Author: hategan
Date: 2007-01-28 09:46:09 -0800 (Sun, 28 Jan 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
Modified: trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-01-28 17:45:05 UTC (rev 1554)
+++ trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-01-28 17:46:09 UTC (rev 1555)
@@ -1,3 +1,7 @@
+(01/28/2006)
+
+*** Updated file resource exceptions
+
-------------------------------2.3----------------------------------
(11/28/2006)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-02-06 19:33:13
|
Revision: 1574
http://svn.sourceforge.net/cogkit/?rev=1574&view=rev
Author: hategan
Date: 2007-02-06 11:33:07 -0800 (Tue, 06 Feb 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
Modified: trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-02-06 19:31:25 UTC (rev 1573)
+++ trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-02-06 19:33:07 UTC (rev 1574)
@@ -1,3 +1,8 @@
+(02/06/2007)
+
+*** The job task handler now shuts down callback handlers from
+ JGlobus if they have no more registered jobs.
+
(01/28/2006)
*** Updated file resource exceptions
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-02-23 18:25:32
|
Revision: 1590
http://svn.sourceforge.net/cogkit/?rev=1590&view=rev
Author: hategan
Date: 2007-02-23 10:25:29 -0800 (Fri, 23 Feb 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
Modified: trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-02-23 18:22:52 UTC (rev 1589)
+++ trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-02-23 18:25:29 UTC (rev 1590)
@@ -1,3 +1,14 @@
+(02/23/2007)
+
+*** Fixed:
+ http://bugzilla.globus.org/globus/show_bug.cgi?id=4996
+ http://bugzilla.globus.org/globus/show_bug.cgi?id=5021
+
+*** There was some useless parse(rsl) call, since the rsl was
+ constructed using the RSL API in JGlobus, so it should have
+ been correct in the first place.
+
+
(02/06/2007)
*** The job task handler now shuts down callback handlers from
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-03-08 19:48:44
|
Revision: 1600
http://svn.sourceforge.net/cogkit/?rev=1600&view=rev
Author: hategan
Date: 2007-03-08 11:48:41 -0800 (Thu, 08 Mar 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
Modified: trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-03-08 19:47:59 UTC (rev 1599)
+++ trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-03-08 19:48:41 UTC (rev 1600)
@@ -1,3 +1,7 @@
+(03/07/2007)
+
+*** Increased GridFTP default timeout from 12s to 30s
+
(02/23/2007)
*** Fixed:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-03-11 22:43:04
|
Revision: 1616
http://svn.sourceforge.net/cogkit/?rev=1616&view=rev
Author: hategan
Date: 2007-03-11 15:43:01 -0700 (Sun, 11 Mar 2007)
Log Message:
-----------
unified changelog format
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
Modified: trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-03-11 22:42:50 UTC (rev 1615)
+++ trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-03-11 22:43:01 UTC (rev 1616)
@@ -55,46 +55,67 @@
-------------------------------2.2----------------------------------
-(08/11/2005) Added support for MPICH-G2 job submissions and mutli-job
- rsl in
- org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.java
+(08/11/2005)
+*** Added support for MPICH-G2 job submissions and mutli-job
+ rsl in
+ org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.java
-(06/14/2005) Fixed the GridFTP provider to do recursive deleletes with
- GridFTP v2.0 server.
- http://www.cogkit.org/bugzilla/show_bug.cgi?id=152
+
+(06/14/2005)
+
+*** Fixed the GridFTP provider to do recursive deleletes with
+ GridFTP v2.0 server.
+ http://www.cogkit.org/bugzilla/show_bug.cgi?id=152
+
-------------------------------2.1----------------------------------
-(06/10/2005) Split into new and old gridftp providers. The new one should work with
- post gt3.2 servers. The old one does not work with servers from gt4.
+(06/10/2005)
+
+*** Split into new and old gridftp providers. The new one should work with
+ post gt3.2 servers. The old one does not work with servers from gt4.
- Re-implemented isDirectory in the new gridftp file resource. The old one
- was doing a cwd to check if a file was a directory. The new one does a
- mlst(), and checks the returned file type. It's twice as fast.
+*** Re-implemented isDirectory in the new gridftp file resource. The old one
+ was doing a cwd to check if a file was a directory. The new one does a
+ mlst(), and checks the returned file type. It's twice as fast.
-(06/08/2005) Added support for FORK and PBS JobManagers in
- org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.java
+(06/08/2005)
-(05/24/2005) Added support for environment variables in
- org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.java
+*** Added support for FORK and PBS JobManagers in
+ org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.java
-(04/18/2005) Renamed the module from "core-provider-gt2" to
- "provider-gt2"
+(05/24/2005)
+
+*** Added support for environment variables in
+ org.globus.cog.abstraction.impl.execution.gt2.JobSubmissionTaskHandler.java
+
+(04/18/2005)
+
+*** Renamed the module from "core-provider-gt2" to
+ "provider-gt2"
+
-------------------------------2.0----------------------------------
-------------------------------1.1----------------------------------
-(03/29/2005) If no IP can be figured out from CoGProperties, throw an
- exception
-(03/24/2005) Updated the implementation of
- org.globus.cog.core.impl.file.ftp.FileResourceImpl.java
- and
- org.globus.cog.core.impl.file.gridftp.FileResourceImpl.java
- to make them compatible with the changes in their
- interface
+(03/29/2005)
-(03/17/2005) Updated the FTPSecurityCredentialImpl to show a dialog box
- prompting the user to enter credentials (if null
- credentials are specified)
+*** If no IP can be figured out from CoGProperties, throw an
+ exception
+(03/24/2005)
+
+*** Updated the implementation of
+ org.globus.cog.core.impl.file.ftp.FileResourceImpl.java
+ and
+ org.globus.cog.core.impl.file.gridftp.FileResourceImpl.java
+ to make them compatible with the changes in their
+ interface
+
+(03/17/2005)
+
+*** Updated the FTPSecurityCredentialImpl to show a dialog box
+ prompting the user to enter credentials (if null
+ credentials are specified)
+
-------------------------------1.0----------------------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-05-18 11:43:28
|
Revision: 1647
http://svn.sourceforge.net/cogkit/?rev=1647&view=rev
Author: hategan
Date: 2007-05-18 04:43:26 -0700 (Fri, 18 May 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
Modified: trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-05-18 11:41:29 UTC (rev 1646)
+++ trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-05-18 11:43:26 UTC (rev 1647)
@@ -1,3 +1,7 @@
+(05/18/2007)
+
+*** Updated delegation bits
+
(03/07/2007)
*** Increased GridFTP default timeout from 12s to 30s
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-08-10 23:11:09
|
Revision: 1668
http://cogkit.svn.sourceforge.net/cogkit/?rev=1668&view=rev
Author: hategan
Date: 2007-08-10 16:11:07 -0700 (Fri, 10 Aug 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
Modified: trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-08-10 23:09:27 UTC (rev 1667)
+++ trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-08-10 23:11:07 UTC (rev 1668)
@@ -1,3 +1,9 @@
+(08/10/2007)
+
+*** Removed a puzzling thing. Seems like most put/get methods in
+ the file resource would ask the for the current directory only
+ to not use it at all.
+
(05/18/2007)
*** Updated delegation bits
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-10-30 20:19:30
|
Revision: 1816
http://cogkit.svn.sourceforge.net/cogkit/?rev=1816&view=rev
Author: hategan
Date: 2007-10-30 13:19:29 -0700 (Tue, 30 Oct 2007)
Log Message:
-----------
changes
Modified Paths:
--------------
trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
Modified: trunk/current/src/cog/modules/provider-gt2/CHANGES.txt
===================================================================
--- trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-10-30 20:17:50 UTC (rev 1815)
+++ trunk/current/src/cog/modules/provider-gt2/CHANGES.txt 2007-10-30 20:19:29 UTC (rev 1816)
@@ -1,3 +1,9 @@
+(10/30/2007)
+
+*** Added totalSize implementation to data sources such that
+ the JGlobus GridFTP client sends the ALLO command before
+ a transfer.
+
(10/03/2007)
*** Fixed some issues with the credentials used for the callback
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|