summaryrefslogtreecommitdiff
path: root/lib/tsocket
Commit message (Expand)AuthorAgeFilesLines
* 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
* tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher2010-10-041-0/+1
* tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher2010-09-281-0/+1
* tsocket: we return -1 on error, not fdAndrew Tridgell2010-09-151-7/+7
* Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"Stefan Metzmacher2010-08-283-39/+39
* lib/tsocket: sa_socklen is a macro on irix, so better use sasocklenStefan Metzmacher2010-08-273-39/+39
* s3: Fix a typoVolker Lendecke2010-08-151-1/+1
* tsocket: Fix some unreachable codeVolker Lendecke2010-07-111-2/+1
* tsocket: Fix some type-punned warningsVolker Lendecke2010-06-211-2/+2
* tsocket: Improve the language in some parts of the guide.Simo Sorce2010-05-191-41/+37
* 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-272-0/+29
* lib/tsocket: add tsocket_address_is_inet() functionStefan Metzmacher2010-04-272-0/+54
* Revert "tsocket: not all systems have IPV6_V6ONLY"Stefan Metzmacher2010-04-241-2/+2
* s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher2010-04-121-1/+0
* tsocket_bsd: Always use a real length for the sa_socklen, and keep it aroundAndrew Bartlett2010-04-081-68/+16
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-3/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+11
* tsocket: not all systems have IPV6_V6ONLYAndrew Tridgell2010-03-261-2/+2