summaryrefslogtreecommitdiffstats
path: root/lib/async_req/async_sock.c
Commit message (Expand)AuthorAgeFilesLines
* async_rec/async_sock.c - add an additional "const"Matthias Dieter Wallnöfer2011-03-231-1/+2
* Use sockaddr_storage in async sendto/recvfromVolker Lendecke2010-12-291-8/+25
* async_send->sendto, async_recv->recvfromVolker Lendecke2010-12-281-32/+42
* async_sock: return -1/EPIPE if we're getting an end of file on read.Stefan Metzmacher2009-09-211-0/+4
* Fix a = vs == error in writev_handlerVolker Lendecke2009-06-151-1/+1
* async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8Stefan Metzmacher2009-06-081-4/+8
* Fix an uninitialized variable read in async_connect_sendVolker Lendecke2009-06-061-5/+5
* Only err on readability if writev_send was explicitly asked to do soVolker Lendecke2009-06-041-1/+1
* Handle EINTR in async_sock.cVolker Lendecke2009-05-301-0/+16
* libwbclient: Add async call framework.Kai Blin2009-05-301-2/+2
* async_sock: Change license to LGPLv3+Volker Lendecke2009-05-291-8/+12
* Change async_connect to use connect instead of getsockopt to get the errorVolker Lendecke2009-05-241-14/+24
* Add "err_on_readability" to writev_sendVolker Lendecke2009-05-241-2/+13
* Allow NULL queue to writev_sendVolker Lendecke2009-05-241-6/+16
* Remove async_reqVolker Lendecke2009-04-081-50/+0
* Use recv instead of read in read_packet_handlerVolker Lendecke2009-04-051-1/+2
* Remove some transitional code in writev_sendVolker Lendecke2009-03-171-17/+1
* async_sock: fix truncating of the temporary iovec in writev_send/recv()Stefan Metzmacher2009-03-111-1/+1
* Add "queue" to writev_sendVolker Lendecke2009-03-081-2/+28
* Make struct tevent_req opaqueSimo Sorce2009-03-021-20/+20
* Simplify async_connect_send slightlyVolker Lendecke2009-02-281-9/+6
* Remove async_req based async_sendVolker Lendecke2009-02-251-232/+0
* Remove async_req based async_recvVolker Lendecke2009-02-251-68/+0
* Add more conventional async_recvVolker Lendecke2009-02-241-0/+67
* Add more conventional async_sendVolker Lendecke2009-02-241-0/+67
* Remove unused param_connect structVolker Lendecke2009-02-241-11/+0
* Remove unused recvallVolker Lendecke2009-02-241-110/+0
* Add async read_packetVolker Lendecke2009-02-241-0/+118
* Fix async writevVolker Lendecke2009-02-241-1/+1
* Remove async sendallVolker Lendecke2009-02-241-111/+0
* Add async writevVolker Lendecke2009-02-241-0/+105
* Convert async_connect to tevent_reqVolker Lendecke2009-02-241-27/+27
* s3 async: Fix the build on systems that have ETIMEDOUT but not ETIMETim Prouty2009-02-091-2/+2
* async_sock: Map ASYNC_REQ_TIMEOUT to ETIMEDOUT instead of ETIMEKai Blin2009-02-091-1/+5
* async_sock: Use unix errnos instead of NTSTATUSKai Blin2009-02-091-27/+93
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-011-15/+15
* async_sock: Move to top levelKai Blin2009-01-281-0/+703