summaryrefslogtreecommitdiffstats
path: root/lib/tsocket
Commit message (Collapse)AuthorAgeFilesLines
* lib/tsocket: add tsocket_guide.txt section with specific details about bsd ↵Stefan Metzmacher2009-03-191-0/+79
| | | | | | style sockets metze
* lib/tsocket: add a fast path to tsocket_writev_send/recv()Stefan Metzmacher2009-03-191-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 Metzmacher2009-03-191-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 Metzmacher2009-03-191-0/+142
| | | | | | helper functions metze
* lib/tsocket: add tsocket_readv_send/recv()Stefan Metzmacher2009-03-193-1/+235
| | | | metze
* lib/tsocket: add tsocket_writev_queue_send/recv()Stefan Metzmacher2009-03-192-0/+126
| | | | metze
* lib/tsocket: add tsocket_writev_send/recv()Stefan Metzmacher2009-03-193-1/+195
| | | | metze
* lib/tsocket: add tsocket_connect_send/recv()Stefan Metzmacher2009-03-193-1/+129
| | | | metze
* lib/tsocket: add tsocket_sendto_queue_send/recv()Stefan Metzmacher2009-03-192-0/+133
| | | | metze
* lib/tsocket: add tsocket_sendto_send/recv()Stefan Metzmacher2009-03-193-1/+145
| | | | metze
* lib/tsocket: add tsocket_recvfrom_send/recv()Stefan Metzmacher2009-03-193-2/+178
| | | | metze
* lib/tsocket: add an implementation for bsd style sockets.Stefan Metzmacher2009-03-193-1/+1169
| | | | metze
* lib/tsocket: add a tsocket_guide.txt with a description of the designStefan Metzmacher2009-03-191-0/+282
| | | | metze
* lib/tsocket: add some useful helper functionsStefan Metzmacher2009-03-193-1/+183
| | | | metze
* lib/tsocket: add generic socket abstraction layerStefan Metzmacher2009-03-194-0/+518
This will replace source4/lib/socket/. metze