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
*
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
*
lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen
Stefan Metzmacher
2010-08-27
3
-39
/
+39
*
s3: Fix a typo
Volker Lendecke
2010-08-15
1
-1
/
+1
*
tsocket: Fix some unreachable code
Volker Lendecke
2010-07-11
1
-2
/
+1
*
tsocket: Fix some type-punned warnings
Volker Lendecke
2010-06-21
1
-2
/
+2
*
tsocket: Improve the language in some parts of the guide.
Simo Sorce
2010-05-19
1
-41
/
+37
*
tsocket: Added the warning again to tsocket_address_bsd_sockaddr.
Andreas Schneider
2010-05-05
1
-0
/
+3
*
tsocket: Fixed the documentation of tsocket_address_bsd_sockaddr.
Andreas Schneider
2010-05-03
1
-6
/
+13
*
lib/tsocket: add tsocket_address_is_unix() function
Stefan Metzmacher
2010-04-27
2
-0
/
+29
*
lib/tsocket: add tsocket_address_is_inet() function
Stefan Metzmacher
2010-04-27
2
-0
/
+54
*
Revert "tsocket: not all systems have IPV6_V6ONLY"
Stefan Metzmacher
2010-04-24
1
-2
/
+2
*
s4-waf: inline LIBREPLACE_NETWORK into 'replace'
Stefan Metzmacher
2010-04-12
1
-1
/
+0
*
tsocket_bsd: Always use a real length for the sa_socklen, and keep it around
Andrew Bartlett
2010-04-08
1
-68
/
+16
*
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
2010-04-06
1
-3
/
+0
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
build: commit all the waf build files in the tree
Andrew Tridgell
2010-04-06
1
-0
/
+11
*
tsocket: not all systems have IPV6_V6ONLY
Andrew Tridgell
2010-03-26
1
-2
/
+2
*
tsocket: Improve the tsocket_address_bsd_sockaddr documentation.
Andreas Schneider
2010-02-26
1
-1
/
+3
*
Spelling fixes for tsocket API documentation.
Brad Hards
2010-02-22
1
-14
/
+14
*
tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()
Stefan Metzmacher
2010-02-18
1
-2
/
+4
[next]