Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a gcc 11 warning in src/threadstate.c | lhchavez | 2021-11-14 | 1 | -2/+2 |
* | str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstr | Edward Thomson | 2021-10-17 | 1 | -2/+2 |
* | #6028: Check if `threadstate->error_t.message` is not `git_buf__initbuf` befo... | Miguel Arroz | 2021-09-02 | 1 | -1/+2 |
* | Replace global storage TLS with new interfaceethomson/tlsdata | Tyler Ang-Wanek | 2020-12-08 | 1 | -87/+15 |
* | threadstate: rename tlsdata when building w/o threads | Edward Thomson | 2020-10-14 | 1 | -1/+1 |
* | runtime: move init/shutdown into the "runtime" | Edward Thomson | 2020-10-11 | 1 | -11/+5 |
* | global: separate global state from thread-local state | Edward Thomson | 2020-10-11 | 1 | -0/+161 |