aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/credential-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-01Merge branch 'rj/cygwin-exit'Taylor Blau1-1/+1
2024-10-18credential-cache: treat ECONNABORTED like ECONNRESETRamsay Jones1-1/+1
2024-10-16builtin/credential-cache: fix missing parameter for stub functionPatrick Steinhardt1-1/+2
2024-09-13builtin: remove USE_THE_REPOSITORY for those without the_repositoryJohn Cai1-1/+0
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-01builtin/credential-cache: fix trivial leaksPatrick Steinhardt1-2/+7
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano1-0/+10
2024-04-16credential: add method for querying capabilitiesbrian m. carlson1-0/+10
2024-04-03Win32: detect unix socket support at runtimeMatthias Aßhauer1-0/+3
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-21builtin.h: remove unneccessary includesElijah Newren1-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2021-09-14credential-cache: check for windows specific errorsCarlo Marcelo Arenas Belón1-2/+28
2021-07-26Use a better name for the function interpolating pathsJohannes Schindelin1-1/+1
2021-03-15unix-socket: disallow chdir() when creating unix domain socketsJeff Hostetler1-1/+1
2020-09-03Merge branch 'jc/undash-in-tree-git-callers'Junio C Hamano1-4/+4
2020-08-13make credential helpers builtinsJeff King1-0/+157