index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
tsocket
Commit message (
Expand
)
Author
Age
Files
Lines
*
tsocket: Added the warning again to tsocket_address_bsd_sockaddr.
Andreas Schneider
2010-05-05
1
-0
/
+3
*
tsocket: Fixed the documentation of tsocket_address_bsd_sockaddr.
Andreas Schneider
2010-05-03
1
-6
/
+13
*
lib/tsocket: add tsocket_address_is_unix() function
Stefan Metzmacher
2010-04-27
2
-0
/
+29
*
lib/tsocket: add tsocket_address_is_inet() function
Stefan Metzmacher
2010-04-27
2
-0
/
+54
*
Revert "tsocket: not all systems have IPV6_V6ONLY"
Stefan Metzmacher
2010-04-24
1
-2
/
+2
*
s4-waf: inline LIBREPLACE_NETWORK into 'replace'
Stefan Metzmacher
2010-04-12
1
-1
/
+0
*
tsocket_bsd: Always use a real length for the sa_socklen, and keep it around
Andrew Bartlett
2010-04-08
1
-68
/
+16
*
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
2010-04-06
1
-3
/
+0
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
build: commit all the waf build files in the tree
Andrew Tridgell
2010-04-06
1
-0
/
+11
*
tsocket: not all systems have IPV6_V6ONLY
Andrew Tridgell
2010-03-26
1
-2
/
+2
*
tsocket: Improve the tsocket_address_bsd_sockaddr documentation.
Andreas Schneider
2010-02-26
1
-1
/
+3
*
Spelling fixes for tsocket API documentation.
Brad Hards
2010-02-22
1
-14
/
+14
*
tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()
Stefan Metzmacher
2010-02-18
1
-2
/
+4
*
Fix commit d07cd37b993d3c9beded20323174633b806196b5
Jeremy Allison
2010-02-17
1
-1
/
+4
*
tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREAD
Stefan Metzmacher
2010-02-17
1
-4
/
+6
*
tsocket/bsd: set IPV6_V6ONLY on AF_INET6 sockets
Stefan Metzmacher
2010-02-17
1
-0
/
+36
*
tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote addre...
Stefan Metzmacher
2010-02-17
1
-2
/
+53
*
tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bs...
Stefan Metzmacher
2010-02-17
1
-1
/
+1
*
tsocket/bsd: fix do_bind logic for AF_INET
Stefan Metzmacher
2010-02-17
1
-2
/
+2
*
tsocket: Fix the description of tstream_writev_queue_send/recv
Kai Blin
2010-01-28
1
-6
/
+6
*
tsocket: Fix description for tstream_readv_pdu_queue_send/recv
Kai Blin
2010-01-28
1
-7
/
+6
*
tsocket: Added doxygen config file.
Andreas Schneider
2010-01-11
1
-0
/
+1538
*
tsocket: Added complete doxygen documentation.
Andreas Schneider
2010-01-11
2
-63
/
+834
*
tsocket: only copy the specific part of sockaddr*
Stefan Metzmacher
2009-12-24
1
-0
/
+5
*
tsocket: allow AF_UNIX sockaddrs smaller than sizeof(sockaddr_un)
Stefan Metzmacher
2009-12-24
1
-4
/
+5
*
tsocket: Fixed tsocket_guide.txt asciidoc syntax.
Andreas Schneider
2009-12-15
1
-148
/
+161
*
tsocket: Fixed documentation for tsocket_address_bsd_sockaddr().
Andreas Schneider
2009-12-15
1
-6
/
+5
*
tsocket: Fixed typo in LGPL header.
Andreas Schneider
2009-12-15
5
-5
/
+5
*
tsocket: add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sock...
Stefan Metzmacher
2009-12-15
3
-5
/
+87
*
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
[next]