summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-02tsocket: remove DGRAM support from tsocket_contextStefan Metzmacher1-15/+0
metze
2009-04-02tsocket: add tdgram_sendto_queue_send/recv()Stefan Metzmacher1-0/+130
metze
2009-04-02tsocket: split out a smaller tdgram_context abstractionStefan Metzmacher1-0/+264
The idea is to have a tdgram and a tstream abstraction which only provide tevent_req based io functions. metze
2009-03-19lib/tsocket: add generic socket abstraction layerStefan Metzmacher1-0/+231
This will replace source4/lib/socket/. metze