• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7832 more files in changeset.
Fix spelling errors

  1. … 16 more files in changeset.
try to avoid potential old bug in nsf 2.0 or 2.1, which was fixed today (substitution of %proc in the forwarder code)

- don't complain on first startup when .dump file does not exist

add regexp, which did not make it to the CVS so far

White space changes (remove tabs, remove trailing spaces)

Add url to the long-calls.log, in case it is not too long

- reduce verbosity

- add partialtimes to long-call info

- bump version number to 0.50

  1. … 3 more files in changeset.