summaryrefslogtreecommitdiffstats
path: root/source3/lib/async_sock.c
Commit message (Expand)AuthorAgeFilesLines
* async_sock: Move to top levelKai Blin2009-01-281-693/+0
* Add a macro async_req_setup()Volker Lendecke2009-01-181-16/+4
* Convert async_connect to "normal" styleVolker Lendecke2009-01-041-101/+113
* Actually do a non-blocking connect.... :-)Volker Lendecke2009-01-041-1/+1
* Fix retval of async_syscall_result_intVolker Lendecke2009-01-031-1/+1
* struct async_req doesn't really need to carry an event_contextVolker Lendecke2009-01-031-4/+6
* Replace some SMB_ASSERTs with NT_STATUS_INTERNAL_ERRORVolker Lendecke2009-01-021-7/+28
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-081-10/+2
* Streamline the async_sock API a bitVolker Lendecke2008-12-081-33/+36
* Fix async_connectVolker Lendecke2008-09-291-1/+2
* Add simple async wrappers around send, recv and connectVolker Lendecke2008-08-081-0/+674