summaryrefslogtreecommitdiff
path: root/source3/lib/async_sock.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-18Add a macro async_req_setup()Volker Lendecke1-16/+4
2009-01-04Convert async_connect to "normal" styleVolker Lendecke1-101/+113
2009-01-04Actually do a non-blocking connect.... :-)Volker Lendecke1-1/+1
2009-01-03Fix retval of async_syscall_result_intVolker Lendecke1-1/+1
2009-01-03struct async_req doesn't really need to carry an event_contextVolker Lendecke1-4/+6
2009-01-02Replace some SMB_ASSERTs with NT_STATUS_INTERNAL_ERRORVolker Lendecke1-7/+28
2008-12-08Simplify async programming a bit with helper routinesVolker Lendecke1-10/+2
2008-12-08Streamline the async_sock API a bitVolker Lendecke1-33/+36
2008-09-29Fix async_connectVolker Lendecke1-1/+2
2008-08-08Add simple async wrappers around send, recv and connectVolker Lendecke1-0/+674