Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tsocket: fix dependecies | Stefan Metzmacher | 2009-05-01 | 1 | -1/+2 |
| | | | | metze | ||||
* | tsocket: remove tsocket_context related stuff | Stefan Metzmacher | 2009-05-01 | 1 | -4/+1 |
| | | | | | | It will be replaced by tdgram_context and tstream_context. metze | ||||
* | tsocket: remove DGRAM support from tsocket_context | Stefan Metzmacher | 2009-04-02 | 1 | -2/+0 |
| | | | | metze | ||||
* | lib/tsocket: add tsocket_readv_send/recv() | Stefan Metzmacher | 2009-03-19 | 1 | -1/+2 |
| | | | | metze | ||||
* | lib/tsocket: add tsocket_writev_send/recv() | Stefan Metzmacher | 2009-03-19 | 1 | -1/+2 |
| | | | | metze | ||||
* | lib/tsocket: add tsocket_connect_send/recv() | Stefan Metzmacher | 2009-03-19 | 1 | -1/+2 |
| | | | | metze | ||||
* | lib/tsocket: add tsocket_sendto_send/recv() | Stefan Metzmacher | 2009-03-19 | 1 | -1/+2 |
| | | | | metze | ||||
* | lib/tsocket: add tsocket_recvfrom_send/recv() | Stefan Metzmacher | 2009-03-19 | 1 | -1/+2 |
| | | | | metze | ||||
* | lib/tsocket: add an implementation for bsd style sockets. | Stefan Metzmacher | 2009-03-19 | 1 | -1/+2 |
| | | | | metze | ||||
* | lib/tsocket: add some useful helper functions | Stefan Metzmacher | 2009-03-19 | 1 | -1/+2 |
| | | | | metze | ||||
* | lib/tsocket: add generic socket abstraction layer | Stefan Metzmacher | 2009-03-19 | 1 | -0/+10 |
This will replace source4/lib/socket/. metze |