summaryrefslogtreecommitdiffstats
path: root/source3/lib/async_sock.c
Commit message (Collapse)AuthorAgeFilesLines
* async_sock: Move to top levelKai Blin2009-01-281-693/+0
|
* Add a macro async_req_setup()Volker Lendecke2009-01-181-16/+4
| | | | This streamlines setting up a multi-step async request a bit
* 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
| | | | Introduce async_req_is_error() and async_req_simple_recv()
* 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
To be used later :-) (This used to be commit 0d161d336ab9eeccd90d19ef1473646c3008864a)