summaryrefslogtreecommitdiff
path: root/src/sysdir.c
Commit message (Expand)AuthorAgeFilesLines
* win32: improve impl & tests for system path / g4w interopethomson/win32_findfile_fixesEdward Thomson2022-01-171-10/+10
* sysdir: allow resetting cached system dirsEdward Thomson2022-01-171-0/+16
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-2/+2
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-48/+48
* sysdir: use GIT_ASSERTEdward Thomson2020-11-271-2/+2
* runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-111-4/+2
* sysdir: fix formatting error message with NULL stringpks-release-build-warningsPatrick Steinhardt2020-09-181-1/+4
* sysdir: remove unused git_sysdir_get_strethomson/sysdir_unusedEdward Thomson2020-04-051-19/+0
* config: check if we are running in a sandboxed environmentErik Aigner2019-08-011-1/+11
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-14/+14
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-4/+4
* sysdir: do not use environment in setuid casePatrick Steinhardt2018-02-021-7/+74
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+1
* Introduce `git_sysdir_expand_global_file`Edward Thomson2017-03-231-0/+11
* giterr_set: consistent error messagesEdward Thomson2016-12-291-2/+2
* sysdir: don't guess the paths again when $PATH is specifiedcmn/sysdir-no-reguessCarlos Martín Nieto2016-12-181-1/+1
* sysdir: use the standard `init` patternethomson/paths_initEdward Thomson2016-08-041-47/+41
* config: add a ProgramData levelcmn/programdata-configCarlos Martín Nieto2015-10-211-1/+18
* git__getenv: utf-8 aware env readerEdward Thomson2015-07-021-8/+22
* Fix the issues in git__on_shutdownAnurag Gupta2014-05-061-0/+2
* Improve handling of fake home directoryRussell Belfer2014-05-021-5/+11
* sysdir: free the path if we cannot find the fileCarlos Martín Nieto2014-04-211-1/+1
* Move system directory cache out of utilsEdward Thomson2014-02-241-0/+244