index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
tsocket
Commit message (
Expand
)
Author
Age
Files
Lines
*
tsocket: rewrite tsocket_guide.txt to reflect the current APIs
Stefan Metzmacher
2009-11-03
1
-467
/
+413
*
tsocket_bsd: return -1 and set errno to ENAMETOOLONG if the unix path is too ...
Stefan Metzmacher
2009-11-03
1
-1
/
+6
*
tsocket: remove prototype of non-existing tsocket_address_inet_set_broadcast()
Stefan Metzmacher
2009-11-03
1
-2
/
+0
*
tsocket: rename sa_len => sa_socklen, because sa_len is a macro on some platf...
Stefan Metzmacher
2009-07-16
1
-21
/
+21
*
tsocket/bsd: also ask for TEVENT_FD_READ when we want to write into a stream ...
Stefan Metzmacher
2009-06-29
1
-2
/
+9
*
tsocket/bsd: more correctly check if the cached tevent_fd is still valid
Stefan Metzmacher
2009-06-29
1
-4
/
+12
*
Properly free a downlevel readv request. Metze, please check
Volker Lendecke
2009-06-27
1
-0
/
+1
*
It seems that IRIX doesn't have IOV_MAX
Andrew Tridgell
2009-06-09
1
-0
/
+4
*
tsocket: allow empty vectors at the end for tstream_writev()/readv()
Stefan Metzmacher
2009-05-22
1
-0
/
+26
*
Set errno=ENOMEM if tevent_add_fd fails
Volker Lendecke
2009-05-19
1
-0
/
+4
*
Simplify the logic of tsocket_bsd_pending
Volker Lendecke
2009-05-19
1
-24
/
+26
*
Attempt to the build on NetBSD5 and a few others
Volker Lendecke
2009-05-01
1
-0
/
+3
*
tsocket: add tstream_readv_pdu_queue_send/recv()
Stefan Metzmacher
2009-05-01
2
-0
/
+132
*
tsocket: add tstream_writev_queue_send/recv()
Stefan Metzmacher
2009-05-01
2
-0
/
+132
*
tsocket: add tstream_readv_pdu_send/recv()
Stefan Metzmacher
2009-05-01
2
-1
/
+178
*
tsocket: add tstream implementation for bsd sockets (inet and unix)
Stefan Metzmacher
2009-05-01
2
-0
/
+943
*
tsocket: add tstream_context infrastructure similar to tdgram_context
Stefan Metzmacher
2009-05-01
3
-0
/
+445
*
tsocket: rename tdgram_unix_dgram_socket() => tdgram_unix_socket()
Stefan Metzmacher
2009-05-01
2
-12
/
+12
*
tsocket: move tsocket_simple_int_recv() to tsocket.c
Stefan Metzmacher
2009-05-01
2
-31
/
+28
*
tsocket: move tsocket_sendto_queue_send/recv() to tsocket_helpers.c
Stefan Metzmacher
2009-05-01
2
-130
/
+131
*
tsocket: tdgram move input checks to the common code as there're needed for a...
Stefan Metzmacher
2009-05-01
2
-24
/
+69
*
tsocket: for unix domain sockets we need to use sizeof(struct sockaddr_un)
Stefan Metzmacher
2009-05-01
1
-2
/
+22
*
tsocket: return EINVAL when tdgram_sendto_send() is used with len == 0
Stefan Metzmacher
2009-05-01
1
-0
/
+5
*
tsocket: fix dependecies
Stefan Metzmacher
2009-05-01
1
-1
/
+2
*
tsocket: remove tsocket_context related stuff
Stefan Metzmacher
2009-05-01
9
-1807
/
+17
*
tsocket: fix the build without ipv6 support
Stefan Metzmacher
2009-04-16
1
-0
/
+2
*
tsocket: reduce size of dummy variable
Stefan Metzmacher
2009-04-06
1
-1
/
+1
*
tsocket: use the correct 'ret' variable for tdgram_disconnect_send/recv()
Stefan Metzmacher
2009-04-06
1
-8
/
+2
*
tsocket: remove DGRAM support from tsocket_context
Stefan Metzmacher
2009-04-02
7
-564
/
+0
*
tsocket: optimize tdgram_bsd a lot
Stefan Metzmacher
2009-04-02
1
-27
/
+54
*
tsocket: add tdgram_sendto_queue_send/recv()
Stefan Metzmacher
2009-04-02
2
-0
/
+143
*
tsocket: split out a smaller tdgram_context abstraction
Stefan Metzmacher
2009-04-02
4
-0
/
+1192
*
tsocket: try to fix the build on solaris FIONREAD was missing
Stefan Metzmacher
2009-03-31
1
-0
/
+1
*
tsocket: more s/sun/un to make the build on solaris happy
Stefan Metzmacher
2009-03-28
1
-6
/
+6
*
tsocket: try to fix the build on solaris systems
Stefan Metzmacher
2009-03-27
1
-18
/
+18
*
lib/tsocket: add tsocket_guide.txt section with specific details about bsd st...
Stefan Metzmacher
2009-03-19
1
-0
/
+79
*
lib/tsocket: add a fast path to tsocket_writev_send/recv()
Stefan Metzmacher
2009-03-19
1
-0
/
+10
*
lib/tsocket: add a fast path to tsocket_sendto_send/recv()
Stefan Metzmacher
2009-03-19
1
-0
/
+10
*
lib/tsocket: add tsocket_guide.txt section about the async _send/recv() helpe...
Stefan Metzmacher
2009-03-19
1
-0
/
+142
*
lib/tsocket: add tsocket_readv_send/recv()
Stefan Metzmacher
2009-03-19
3
-1
/
+235
*
lib/tsocket: add tsocket_writev_queue_send/recv()
Stefan Metzmacher
2009-03-19
2
-0
/
+126
*
lib/tsocket: add tsocket_writev_send/recv()
Stefan Metzmacher
2009-03-19
3
-1
/
+195
*
lib/tsocket: add tsocket_connect_send/recv()
Stefan Metzmacher
2009-03-19
3
-1
/
+129
*
lib/tsocket: add tsocket_sendto_queue_send/recv()
Stefan Metzmacher
2009-03-19
2
-0
/
+133
*
lib/tsocket: add tsocket_sendto_send/recv()
Stefan Metzmacher
2009-03-19
3
-1
/
+145
*
lib/tsocket: add tsocket_recvfrom_send/recv()
Stefan Metzmacher
2009-03-19
3
-2
/
+178
*
lib/tsocket: add an implementation for bsd style sockets.
Stefan Metzmacher
2009-03-19
3
-1
/
+1169
*
lib/tsocket: add a tsocket_guide.txt with a description of the design
Stefan Metzmacher
2009-03-19
1
-0
/
+282
*
lib/tsocket: add some useful helper functions
Stefan Metzmacher
2009-03-19
3
-1
/
+183
*
lib/tsocket: add generic socket abstraction layer
Stefan Metzmacher
2009-03-19
4
-0
/
+518