head	1.22;
access;
symbols
	tcllib-1-13:1.22
	tcllib-1-12:1.21
	tklib-0-5:1.16
	tcllib-1-11-1:1.16
	tcllib-1-11:1.14
	tcllib-1-10:1.12
	tcllib-1-9:1.9;
locks; strict;
comment	@# @;


1.22
date	2011.01.25.06.06.39;	author andreas_kupries;	state Exp;
branches;
next	1.21;

1.21
date	2009.12.07.17.39.24;	author andreas_kupries;	state Exp;
branches;
next	1.20;

1.20
date	2009.11.24.04.53.46;	author andreas_kupries;	state Exp;
branches;
next	1.19;

1.19
date	2009.04.14.20.31.29;	author andreas_kupries;	state Exp;
branches;
next	1.18;

1.18
date	2009.04.10.06.55.16;	author andreas_kupries;	state Exp;
branches;
next	1.17;

1.17
date	2009.04.08.06.49.35;	author andreas_kupries;	state Exp;
branches;
next	1.16;

1.16
date	2008.12.15.20.25.31;	author andreas_kupries;	state Exp;
branches;
next	1.15;

1.15
date	2008.12.02.04.01.56;	author andreas_kupries;	state Exp;
branches;
next	1.14;

1.14
date	2008.10.17.05.32.41;	author andreas_kupries;	state Exp;
branches;
next	1.13;

1.13
date	2008.02.29.23.43.06;	author andreas_kupries;	state Exp;
branches;
next	1.12;

1.12
date	2007.09.12.16.29.59;	author andreas_kupries;	state Exp;
branches;
next	1.11;

1.11
date	2007.06.23.03.39.34;	author andreas_kupries;	state Exp;
branches;
next	1.10;

1.10
date	2007.03.25.01.29.30;	author andreas_kupries;	state Exp;
branches;
next	1.9;

1.9
date	2006.10.04.02.56.07;	author andreas_kupries;	state Exp;
branches;
next	1.8;

1.8
date	2006.07.21.21.47.00;	author andreas_kupries;	state Exp;
branches;
next	1.7;

1.7
date	2006.06.06.21.30.56;	author andreas_kupries;	state Exp;
branches;
next	1.6;

1.6
date	2006.05.27.01.54.08;	author andreas_kupries;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.25.05.31.57;	author andreas_kupries;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.25.04.45.39;	author andreas_kupries;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.25.02.44.56;	author andreas_kupries;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.24.06.32.27;	author andreas_kupries;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.24.04.27.07;	author andreas_kupries;	state Exp;
branches;
next	;


desc
@@


1.22
log
@Tcllib 1.13 released
@
text
@2011-01-24  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.13 ========================
	* 

2009-12-07  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.12 ========================
	* 

2009-04-14  Andreas Kupries  <andreask@@activestate.com>

	* receiver.man: Added missing docs for the reception stream
	  commands, and the missing keywords regarding secure transfer.

	* transmitter.man: Fixed typos in the documentation of the stream
	  commands.

2009-04-09  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* transmitter.tcl: Tweaked the result of the convenience
	* receiver.tcl: stream commands.

	* ../../examples/transfer/stransmit.tcl: New files, example of
	* ../../examples/transfer/sreceive.tcl: ssl-secured transfers.
	* ../../examples/transfer/certs:

	* connect.man: General face-lift, using a common structure for
	* copyops.man: the documentation of classes and objects. Moved
	* ddest.man: common text blocks into include files. Examples
	* dsource.man: added showing use of TLS. Added feedback sections
	* receiver.man: where missing, standardized on feedback.inc of
	* tqueue.man: doctools2base.
	* transmitter.man:

	* include/complete.inc: New files, shared blocks of text.
	* include/connect_options.inc:
	* include/connect_result.inc:
	* include/connect_result_ref.inc:
	* include/ddest_options.inc:
	* include/dsource_options.inc:
	* include/secure.inc:

