summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket_internal.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-02tsocket: remove DGRAM support from tsocket_contextStefan Metzmacher1-8/+0
metze
2009-04-02tsocket: split out a smaller tdgram_context abstractionStefan Metzmacher1-0/+41
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 some useful helper functionsStefan Metzmacher1-0/+4
metze
2009-03-19lib/tsocket: add generic socket abstraction layerStefan Metzmacher1-0/+153
This will replace source4/lib/socket/. metze