summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket_bsd.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-24tsocket: only copy the specific part of sockaddr*Stefan Metzmacher1-0/+5
2009-12-24tsocket: allow AF_UNIX sockaddrs smaller than sizeof(sockaddr_un)Stefan Metzmacher1-4/+5
2009-12-15tsocket: Fixed typo in LGPL header.Andreas Schneider1-1/+1
2009-12-15tsocket: add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sock...Stefan Metzmacher1-5/+49
2009-11-03tsocket_bsd: return -1 and set errno to ENAMETOOLONG if the unix path is too ...Stefan Metzmacher1-1/+6
2009-07-16tsocket: rename sa_len => sa_socklen, because sa_len is a macro on some platf...Stefan Metzmacher1-21/+21
2009-06-29tsocket/bsd: also ask for TEVENT_FD_READ when we want to write into a stream ...Stefan Metzmacher1-2/+9
2009-06-29tsocket/bsd: more correctly check if the cached tevent_fd is still validStefan Metzmacher1-4/+12
2009-05-22tsocket: allow empty vectors at the end for tstream_writev()/readv()Stefan Metzmacher1-0/+26
2009-05-19Set errno=ENOMEM if tevent_add_fd failsVolker Lendecke1-0/+4
2009-05-19Simplify the logic of tsocket_bsd_pendingVolker Lendecke1-24/+26
2009-05-01tsocket: add tstream implementation for bsd sockets (inet and unix)Stefan Metzmacher1-0/+900
2009-05-01tsocket: rename tdgram_unix_dgram_socket() => tdgram_unix_socket()Stefan Metzmacher1-5/+5
2009-05-01tsocket: tdgram move input checks to the common code as there're needed for a...Stefan Metzmacher1-22/+1
2009-05-01tsocket: for unix domain sockets we need to use sizeof(struct sockaddr_un)Stefan Metzmacher1-2/+22
2009-05-01tsocket: remove tsocket_context related stuffStefan Metzmacher1-674/+13
2009-04-16tsocket: fix the build without ipv6 supportStefan Metzmacher1-0/+2
2009-04-06tsocket: reduce size of dummy variableStefan Metzmacher1-1/+1
2009-04-06tsocket: use the correct 'ret' variable for tdgram_disconnect_send/recv()Stefan Metzmacher1-8/+2
2009-04-02tsocket: remove DGRAM support from tsocket_contextStefan Metzmacher1-72/+0
2009-04-02tsocket: optimize tdgram_bsd a lotStefan Metzmacher1-27/+54
2009-04-02tsocket: split out a smaller tdgram_context abstractionStefan Metzmacher1-0/+844
2009-03-31tsocket: try to fix the build on solaris FIONREAD was missingStefan Metzmacher1-0/+1
2009-03-28tsocket: more s/sun/un to make the build on solaris happyStefan Metzmacher1-6/+6
2009-03-27tsocket: try to fix the build on solaris systemsStefan Metzmacher1-18/+18
2009-03-19lib/tsocket: add an implementation for bsd style sockets.Stefan Metzmacher1-0/+1126