• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
ease tracking of warnings of check_deprecated test

This change actually needs the newest api-doc, but we can't add the cyclic dependency

switch to new lintian typo dictionary, adapted to the new format

    • -7673
    • +590
    ./tcl/test/doc-check-procs-common-typos.txt
added icanuse for "ns_pg pid"

Ease the transition from no_empty to no_cache flag on this public api

avoid errors on attacks against request header field "Upgrade-Insecure-Requests"

Extended LockfreeCache:

- Feneralized flag "-no_empty" of "LockfreeCache eval" to "-no_cache LIST"

The provided list can contain multiple values that should not be cached.

- The new parameter "-from_cache_indicator" can be used to return information

whether the returned value was returned from the cache or not.

provide as well a minimal compatibility for "-size" parameter on ns_baseunit

use ns_baseunit for time span calculation

  1. … 2 more files in changeset.
added a partial backwards compatibility implementation of for ns_baseunit (as used in request processor)

move broken procs based on undefined function to decprecated procs and comment it out

correct comment

Fix typo

Streamline idiom and merge if condition

Fix typo

Streamline ns_set idioms

Whitespace cleanup

Streamline ns_set idiom

  1. … 1 more file in changeset.
Move deprecated api out of the way

Streamline ns_set idioms

Streamline ns_set idioms

Streamline ns_set idiom

Deprecate oacs_util::vars_to_ns_set: modern ns_set idioms make this proc obsolete

  1. … 6 more files in changeset.
Deprecate ad_tcl_vars_list_to_ns_set: modern ns_set idioms make this proc obsolete

Deprecate ad_tcl_vars_to_ns_set: modern ns_set idioms make it obsolete

Streamline ns_set idioms

Deprecate util_ns_set_to_list: ns_set array is an equivalent oneliner

  1. … 4 more files in changeset.
Streamline ns_set idioms

Deprecate util_list_to_ns_set: it can be replaced with a more efficient oneliner

  1. … 1 more file in changeset.
Test util::split_location and util::join_location

Make "util::split_location" more robust

This change fixes exceptions for util::split_location in

cases, where the URL could not be parsed at all. The function

should return the success indicator instead of raising an

exception. The problem showed up in connection with

attempted log4j attacks.