Re: [PATCH v16 0/7] MR2786: Add support for AF_UNIX sockets
I don't know why the pipeline fails. The author name and email are set on all eight commits: ``` $ git clone https://gitlab.winehq.org/dropbear/wine.git && cd wine ... $ git checkout afunix Branch 'afunix' set up to track remote branch 'afunix' from 'origin'. Switched to a new branch 'afunix' $ git log --oneline --author="dropbear.sh(a)gmail.com" --pretty=format:"%h %an <%ae> %s" c0fdbf09008 Ally Sommers <dropbear.sh(a)gmail.com> Merge branch wine:master into afunix 44e2032ce58 Ally Sommers <dropbear.sh(a)gmail.com> ws2_32/tests: Add test for AF_UNIX sockets. 668d655c7a6 Ally Sommers <dropbear.sh(a)gmail.com> server: Fix getsockname() and accept() on AF_UNIX sockets. 418bd0cb66f Ally Sommers <dropbear.sh(a)gmail.com> server: Introduce error when attempting to connect() to abstract AF_UNIX sockets. 50985b2b9bf Ally Sommers <dropbear.sh(a)gmail.com> server: Allow for deletion of socket files. a12834a6a76 Ally Sommers <dropbear.sh(a)gmail.com> ws2_32: Add support for AF_UNIX sockets. 85b6afe3e2b Ally Sommers <dropbear.sh(a)gmail.com> ntdll/unix: Add support for AF_UNIX sockets to multiple functions. ab6e1c5d48d Ally Sommers <dropbear.sh(a)gmail.com> ws2_32: Add afunix.h header. ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2786#note_34940
participants (1)
-
Ally Sommers (@dropbear)