Changelog:
- Threads: avoid critical sections lockers when possible.
- HTTP_Client: Try UTF8 first for network data.
- Threads: call to non thread-safe time related functions (gmtime, localtime) are avoided as much as possible.
- Threads: update non Windows binding (was not complete).