summaryrefslogtreecommitdiff
path: root/lib/async_req/async_sock.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-17lib: Add before/after hooks to async_connectVolker Lendecke1-4/+31
2012-03-23lib/async_req: Retry read_packet with read(2)Volker Lendecke1-0/+4
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2011-08-25s3: Fix bug 8385Volker Lendecke1-26/+14
2011-07-28Add wait_for_read_send/recvVolker Lendecke1-0/+55
2011-06-06Fix bug #8197 - winbind does not properly detect when a DC connection is dead.Jeremy Allison1-6/+32
2011-03-23async_rec/async_sock.c - add an additional "const"Matthias Dieter Wallnöfer1-1/+2
2010-12-29Use sockaddr_storage in async sendto/recvfromVolker Lendecke1-8/+25
2010-12-28async_send->sendto, async_recv->recvfromVolker Lendecke1-32/+42
2009-09-21async_sock: return -1/EPIPE if we're getting an end of file on read.Stefan Metzmacher1-0/+4
2009-06-15Fix a = vs == error in writev_handlerVolker Lendecke1-1/+1
2009-06-08async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8Stefan Metzmacher1-4/+8
2009-06-06Fix an uninitialized variable read in async_connect_sendVolker Lendecke1-5/+5
2009-06-04Only err on readability if writev_send was explicitly asked to do soVolker Lendecke1-1/+1
2009-05-30Handle EINTR in async_sock.cVolker Lendecke1-0/+16
2009-05-30libwbclient: Add async call framework.Kai Blin1-2/+2
2009-05-29async_sock: Change license to LGPLv3+Volker Lendecke1-8/+12
2009-05-24Change async_connect to use connect instead of getsockopt to get the errorVolker Lendecke1-14/+24
2009-05-24Add "err_on_readability" to writev_sendVolker Lendecke1-2/+13
2009-05-24Allow NULL queue to writev_sendVolker Lendecke1-6/+16
2009-04-08Remove async_reqVolker Lendecke1-50/+0
2009-04-05Use recv instead of read in read_packet_handlerVolker Lendecke1-1/+2
2009-03-17Remove some transitional code in writev_sendVolker Lendecke1-17/+1
2009-03-11async_sock: fix truncating of the temporary iovec in writev_send/recv()Stefan Metzmacher1-1/+1
2009-03-08Add "queue" to writev_sendVolker Lendecke1-2/+28
2009-03-02Make struct tevent_req opaqueSimo Sorce1-20/+20
2009-02-28Simplify async_connect_send slightlyVolker Lendecke1-9/+6
2009-02-25Remove async_req based async_sendVolker Lendecke1-232/+0
2009-02-25Remove async_req based async_recvVolker Lendecke1-68/+0
2009-02-24Add more conventional async_recvVolker Lendecke1-0/+67
2009-02-24Add more conventional async_sendVolker Lendecke1-0/+67
2009-02-24Remove unused param_connect structVolker Lendecke1-11/+0
2009-02-24Remove unused recvallVolker Lendecke1-110/+0
2009-02-24Add async read_packetVolker Lendecke1-0/+118
2009-02-24Fix async writevVolker Lendecke1-1/+1
2009-02-24Remove async sendallVolker Lendecke1-111/+0
2009-02-24Add async writevVolker Lendecke1-0/+105
2009-02-24Convert async_connect to tevent_reqVolker Lendecke1-27/+27
2009-02-09s3 async: Fix the build on systems that have ETIMEDOUT but not ETIMETim Prouty1-2/+2
2009-02-09async_sock: Map ASYNC_REQ_TIMEOUT to ETIMEDOUT instead of ETIMEKai Blin1-1/+5
2009-02-09async_sock: Use unix errnos instead of NTSTATUSKai Blin1-27/+93
2009-02-01Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke1-15/+15
2009-01-28async_sock: Move to top levelKai Blin1-0/+703