summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-18lib/tsocket: add tstream_monitor_send/recv infrastructureStefan Metzmacher1-0/+34
2023-10-24lib/tsocket: add tstream_bsd_fail_readv_first_error()Stefan Metzmacher1-0/+22
2023-08-14tsocket: Fix code spellingJoseph Sutton1-7/+7
2023-04-14lib:tsocket: Fix code spellingAndreas Schneider1-2/+2
2021-09-28lib/tsocket: new function to parse host port strs.Matthew Grant1-0/+43
2020-02-28Rename macro argument s_addr due to it already being definedPeter Eriksson1-4/+4
2019-09-01Spelling fixes s/implentation/implementation/Mathieu Parent1-1/+1
2019-07-22lib:tsocket: New function to build a tsocket_context from samba_addressSamuel Cabrero1-0/+27
2019-03-22tsocket: Simplify tsocket.hVolker Lendecke1-1/+0
2018-12-17lib:tsocket: Check for DOXYGEN as a #defineAndreas Schneider1-1/+1
2018-01-04tsocket: Fix typosVolker Lendecke1-2/+2
2015-06-12lib/tsocket: add tdgram_inet_udp_broadcast_socket()Stefan Metzmacher1-0/+29
2015-06-12lib/tsocket: add tdgram_bsd_existing_socket() helper functionStefan Metzmacher1-0/+42
2013-06-14tsocket: Add some constVolker Lendecke1-2/+2
2012-11-05lib/tsocket: disable the syscall optimization for recvfrom/readv by defaultStefan Metzmacher1-0/+42
2010-10-23tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...Stefan Metzmacher1-4/+9
2010-08-28Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"Stefan Metzmacher1-8/+8
2010-08-27lib/tsocket: sa_socklen is a macro on irix, so better use sasocklenStefan Metzmacher1-8/+8
2010-08-15s3: Fix a typoVolker Lendecke1-1/+1
2010-05-05tsocket: Added the warning again to tsocket_address_bsd_sockaddr.Andreas Schneider1-0/+3
2010-05-03tsocket: Fixed the documentation of tsocket_address_bsd_sockaddr.Andreas Schneider1-6/+13
2010-04-27lib/tsocket: add tsocket_address_is_unix() functionStefan Metzmacher1-0/+12
2010-04-27lib/tsocket: add tsocket_address_is_inet() functionStefan Metzmacher1-0/+17
2010-02-26tsocket: Improve the tsocket_address_bsd_sockaddr documentation.Andreas Schneider1-1/+3
2010-02-22Spelling fixes for tsocket API documentation.Brad Hards1-14/+14
2010-01-28tsocket: Fix the description of tstream_writev_queue_send/recvKai Blin1-6/+6
2010-01-28tsocket: Fix description for tstream_readv_pdu_queue_send/recvKai Blin1-7/+6
2010-01-11tsocket: Added complete doxygen documentation.Andreas Schneider1-11/+834
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-0/+15
2009-11-03tsocket: remove prototype of non-existing tsocket_address_inet_set_broadcast()Stefan Metzmacher1-2/+0
2009-05-01tsocket: add tstream_readv_pdu_queue_send/recv()Stefan Metzmacher1-0/+8
2009-05-01tsocket: add tstream_writev_queue_send/recv()Stefan Metzmacher1-0/+8
2009-05-01tsocket: add tstream_readv_pdu_send/recv()Stefan Metzmacher1-1/+13
2009-05-01tsocket: add tstream implementation for bsd sockets (inet and unix)Stefan Metzmacher1-0/+43
2009-05-01tsocket: add tstream_context infrastructure similar to tdgram_contextStefan Metzmacher1-0/+28
2009-05-01tsocket: rename tdgram_unix_dgram_socket() => tdgram_unix_socket()Stefan Metzmacher1-7/+7
2009-05-01tsocket: remove tsocket_context related stuffStefan Metzmacher1-112/+3
2009-04-02tsocket: remove DGRAM support from tsocket_contextStefan Metzmacher1-32/+0
2009-04-02tsocket: add tdgram_sendto_queue_send/recv()Stefan Metzmacher1-0/+13
2009-04-02tsocket: split out a smaller tdgram_context abstractionStefan Metzmacher1-0/+43
2009-03-19lib/tsocket: add tsocket_readv_send/recv()Stefan Metzmacher1-0/+11
2009-03-19lib/tsocket: add tsocket_writev_queue_send/recv()Stefan Metzmacher1-0/+7
2009-03-19lib/tsocket: add tsocket_writev_send/recv()Stefan Metzmacher1-0/+6
2009-03-19lib/tsocket: add tsocket_connect_send/recv()Stefan Metzmacher1-0/+5
2009-03-19lib/tsocket: add tsocket_sendto_queue_send/recv()Stefan Metzmacher1-0/+8
2009-03-19lib/tsocket: add tsocket_sendto_send/recv()Stefan Metzmacher1-0/+7
2009-03-19lib/tsocket: add tsocket_recvfrom_send/recv()Stefan Metzmacher1-1/+12
2009-03-19lib/tsocket: add an implementation for bsd style sockets.Stefan Metzmacher1-0/+41
2009-03-19lib/tsocket: add generic socket abstraction layerStefan Metzmacher1-0/+124