summaryrefslogtreecommitdiffstats
path: root/lib/tsocket/tsocket_writev.c
Commit message (Collapse)AuthorAgeFilesLines
* tsocket: remove tsocket_context related stuffStefan Metzmacher2009-05-011-316/+0
| | | | | | It will be replaced by tdgram_context and tstream_context. metze
* lib/tsocket: add a fast path to tsocket_writev_send/recv()Stefan Metzmacher2009-03-191-0/+10
| | | | | | This is similar to the tsocket_sendto_send/recv() fast path. metze
* lib/tsocket: add tsocket_writev_queue_send/recv()Stefan Metzmacher2009-03-191-0/+119
| | | | metze
* lib/tsocket: add tsocket_writev_send/recv()Stefan Metzmacher2009-03-191-0/+187
metze