Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | treewide: replace cache.h with more direct headers, where possible | Elijah Newren | 2023-02-24 | 1 | -1/+2 |
* | unix-socket: disallow chdir() when creating unix domain sockets | Jeff Hostetler | 2021-03-15 | 1 | -5/+12 |
* | unix-socket: add backlog size option to unix_stream_listen() | Jeff Hostetler | 2021-03-15 | 1 | -2/+9 |
* | unix-socket: eliminate static unix_stream_socket() helper function | Jeff Hostetler | 2021-03-15 | 1 | -14/+13 |
* | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 2014-09-02 | 1 | -7/+7 |
|\ | |||||
| * | unix-sockets: use strbuf_getcwd() | René Scharfe | 2014-07-28 | 1 | -7/+7 |
* | | unix-socket: remove stale socket before calling chdir() | René Scharfe | 2014-07-21 | 1 | -1/+2 |
|/ | |||||
* | unix-socket: do not let close() or chdir() clobber errno during cleanup | Jonathan Nieder | 2012-01-12 | 1 | -17/+22 |
* | unix-socket: handle long socket pathnames | Jeff King | 2012-01-10 | 1 | -5/+66 |
* | credentials: add "cache" helper | Jeff King | 2011-12-12 | 1 | -0/+56 |