Tcl Library Source Code

Timeline
Login

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

50 events occurring around e3ae2af3f4799a65.

2019-06-20
18:48 Add attachment prngtriang.tcl to ticket [cc77e167bf] artifact: ad6ac09f68 user: emiliano
18:47 New ticket [cc77e167bf] package simulation::random lacks triangular distribution. artifact: 9a8f09289a user: emiliano
2019-06-19
23:49 Edit [a9488befa9bdb1ca|a9488befa9]: Edit check-in comment. artifact: 73b12b83f5 user: aku
23:48 Edit [5e1262508669e1c6|5e12625086]: Edit check-in comment. artifact: 2033fb1525 user: aku
23:46 Ticket [57909d2e1c] Error opening MIMEs with CRLF line ends in Linux status still Closed with 3 other changes artifact: 6ea4bc84e0 user: aku
23:45 Ticket [a16b109597] Error in mime.tcl status still Closed with 3 other changes artifact: 5823c66ea9 user: aku
23:21
mime - Fixed two typos in code comments. No functional change. check-in: 0a01095aa0 user: andreask tags: trunk
2019-06-16
20:27 New ticket [c030b5bc75] Pull Request:. artifact: 939caba2e9 user: hypnotoad
20:16
Fixed error in httpd: FormData was not getting information from GET requests Fixed error in httpd: File based content was looking at REQUEST_URI instead of REQUEST_PATH Fixed problem in practcl: PreInitScript on Windows cannot include a source check-in: 7fda9d9978 user: hypnotoad tags: hypnotoad
2019-06-13
11:56 Add attachment make_ip_version_and_mask_more_strict.diff to ticket [b1c2d07148] artifact: 982fea0801 user: buzzdeee
11:54 Ticket [b1c2d07148] ip::version and ip::mask accepts invalid netmask and other input after / status still Open with 5 other changes artifact: 063b481d85 user: buzzdeee ... 1 similar event omitted.
11:24 Add attachment reverse_ipv6_lookups.patch to ticket [8168daf796] artifact: 99716c4c4d user: buzzdeee
10:53 New ticket [8168daf796] make reverse lookup of IPv6 addresses work. artifact: 422856ffc2 user: buzzdeee
05:39 Ticket [1f900bdf6b] improve ncgi's decode procedure status still Open with 3 other changes artifact: c958563433 user: aku ... 1 similar event omitted.
2019-06-08
00:27 New ticket [9e7df78219] Pull Changes from 2b1fd1d488 (hypnotoad) into Trunk. artifact: f665bbebee user: hypnotoad
00:22
Fixed an error with Clay's uuid generator when running with Tcllib's md5 implementation SCGI servers now read the doc_root setting and expose that as the DOCUMENT_ROOT header to scgi application code check-in: 2b1fd1d488 user: hypnotoad tags: hypnotoad
2019-06-06
08:45 Ticket [d56da1abca] Incorrect padding of data when using input channel status still Open with 4 other changes artifact: cf88f383af user: anonymous ... 1 similar event omitted.
2019-06-05
13:30
Pulling changes from trunk check-in: 147792792a user: hypnotoad tags: hypnotoad
13:30 Edit [e3ae2af3f4799a65|e3ae2af3f4]: Remove the "Closed" mark. artifact: d1d10699d1 user: seandeelywoods
13:29 Edit [c4f2912d41441fdf|c4f2912d41]: Mark "Closed". artifact: 90138177d0 user: seandeelywoods
06:31
Integrated last of hypnotoad branch check-in: 8ec2d6ea79 user: aku tags: trunk
05:03 Edit [6ae00eec075ff8d9|6ae00eec07]: Remove the "Closed" mark. artifact: efb4347a7a user: aku
05:02
Integrated testsuite fixups Merged latest work from trunk Regenerated documentation. - Fixed outdated references to feedback.inc Use `modules/common-text/feedback.inc` now. check-in: e3ae2af3f4 user: aku tags: hypnotoad
2019-06-04
20:08
Added demonstrations of passing configuration parameters and seeing the data reflected in behavior in httpd Closed-Leaf check-in: 367088a3b3 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
19:50
Removing hardcoded path, and registering the paths in the appropriate manner in the httpd tests check-in: 357caec02f user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
19:38
Adding a DOCUMENT_ROOT to the server headers for scgi servers check-in: a4f6ae73f9 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
19:08
Fix for scgi-client-0006 in httpd check-in: 5f4063d387 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
17:58
Replace live calls to clock seconds with one single call and a global value used by all tests check-in: fb394194c3 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
17:29
Added refcounting safeguards arround common areas where reply objects are waiting and polling. Added a test to ensure that all objects that were supposed to be garbage collected ARE garbage collected after ::clay::cleanup check-in: c3921f3366 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
17:14 Edit [839939e944c8d0cb|839939e944]: Edit check-in comment. artifact: e6263863cd user: aku
17:09
Finally fixed httpd module's scgi-client-0006 test check-in: 839939e944 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
16:37
Added refcounting to clay objects, and replaced the hard-cast clay::destroy calls with invocations of the object's clay refcount_decr method. Tweaks to the httpd test to try to sort out why scgi-client-0006 is still failing check-in: f5ae509e59 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
13:43
Added a new channel registration system for httpd replies, instead of forcing developers to manually clean up channels via the old TransferComplete mechanism. Rather than hard-calling destructors for httpd reply objects (and their proxies) added a soft-kill mechanism developed for cuneiform to the httpd module. A new command "clay::destroy" marks and object for death, to be cleaned up at the next call for clay::cleanup. The cleanup is invoked at points in the idle loop where the object is expected to be long done with its toys. When an object wants to deliver its contents now, it can invoke the "close" method. Close will now close ALL channels registered with ChannelRegister, not just the channel in the "chan" variable. Fixes the crashes in scgi test 0006, but now the content is still coming out "wrong" check-in: fb7ab80b6b user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
07:34
Starting to investigate the issue with `scgi-client-0006` I was unable to help myself and started a cleanup of the tests first. - Fixed up indentation all over the place. - Moved all the various expected replies (404, 200, 500) into constructor procedures. This not only made the individual tests clearer, but also easier to properly indent. - Removed the custom `httpd::test::compare` (HTC). Switched to regular tcltest glob matching, plus string map for basic templating of some expected results (200... variants). - The thing with the `norm-eol` I had to add (*) makes me suspect that HTC hid a possible bug in the proxy coding around the handling of line endings. (Of course, my norm-eol now works around the same thing, if in a different manner). (Ad *) See marker `AKU` in the code. - Moved the cgi helper application into an `assets` directory. No need for dynamic creation and deletion. Just tweak the `path` it is looked for. With all this I can now easy see that `scgi-client-0006` returns a 500 server error to us, instead of the expected file. check-in: 91d4900a3d user: aku tags: aku-the-big-httpd-testsuite-cleanup
00:21
Abandoning efforts to merge the hypnotoad branch into trunk Copying files straight over from the clay fossil repo. Closed-Leaf check-in: c4f2912d41 user: hypnotoad tags: httpd-clay
00:15 Edit [6ae00eec075ff8d9|6ae00eec07]: Mark "Closed". artifact: 2d8b83cac2 user: seandeelywoods
2019-06-03
23:44
Update to clay, practcl, and httpd brought over from the clay project. clay - fixes a typo in the ensemble generator - Removed a call to cron::object_destroy (we don't always run with cron) - Added a tool-like event manager - Removed where the amalgamater was adding dictargs twice - Added a "short" uuid for local projects httpd - updates to clay - Test fixes - Remove CSS templating from the vanilla httpd - Some behind the scenes tweaks to accomodate the cuneiform module when httpd is used in external packages practcl - updates to clay - Static packages are now advertised in the tclpreinitscript, eliminating the need for the master process to throw a bootstrap to new threads check-in: 6ae00eec07 user: hypnotoad tags: hypnotoad
2019-05-30
18:22
Updated clay to mirror the latest version on http://fossil.etoyoc.com/fossil/clay (0.8) * Adds support for short UUIDs * Adds support for the embedded md5 generator in odielibc * Integrates dictargs into the clay syntax Update practcl * Embedded clay version is now 0.8 * Fixes a bug in installModule for an empty directory * Fixes a longstanding issue with bootstrapping child interps and threads from kits check-in: 0aa60d1fa8 user: hypnotoad tags: hypnotoad
2019-05-27
11:17 New ticket [fb4384e4b4] uri::resolve bug/feature causing loss of base address. artifact: 2151cc1b01 user: anonymous
2019-05-18
20:15 New ticket [52dfecac69] Wrongly add a carriage return on <pre><code>. artifact: 1d1de01858 user: Géballin
2019-05-07
22:58 Closed ticket [f61f2e83a3]: no instructions for building tcllibc plus 6 other changes artifact: 6a8464b48c user: aku
19:05
Add two tests for the quasirandom packages; describe and test the estimates for the number of primes in an interval check-in: c2db185801 user: arjenmarkus tags: trunk
01:21
Integrated the doc overhaul work into the trunk. This makes the various guides official. check-in: 6612c2b8a8 user: aku tags: trunk
2019-05-06
23:53
Merged latest work from trunk Closed-Leaf check-in: c0006570ed user: aku tags: doc-overhaul
22:53
sha1: sha1, sha256 Bugfixes - (original commit, and now) Version bump. sha256 1.0.4 sha1 2.0.4 Fixed testsuite issues introduced by commit [aa67a2cdc0]. The switch from `rename` to `interp alias` to activate an implementation was not compensated for in the code doing the deactivation just a few lines higher. check-in: 885b50ec5e user: aku tags: trunk
01:49
math::quasirandom - Fix testsuite setup - Requirements are 8.5+OO check-in: d898baf8e5 user: aku tags: trunk
2019-04-29
10:04
Make sha module compatible with channels that issue only one event each time the end of the channel is reached. check-in: aa67a2cdc0 user: pooryorick tags: trunk