Tcl Library Source Code

Timeline
Login

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

50 most recent check-ins related to "pooryorick"

2021-07-28
23:28
Merge trunk. Leaf check-in: e3b25903c8 user: pooryorick tags: pooryorick
18:54
Fix goofy error handling in ::smtp::sendmessage. check-in: 1df85e69fb user: pooryorick tags: trunk
2021-05-01
13:04
drop ego check-in: 446b34a6e3 user: pooryorick tags: mime
12:59
struct: In tests remove unneeded call to unset variable, and adjust testsNeedTcltest line. check-in: 2d14ec54fe user: pooryorick tags: trunk
12:56
struct: In tests remove unneeded call to unset variable, and adjust testsNeedTcltest line. check-in: 3c876d3ad7 user: pooryorick tags: mime
12:54
sak: To improve test isolation, give each .test file its own interpreter. check-in: 47d611db27 user: pooryorick tags: trunk
12:51
devtools: Make it possible to use min-max version specification with testsNeedTcltest. check-in: 0310b6e195 user: pooryorick tags: trunk
12:46
devtools: Make it possible to use min-max version specification with testsNeedTcltest. check-in: b2c184f69f user: pooryorick tags: mime
12:45
devtools: Fix bug where a message was not produced because a substitution failed. check-in: c09b8e03b8 user: pooryorick tags: mime
12:39
chan and mime modules: Update Tcl version requirements. check-in: 69ed97e3b3 user: pooryorick tags: mime
12:35
sak: To improve test isolation, give each .test file its own interpreter. check-in: a5c744bddf user: pooryorick tags: mime
12:02
ego: Add a guard against Tcl < 8.6 check-in: 970f08006a user: pooryorick tags: mime
12:01
As prescribed in [7dfe60d7f4], updated all test files where the value of testsNeedTcl was less than 8.5. Update some tests in ncgi. check-in: 108bdfc111 user: pooryorick tags: mime
11:55
mime: For cookies, add HttpOnly parameter and make it the default. check-in: a31412a310 user: pooryorick tags: mime
11:52
mime: Remove unnecessary semicolon in a cookie header that contains no parameters. For a header value, add parameters are simple values rather than key/value pairs. check-in: 09e3856313 user: pooryorick tags: mime
11:49
mime: remove "-" from cookie options. check-in: 26bd19638b user: pooryorick tags: mime
11:47
mime: Add [cookie delete] check-in: cda1c2f6dd user: pooryorick tags: mime
11:44
Tighten up datetime scanning. check-in: 6d6a682c30 user: pooryorick tags: mime
11:43
Use a command instead of a token to represent a mime message. Improve error propagation in testutilities. check-in: 82c52a166e user: pooryorick tags: mime
11:04
Remove the "token" argument of [::mime::header::serialize]. check-in: 55fc542ee2 user: pooryorick tags: mime
11:02
new module: {chan coroutine}: specializes channel commands to use the current coroutine for non-blocking I/O management. check-in: efce3781fb user: pooryorick tags: mime
10:55
Make {chan getslimit} a routine that specializes an existing channel command rather than a channel command itself. check-in: fdb1968f80 user: pooryorick tags: mime
10:50
mime: Internal rewrite plus API redesign. ncgi: Use mime module instead of bespoke routines. New modules: ego chan. check-in: f9f98e681e user: pooryorick tags: mime
10:36
mime: Fix problem with content type handling. ncgi: Add object interface, update documentation. check-in: adc31140b4 user: pooryorick tags: mime
10:30
mime: [header get] now returns one matching value, plus parameters. Documentation updated to reflect new API. check-in: 6a0823d6ef user: pooryorick tags: mime
09:26
alphabetize routines migrate tests from ncgi module. check-in: d97ff9dc80 user: pooryorick tags: mime
09:16
ncgi: Separate form and query parsing. New [post], [poststring] and [querystring] commands. Changed [query] command. check-in: 9957e80e35 user: pooryorick tags: mime
08:42
mime: Replace [buildmessage] and [copymessage] with [serialize]. Replace [getbody] with [body] and eliminate the -command option. check-in: fd50ab7066 user: pooryorick tags: mime
08:38
mime: Added -chan option. More thorough cleanup of tests. Refreshed documentation. check-in: d7c18e9b16 user: pooryorick tags: mime
08:23
Replace getheader/setheader with "header". Adapt header commands to work with header parameters. Add "header serialize". Add RFC 2231 support. check-in: 8f9ad085e2 user: pooryorick tags: mime
08:15
::mime::initialize no longer parses the message. Instead, parsing is performed later as needed. check-in: 8988f26797 user: pooryorick tags: mime
08:11
mime::initialize - make multipart/mixed the default type when -parts is provided. check-in: 5a8fbe56cb user: pooryorick tags: mime
07:51
-headers and -parts options to mime::initialize now take a dictionary. Fix for [492563ffff] "hostname" option for parseaddress. check-in: 3707b908b3 user: pooryorick tags: mime
2021-04-30
23:34
Fix for [763669], Problems with qp_encode and encoded_word, no_softbreak check-in: 143395cdc0 user: pooryorick tags: trunk
23:12
Make it a no-op instead of an error to set a "read-only" header to an identical value, and allow deletion of a "read-only" header. check-in: c395a84ea2 user: pooryorick tags: trunk
22:54
Separate header determination from body generation. check-in: 7c25c9a457 user: pooryorick tags: trunk
22:36
If nothing else, at least indicate whether a file is text or binary. check-in: 967cee7dc6 user: pooryorick tags: trunk
22:33
fix bug [4adb7c36a3], fileutil::magic::mimetype not recognising Microsoft documents or mp3. check-in: dc534f06ac user: pooryorick tags: trunk
22:25
Modify comments. check-in: 159dba5586 user: pooryorick tags: trunk
22:23
mime: Remove duplicated code in ::mime::buildmessageaux. check-in: 947b8df7d2 user: pooryorick tags: trunk
21:46
Numerous improvements and bug fixes. Updated analyzer script from file-5.34 magic files. check-in: 179fe8c361 user: pooryorick tags: trunk
21:22
Code cleanup. check-in: 422565566b user: pooryorick tags: trunk
21:01
ncgi, merge fix for [063e7a95beef451c], Correct Handling of quotes in quoted strings in parseMimeValue. check-in: 74c178b772 user: pooryorick tags: trunk
19:53
convert mime.test to utf-8 check-in: a814a9df83 user: pooryorick tags: trunk
14:08
Merge fix for [a16b1095974e071d]. check-in: cb6b4de78f user: pooryorick tags: trunk
12:12
Merge trunk. check-in: e535000f3e user: pooryorick tags: pooryorick
2021-04-24
12:49
irc / picoirc - EF - Ticket [303ae73e3c] Support multiple channels in the URI. Bumped to version 0.10.0. check-in: 25c5621b3e user: gay tags: trunk
2020-03-14
05:19
resolve some merge conflicts check-in: e3475de993 user: pooryorick tags: pooryorick
2019-04-18
19:40
Solve a small problem with the math::stats proc (it did not correctly calculate the mean if the given numbers were all integers) check-in: d754f29e93 user: arjenmarkus tags: pooryorick
2019-02-18
06:42
drop ego check-in: d7bcf888d9 user: pooryorick tags: pooryorick