index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tsocket
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/tsocket: avoid endless cpu-spinning in tstream_bsd_fde_handler()
Stefan Metzmacher
2022-10-31
1
-5
/
+116
*
lib/tsocket: remember the first error as tstream_bsd->error
Stefan Metzmacher
2022-10-31
1
-0
/
+39
*
lib/tsocket: check for errors indicated by poll() before getsockopt(fd, SOL_S...
Stefan Metzmacher
2022-10-31
1
-1
/
+79
*
lib/tsocket: split out tsocket_bsd_error() from tsocket_bsd_pending()
Stefan Metzmacher
2022-10-31
1
-19
/
+23
*
lib/tsocket: Add tests for loop on EAGAIN
Andrew Bartlett
2022-10-31
4
-0
/
+641
*
selftest: test tsocket_address_inet_from_hostport_strings
Uri Simchoni
2021-09-28
1
-0
/
+143
*
selftest: add more tests for test_address_inet_from_strings
Uri Simchoni
2021-09-28
1
-0
/
+43
*
lib/tsocket: new function to parse host port strs.
Matthew Grant
2021-09-28
2
-0
/
+143
*
lib/tsocket: Fix build on Freebsd
Amitay Isaacs
2021-09-16
1
-0
/
+2
*
tsocket: set errno on some failures of tsocket_address_inet_from_strings
Uri Simchoni
2021-09-13
1
-0
/
+2
*
selftest: add a unit test for tsocket_address_inet_from_strings
Uri Simchoni
2021-09-13
2
-0
/
+189
*
lib/tsocket: Free subreq as soon as possible
Samuel Cabrero
2021-07-08
1
-0
/
+1
*
tsocket: Fix a few typos
Volker Lendecke
2021-01-14
1
-3
/
+3
*
tsocket: Fix a typo
Volker Lendecke
2020-06-15
1
-1
/
+1
*
Rename macro argument s_addr due to it already being defined
Peter Eriksson
2020-02-28
2
-7
/
+7
*
lib/tsocket: add a comment regarding TEVENT_FD_READ in tstream_bsd_connect_se...
Stefan Metzmacher
2020-02-26
1
-0
/
+8
*
Spelling fixes s/implentation/implementation/
Mathieu Parent
2019-09-01
1
-1
/
+1
*
lib:tsocket: New function to build a tsocket_context from samba_address
Samuel Cabrero
2019-07-22
2
-0
/
+39
*
s3:utils: New struct to fix strict aliasing issues with sockets API
Samuel Cabrero
2019-07-22
1
-59
/
+47
*
tsocket: Simplify tsocket.h
Volker Lendecke
2019-03-22
1
-1
/
+0
*
lib:tsocket: Check for DOXYGEN as a #define
Andreas Schneider
2018-12-17
1
-1
/
+1
*
tsocket: Fix typos
Volker Lendecke
2018-01-04
1
-2
/
+2
*
tsocket: Do not dereference a NULL pointer
Andreas Schneider
2016-06-30
1
-4
/
+8
*
lib/tsocket: workaround sockets not supporting FIONREAD
Ralph Boehme
2016-02-10
1
-1
/
+61
*
lib/tsocket: fix non-blockging connect() error handling
Ralph Boehme
2015-10-21
1
-8
/
+5
*
Fix a typo
Volker Lendecke
2015-06-19
1
-2
/
+2
*
lib/tsocket: add tdgram_inet_udp_broadcast_socket()
Stefan Metzmacher
2015-06-12
2
-0
/
+59
*
lib/tsocket: add tdgram_bsd_existing_socket() helper function
Stefan Metzmacher
2015-06-12
2
-0
/
+66
*
tsocket: Use common code in tsocket_bsd_common_prepare_fd
Volker Lendecke
2015-06-05
2
-30
/
+8
*
tsocket: Use iov_advance
Volker Lendecke
2015-02-24
2
-51
/
+18
*
tsocket: Fix a typo
Volker Lendecke
2015-02-24
1
-1
/
+1
*
tsocket: Pass the full port number to getaddrinfo().
Andreas Schneider
2013-07-01
1
-1
/
+1
*
tsocket: Add some const
Volker Lendecke
2013-06-14
2
-3
/
+3
*
tsocket: ENOMEM can be retried on illumos/Solaris.
Ira Cooper
2013-03-13
1
-0
/
+6
*
tsocket_bsd: Attempt to increase the SO_SNDBUF if we get EMSGSIZE in sendto()
Andrew Bartlett
2013-03-04
1
-0
/
+26
*
lib/tsocket: optimize syscalls in tstream_readv_pdu_send()
Stefan Metzmacher
2012-11-05
1
-0
/
+29
*
lib/tsocket: disable the syscall optimization for recvfrom/readv by default
Stefan Metzmacher
2012-11-05
2
-6
/
+109
*
lib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug #9184)
Stefan Metzmacher
2012-10-23
1
-1
/
+9
*
lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184)
Stefan Metzmacher
2012-09-22
1
-4
/
+1
*
tsocket: Fix a couple of typos and spellings in tsocket_guide.txt
Michael Adam
2012-04-17
1
-26
/
+27
*
tsocket: make use of tevent_queue_add_optimize_empty() to optimize for the em...
Stefan Metzmacher
2011-08-10
1
-37
/
+48
*
Use tevent_req_oom
Volker Lendecke
2011-06-20
1
-3
/
+3
*
tsocket: fill in sa.sa_len if the system supports it
Stefan Metzmacher
2010-11-05
1
-0
/
+12
*
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2010-10-31
1
-13
/
+0
*
tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...
Stefan Metzmacher
2010-10-23
2
-5
/
+11
*
tsocket: ask the kernel for the specific local address after a tcp connect
Stefan Metzmacher
2010-10-23
1
-3
/
+54
*
tsocket: make sure we delete the fd event before calling close()
Stefan Metzmacher
2010-10-04
1
-0
/
+1
*
tsocket: make sure we delete the fd event before calling close()
Stefan Metzmacher
2010-09-28
1
-0
/
+1
*
tsocket: we return -1 on error, not fd
Andrew Tridgell
2010-09-15
1
-7
/
+7
*
Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"
Stefan Metzmacher
2010-08-28
3
-39
/
+39
[next]