summaryrefslogtreecommitdiff
path: root/unix-socket.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace cache.h with more direct headers, where possibleElijah Newren2023-02-231-1/+2
* unix-socket: disallow chdir() when creating unix domain socketsJeff Hostetler2021-03-151-5/+12
* unix-socket: add backlog size option to unix_stream_listen()Jeff Hostetler2021-03-151-2/+9
* unix-socket: eliminate static unix_stream_socket() helper functionJeff Hostetler2021-03-151-14/+13
* Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-021-7/+7
|\
| * unix-sockets: use strbuf_getcwd()René Scharfe2014-07-281-7/+7
* | unix-socket: remove stale socket before calling chdir()rs/fix-unlink-unix-socketRené Scharfe2014-07-211-1/+2
|/
* unix-socket: do not let close() or chdir() clobber errno during cleanupJonathan Nieder2012-01-111-17/+22
* unix-socket: handle long socket pathnamesJeff King2012-01-101-5/+66
* credentials: add "cache" helperJeff King2011-12-111-0/+56