Fixes inspired by OPC Oota.
[kai/samba-autobuild/.git] / lib / tsocket /
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...
2009-03-19 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_guide.txt section with specifi...
2009-03-19 Stefan Metzmacherlib/tsocket: add a fast path to tsocket_writev_send...
2009-03-19 Stefan Metzmacherlib/tsocket: add a fast path to tsocket_sendto_send...
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_guide.txt section about the...
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_readv_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_writev_queue_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_writev_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_connect_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_sendto_queue_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_sendto_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add tsocket_recvfrom_send/recv()
2009-03-19 Stefan Metzmacherlib/tsocket: add an implementation for bsd style sockets.
2009-03-19 Stefan Metzmacherlib/tsocket: add a tsocket_guide.txt with a description...
2009-03-19 Stefan Metzmacherlib/tsocket: add some useful helper functions
2009-03-19 Stefan Metzmacherlib/tsocket: add generic socket abstraction layer