Add new function smbXcli_session_copy(), to be used when creating compound SMB2 requests.
[nivanova/samba-autobuild/.git] / lib / tsocket /
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.
2009-12-15 Stefan Metzmachertsocket: add tsocket_address_bsd_sockaddr() and tsocket...
2009-11-03 Stefan Metzmachertsocket: rewrite tsocket_guide.txt to reflect the curre...
2009-11-03 Stefan Metzmachertsocket_bsd: return -1 and set errno to ENAMETOOLONG...
2009-11-03 Stefan Metzmachertsocket: remove prototype of non-existing tsocket_addre...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-16 Stefan Metzmachertsocket: rename sa_len => sa_socklen, because sa_len...
2009-06-29 Stefan Metzmachertsocket/bsd: also ask for TEVENT_FD_READ when we want...
2009-06-29 Stefan Metzmachertsocket/bsd: more correctly check if the cached tevent_...
2009-06-27 Volker LendeckeProperly free a downlevel readv request. Metze, please...
2009-06-09 Andrew TridgellIt seems that IRIX doesn't have IOV_MAX
2009-05-22 Stefan Metzmachertsocket: allow empty vectors at the end for tstream_wri...
2009-05-19 Volker LendeckeSet errno=ENOMEM if tevent_add_fd fails
2009-05-19 Volker LendeckeSimplify the logic of tsocket_bsd_pending
2009-05-01 Volker LendeckeAttempt to the build on NetBSD5 and a few others
2009-05-01 Stefan Metzmachertsocket: add tstream_readv_pdu_queue_send/recv()
2009-05-01 Stefan Metzmachertsocket: add tstream_writev_queue_send/recv()
2009-05-01 Stefan Metzmachertsocket: add tstream_readv_pdu_send/recv()
2009-05-01 Stefan Metzmachertsocket: add tstream implementation for bsd sockets...
2009-05-01 Stefan Metzmachertsocket: add tstream_context infrastructure similar...
2009-05-01 Stefan Metzmachertsocket: rename tdgram_unix_dgram_socket() => tdgram_un...
2009-05-01 Stefan Metzmachertsocket: move tsocket_simple_int_recv() to tsocket.c
2009-05-01 Stefan Metzmachertsocket: move tsocket_sendto_queue_send/recv() to tsock...
2009-05-01 Stefan Metzmachertsocket: tdgram move input checks to the common code...
2009-05-01 Stefan Metzmachertsocket: for unix domain sockets we need to use sizeof...
2009-05-01 Stefan Metzmachertsocket: return EINVAL when tdgram_sendto_send() is...
2009-05-01 Stefan Metzmachertsocket: fix dependecies
2009-05-01 Stefan Metzmachertsocket: remove tsocket_context related stuff
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-16 Stefan Metzmachertsocket: fix the build without ipv6 support
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-06 Stefan Metzmachertsocket: reduce size of dummy variable
2009-04-06 Stefan Metzmachertsocket: use the correct 'ret' variable for tdgram_disc...
2009-04-02 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-02 Stefan Metzmachertsocket: remove DGRAM support from tsocket_context
2009-04-02 Stefan Metzmachertsocket: optimize tdgram_bsd a lot
2009-04-02 Stefan Metzmachertsocket: add tdgram_sendto_queue_send/recv()
2009-04-02 Stefan Metzmachertsocket: split out a smaller tdgram_context abstraction
2009-04-01 Andrew TridgellMerge commit 'master/master' into wspp-schema
2009-03-31 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-31 Stefan Metzmachertsocket: try to fix the build on solaris FIONREAD was...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-28 Stefan Metzmachertsocket: more s/sun/un to make the build on solaris...
2009-03-27 Stefan Metzmachertsocket: try to fix the build on solaris systems
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
next