aboutsummaryrefslogtreecommitdiffstats
path: root/unix-socket.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-23treewide: replace cache.h with more direct headers, where possibleElijah Newren1-1/+2
2021-03-15unix-socket: disallow chdir() when creating unix domain socketsJeff Hostetler1-5/+12
2021-03-15unix-socket: add backlog size option to unix_stream_listen()Jeff Hostetler1-2/+9
2021-03-15unix-socket: eliminate static unix_stream_socket() helper functionJeff Hostetler1-14/+13
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano1-7/+7
2014-07-28unix-sockets: use strbuf_getcwd()René Scharfe1-7/+7
2014-07-21unix-socket: remove stale socket before calling chdir()René Scharfe1-1/+2
2012-01-11unix-socket: do not let close() or chdir() clobber errno during cleanupJonathan Nieder1-17/+22
2012-01-10unix-socket: handle long socket pathnamesJeff King1-5/+66
2011-12-11credentials: add "cache" helperJeff King1-0/+56