summaryrefslogtreecommitdiff
path: root/pflocal/socket.c
AgeCommit message (Expand)Author
2016-08-09Support MSG_DONTWAIT in pflocal send/recvChristian Seiler
2016-01-03pflocal: Do not abort on too small getopt parameterSamuel Thibault
2016-01-03Add dumb SO_ERROR support to pflocalSamuel Thibault
2015-09-12Turn EADDRNOTAVAIL to more commonly-understood ECONNREFUSEDSamuel Thibault
2014-05-26Avoid compiler warning about empty bodiesJustus Winter
2013-10-18pflocal: fix message flags on receiveRichard Braun
2013-10-18pflocal: fix port leak when receiving port rightsRichard Braun
2013-09-21Rename SOCK_* into PFLOCAL_SOCK_*Samuel Thibault
2013-02-28Add io_select_timeout to the io interfaceRichard Braun
2012-12-17Fix double call to pthread_mutex_unlock in S_socket_connect.Cyril Roelandt
2012-11-27Switch from cthreads to pthreadsRichard Braun
2012-07-26pflocal: Handle non-blocking connect with no pending acceptors.Neal H. Walfield
2012-04-27Add MSG_PEEK support to pflocalSamuel Thibault
2011-11-27Fix two-way transmission for socketpair(SOCK_DGRAM)Samuel Thibault
2011-08-20fix common misspellingsJonathan Neuschäfer
2010-09-19Fix port transmission over pflocalManuel Menal
2010-07-17Implement getsockopt (fd, SOL_SOCKET, SO_TYPE)Emilio Pozuelo Monfort
2008-07-222008-07-22 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2008-07-22fix copyright yearsSamuel Thibault
2008-07-222008-07-22 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2005-08-29Revery previous change. Was intended for ams-branch, not HEAD.Neal H. Walfield
2005-08-29pflocal/Neal H. Walfield
1996-01-27(S_socket_recv):Miles Bader
1996-01-24(S_socket_connect): Handle connectionless protocols correctly.Miles Bader
1995-11-21(S_socket_bind, S_socket_connect): Drop ADDR's send right.Miles Bader
1995-08-31(S_socket_send): Pass in the new NOBLOCK parameter to pipe_send.Miles Bader
1995-08-29(S_socket_send, S_socket_recv): `aquire' -> `acquire'.Miles Bader
1995-08-16(S_socket_recv): Use pipe_release_reader instead of pipe_release.Miles Bader
1995-07-30(S_socket_connect): Actually use the connq operations to connect, like theMiles Bader
1995-07-26entered into RCSMiles Bader
1995-07-22Formerly socket.c.~14~Miles Bader
1995-07-22Formerly socket.c.~13~Miles Bader
1995-07-19Formerly socket.c.~12~Miles Bader
1995-07-17Formerly socket.c.~11~Miles Bader
1995-07-16Formerly socket.c.~10~Miles Bader
1995-07-15Formerly socket.c.~9~Miles Bader
1995-07-14Formerly socket.c.~8~Miles Bader
1995-07-08Formerly socket.c.~7~Miles Bader
1995-07-05Formerly socket.c.~6~Miles Bader
1995-07-04Formerly socket.c.~5~Miles Bader
1995-07-03Formerly socket.c.~4~Miles Bader
1995-07-02Formerly socket.c.~3~Miles Bader
1995-07-02Formerly socket.c.~2~Miles Bader
1995-07-01Initial revisionMiles Bader