summaryrefslogtreecommitdiff
path: root/lib/tsocket
AgeCommit message (Expand)AuthorFilesLines
2021-09-28selftest: test tsocket_address_inet_from_hostport_stringsUri Simchoni1-0/+143
2021-09-28selftest: add more tests for test_address_inet_from_stringsUri Simchoni1-0/+43
2021-09-28lib/tsocket: new function to parse host port strs.Matthew Grant2-0/+143
2021-09-16lib/tsocket: Fix build on FreebsdAmitay Isaacs1-0/+2
2021-09-13tsocket: set errno on some failures of tsocket_address_inet_from_stringsUri Simchoni1-0/+2
2021-09-13selftest: add a unit test for tsocket_address_inet_from_stringsUri Simchoni2-0/+189
2021-07-08lib/tsocket: Free subreq as soon as possibleSamuel Cabrero1-0/+1
2021-01-14tsocket: Fix a few typosVolker Lendecke1-3/+3
2020-06-15tsocket: Fix a typoVolker Lendecke1-1/+1
2020-02-28Rename macro argument s_addr due to it already being definedPeter Eriksson2-7/+7
2020-02-26lib/tsocket: add a comment regarding TEVENT_FD_READ in tstream_bsd_connect_se...Stefan Metzmacher1-0/+8
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 Cabrero2-0/+39
2019-07-22s3:utils: New struct to fix strict aliasing issues with sockets APISamuel Cabrero1-59/+47
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
2016-06-30tsocket: Do not dereference a NULL pointerAndreas Schneider1-4/+8
2016-02-10lib/tsocket: workaround sockets not supporting FIONREADRalph Boehme1-1/+61
2015-10-21lib/tsocket: fix non-blockging connect() error handlingRalph Boehme1-8/+5
2015-06-19Fix a typoVolker Lendecke1-2/+2
2015-06-12lib/tsocket: add tdgram_inet_udp_broadcast_socket()Stefan Metzmacher2-0/+59
2015-06-12lib/tsocket: add tdgram_bsd_existing_socket() helper functionStefan Metzmacher2-0/+66
2015-06-05tsocket: Use common code in tsocket_bsd_common_prepare_fdVolker Lendecke2-30/+8
2015-02-24tsocket: Use iov_advanceVolker Lendecke2-51/+18
2015-02-24tsocket: Fix a typoVolker Lendecke1-1/+1
2013-07-01tsocket: Pass the full port number to getaddrinfo().Andreas Schneider1-1/+1
2013-06-14tsocket: Add some constVolker Lendecke2-3/+3
2013-03-13tsocket: ENOMEM can be retried on illumos/Solaris.Ira Cooper1-0/+6
2013-03-04tsocket_bsd: Attempt to increase the SO_SNDBUF if we get EMSGSIZE in sendto()Andrew Bartlett1-0/+26
2012-11-05lib/tsocket: optimize syscalls in tstream_readv_pdu_send()Stefan Metzmacher1-0/+29
2012-11-05lib/tsocket: disable the syscall optimization for recvfrom/readv by defaultStefan Metzmacher2-6/+109
2012-10-23lib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug #9184)Stefan Metzmacher1-1/+9
2012-09-22lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184)Stefan Metzmacher1-4/+1
2012-04-17tsocket: Fix a couple of typos and spellings in tsocket_guide.txtMichael Adam1-26/+27
2011-08-10tsocket: make use of tevent_queue_add_optimize_empty() to optimize for the em...Stefan Metzmacher1-37/+48
2011-06-20Use tevent_req_oomVolker Lendecke1-3/+3
2010-11-05tsocket: fill in sa.sa_len if the system supports itStefan Metzmacher1-0/+12
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-13/+0
2010-10-23tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...Stefan Metzmacher2-5/+11
2010-10-23tsocket: ask the kernel for the specific local address after a tcp connectStefan Metzmacher1-3/+54
2010-10-04tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher1-0/+1
2010-09-28tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher1-0/+1
2010-09-15tsocket: we return -1 on error, not fdAndrew Tridgell1-7/+7
2010-08-28Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"Stefan Metzmacher3-39/+39
2010-08-27lib/tsocket: sa_socklen is a macro on irix, so better use sasocklenStefan Metzmacher3-39/+39
2010-08-15s3: Fix a typoVolker Lendecke1-1/+1
2010-07-11tsocket: Fix some unreachable codeVolker Lendecke1-2/+1
2010-06-21tsocket: Fix some type-punned warningsVolker Lendecke1-2/+2
2010-05-19tsocket: Improve the language in some parts of the guide.Simo Sorce1-41/+37