2009-04-07  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* ../../examples/transfer: New directory, and files, demonstrating
	  the stream type methods.

	* copyops.tcl: Made transfer properly chunked for channels.
	* copyops.man: Bumped to version 0.3.
	* pkgIndex.tcl:

	* ddest.tcl: Cleanup of older snit constructs. Added -progress
	* ddest.man: option. Bumped to version 0.2
	* pkgIndex.tcl:

	* receiver.tcl: Cleanup of older snit constructs. Added two
	* receiver.man: type methods for quick setup of fire-and-forget
	* pkgIndex.tcl: transfers. Bumped to version 0.2.

	* transmitter.tcl: Cleanup of older snit constructs. Added two
	* transmitter.man: type methods for quick setup of fire-and-forget
	* pkgIndex.tcl: transfers. Bumped to version 0.2.

	* connect.tcl: Cleaned up use of older snit constructs, replaced
	* pkgIndex.tcl: with modern usage. Added option -socketcmd to
	* connect.man: allow replacement of ::socket with anything
	  compatible. The envisioned main use is the specfication of
	  tls::socket. I.e. this option allows the creation of secure
	  transfer channels, without making the package explicitly
	  dependent on TLS. Bumped to version 0.2.

2008-12-12  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11.1 ========================
	* 

2008-10-16  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11 ========================
	* 

2008-02-29  Andreas Kupries  <andreask@@activestate.com>

	* copyops.tcl (::transfer::copy::doString): Removed bogus trailing
	* pkgIndex.tcl: closing bracket. Version bumped to 0.2
	* copyops.man:

2007-09-12  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.10 ========================
	* 

2007-06-22  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* receiver.tcl:    Replaced deprecated {expand} syntax in comments
	* transmitter.tcl: with {*}.
	* copyops.tcl:

2007-03-22  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* transmitter.man: Fixed all warnings due to use of now deprecated
	* receiver.man: commands. Added a section about how to give feedback.
	* tqueue.man:
	* copyops.man:
	* connect.man:

2006-10-03  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.9 ========================
	* 

2006-07-21  Andreas Kupries <andreask@@activestate.com>

	* copyops.tcl (::transfer::copy::HandlerChan): Removed superfluous
	  closing bracket.

	* connect.tcl: Prevent configuration for empty
	  options. Propagation of callback command into the accept hook.

	* dsource.tcl: instance variable 'type' conflicts with method
	  argument 'type', fixed. Type 'channel' renamed to 'chan' for
	  better match to copyops.

	* ddest.tcl: instance variable 'type' conflicts with method
	  argument 'type', fixed. Various syntax errors (argument swap),
	  validation of -file fixed.

	* receiver.tcl:    Added missing argument to callback.
	* transmitter.tcl: Added missing argument to callback.

2006-06-06  Andreas Kupries <andreask@@activestate.com>

	* transmitter.tcl: Fixed index/provide version mismatches.
	* receiver.tcl: 
	* dsource.tcl: 
	* ddest.tcl: 
	* connect.tcl: 

2006-05-26  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* copyops.tcl (options): Fixed typo, missing brace after argument
	  with default value.

2006-05-24  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* transmitter.tcl: Compound objects, pulling connection setup and
	* transmitter.man: data sources, data destination resp. together.
	* receiver.tcl:
	* receiver.man:
	* pkgIndex.tcl:

	* connect.tcl:  Connection setup, active, or passively waiting
	* connect.man:  on the partner.
	* pkgIndex.tcl:

	* ddest.tcl:    Management of a destination, encapsulation
	* ddest.man:    of all information needed to describe the
	* pkgIndex.tcl: transfer destination.

	* dsource.tcl:  Management of a source, encapsulation
	* dsource.man:  of all information needed to describe the
	* pkgIndex.tcl: transfer source.

2006-05-23  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* tqueue.tcl: Second package, management of a queue of
	* tqueue.man: transfer requests, executed in fifo order.
	* pkgIndex.tcl:

	* copyops.man: Fixed markup of option arguments.

	* coopyops.tcl: The first of a series of packages for the
	* copyops.man:  transfer of data across channel. Most basic
	* pkgIndex.tcl: commands.
@


1.21
log
@Added README for 1.12, and tagged the ChangeLogs
@
text
@d1 6
@


1.20
log
@After review fixed a few out-of-sync version numbers.
@
text
@d1 6
@


1.19
log
@
	* receiver.man: Added missing docs for the reception stream
	  commands, and the missing keywords regarding secure transfer.

	* transmitter.man: Fixed typos in the documentation of the stream
	  commands.
@
text
@d40 1
a40 1
	* copyops.man: Bumped to version 0.2.
@


