Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/tsocket: add tsocket_guide.txt section with specific details about bsd ↵ | Stefan Metzmacher | 2009-03-19 | 1 | -0/+79 |
| | | | | | | style sockets metze | ||||
* | lib/tsocket: add a fast path to tsocket_writev_send/recv() | Stefan Metzmacher | 2009-03-19 | 1 | -0/+10 |
| | | | | | | This is similar to the tsocket_sendto_send/recv() fast path. metze | ||||
* | lib/tsocket: add a fast path to tsocket_sendto_send/recv() | Stefan Metzmacher | 2009-03-19 | 1 | -0/+10 |
| | | | | | | | | By first trying to send data without waiting for the socket to become writeable we gain about 10-20% performance in the LDAP-BENCH-CLDAP test. metze | ||||
* | lib/tsocket: add tsocket_guide.txt section about the async _send/recv() ↵ | Stefan Metzmacher | 2009-03-19 | 1 | -0/+142 |
| | | | | | | helper functions metze | ||||
* | lib/tsocket: add tsocket_readv_send/recv() | Stefan Metzmacher | 2009-03-19 | 3 | -1/+235 |
| | | | | metze | ||||
* | lib/tsocket: add tsocket_writev_queue_send/recv() | Stefan Metzmacher | 2009-03-19 | 2 | -0/+126 |
| | | | | metze | ||||
* | lib/tsocket: add tsocket_writev_send/recv() | Stefan Metzmacher | 2009-03-19 | 3 | -1/+195 |
| | | | | metze | ||||
* | lib/tsocket: add tsocket_connect_send/recv() | Stefan Metzmacher | 2009-03-19 | 3 | -1/+129 |
| | | | | metze | ||||
* | lib/tsocket: add tsocket_sendto_queue_send/recv() | Stefan Metzmacher | 2009-03-19 | 2 | -0/+133 |
| | | | | metze | ||||
* | lib/tsocket: add tsocket_sendto_send/recv() | Stefan Metzmacher | 2009-03-19 | 3 | -1/+145 |
| | | | | metze | ||||
* | lib/tsocket: add tsocket_recvfrom_send/recv() | Stefan Metzmacher | 2009-03-19 | 3 | -2/+178 |
| | | | | metze | ||||
* | lib/tsocket: add an implementation for bsd style sockets. | Stefan Metzmacher | 2009-03-19 | 3 | -1/+1169 |
| | | | | metze | ||||
* | lib/tsocket: add a tsocket_guide.txt with a description of the design | Stefan Metzmacher | 2009-03-19 | 1 | -0/+282 |
| | | | | metze | ||||
* | lib/tsocket: add some useful helper functions | Stefan Metzmacher | 2009-03-19 | 3 | -1/+183 |
| | | | | metze | ||||
* | lib/tsocket: add generic socket abstraction layer | Stefan Metzmacher | 2009-03-19 | 4 | -0/+518 |
This will replace source4/lib/socket/. metze |