Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | easy_lock: check for HAVE_STDATOMIC_H as well | Don Olmstead | 2022-10-21 | 1 | -1/+1 |
* | easy_lock: fix build with icc | Daniel Stenberg | 2022-07-12 | 1 | -0/+6 |
* | easy_lock: fix build for mingw | Jay Satiro | 2022-07-02 | 1 | -0/+13 |
* | easy_lock: fix the #ifdef conditional for ia32_pause | Daniel Stenberg | 2022-06-28 | 1 | -1/+13 |
* | easy_lock: switch to using atomic_int instead of bool | Daniel Stenberg | 2022-06-28 | 1 | -2/+2 |
* | easy_lock.h: use __asm__ instead of asm to fix build | vvb2060 | 2022-06-28 | 1 | -1/+1 |
* | easy_lock.h: include sched.h if available to fix build | Daniel Stenberg | 2022-06-27 | 1 | -0/+3 |
* | easy_lock.h: remove use of the deprecated ATOMIC_VAR_INIT macro | Daniel Stenberg | 2022-06-23 | 1 | -1/+1 |
* | easy_lock: add SPDX license identifier | Daniel Stenberg | 2022-06-13 | 1 | -0/+2 |
* | lib: make curl_global_init() threadsafe when possible | Thomas Guillem | 2022-06-07 | 1 | -0/+69 |