• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Move unmap_pool in a namespace

Fixes acs-tcl naming__proc_naming automated test

Prefer unset to array unset when no pattern matching is needed

See https://wiki.tcl-lang.org/page/Dict+VS+Array+Speed

  1. … 1 more file in changeset.
Prefer unset to array unset when the whole array should be deleted

See https://wiki.tcl-lang.org/page/Dict+VS+Array+Speed

  1. … 7 more files in changeset.
merge with missing files

  1. … 1463 more files in changeset.
merge from oacs-5-10

  1. … 8096 more files in changeset.
file callback-proc.tcl was initially added on branch oacs-5-10.

file throttle_mod-test-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./test/throttle_mod-test-procs.tcl
whitespace and comment changes

- make sure to get rid over overdue elements from statistics

- improve comments

provide a better rejection message, for over-eager users

Introduce additional parameter "do_slowdown_overactive" (default off) for slowing down overactive users.

previously, this was on (when do_throttle was activated) causing sleep operations. However, even these

sleep operations can kill the server since it also blocks connection threads.

  1. … 1 more file in changeset.
Treat all video/* content types as embedded content.

Background: many video player do a series of range requests (which are typically pretty cheap) that we do not want to block.

remove comma before that

  1. … 9 more files in changeset.
add secondary series with authenticated users

bump version number to 0.52

  1. … 2 more files in changeset.
extend list of embedded content types

- add a minimal overhead job queue for user tracking, when the atomic "nsv_set -reset ..." is available

- bump version number to 0.51

  1. … 3 more files in changeset.
Fix proc doc parameters without description

improve spelling

  1. … 12 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typos

  1. … 7 more files in changeset.
prefer XOTcl2 idioms

  1. … 1 more file in changeset.
Fix get_community_id_from_url call

Fix typos (dict exist -> dict exists)

Fix typos

  1. … 28 more files in changeset.
comment changes

modernize code: reduce number of catch operations

Fix typo

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 81 more files in changeset.