Changeset 132 for trunk/docs


Ignore:
Timestamp:
Oct 23, 2007, 11:44:41 PM (17 years ago)
Author:
rainer
Message:

Make utility functions thread-safe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/TODO

    r131 r132  
    11
    2 sh_unix_time: not thread_safe (static buffer)
    3 sh_error_message: not thread_safe (static buffer)
     2not thread-safe: checksum function (returns static memory),
     3                 sh_util_siggen
     4                 sh_util_hash_tiger
     5                 sh_util_hmac_tiger
    46
    57check thread_safe sh_entropy
     8check thread_safe rng
    69
    7 lock NEED_LOCK
     10lock globber
    811
    9 globber
     12lock sh_alloc/sh_free
    1013
    11 sh_alloc/sh_free
    12 
Note: See TracChangeset for help on using the changeset viewer.