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