• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
prefer "ns_conn isconnected" over "ad_conn isconnected", since the latter might not notice changes in the connect state

  1. … 18 more files in changeset.
xo::broadcast: auto-cleanup for threads that disappeared

use "ad_file" as a means to avoid unexpected tilde substitution in file names

  1. … 8 more files in changeset.
improve spelling: move closer to the linux documentation recommendations

  1. … 34 more files in changeset.
undo a recent change and comment situation

preserver slot, such that updating extended slots (e.g. "description") via update_attribute_from_slot works

Whitespace changes

Fix regression in '::xo::system_stats' proc 'recordtimes' introduced during array to dict conversion. Name and tid of the thread were excluded from the 'i' dict, breaking the call to ':thread_classify'

use dot instead of colon as separator between package name and cache key to ease readability

  1. … 10 more files in changeset.
acs::per_thread_cache: standardize per-thread caching

- added per-thread cache based on namespaced Tcl variables.

- use per-thread-cache on several occasions

- bump version number of acs-tcl to 5.10.0d34

  1. … 14 more files in changeset.
make it possible to activate/deactivae rss tracing via reload

add support for tracking changes in the memory size

improve output of xo::show_stack

add value checker for localurls

Whitespace changes

  1. … 2 more files in changeset.
Use 'ns_log Error' for error logging, instead of 'ns_log Notice: Error...'

  1. … 4 more files in changeset.
improve spelling

  1. … 15 more files in changeset.
prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

  1. … 3 more files in changeset.
prefer "nsf::is object" over ":isobject" or "info commands", since it is faster, more generic and can be used in all contexts

  1. … 10 more files in changeset.
perform script about after internal redirect

  1. … 2 more files in changeset.
improve spelling

  1. … 8 more files in changeset.
report server tag name as well to get precise version info

xo::broadcast: allow to send messages to threads seleced via pattern

improve comments

  1. … 1 more file in changeset.
backport from oacs-5-9, which might avoid problems with oacs 5-8 when used with recent versions of nsf

Improve documentation of public procs and methods.

some legacy cleanup

  1. … 1 more file 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. … 204 more files in changeset.
removed nested expr

prefer expand operator

modernize tcl

  1. … 7 more files in changeset.