summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket.h
Commit message (Expand)AuthorAgeFilesLines
* tsocket: Fix typosVolker Lendecke2018-01-041-2/+2
* lib/tsocket: add tdgram_inet_udp_broadcast_socket()Stefan Metzmacher2015-06-121-0/+29
* lib/tsocket: add tdgram_bsd_existing_socket() helper functionStefan Metzmacher2015-06-121-0/+42
* tsocket: Add some constVolker Lendecke2013-06-141-2/+2
* lib/tsocket: disable the syscall optimization for recvfrom/readv by defaultStefan Metzmacher2012-11-051-0/+42
* tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...Stefan Metzmacher2010-10-231-4/+9
* Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"Stefan Metzmacher2010-08-281-8/+8
* lib/tsocket: sa_socklen is a macro on irix, so better use sasocklenStefan Metzmacher2010-08-271-8/+8
* s3: Fix a typoVolker Lendecke2010-08-151-1/+1
* tsocket: Added the warning again to tsocket_address_bsd_sockaddr.Andreas Schneider2010-05-051-0/+3
* tsocket: Fixed the documentation of tsocket_address_bsd_sockaddr.Andreas Schneider2010-05-031-6/+13
* lib/tsocket: add tsocket_address_is_unix() functionStefan Metzmacher2010-04-271-0/+12
* lib/tsocket: add tsocket_address_is_inet() functionStefan Metzmacher2010-04-271-0/+17
* tsocket: Improve the tsocket_address_bsd_sockaddr documentation.Andreas Schneider2010-02-261-1/+3
* Spelling fixes for tsocket API documentation.Brad Hards2010-02-221-14/+14
* tsocket: Fix the description of tstream_writev_queue_send/recvKai Blin2010-01-281-6/+6
* tsocket: Fix description for tstream_readv_pdu_queue_send/recvKai Blin2010-01-281-7/+6
* tsocket: Added complete doxygen documentation.Andreas Schneider2010-01-111-11/+834
* tsocket: Fixed typo in LGPL header.Andreas Schneider2009-12-151-1/+1
* tsocket: add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sock...Stefan Metzmacher2009-12-151-0/+15
* tsocket: remove prototype of non-existing tsocket_address_inet_set_broadcast()Stefan Metzmacher2009-11-031-2/+0
* tsocket: add tstream_readv_pdu_queue_send/recv()Stefan Metzmacher2009-05-011-0/+8
* tsocket: add tstream_writev_queue_send/recv()Stefan Metzmacher2009-05-011-0/+8
* tsocket: add tstream_readv_pdu_send/recv()Stefan Metzmacher2009-05-011-1/+13
* tsocket: add tstream implementation for bsd sockets (inet and unix)Stefan Metzmacher2009-05-011-0/+43
* tsocket: add tstream_context infrastructure similar to tdgram_contextStefan Metzmacher2009-05-011-0/+28
* tsocket: rename tdgram_unix_dgram_socket() => tdgram_unix_socket()Stefan Metzmacher2009-05-011-7/+7
* tsocket: remove tsocket_context related stuffStefan Metzmacher2009-05-011-112/+3
* tsocket: remove DGRAM support from tsocket_contextStefan Metzmacher2009-04-021-32/+0
* tsocket: add tdgram_sendto_queue_send/recv()Stefan Metzmacher2009-04-021-0/+13
* tsocket: split out a smaller tdgram_context abstractionStefan Metzmacher2009-04-021-0/+43
* lib/tsocket: add tsocket_readv_send/recv()Stefan Metzmacher2009-03-191-0/+11
* lib/tsocket: add tsocket_writev_queue_send/recv()Stefan Metzmacher2009-03-191-0/+7
* lib/tsocket: add tsocket_writev_send/recv()Stefan Metzmacher2009-03-191-0/+6
* lib/tsocket: add tsocket_connect_send/recv()Stefan Metzmacher2009-03-191-0/+5
* lib/tsocket: add tsocket_sendto_queue_send/recv()Stefan Metzmacher2009-03-191-0/+8
* lib/tsocket: add tsocket_sendto_send/recv()Stefan Metzmacher2009-03-191-0/+7
* lib/tsocket: add tsocket_recvfrom_send/recv()Stefan Metzmacher2009-03-191-1/+12
* lib/tsocket: add an implementation for bsd style sockets.Stefan Metzmacher2009-03-191-0/+41
* lib/tsocket: add generic socket abstraction layerStefan Metzmacher2009-03-191-0/+124