index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tsocket
/
tsocket_bsd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-15
lib: Remove very little used wrapper conv_str_u64()
Volker Lendecke
1
-5
/
+8
2025-06-18
async_sock: move samba_socket_{poll,sock,poll_or_sock}_error() from util_net....
Stefan Metzmacher
1
-0
/
+1
2025-06-18
lib/tsocket: implement tstream_bsd_monitor_send/recv
Stefan Metzmacher
1
-4
/
+177
2025-06-18
lib/tsocket: make use of tevent_req_set_cleanup_fn() instead of talloc_set_de...
Stefan Metzmacher
1
-29
/
+63
2023-10-24
lib/tsocket: add tstream_bsd_fail_readv_first_error()
Stefan Metzmacher
1
-2
/
+23
2023-10-24
lib/tsocket: make use of TEVENT_FD_ERROR in tstream_bsd_fde_handler()
Stefan Metzmacher
1
-111
/
+116
2023-10-24
lib/tsocket: let tstream_bsd_connect_send() use TEVENT_FD_ERROR instead of TE...
Stefan Metzmacher
1
-1
/
+1
2023-10-24
lib/tsocket: make use of samba_socket_sock_error()
Stefan Metzmacher
1
-9
/
+1
2023-10-24
lib/tsocket: make use of samba_socket_poll_or_sock_error()
Stefan Metzmacher
1
-101
/
+2
2022-10-19
lib/tsocket: avoid endless cpu-spinning in tstream_bsd_fde_handler()
Stefan Metzmacher
1
-5
/
+116
2022-10-19
lib/tsocket: remember the first error as tstream_bsd->error
Stefan Metzmacher
1
-0
/
+39
2022-10-19
lib/tsocket: check for errors indicated by poll() before getsockopt(fd, SOL_S...
Stefan Metzmacher
1
-1
/
+79
2022-10-19
lib/tsocket: split out tsocket_bsd_error() from tsocket_bsd_pending()
Stefan Metzmacher
1
-19
/
+23
2021-09-28
lib/tsocket: new function to parse host port strs.
Matthew Grant
1
-0
/
+100
2021-09-16
lib/tsocket: Fix build on Freebsd
Amitay Isaacs
1
-0
/
+2
2021-09-13
tsocket: set errno on some failures of tsocket_address_inet_from_strings
Uri Simchoni
1
-0
/
+2
2020-02-28
Rename macro argument s_addr due to it already being defined
Peter Eriksson
1
-3
/
+3
2020-02-26
lib/tsocket: add a comment regarding TEVENT_FD_READ in tstream_bsd_connect_se...
Stefan Metzmacher
1
-0
/
+8
2019-07-22
lib:tsocket: New function to build a tsocket_context from samba_address
Samuel Cabrero
1
-0
/
+12
2019-07-22
s3:utils: New struct to fix strict aliasing issues with sockets API
Samuel Cabrero
1
-59
/
+47
2016-06-30
tsocket: Do not dereference a NULL pointer
Andreas Schneider
1
-4
/
+8
2016-02-10
lib/tsocket: workaround sockets not supporting FIONREAD
Ralph Boehme
1
-1
/
+61
2015-10-21
lib/tsocket: fix non-blockging connect() error handling
Ralph Boehme
1
-8
/
+5
2015-06-19
Fix a typo
Volker Lendecke
1
-2
/
+2
2015-06-12
lib/tsocket: add tdgram_inet_udp_broadcast_socket()
Stefan Metzmacher
1
-0
/
+30
2015-06-12
lib/tsocket: add tdgram_bsd_existing_socket() helper function
Stefan Metzmacher
1
-0
/
+24
2015-06-05
tsocket: Use common code in tsocket_bsd_common_prepare_fd
Volker Lendecke
1
-29
/
+7
2015-02-24
tsocket: Use iov_advance
Volker Lendecke
1
-50
/
+17
2015-02-24
tsocket: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-07-01
tsocket: Pass the full port number to getaddrinfo().
Andreas Schneider
1
-1
/
+1
2013-06-14
tsocket: Add some const
Volker Lendecke
1
-1
/
+1
2013-03-13
tsocket: ENOMEM can be retried on illumos/Solaris.
Ira Cooper
1
-0
/
+6
2013-03-04
tsocket_bsd: Attempt to increase the SO_SNDBUF if we get EMSGSIZE in sendto()
Andrew Bartlett
1
-0
/
+26
2012-11-05
lib/tsocket: disable the syscall optimization for recvfrom/readv by default
Stefan Metzmacher
1
-6
/
+67
2012-10-23
lib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug #9184)
Stefan Metzmacher
1
-1
/
+9
2012-09-22
lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184)
Stefan Metzmacher
1
-4
/
+1
2010-11-05
tsocket: fill in sa.sa_len if the system supports it
Stefan Metzmacher
1
-0
/
+12
2010-10-23
tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...
Stefan Metzmacher
1
-1
/
+2
2010-10-23
tsocket: ask the kernel for the specific local address after a tcp connect
Stefan Metzmacher
1
-3
/
+54
2010-10-04
tsocket: make sure we delete the fd event before calling close()
Stefan Metzmacher
1
-0
/
+1
2010-09-28
tsocket: make sure we delete the fd event before calling close()
Stefan Metzmacher
1
-0
/
+1
2010-09-15
tsocket: we return -1 on error, not fd
Andrew Tridgell
1
-7
/
+7
2010-08-28
Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"
Stefan Metzmacher
1
-29
/
+29
2010-08-27
lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen
Stefan Metzmacher
1
-29
/
+29
2010-06-21
tsocket: Fix some type-punned warnings
Volker Lendecke
1
-2
/
+2
2010-04-27
lib/tsocket: add tsocket_address_is_unix() function
Stefan Metzmacher
1
-0
/
+17
2010-04-27
lib/tsocket: add tsocket_address_is_inet() function
Stefan Metzmacher
1
-0
/
+37
2010-04-24
Revert "tsocket: not all systems have IPV6_V6ONLY"
Stefan Metzmacher
1
-2
/
+2
2010-04-08
tsocket_bsd: Always use a real length for the sa_socklen, and keep it around
Andrew Bartlett
1
-68
/
+16
2010-03-26
tsocket: not all systems have IPV6_V6ONLY
Andrew Tridgell
1
-2
/
+2
[next]