summaryrefslogtreecommitdiffstats
path: root/lib/tsocket
Commit message (Expand)AuthorAgeFilesLines
...
* tsocket: add tdgram_sendto_queue_send/recv()Stefan Metzmacher2009-04-022-0/+143
* tsocket: split out a smaller tdgram_context abstractionStefan Metzmacher2009-04-024-0/+1192
* tsocket: try to fix the build on solaris FIONREAD was missingStefan Metzmacher2009-03-311-0/+1
* tsocket: more s/sun/un to make the build on solaris happyStefan Metzmacher2009-03-281-6/+6
* tsocket: try to fix the build on solaris systemsStefan Metzmacher2009-03-271-18/+18
* lib/tsocket: add tsocket_guide.txt section with specific details about bsd st...Stefan Metzmacher2009-03-191-0/+79
* lib/tsocket: add a fast path to tsocket_writev_send/recv()Stefan Metzmacher2009-03-191-0/+10
* lib/tsocket: add a fast path to tsocket_sendto_send/recv()Stefan Metzmacher2009-03-191-0/+10
* lib/tsocket: add tsocket_guide.txt section about the async _send/recv() helpe...Stefan Metzmacher2009-03-191-0/+142
* lib/tsocket: add tsocket_readv_send/recv()Stefan Metzmacher2009-03-193-1/+235
* lib/tsocket: add tsocket_writev_queue_send/recv()Stefan Metzmacher2009-03-192-0/+126
* lib/tsocket: add tsocket_writev_send/recv()Stefan Metzmacher2009-03-193-1/+195
* lib/tsocket: add tsocket_connect_send/recv()Stefan Metzmacher2009-03-193-1/+129
* lib/tsocket: add tsocket_sendto_queue_send/recv()Stefan Metzmacher2009-03-192-0/+133
* lib/tsocket: add tsocket_sendto_send/recv()Stefan Metzmacher2009-03-193-1/+145
* lib/tsocket: add tsocket_recvfrom_send/recv()Stefan Metzmacher2009-03-193-2/+178
* lib/tsocket: add an implementation for bsd style sockets.Stefan Metzmacher2009-03-193-1/+1169
* lib/tsocket: add a tsocket_guide.txt with a description of the designStefan Metzmacher2009-03-191-0/+282
* lib/tsocket: add some useful helper functionsStefan Metzmacher2009-03-193-1/+183
* lib/tsocket: add generic socket abstraction layerStefan Metzmacher2009-03-194-0/+518