summaryrefslogtreecommitdiffstats
path: root/lib/tsocket
Commit message (Expand)AuthorAgeFilesLines
...
* tsocket: Fixed tsocket_guide.txt asciidoc syntax.Andreas Schneider2009-12-151-148/+161
* tsocket: Fixed documentation for tsocket_address_bsd_sockaddr().Andreas Schneider2009-12-151-6/+5
* tsocket: Fixed typo in LGPL header.Andreas Schneider2009-12-155-5/+5
* tsocket: add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sock...Stefan Metzmacher2009-12-153-5/+87
* tsocket: rewrite tsocket_guide.txt to reflect the current APIsStefan Metzmacher2009-11-031-467/+413
* tsocket_bsd: return -1 and set errno to ENAMETOOLONG if the unix path is too ...Stefan Metzmacher2009-11-031-1/+6
* tsocket: remove prototype of non-existing tsocket_address_inet_set_broadcast()Stefan Metzmacher2009-11-031-2/+0
* tsocket: rename sa_len => sa_socklen, because sa_len is a macro on some platf...Stefan Metzmacher2009-07-161-21/+21
* tsocket/bsd: also ask for TEVENT_FD_READ when we want to write into a stream ...Stefan Metzmacher2009-06-291-2/+9
* tsocket/bsd: more correctly check if the cached tevent_fd is still validStefan Metzmacher2009-06-291-4/+12
* Properly free a downlevel readv request. Metze, please checkVolker Lendecke2009-06-271-0/+1
* It seems that IRIX doesn't have IOV_MAXAndrew Tridgell2009-06-091-0/+4
* tsocket: allow empty vectors at the end for tstream_writev()/readv()Stefan Metzmacher2009-05-221-0/+26
* Set errno=ENOMEM if tevent_add_fd failsVolker Lendecke2009-05-191-0/+4
* Simplify the logic of tsocket_bsd_pendingVolker Lendecke2009-05-191-24/+26
* Attempt to the build on NetBSD5 and a few othersVolker Lendecke2009-05-011-0/+3
* tsocket: add tstream_readv_pdu_queue_send/recv()Stefan Metzmacher2009-05-012-0/+132
* tsocket: add tstream_writev_queue_send/recv()Stefan Metzmacher2009-05-012-0/+132
* tsocket: add tstream_readv_pdu_send/recv()Stefan Metzmacher2009-05-012-1/+178
* tsocket: add tstream implementation for bsd sockets (inet and unix)Stefan Metzmacher2009-05-012-0/+943
* tsocket: add tstream_context infrastructure similar to tdgram_contextStefan Metzmacher2009-05-013-0/+445
* tsocket: rename tdgram_unix_dgram_socket() => tdgram_unix_socket()Stefan Metzmacher2009-05-012-12/+12
* tsocket: move tsocket_simple_int_recv() to tsocket.cStefan Metzmacher2009-05-012-31/+28
* tsocket: move tsocket_sendto_queue_send/recv() to tsocket_helpers.cStefan Metzmacher2009-05-012-130/+131
* tsocket: tdgram move input checks to the common code as there're needed for a...Stefan Metzmacher2009-05-012-24/+69
* tsocket: for unix domain sockets we need to use sizeof(struct sockaddr_un)Stefan Metzmacher2009-05-011-2/+22
* tsocket: return EINVAL when tdgram_sendto_send() is used with len == 0Stefan Metzmacher2009-05-011-0/+5
* tsocket: fix dependeciesStefan Metzmacher2009-05-011-1/+2
* tsocket: remove tsocket_context related stuffStefan Metzmacher2009-05-019-1807/+17
* tsocket: fix the build without ipv6 supportStefan Metzmacher2009-04-161-0/+2
* tsocket: reduce size of dummy variableStefan Metzmacher2009-04-061-1/+1
* tsocket: use the correct 'ret' variable for tdgram_disconnect_send/recv()Stefan Metzmacher2009-04-061-8/+2
* tsocket: remove DGRAM support from tsocket_contextStefan Metzmacher2009-04-027-564/+0
* tsocket: optimize tdgram_bsd a lotStefan Metzmacher2009-04-021-27/+54
* tsocket: add tdgram_sendto_queue_send/recv()Stefan Metzmacher2009-04-022-0/+143
* tsocket: split out a smaller tdgram_context abstractionStefan Metzmacher2009-04-024-0/+1192
* tsocket: try to fix the build on solaris FIONREAD was missingStefan Metzmacher2009-03-311-0/+1
* tsocket: more s/sun/un to make the build on solaris happyStefan Metzmacher2009-03-281-6/+6
* tsocket: try to fix the build on solaris systemsStefan Metzmacher2009-03-271-18/+18
* lib/tsocket: add tsocket_guide.txt section with specific details about bsd st...Stefan Metzmacher2009-03-191-0/+79
* lib/tsocket: add a fast path to tsocket_writev_send/recv()Stefan Metzmacher2009-03-191-0/+10
* lib/tsocket: add a fast path to tsocket_sendto_send/recv()Stefan Metzmacher2009-03-191-0/+10
* lib/tsocket: add tsocket_guide.txt section about the async _send/recv() helpe...Stefan Metzmacher2009-03-191-0/+142
* lib/tsocket: add tsocket_readv_send/recv()Stefan Metzmacher2009-03-193-1/+235
* lib/tsocket: add tsocket_writev_queue_send/recv()Stefan Metzmacher2009-03-192-0/+126
* lib/tsocket: add tsocket_writev_send/recv()Stefan Metzmacher2009-03-193-1/+195
* lib/tsocket: add tsocket_connect_send/recv()Stefan Metzmacher2009-03-193-1/+129
* lib/tsocket: add tsocket_sendto_queue_send/recv()Stefan Metzmacher2009-03-192-0/+133
* lib/tsocket: add tsocket_sendto_send/recv()Stefan Metzmacher2009-03-193-1/+145
* lib/tsocket: add tsocket_recvfrom_send/recv()Stefan Metzmacher2009-03-193-2/+178