summaryrefslogtreecommitdiffstats
path: root/credential-cache--daemon.c
Commit message (Expand)AuthorAgeFilesLines
* style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
* tempfile: auto-allocate tempfiles on heapJeff King2017-09-061-3/+2
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-6/+6
|/
* i18n: credential-cache--daemon: mark advice for translationVasco Almeida2016-10-171-3/+3
* Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-1/+1
|\
| * add an extra level of indirection to main()Jeff King2016-07-011-1/+1
| * Merge branch 'jk/credential-cache-comment-exit' into maintJunio C Hamano2016-04-141-1/+10
| |\
* | \ Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-2/+2
|\ \ \
| * | | credential-cache--daemon.c: use warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-2/+2
| |/ /
* | | Merge branch 'jk/credential-cache-comment-exit'Junio C Hamano2016-04-061-1/+10
|\ \ \ | |/ / |/| / | |/
| * credential-cache--daemon: clarify "exit" action semanticsJeff King2016-03-181-1/+10
* | Merge branch 'jg/credential-cache-chdir-to-sockdir'Junio C Hamano2016-02-261-14/+24
|\ \
| * | credential-cache--daemon: change to the socket dir on startupJon Griffiths2016-02-231-0/+9
| * | credential-cache--daemon: disallow relative socket pathJon Griffiths2016-02-231-0/+3
| * | credential-cache--daemon: refactor check_socket_directoryJon Griffiths2016-02-231-15/+13
| |/
* / strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-2/+2
|/
* credential-cache: new option to ignore sighupNoam Postavsky2015-11-201-0/+7
* credential-cache--daemon: remove unused #include "sigchain.h"Tobias Klauser2015-10-221-1/+0
* credential-cache--daemon: use tempfile moduleMichael Haggerty2015-08-121-20/+6
* credential-cache--daemon: delete socket from main()Michael Haggerty2015-08-121-1/+2
* credential-cache: close stderr in daemon processJeff King2014-09-161-4/+21
* refactor skip_prefix to return a booleanJeff King2014-06-201-4/+2
* credentials: add "cache" helperJeff King2011-12-111-0/+269