index
:
hurd.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pflocal
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pflocal: make S_socket_recv return 0 instead of EPIPE
Samuel Thibault
2024-07-08
1
-0
/
+1
*
Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...
Flavio Cruz
2023-12-17
1
-12
/
+12
*
Style tweaks
Sergey Bugaev
2023-05-10
1
-1
/
+1
*
pflocal: Port to x86_64
Sergey Bugaev
2023-05-10
1
-5
/
+16
*
Fix types of read write and readables methods
Etienne Brateau
2022-08-29
1
-7
/
+7
*
Make RPC input array parameters const
Samuel Thibault
2022-01-16
1
-4
/
+4
*
pflocal: Fix referencing connection queue entries.
Samuel Thibault
2020-07-05
1
-2
/
+13
*
pflocal: support SO_SNDBUF for unconnected sockets
Samuel Thibault
2020-07-05
1
-7
/
+5
*
pflocal: return ENOTCONN on get/setpot(SO_SNDBUF) on unconnected socket
Samuel Thibault
2020-07-05
1
-4
/
+4
*
pflocal: Fix setsockopt(SO_SNDBUF)
Samuel Thibault
2020-06-27
1
-1
/
+1
*
pflocal: Add support for setsockopt(SO_{RECV,SND}BUF)
Samuel Thibault
2020-06-27
1
-2
/
+82
*
pflocal: Fix crash on passing erroneous port
Samuel Thibault
2020-06-27
1
-1
/
+3
*
pflocal: Add support for getsockopt(SO_{RECV,SND}BUF)
Svante Signell
2020-06-27
1
-3
/
+35
*
Use the data_t type defined in hurd_types.h.
Flavio Cruz
2019-09-01
1
-6
/
+6
*
Support MSG_DONTWAIT in pflocal send/recv
Christian Seiler
2016-08-09
1
-5
/
+9
*
pflocal: Do not abort on too small getopt parameter
Samuel Thibault
2016-01-03
1
-1
/
+5
*
Add dumb SO_ERROR support to pflocal
Samuel Thibault
2016-01-03
1
-0
/
+19
*
Turn EADDRNOTAVAIL to more commonly-understood ECONNREFUSED
Samuel Thibault
2015-09-12
1
-1
/
+7
*
Avoid compiler warning about empty bodies
Justus Winter
2014-05-26
1
-1
/
+3
*
pflocal: fix message flags on receive
Richard Braun
2013-10-18
1
-2
/
+1
*
pflocal: fix port leak when receiving port rights
Richard Braun
2013-10-18
1
-1
/
+1
*
Rename SOCK_* into PFLOCAL_SOCK_*
Samuel Thibault
2013-09-21
1
-8
/
+8
*
Add io_select_timeout to the io interface
Richard Braun
2013-02-28
1
-1
/
+3
*
Fix double call to pthread_mutex_unlock in S_socket_connect.
Cyril Roelandt
2012-12-17
1
-1
/
+1
*
Switch from cthreads to pthreads
Richard Braun
2012-11-27
1
-10
/
+10
*
pflocal: Handle non-blocking connect with no pending acceptors.
Neal H. Walfield
2012-07-26
1
-36
/
+38
*
Add MSG_PEEK support to pflocal
Samuel Thibault
2012-04-27
1
-1
/
+1
*
Fix two-way transmission for socketpair(SOCK_DGRAM)
Samuel Thibault
2011-11-27
1
-0
/
+2
*
fix common misspellings
Jonathan Neuschäfer
2011-08-20
1
-1
/
+1
*
Fix port transmission over pflocal
Manuel Menal
2010-09-19
1
-1
/
+1
*
Implement getsockopt (fd, SOL_SOCKET, SO_TYPE)
Emilio Pozuelo Monfort
2010-07-17
1
-5
/
+44
*
2008-07-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2008-07-22
1
-1
/
+4
*
fix copyright years
Samuel Thibault
2008-07-22
1
-1
/
+1
*
2008-07-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibault
2008-07-22
1
-0
/
+1
*
Revery previous change. Was intended for ams-branch, not HEAD.
Neal H. Walfield
2005-08-29
1
-38
/
+36
*
pflocal/
Neal H. Walfield
2005-08-29
1
-36
/
+38
*
(S_socket_recv):
Miles Bader
1996-01-27
1
-6
/
+6
*
(S_socket_connect): Handle connectionless protocols correctly.
Miles Bader
1996-01-24
1
-29
/
+56
*
(S_socket_bind, S_socket_connect): Drop ADDR's send right.
Miles Bader
1995-11-21
1
-15
/
+14
*
(S_socket_send): Pass in the new NOBLOCK parameter to pipe_send.
Miles Bader
1995-08-31
1
-1
/
+2
*
(S_socket_send, S_socket_recv): `aquire' -> `acquire'.
Miles Bader
1995-08-29
1
-3
/
+3
*
(S_socket_recv): Use pipe_release_reader instead of pipe_release.
Miles Bader
1995-08-16
1
-3
/
+12
*
(S_socket_connect): Actually use the connq operations to connect, like the
Miles Bader
1995-07-30
1
-22
/
+71
*
entered into RCS
Miles Bader
1995-07-26
1
-7
/
+7
*
Formerly socket.c.~14~
Miles Bader
1995-07-22
1
-1
/
+11
*
Formerly socket.c.~13~
Miles Bader
1995-07-22
1
-0
/
+2
*
Formerly socket.c.~12~
Miles Bader
1995-07-19
1
-1
/
+1
*
Formerly socket.c.~11~
Miles Bader
1995-07-17
1
-16
/
+18
*
Formerly socket.c.~10~
Miles Bader
1995-07-16
1
-23
/
+57
*
Formerly socket.c.~9~
Miles Bader
1995-07-15
1
-1
/
+8
[next]