Age | Commit message (Expand) | Author | Files | Lines |
2009-05-01 | tsocket: tdgram move input checks to the common code as there're needed for a... | Stefan Metzmacher | 2 | -24/+69 |
2009-05-01 | tsocket: for unix domain sockets we need to use sizeof(struct sockaddr_un) | Stefan Metzmacher | 1 | -2/+22 |
2009-05-01 | tsocket: return EINVAL when tdgram_sendto_send() is used with len == 0 | Stefan Metzmacher | 1 | -0/+5 |
2009-05-01 | tsocket: fix dependecies | Stefan Metzmacher | 1 | -1/+2 |
2009-05-01 | tsocket: remove tsocket_context related stuff | Stefan Metzmacher | 9 | -1807/+17 |
2009-04-16 | tsocket: fix the build without ipv6 support | Stefan Metzmacher | 1 | -0/+2 |
2009-04-06 | tsocket: reduce size of dummy variable | Stefan Metzmacher | 1 | -1/+1 |
2009-04-06 | tsocket: use the correct 'ret' variable for tdgram_disconnect_send/recv() | Stefan Metzmacher | 1 | -8/+2 |
2009-04-02 | tsocket: remove DGRAM support from tsocket_context | Stefan Metzmacher | 7 | -564/+0 |
2009-04-02 | tsocket: optimize tdgram_bsd a lot | Stefan Metzmacher | 1 | -27/+54 |
2009-04-02 | tsocket: add tdgram_sendto_queue_send/recv() | Stefan Metzmacher | 2 | -0/+143 |
2009-04-02 | tsocket: split out a smaller tdgram_context abstraction | Stefan Metzmacher | 4 | -0/+1192 |
2009-03-31 | tsocket: try to fix the build on solaris FIONREAD was missing | Stefan Metzmacher | 1 | -0/+1 |
2009-03-28 | tsocket: more s/sun/un to make the build on solaris happy | Stefan Metzmacher | 1 | -6/+6 |
2009-03-27 | tsocket: try to fix the build on solaris systems | Stefan Metzmacher | 1 | -18/+18 |
2009-03-19 | lib/tsocket: add tsocket_guide.txt section with specific details about bsd st... | Stefan Metzmacher | 1 | -0/+79 |
2009-03-19 | lib/tsocket: add a fast path to tsocket_writev_send/recv() | Stefan Metzmacher | 1 | -0/+10 |
2009-03-19 | lib/tsocket: add a fast path to tsocket_sendto_send/recv() | Stefan Metzmacher | 1 | -0/+10 |
2009-03-19 | lib/tsocket: add tsocket_guide.txt section about the async _send/recv() helpe... | Stefan Metzmacher | 1 | -0/+142 |
2009-03-19 | lib/tsocket: add tsocket_readv_send/recv() | Stefan Metzmacher | 3 | -1/+235 |
2009-03-19 | lib/tsocket: add tsocket_writev_queue_send/recv() | Stefan Metzmacher | 2 | -0/+126 |
2009-03-19 | lib/tsocket: add tsocket_writev_send/recv() | Stefan Metzmacher | 3 | -1/+195 |
2009-03-19 | lib/tsocket: add tsocket_connect_send/recv() | Stefan Metzmacher | 3 | -1/+129 |
2009-03-19 | lib/tsocket: add tsocket_sendto_queue_send/recv() | Stefan Metzmacher | 2 | -0/+133 |
2009-03-19 | lib/tsocket: add tsocket_sendto_send/recv() | Stefan Metzmacher | 3 | -1/+145 |
2009-03-19 | lib/tsocket: add tsocket_recvfrom_send/recv() | Stefan Metzmacher | 3 | -2/+178 |
2009-03-19 | lib/tsocket: add an implementation for bsd style sockets. | Stefan Metzmacher | 3 | -1/+1169 |
2009-03-19 | lib/tsocket: add a tsocket_guide.txt with a description of the design | Stefan Metzmacher | 1 | -0/+282 |
2009-03-19 | lib/tsocket: add some useful helper functions | Stefan Metzmacher | 3 | -1/+183 |
2009-03-19 | lib/tsocket: add generic socket abstraction layer | Stefan Metzmacher | 4 | -0/+518 |