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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-17
lib/tsocket: fix a typo in the tsocket guide doc
Björn Baumbach
1
-1
/
+1
2022-12-12
tsocket: Fix the build on FreeBSD
Volker Lendecke
2
-21
/
+36
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
2022-10-19
lib/tsocket: Add tests for loop on EAGAIN
Andrew Bartlett
4
-0
/
+641
2021-09-28
selftest: test tsocket_address_inet_from_hostport_strings
Uri Simchoni
1
-0
/
+143
2021-09-28
selftest: add more tests for test_address_inet_from_strings
Uri Simchoni
1
-0
/
+43
2021-09-28
lib/tsocket: new function to parse host port strs.
Matthew Grant
2
-0
/
+143
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
2021-09-13
selftest: add a unit test for tsocket_address_inet_from_strings
Uri Simchoni
2
-0
/
+189
2021-07-08
lib/tsocket: Free subreq as soon as possible
Samuel Cabrero
1
-0
/
+1
2021-01-14
tsocket: Fix a few typos
Volker Lendecke
1
-3
/
+3
2020-06-15
tsocket: Fix a typo
Volker Lendecke
1
-1
/
+1
2020-02-28
Rename macro argument s_addr due to it already being defined
Peter Eriksson
2
-7
/
+7
2020-02-26
lib/tsocket: add a comment regarding TEVENT_FD_READ in tstream_bsd_connect_se...
Stefan Metzmacher
1
-0
/
+8
2019-09-01
Spelling fixes s/implentation/implementation/
Mathieu Parent
1
-1
/
+1
2019-07-22
lib:tsocket: New function to build a tsocket_context from samba_address
Samuel Cabrero
2
-0
/
+39
2019-07-22
s3:utils: New struct to fix strict aliasing issues with sockets API
Samuel Cabrero
1
-59
/
+47
2019-03-22
tsocket: Simplify tsocket.h
Volker Lendecke
1
-1
/
+0
2018-12-17
lib:tsocket: Check for DOXYGEN as a #define
Andreas Schneider
1
-1
/
+1
2018-01-04
tsocket: Fix typos
Volker Lendecke
1
-2
/
+2
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
2
-0
/
+59
2015-06-12
lib/tsocket: add tdgram_bsd_existing_socket() helper function
Stefan Metzmacher
2
-0
/
+66
2015-06-05
tsocket: Use common code in tsocket_bsd_common_prepare_fd
Volker Lendecke
2
-30
/
+8
2015-02-24
tsocket: Use iov_advance
Volker Lendecke
2
-51
/
+18
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
2
-3
/
+3
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: optimize syscalls in tstream_readv_pdu_send()
Stefan Metzmacher
1
-0
/
+29
2012-11-05
lib/tsocket: disable the syscall optimization for recvfrom/readv by default
Stefan Metzmacher
2
-6
/
+109
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
2012-04-17
tsocket: Fix a couple of typos and spellings in tsocket_guide.txt
Michael Adam
1
-26
/
+27
2011-08-10
tsocket: make use of tevent_queue_add_optimize_empty() to optimize for the em...
Stefan Metzmacher
1
-37
/
+48
2011-06-20
Use tevent_req_oom
Volker Lendecke
1
-3
/
+3
2010-11-05
tsocket: fill in sa.sa_len if the system supports it
Stefan Metzmacher
1
-0
/
+12
2010-10-31
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
1
-13
/
+0
2010-10-23
tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...
Stefan Metzmacher
2
-5
/
+11
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
[next]