index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix-socket.c
Age
Commit message (
Expand
)
Author
2025-02-06
Merge branch 'ps/leakfixes-0129'
Junio C Hamano
2025-01-30
unix-socket: fix memory leak when chdir(3p) fails
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2023-02-23
treewide: replace cache.h with more direct headers, where possible
Elijah Newren
2021-03-15
unix-socket: disallow chdir() when creating unix domain sockets
Jeff Hostetler
2021-03-15
unix-socket: add backlog size option to unix_stream_listen()
Jeff Hostetler
2021-03-15
unix-socket: eliminate static unix_stream_socket() helper function
Jeff Hostetler
2014-09-02
Merge branch 'rs/strbuf-getcwd'
Junio C Hamano
2014-07-28
unix-sockets: use strbuf_getcwd()
René Scharfe
2014-07-21
unix-socket: remove stale socket before calling chdir()
René Scharfe
2012-01-11
unix-socket: do not let close() or chdir() clobber errno during cleanup
Jonathan Nieder
2012-01-10
unix-socket: handle long socket pathnames
Jeff King
2011-12-11
credentials: add "cache" helper
Jeff King