Overview
Comment: | Pickup the common HTTP package updates from upstream again. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8121dfaed61ddebb9b464935f7667bae |
User & Date: | mistachkin on 2022-10-16 02:38:54 |
Other Links: | manifest | tags |
Context
2022-10-16
| ||
22:27 | Update generated docs. check-in: ed19c4b1ff user: mistachkin tags: trunk | |
02:38 | Pickup the common HTTP package updates from upstream again. check-in: 8121dfaed6 user: mistachkin tags: trunk | |
02:20 | Pickup the common HTTP package updates from upstream. check-in: 207ca58f6f user: mistachkin tags: trunk | |
Changes
Modified client/1.0/neutral/common.tcl from [e7d2163051] to [e316f32d33].
︙ | ︙ | |||
588 589 590 591 592 593 594 595 | $data] } } } # # NOTE: If there is a currently scheduled [after] event, cancel it. # | > > > > | > | 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 | $data] } } } # # NOTE: If there is a currently scheduled [after] event, cancel it. # This is NOT done if the caller enabled quiet mode, because # there should be none of our [after] events present in that # case. # if {!$quiet} then { cancelPageProgress } # # NOTE: If progress messages were emitted, start a fresh line. # if {!$quiet} then { pageOut $channel [appendArgs " " $uri \n] } |
︙ | ︙ |
Modified client/1.0/neutral/common.tcl.asc from [b10fc742d1] to [96c141bdee].
1 2 3 4 | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository | | | | | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository iQIcBAABCAAGBQJjS26wAAoJEFAslq9JXcLZzswP/31fUggtBBVQ2ORQPggl5wPd wN4HPScOQXhFg4T8wuoYIMuApHbPIMa+fD1LSkEjKbg+8J/NKiWaAEnjRfsX9gid +/ig4A2GRELOwhDXsEOY5h+RYjkzDAlwxuNE/exLt1jO7IlfIG2t2OcEaIFwiTfd jZfaKIDBJnijqnzC5dQPjS3e/p3FyMxCzx/hFRzIsfx21pHwkSgoBYDX6/NXtc29 x7XFl3pttSuYdsNPnm3ru1v7xGl7h2u51zuUdNDoIHnlUltWmuXWG4EJbWEhHfqH FMzNOYu2UlbECJufN6bviYIvdmWhhkph9cCENsqpzIWZJ9FqZqRTOY5r5juWccoe CQR3pXdGciMpI5RLDartrJ5wa+bJjZC25TP+0U+ccdLpmlKuHAmz/9txUHlftQez 7f5VKB+GwTBahRfu5gjXFWxBSSNeNWG8luRp+Vxmk02gHFgzyPNbsnTF0qoga/ma h3iZisq4gjrIiCsjDNArHgBlKfvUKtyFNzvVqi824GjyFO2iH4Ls6sr0XB1lq0Dd yCkIMrJHli2ON+v5cnkyKentIKZnOZ3hucxX0I/lkhuPBx/z1svPMhps98QbYVtw SkxGDHi5kf82bhbl09+EcyRIAfFjjtdJ3Lsi6NE0qq4QxJYQMIsI/5WZPtEFTAZf MVKuqokryXNeTUrotOHc =4hY4 -----END PGP SIGNATURE----- |