summaryrefslogtreecommitdiff
path: root/source3/lib/async_sock.c
AgeCommit message (Collapse)AuthorFilesLines
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
Introduce async_req_is_error() and async_req_simple_recv()
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
To be used later :-) (This used to be commit 0d161d336ab9eeccd90d19ef1473646c3008864a)