summaryrefslogtreecommitdiff
path: root/src/threadstate.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a gcc 11 warning in src/threadstate.clhchavez2021-11-141-2/+2
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-2/+2
* #6028: Check if `threadstate->error_t.message` is not `git_buf__initbuf` befo...Miguel Arroz2021-09-021-1/+2
* Replace global storage TLS with new interfaceethomson/tlsdataTyler Ang-Wanek2020-12-081-87/+15
* threadstate: rename tlsdata when building w/o threadsEdward Thomson2020-10-141-1/+1
* runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-111-11/+5
* global: separate global state from thread-local stateEdward Thomson2020-10-111-0/+161