• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix for earlier premeature escaped change

Comment debug code working only on latest Naviserver

prefer "ns_conn isconnected" over "ad_conn isconnected", since the latter might not notice changes in the connect state

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

added a flag "-keep_existing_objects" to "instantiate_objects"

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

  1. … 2 more files in changeset.
reduce verbosity

improve spelling: move closer to the linux documentation recommendations

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

undo a recent change and comment situation

Check existence when resetting package parameters. Many thanks to Markus Moser

Remove Hinweise zum Datenschutz bei Googleparameter

do not try to load site-wide parameters in xo::parameters

- based xo::parameter on nsv_dict when available

- bumped version number to 5.10.0d31

- fix remove_non_persistent_vars (ignored specified pattern)

- update_attribute_from_slot: make sure the instance variable is also updated

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

make test more robust against extending attributes

    • -3
    • +6
    ./tcl/test/xotcl-core-db-tutorial-procs.tcl
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. … 9 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. … 12 more files in changeset.
address issue #3423: Move is_package_root_folder up in class hierarchy to CrItem

follow user wish

  1. … 2 more files in changeset.
remove legacy code

use {} instead of [list] command

improve spelling

base compatibility test on "icanuse"

make it possible to activate/deactivae rss tracing via reload

add support for tracking changes in the memory size

added support for time fractions (needed e.g. for more precise countdown timers)

improve output of xo::show_stack