summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* tsocket: Fixed typo in LGPL header.Andreas Schneider2009-12-151-1/+1
|
* Attempt to the build on NetBSD5 and a few othersVolker Lendecke2009-05-011-0/+3
|
* tsocket: add tstream_context infrastructure similar to tdgram_contextStefan Metzmacher2009-05-011-0/+42
| | | | metze
* tsocket: remove tsocket_context related stuffStefan Metzmacher2009-05-011-91/+0
| | | | | | It will be replaced by tdgram_context and tstream_context. metze
* tsocket: remove DGRAM support from tsocket_contextStefan Metzmacher2009-04-021-8/+0
| | | | metze
* tsocket: split out a smaller tdgram_context abstractionStefan Metzmacher2009-04-021-0/+41
| | | | | | | The idea is to have a tdgram and a tstream abstraction which only provide tevent_req based io functions. metze
* lib/tsocket: add some useful helper functionsStefan Metzmacher2009-03-191-0/+4
| | | | metze
* lib/tsocket: add generic socket abstraction layerStefan Metzmacher2009-03-191-0/+153
This will replace source4/lib/socket/. metze