Tcl Library Source Code

Changes On Branch nettool
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch nettool Excluding Merge-Ins

This is equivalent to a diff from d9d86cd9ff to 35b23abc2e

2014-11-27
01:09
fileutil 1.14.9 - Fixed issue with symlink handling of the "find" command. While the original code broke cycles it also broke (i.e. skipped) non-cycle symlinks. The new code breaks only cycles. fileutil::traverse 0.4.4 - Ditto. Updated tests, docs. No ticket associated with this. check-in: e4cc97ecc8 user: aku tags: trunk
00:04
Extended testsuite of fileutil::traverse demonstrating a problem with its symlink handling. While it properly breaks cycles, it can also break non-cycle links if the referenced path is handled before the link. And vice versa, if the link is handled the non-link path is not traversed. The fileutil package's find command is likely affected in the same manner. Opened branch to fix this. check-in: e3bc24a81e user: andreask tags: ak-fix-traverse-symlinks
2014-11-25
14:50
Create branch for working on modules for JSON Web Token (JWT) support. Leaf check-in: 783e8f3bf8 user: neilmadden tags: nmadden-json-web-token
2014-11-20
19:57
Closing the nettool branch check-in: 1a20e85930 user: hypnotoad tags: odie
19:56
Merging branch in preparation for closing it Closed-Leaf check-in: 35b23abc2e user: hypnotoad tags: nettool
06:06
Eliminated all external dependencies on nettool. (Or at least restricted those depenedencies to other well defined packages in Tcllib) Adapted the file structure for nettool to play nicer with others. The files of the platform/ file system have been moved to the root of nettool, and given _ delimted file names. Moved cron to it's own module check-in: bae4ea2260 user: hypnotoad tags: odie
2014-11-19
16:23
Checking in 2 new utilities into the odie module. Adding the codebale module into tcllib as there are a pile of routines we will probably want from there, and while we are de-odie-er-izing code, we might as well get the whole thing. (Checked into the feature branch first so I can have a version that arrives "as imported from odielib"). check-in: d9bb3642b1 user: hypnotoad tags: nettool
04:49
Get lastest from trunk check-in: 24cd9d7b26 user: aku tags: nettool
04:29
Merged pooryorick's original work and branch check-in: d9d86cd9ff user: aku tags: trunk
01:09
Ticket [ba3b0d913c] - Extended configure(.in) to enable specification of the path to the tclsh to use. Thanks to pooryorick for the patch. check-in: 262292fc92 user: andreask tags: trunk
2014-11-14
23:34
add --with-tclsh to configure, see issue ba3b0d91 Closed-Leaf check-in: e08de35f0a user: pooryorick tags: pyk-withtclsh-ba3b0d91

Changes to configure.

Changes to configure.in.

Changes to embedded/man/files/modules/rest/rest.n.

Added modules/codebale/autobuild.tcl.

Added modules/codebale/autodoc.tcl.

Added modules/codebale/buildtools.tcl.

Added modules/codebale/codebale.tcl.

Added modules/codebale/index.tcl.

Added modules/codebale/parser.tcl.

Added modules/codebale/project.tcl.

Added modules/cron/cron.man.

Added modules/cron/cron.tcl.

Added modules/cron/cron.test.

Changes to modules/ftpd/ftpd.tcl.

Added modules/nettool/available_ports.tcl.

Added modules/nettool/generic.tcl.

Added modules/nettool/locateport.tcl.

Added modules/nettool/nettool.tcl.

Added modules/nettool/nettool.test.

Added modules/nettool/pkgIndex.tcl.

Added modules/nettool/platform_unix.tcl.

Added modules/nettool/platform_unix_linux.tcl.

Added modules/nettool/platform_unix_macosx.tcl.

Added modules/nettool/platform_windows.tcl.

Added modules/nettool/scripts/build_services.tcl.

Added modules/nettool/service-names-port-numbers.csv.

Added modules/odie/global.tcl.

Added modules/odie/index.tcl.

Added modules/odie/listutil.tcl.

Added modules/odie/logicset.tcl.

Added modules/odie/queue.tcl.

Added modules/odie/stack.tcl.

Added modules/odie/urlget.tcl.

Changes to modules/zip/decode.tcl.

Changes to modules/zip/encode.tcl.

Changes to support/devel/sak/doc/toc_mods.txt.

Changes to support/installation/modules.tcl.