1.18
log
@
	* transmitter.tcl: Tweaked the result of the convenience
	* receiver.tcl: stream commands.

	* ../../examples/transfer/stransmit.tcl: New files, example of
	* ../../examples/transfer/sreceive.tcl: ssl-secured transfers.
	* ../../examples/transfer/certs:

	* connect.man: General face-lift, using a common structure for
	* copyops.man: the documentation of classes and objects. Moved
	* ddest.man: common text blocks into include files. Examples
	* dsource.man: added showing use of TLS. Added feedback sections
	* receiver.man: where missing, standardized on feedback.inc of
	* tqueue.man: doctools2base.
	* transmitter.man:

	* include/complete.inc: New files, shared blocks of text.
	* include/connect_options.inc:
	* include/connect_result.inc:
	* include/connect_result_ref.inc:
	* include/ddest_options.inc:
	* include/dsource_options.inc:
	* include/secure.inc:
@
text
@d1 8
@


1.17
log
@
	* ../../examples/transfer: New directory, and files, demonstrating
	  the stream type methods.

	* copyops.tcl: Made transfer properly chunked for channels.
	* copyops.man: Bumped to version 0.2.
	* pkgIndex.tcl:

	* ddest.tcl: Cleanup of older snit constructs. Added -progress
	* ddest.man: option. Bumped to version 0.2
	* pkgIndex.tcl:

	* receiver.tcl: Cleanup of older snit constructs. Added two
	* receiver.man: type methods for quick setup of fire-and-forget
	* pkgIndex.tcl: transfers. Bumped to version 0.2.

	* transmitter.tcl: Cleanup of older snit constructs. Added two
	* transmitter.man: type methods for quick setup of fire-and-forget
	* pkgIndex.tcl: transfers. Bumped to version 0.2.

	* connect.tcl: Cleaned up use of older snit constructs, replaced
	* pkgIndex.tcl: with modern usage. Added option -socketcmd to
	* connect.man: allow replacement of ::socket with anything
	  compatible. The envisioned main use is the specfication of
	  tls::socket. I.e. this option allows the creation of secure
	  transfer channels, without making the package explicitly
	  dependent on TLS. Bumped to version 0.2.
@
text
@d1 25
@


1.16
log
@1.11.1 release.
@
text
@d1 29
@


1.15
log
@Fix typo in ChangeLogs made at the time of the 1.11 release.
@
text
@d1 6
@


1.14
log
@
	*
	* Released and tagged Tcllib 1.11 ========================
	*
@
text
@d1 1
a1 1
2008-10-16  1.11  <andreas_kupries@@users.sourceforge.net>
@


1.13
log
@
	* copyops.tcl (::transfer::copy::doString): Removed bogus trailing
	* pkgIndex.tcl: closing bracket. Version bumped to 0.2
	* copyops.man:
@
text
@d1 6
@


1.12
log
@Tcllib 1.10 tagged and released.
@
text
@d1 6
@


1.11
log
@
	Replaced deprecated {expand} syntax in comments with {*}.
@
text
@d1 6
@


1.10
log
@
Added sections about how to give
feedback (bugs, ideas, ...), and
where.
@
text
@d1 6
@


1.9
log
@
	*
	* Released and tagged Tcllib 1.9 ========================
	*
@
text
@d1 8
@


1.8
log
@
	* copyops.tcl (::transfer::copy::HandlerChan): Removed superfluous
	  closing bracket.

	* connect.tcl: Prevent configuration for empty
	  options. Propagation of callback command into the accept hook.

	* dsource.tcl: instance variable 'type' conflicts with method
	  argument 'type', fixed. Type 'channel' renamed to 'chan' for
	  better match to copyops.

	* ddest.tcl: instance variable 'type' conflicts with method
	  argument 'type', fixed. Various syntax errors (argument swap),
	  validation of -file fixed.

	* receiver.tcl:    Added missing argument to callback.
	* transmitter.tcl: Added missing argument to callback.
@
text
@d1 6
@


1.7
log
@
	* transmitter.tcl: Fixed index/provide version mismatches.
	* receiver.tcl:
	* dsource.tcl:
	* ddest.tcl:
	* connect.tcl:
@
text
@d1 19
@


1.6
log
@Bugfix in transfer::copy, missing brace after argument with
default value.
@
text
@d1 8
@


1.5
log
@Added the transmitter/receiver packages, combining the conn
setup, sources, destinations into convenient wrappers.
@
text
@d1 5
@


1.4
log
@Fixed typo.

Added package for connection configuration and setup.
@
text
@d3 6
@


1.3
log
@Transfer source and destination classes added.

Fixed typo in documentation.
@
text
@d3 4
@


1.2
log
@Added queue management package, fixed some markup in
previous docs.
@
text
@d1 10
@


1.1
log
@Added new files
@
text
@d3 6
@

