python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / lib / tsocket /
2023-10-24 Stefan Metzmacherlib/tsocket: add tstream_bsd_fail_readv_first_error()
2023-10-24 Stefan Metzmacherlib/tsocket: make use of TEVENT_FD_ERROR in tstream_bsd...
2023-10-24 Stefan Metzmacherlib/tsocket: let tstream_bsd_connect_send() use TEVENT_...
2023-10-24 Stefan Metzmacherlib/tsocket: make use of samba_socket_sock_error()
2023-10-24 Stefan Metzmacherlib/tsocket: make use of samba_socket_poll_or_sock_error()
2023-08-14 Joseph Suttontsocket: Fix code spelling
2023-04-14 Andreas Schneiderlib:tsocket: Fix code spelling
2023-03-14 Andrew Bartletttsocket: Increase tcp_user_timeout max_loops
2023-01-17 Björn Baumbachlib/tsocket: fix a typo in the tsocket guide doc
2022-12-12 Volker Lendecketsocket: Fix the build on FreeBSD
2022-10-19 Stefan Metzmacherlib/tsocket: avoid endless cpu-spinning in tstream_bsd_...
2022-10-19 Stefan Metzmacherlib/tsocket: remember the first error as tstream_bsd...
2022-10-19 Stefan Metzmacherlib/tsocket: check for errors indicated by poll() befor...
2022-10-19 Stefan Metzmacherlib/tsocket: split out tsocket_bsd_error() from tsocket...
2022-10-19 Andrew Bartlettlib/tsocket: Add tests for loop on EAGAIN
2021-09-28 Uri Simchoniselftest: test tsocket_address_inet_from_hostport_strings
2021-09-28 Uri Simchoniselftest: add more tests for test_address_inet_from_strings
2021-09-28 Matthew Grantlib/tsocket: new function to parse host port strs.
2021-09-16 Amitay Isaacslib/tsocket: Fix build on Freebsd
2021-09-13 Uri Simchonitsocket: set errno on some failures of tsocket_address_...
2021-09-13 Uri Simchoniselftest: add a unit test for tsocket_address_inet_from...
2021-07-08 Samuel Cabrerolib/tsocket: Free subreq as soon as possible
2021-01-14 Volker Lendecketsocket: Fix a few typos
2020-06-15 Volker Lendecketsocket: Fix a typo
2020-02-28 Peter ErikssonRename macro argument s_addr due to it already being...
2020-02-26 Stefan Metzmacherlib/tsocket: add a comment regarding TEVENT_FD_READ...
2019-09-01 Mathieu ParentSpelling fixes s/implentation/implementation/
2019-07-22 Samuel Cabrerolib:tsocket: New function to build a tsocket_context...
2019-07-22 Samuel Cabreros3:utils: New struct to fix strict aliasing issues...
2019-03-22 Volker Lendecketsocket: Simplify tsocket.h
2018-12-16 Andreas Schneiderlib:tsocket: Check for DOXYGEN as a #define
2018-01-03 Volker Lendecketsocket: Fix typos
2016-06-30 Andreas Schneidertsocket: Do not dereference a NULL pointer
2016-02-10 Ralph Boehmelib/tsocket: workaround sockets not supporting FIONREAD
2015-10-21 Ralph Boehmelib/tsocket: fix non-blockging connect() error handling
2015-06-18 Volker LendeckeFix a typo
2015-06-12 Stefan Metzmacherlib/tsocket: add tdgram_inet_udp_broadcast_socket()
2015-06-12 Stefan Metzmacherlib/tsocket: add tdgram_bsd_existing_socket() helper...
2015-06-05 Volker Lendecketsocket: Use common code in tsocket_bsd_common_prepare_fd
2015-02-24 Volker Lendecketsocket: Use iov_advance
2015-02-24 Volker Lendecketsocket: Fix a typo
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-07-02 Andreas Schneidertsocket: Pass the full port number to getaddrinfo().
2013-07-01 Andreas Schneidertsocket: Pass the full port number to getaddrinfo().
2013-06-14 Volker Lendecketsocket: Add some const
2013-03-13 Ira Coopertsocket: ENOMEM can be retried on illumos/Solaris.
2013-03-04 Andrew Bartletttsocket_bsd: Attempt to increase the SO_SNDBUF if we...
2012-11-05 Stefan Metzmacherlib/tsocket: optimize syscalls in tstream_readv_pdu_send()
2012-11-05 Stefan Metzmacherlib/tsocket: disable the syscall optimization for recvf...
2012-10-23 Stefan Metzmacherlib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug...
2012-09-22 Stefan Metzmacherlib/tsocket: fix receiving of udp packets from 0 bytes...
2012-04-17 Michael Adamtsocket: Fix a couple of typos and spellings in tsocket...
2011-08-10 Stefan Metzmachertsocket: make use of tevent_queue_add_optimize_empty...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Volker LendeckeUse tevent_req_oom
2010-11-05 Stefan Metzmachertsocket: fill in sa.sa_len if the system supports it
2010-10-31 Jelmer Vernooijs4: Remove the old perl/m4/make/mk-based build system.
2010-10-23 Stefan Metzmachertsocket: let tstream_inet_tcp_connect_recv() optionally...
2010-10-23 Stefan Metzmachertsocket: ask the kernel for the specific local address...
2010-10-04 Stefan Metzmachertsocket: make sure we delete the fd event before callin...
2010-09-28 Stefan Metzmachertsocket: make sure we delete the fd event before callin...
2010-09-15 Andrew Tridgelltsocket: we return -1 on error, not fd
2010-08-28 Stefan MetzmacherRevert "lib/tsocket: sa_socklen is a macro on irix...
2010-08-27 Stefan Metzmacherlib/tsocket: sa_socklen is a macro on irix, so better...
2010-08-15 Volker Lendeckes3: Fix a typo
2010-07-11 Volker Lendecketsocket: Fix some unreachable code
2010-06-21 Volker Lendecketsocket: Fix some type-punned warnings
2010-05-19 Simo Sorcetsocket: Improve the language in some parts of the...
2010-05-05 Andreas Schneidertsocket: Added the warning again to tsocket_address_bsd...
2010-05-03 Andreas Schneidertsocket: Fixed the documentation of tsocket_address_bsd...
2010-04-27 Stefan Metzmacherlib/tsocket: add tsocket_address_is_unix() function
2010-04-27 Stefan Metzmacherlib/tsocket: add tsocket_address_is_inet() function
2010-04-24 Stefan MetzmacherRevert "tsocket: not all systems have IPV6_V6ONLY"
2010-04-12 Stefan Metzmachers4-waf: inline LIBREPLACE_NETWORK into 'replace'
2010-04-08 Andrew Bartletttsocket_bsd: Always use a real length for the sa_sockle...
2010-04-06 Andrew Tridgells4-waf: removed the AUTOGENERATED markers
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-03-26 Andrew Tridgelltsocket: not all systems have IPV6_V6ONLY
2010-02-26 Andreas Schneidertsocket: Improve the tsocket_address_bsd_sockaddr docum...
2010-02-22 Brad HardsSpelling fixes for tsocket API documentation.
2010-02-18 Stefan Metzmachertsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()
2010-02-17 Jeremy AllisonFix commit d07cd37b993d3c9beded20323174633b806196b5
2010-02-17 Stefan Metzmachertsocket/bsd: fix bug #7115 FreeBSD includes the UDP...
2010-02-17 Stefan Metzmachertsocket/bsd: set IPV6_V6ONLY on AF_INET6 sockets
2010-02-17 Stefan Metzmachertsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6...
2010-02-17 Stefan Metzmachertsocket/bsd: fix bug #7140 use calculated sa_socklen...
2010-02-17 Stefan Metzmachertsocket/bsd: fix do_bind logic for AF_INET
2010-01-28 Kai Blintsocket: Fix the description of tstream_writev_queue_se...
2010-01-28 Kai Blintsocket: Fix description for tstream_readv_pdu_queue_se...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-11 Andreas Schneidertsocket: Added doxygen config file.
2010-01-11 Andreas Schneidertsocket: Added complete doxygen documentation.
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-24 Stefan Metzmachertsocket: only copy the specific part of sockaddr*
2009-12-24 Stefan Metzmachertsocket: allow AF_UNIX sockaddrs smaller than sizeof...
2009-12-15 Andreas Schneidertsocket: Fixed tsocket_guide.txt asciidoc syntax.
2009-12-15 Andreas Schneidertsocket: Fixed documentation for tsocket_address_bsd_so...
2009-12-15 Andreas Schneidertsocket: Fixed typo in LGPL header.
next