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