summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket_bsd.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-16tsocket: fix the build without ipv6 supportStefan Metzmacher1-0/+2
2009-04-06tsocket: reduce size of dummy variableStefan Metzmacher1-1/+1
2009-04-06tsocket: use the correct 'ret' variable for tdgram_disconnect_send/recv()Stefan Metzmacher1-8/+2
2009-04-02tsocket: remove DGRAM support from tsocket_contextStefan Metzmacher1-72/+0
2009-04-02tsocket: optimize tdgram_bsd a lotStefan Metzmacher1-27/+54
2009-04-02tsocket: split out a smaller tdgram_context abstractionStefan Metzmacher1-0/+844
2009-03-31tsocket: try to fix the build on solaris FIONREAD was missingStefan Metzmacher1-0/+1
2009-03-28tsocket: more s/sun/un to make the build on solaris happyStefan Metzmacher1-6/+6
2009-03-27tsocket: try to fix the build on solaris systemsStefan Metzmacher1-18/+18
2009-03-19lib/tsocket: add an implementation for bsd style sockets.Stefan Metzmacher1-0/+1126