summaryrefslogtreecommitdiff
path: root/unix-socket.c
AgeCommit message (Expand)Author
2025-02-06Merge branch 'ps/leakfixes-0129'Junio C Hamano
2025-01-30unix-socket: fix memory leak when chdir(3p) failsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2023-02-23treewide: replace cache.h with more direct headers, where possibleElijah Newren
2021-03-15unix-socket: disallow chdir() when creating unix domain socketsJeff Hostetler
2021-03-15unix-socket: add backlog size option to unix_stream_listen()Jeff Hostetler
2021-03-15unix-socket: eliminate static unix_stream_socket() helper functionJeff Hostetler
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano
2014-07-28unix-sockets: use strbuf_getcwd()René Scharfe
2014-07-21unix-socket: remove stale socket before calling chdir()René Scharfe
2012-01-11unix-socket: do not let close() or chdir() clobber errno during cleanupJonathan Nieder
2012-01-10unix-socket: handle long socket pathnamesJeff King
2011-12-11credentials: add "cache" helperJeff King