summaryrefslogtreecommitdiff
path: root/lib/tsocket
Commit message (Expand)AuthorAgeFilesLines
* lib:tsocket: Fix code spellingAndreas Schneider2023-04-142-4/+4
* tsocket: Increase tcp_user_timeout max_loopsAndrew Bartlett2023-03-141-1/+1
* lib/tsocket: fix a typo in the tsocket guide docBjörn Baumbach2023-01-171-1/+1
* tsocket: Fix the build on FreeBSDVolker Lendecke2022-12-122-21/+36
* lib/tsocket: avoid endless cpu-spinning in tstream_bsd_fde_handler()Stefan Metzmacher2022-10-191-5/+116
* lib/tsocket: remember the first error as tstream_bsd->errorStefan Metzmacher2022-10-191-0/+39
* lib/tsocket: check for errors indicated by poll() before getsockopt(fd, SOL_S...Stefan Metzmacher2022-10-191-1/+79
* lib/tsocket: split out tsocket_bsd_error() from tsocket_bsd_pending()Stefan Metzmacher2022-10-191-19/+23
* lib/tsocket: Add tests for loop on EAGAINAndrew Bartlett2022-10-194-0/+641
* selftest: test tsocket_address_inet_from_hostport_stringsUri Simchoni2021-09-281-0/+143
* selftest: add more tests for test_address_inet_from_stringsUri Simchoni2021-09-281-0/+43
* lib/tsocket: new function to parse host port strs.Matthew Grant2021-09-282-0/+143
* lib/tsocket: Fix build on FreebsdAmitay Isaacs2021-09-161-0/+2
* tsocket: set errno on some failures of tsocket_address_inet_from_stringsUri Simchoni2021-09-131-0/+2
* selftest: add a unit test for tsocket_address_inet_from_stringsUri Simchoni2021-09-132-0/+189
* lib/tsocket: Free subreq as soon as possibleSamuel Cabrero2021-07-081-0/+1
* tsocket: Fix a few typosVolker Lendecke2021-01-141-3/+3
* tsocket: Fix a typoVolker Lendecke2020-06-151-1/+1
* Rename macro argument s_addr due to it already being definedPeter Eriksson2020-02-282-7/+7
* lib/tsocket: add a comment regarding TEVENT_FD_READ in tstream_bsd_connect_se...Stefan Metzmacher2020-02-261-0/+8
* Spelling fixes s/implentation/implementation/Mathieu Parent2019-09-011-1/+1
* lib:tsocket: New function to build a tsocket_context from samba_addressSamuel Cabrero2019-07-222-0/+39
* s3:utils: New struct to fix strict aliasing issues with sockets APISamuel Cabrero2019-07-221-59/+47
* tsocket: Simplify tsocket.hVolker Lendecke2019-03-221-1/+0
* lib:tsocket: Check for DOXYGEN as a #defineAndreas Schneider2018-12-171-1/+1
* tsocket: Fix typosVolker Lendecke2018-01-041-2/+2
* tsocket: Do not dereference a NULL pointerAndreas Schneider2016-06-301-4/+8
* lib/tsocket: workaround sockets not supporting FIONREADRalph Boehme2016-02-101-1/+61
* lib/tsocket: fix non-blockging connect() error handlingRalph Boehme2015-10-211-8/+5
* Fix a typoVolker Lendecke2015-06-191-2/+2
* lib/tsocket: add tdgram_inet_udp_broadcast_socket()Stefan Metzmacher2015-06-122-0/+59
* lib/tsocket: add tdgram_bsd_existing_socket() helper functionStefan Metzmacher2015-06-122-0/+66
* tsocket: Use common code in tsocket_bsd_common_prepare_fdVolker Lendecke2015-06-052-30/+8
* tsocket: Use iov_advanceVolker Lendecke2015-02-242-51/+18
* tsocket: Fix a typoVolker Lendecke2015-02-241-1/+1
* tsocket: Pass the full port number to getaddrinfo().Andreas Schneider2013-07-011-1/+1
* tsocket: Add some constVolker Lendecke2013-06-142-3/+3
* tsocket: ENOMEM can be retried on illumos/Solaris.Ira Cooper2013-03-131-0/+6
* tsocket_bsd: Attempt to increase the SO_SNDBUF if we get EMSGSIZE in sendto()Andrew Bartlett2013-03-041-0/+26
* lib/tsocket: optimize syscalls in tstream_readv_pdu_send()Stefan Metzmacher2012-11-051-0/+29
* lib/tsocket: disable the syscall optimization for recvfrom/readv by defaultStefan Metzmacher2012-11-052-6/+109
* lib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug #9184)Stefan Metzmacher2012-10-231-1/+9
* lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184)Stefan Metzmacher2012-09-221-4/+1
* tsocket: Fix a couple of typos and spellings in tsocket_guide.txtMichael Adam2012-04-171-26/+27
* tsocket: make use of tevent_queue_add_optimize_empty() to optimize for the em...Stefan Metzmacher2011-08-101-37/+48
* Use tevent_req_oomVolker Lendecke2011-06-201-3/+3
* tsocket: fill in sa.sa_len if the system supports itStefan Metzmacher2010-11-051-0/+12
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-13/+0
* tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...Stefan Metzmacher2010-10-232-5/+11
* tsocket: ask the kernel for the specific local address after a tcp connectStefan Metzmacher2010-10-231-3/+54