summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket.c
Commit message (Expand)AuthorAgeFilesLines
* tsocket: Fix some unreachable codeVolker Lendecke2010-07-111-2/+1
* tsocket: Fixed typo in LGPL header.Andreas Schneider2009-12-151-1/+1
* Properly free a downlevel readv request. Metze, please checkVolker Lendecke2009-06-271-0/+1
* It seems that IRIX doesn't have IOV_MAXAndrew Tridgell2009-06-091-0/+4
* tsocket: add tstream_context infrastructure similar to tdgram_contextStefan Metzmacher2009-05-011-0/+375
* tsocket: move tsocket_simple_int_recv() to tsocket.cStefan Metzmacher2009-05-011-1/+28
* tsocket: move tsocket_sendto_queue_send/recv() to tsocket_helpers.cStefan Metzmacher2009-05-011-130/+0
* tsocket: tdgram move input checks to the common code as there're needed for a...Stefan Metzmacher2009-05-011-2/+68
* tsocket: return EINVAL when tdgram_sendto_send() is used with len == 0Stefan Metzmacher2009-05-011-0/+5
* tsocket: remove tsocket_context related stuffStefan Metzmacher2009-05-011-145/+0
* tsocket: remove DGRAM support from tsocket_contextStefan Metzmacher2009-04-021-15/+0
* tsocket: add tdgram_sendto_queue_send/recv()Stefan Metzmacher2009-04-021-0/+130
* tsocket: split out a smaller tdgram_context abstractionStefan Metzmacher2009-04-021-0/+264
* lib/tsocket: add generic socket abstraction layerStefan Metzmacher2009-03-191-0/+231