v3-4-ctdb: Add recfrom_send/recv
[obnox/samba-ctdb.git] / lib / async_req / async_sock.c
2011-02-01 Volker Lendeckev3-4-ctdb: Add recfrom_send/recv
2010-03-26 Stefan Metzmacherlib/async_sock: handle queue = NULL in writev_send()
2009-04-05 Volker LendeckeUse recv instead of read in read_packet_handler
2009-03-17 Volker LendeckeRemove some transitional code in writev_send
2009-03-11 Stefan Metzmacherasync_sock: fix truncating of the temporary iovec in...
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-08 Volker LendeckeAdd "queue" to writev_send
2009-03-02 Simo SorceMake struct tevent_req opaque
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-28 Volker LendeckeSimplify async_connect_send slightly
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Volker LendeckeRemove async_req based async_send
2009-02-25 Volker LendeckeRemove async_req based async_recv
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-24 Volker LendeckeAdd more conventional async_recv
2009-02-24 Volker LendeckeAdd more conventional async_send
2009-02-24 Volker LendeckeRemove unused param_connect struct
2009-02-24 Volker LendeckeRemove unused recvall
2009-02-24 Volker LendeckeAdd async read_packet
2009-02-24 Volker LendeckeFix async writev
2009-02-24 Volker LendeckeRemove async sendall
2009-02-24 Volker LendeckeAdd async writev
2009-02-24 Volker LendeckeConvert async_connect to tevent_req
2009-02-09 Tim Proutys3 async: Fix the build on systems that have ETIMEDOUT...
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-09 Kai Blinasync_sock: Map ASYNC_REQ_TIMEOUT to ETIMEDOUT instead...
2009-02-09 Kai Blinasync_sock: Use unix errnos instead of NTSTATUS
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-01 Volker LendeckeSplit up async_req into a generic and a NTSTATUS specif...
2009-01-28 Kai Blinasync_sock: Move to top level