summaryrefslogtreecommitdiff
path: root/source3/rpc_client/rpc_transport_tstream.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-15s3:rpc_client: implement rpc_transport_np_init() on top of rpc_transport_tstr...Stefan Metzmacher1-0/+19
2010-12-15s3:rpc_client/rpc_transport_tstream.c: add some logic to handle cli_np tstreamsStefan Metzmacher1-2/+197
2010-12-15s3:rpc_client/rpc_transport_tstream: timeout should be unsigned intStefan Metzmacher1-1/+1
2010-12-15s3:rpc_client: let rpc_transport_tstream_init() create read and write queueStefan Metzmacher1-9/+14
2010-09-15s3-rpc_client: Added a tstream based transport.Simo Sorce1-0/+361