Change uint_t to unsigned int in lib/replace
[ira/wip.git] / lib / tsocket /
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...
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