Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-05-01 | tsocket: add tstream_context infrastructure similar to tdgram_context | Stefan Metzmacher | 1 | -0/+375 |
2009-05-01 | tsocket: move tsocket_simple_int_recv() to tsocket.c | Stefan Metzmacher | 1 | -1/+28 |
2009-05-01 | tsocket: move tsocket_sendto_queue_send/recv() to tsocket_helpers.c | Stefan Metzmacher | 1 | -130/+0 |
2009-05-01 | tsocket: tdgram move input checks to the common code as there're needed for a... | Stefan Metzmacher | 1 | -2/+68 |
2009-05-01 | tsocket: return EINVAL when tdgram_sendto_send() is used with len == 0 | Stefan Metzmacher | 1 | -0/+5 |
2009-05-01 | tsocket: remove tsocket_context related stuff | Stefan Metzmacher | 1 | -145/+0 |
2009-04-02 | tsocket: remove DGRAM support from tsocket_context | Stefan Metzmacher | 1 | -15/+0 |
2009-04-02 | tsocket: add tdgram_sendto_queue_send/recv() | Stefan Metzmacher | 1 | -0/+130 |
2009-04-02 | tsocket: split out a smaller tdgram_context abstraction | Stefan Metzmacher | 1 | -0/+264 |
2009-03-19 | lib/tsocket: add generic socket abstraction layer | Stefan Metzmacher | 1 | -0/+231 |