Tcl Library Source Code

Timeline
Login

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

50 events occurring around 6a51e0b0dbb95767.

2019-06-24
18:31
log - logger::utils - Tkt [e4d5ef01e7] D regenerated Closed-Leaf check-in: c9d061ae7f user: andreask tags: logger-e4d5ef01e7
18:28 Closed ticket [1f900bdf6b]: improve ncgi's decode procedure plus 6 other changes artifact: 872acdfb04 user: aku
18:25
Integrated ncgi fixes for tkt [1f900bdf6b]. check-in: 2adb057376 user: aku tags: trunk
18:23
log - logger::utils - Tkt [e4d5ef01e7] T, B - bumped to version 1.3.1. More cleanup, plus test case for handling of %M in a TclOO context. Fixed handling of %M in TclOO context. check-in: 8f954a97c2 user: andreask tags: logger-e4d5ef01e7
17:59
log - Tkt [e4d5ef01e7] T General cleanup in testsuite for logger::utils. check-in: b1e5c4e0a8 user: andreask tags: logger-e4d5ef01e7
17:26 Closed ticket [b61793dbbc]: Merge Request: hypnotoad branch plus 6 other changes artifact: 1e4dad4006 user: aku
17:20
ncgi - Tkt [1f900bdf6b] - B, T Bumped to version 1.4.4. Regenerated docs. Applied patch to improvde handling of 1-byte encodings. This is the second of two. Thanks to https://saschaszott.github.io/ Updated test case ncgi-3.10. His explanation: In practice www-url-encoded POST params can use encodings other than UTF-8 (think of legacy Tcl applications that use one of the ISO-8859-x charsets). In this case URL parameters can contain references to 8-bit code points (in the form of `%[A-F0-9][A-F0-9]`) that are not valid UTF-8 code points. For example, `%DC` can be used as a percent encoding for the german umlaut `Ü` (if a Tcl application is based on ISO-8859-1). Currently, the `decode` procedure does not decode `%DC` as all one byte UTF-8 code points must start with `[0-7]`. This commit improves the handling of one byte percent encoded non-ASCII characters. It allows to use ncgi in application contexts that do not use UTF-8 as the base encoding. Closed-Leaf check-in: b65597a91b user: andreask tags: ncgi-1f900bdf6b
17:06
ncgi - Tkt [1f900bdf6b] - I Applied patch shortening a few regex pattern by making use of `-nocase` option for `regsub`. This is the first of two. Thanks to https://saschaszott.github.io/ check-in: 61a9c3db15 user: andreask tags: ncgi-1f900bdf6b
2019-06-21
17:09 Edit [766586de00df2e70|766586de00]: Add tag "overcome-by-other-work". artifact: ccae243173 user: aku
17:09 Edit [6a51e0b0dbb95767|6a51e0b0db]: Mark "Closed". Add tag "overcome-by-other-work". artifact: f449b2db60 user: aku
05:07
Integrated work on the test assets into trunk. check-in: 23b8d4b98e user: aku tags: trunk
05:05
sak test run - Moved table of timings to separate log file "STEM.timetable". Closed-Leaf check-in: bddd800ca6 user: aku tags: test-assets
05:05
Reworked the amazon-s3 test setup to check for and tell about the AWS authentication requirements it has. check-in: c17997785d user: aku tags: test-assets
00:04
Move many tests assets into a proper subdir of the module. check-in: af0b003dad user: andreask tags: test-assets
00:03
mime - B, T, version bumped to 1.6.2. - Fixed missing export of documented `buildmessage` command through the mime ensemble. - Shifted asset access support in tests to general utilities. check-in: a6f1dc74fe user: andreask tags: trunk
2019-06-20
22:21 Add attachment simulation_random.man.diff to ticket [cc77e167bf] artifact: 96c948a669 user: emiliano
22:20 Add attachment random.test.diff to ticket [cc77e167bf] artifact: 99df92c07e user: emiliano
22:19 Add attachment random.tcl.diff to ticket [cc77e167bf] artifact: 95d5ea5c6e user: emiliano
22:18 Ticket [cc77e167bf] package simulation::random lacks triangular distribution status still Open with 3 other changes artifact: 7fd234d4b8 user: emiliano
21:42 Edit [a11d34fada5a14e7|a11d34fada]: Edit check-in comment. artifact: 3c0ef57256 user: aku
21:24 Ticket [cc77e167bf] package simulation::random lacks triangular distribution status still Open with 4 other changes artifact: 61a2e146fa user: emiliano
19:47
doctools: tests - latex - Fixed static username in expected results to proper placeholder. check-in: a2959d98ee user: andreask tags: trunk
19:34 Ticket [7c8f294f7f] clay: Duplicate tip479 tests ? status still Open with 3 other changes artifact: d227b415c3 user: aku ... 1 similar event omitted.
19:28
Trunk, clay: Fix bogus `errorCode NONE` in tests. check-in: 4ccd49719e user: andreask tags: trunk
19:26
Fix bogus `errorCode NONE`. Closed-Leaf check-in: 6a51e0b0db user: andreask tags: overcome-by-other-work, s3-test-work
19:20
Fix access of amazon-s3 tests to their local config file. Still something to do about AWS key setup. check-in: 766586de00 user: andreask tags: overcome-by-other-work, s3-test-work
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