udp-bsd: Explicitly bind to the interface when creating a socket
[platform/upstream/libnice.git] / socket / udp-bsd.c
2022-07-29 Olivier Crêteudp-bsd: Explicitly bind to the interface when creating...
2021-11-22 Fabrice Belletconncheck: don't ignore local socket errors
2020-12-07 Fabrice Belletagent: report duplicated port in udp bsd sockets too
2020-08-04 Lorenzo MinieroUse g_alloca instead of g_malloc_n in socket_send_messages
2020-08-04 Lorenzo MinieroChanged type of variable to signed
2020-08-04 Lorenzo MinieroFixed wrong return value in socket_send_messages for...
2020-08-04 Lorenzo MinieroRefactored UDP socket_send_messages to use g_socket_sen...
2020-02-13 Olivier Crêteudp-udp: Make coverity happy by giving it the whole...
2019-07-28 Olivier Crêteudp-bsd: Use sockaddr_storage union to ensure big enoug...
2019-07-19 Jakub Adamudp-bsd: log source and destination addresses on GSocke...
2018-12-18 Jakub Adamudp-bsd: Fix recv with small buffer on Windows
2018-11-16 Olivier Crêteudp-bsd: Protect the GSocketAddress cache with a mutex
2017-04-03 Jakub Adamudp-bsd: Log g_socket_send_message() errors
2016-06-02 Olivier Crêtesocket: Assert trying to use free'd socket
2015-08-19 Philip Withnallsocket: Handle ECONNRESET as EWOULDBLOCK on Windows
2015-08-18 Philip Withnallsocket: Handle ECONNRESET as EWOULDBLOCK on Windows
2014-09-02 Philip Withnallsocket: Return early from socket functions if the socke...
2014-08-21 Philip Withnallsocket: Gracefully return from send() if the socket...
2014-05-17 Youness AlaouiAdd a nice_socket_can_send and nice_socket_set_writable...
2014-05-15 Youness AlaouiAdd a nice_socket_send_reliable API for internal use.
2014-05-15 Youness AlaouiReturn number of sent messages in socket_send_messages...
2014-05-15 Youness AlaouiAdd a socket type for socket layer
2014-01-31 Olivier CrêteRemove the "to" parameter from NiceOutputMessage
2014-01-31 Philip Withnallsocket: Add vectored I/O support for sending on sockets
2014-01-31 Philip Withnallsocket: Add vectored I/O support for receiving on sockets
2014-01-31 Philip Withnallsocket: Ensure variables are nullified correctly in...
2013-12-18 Philip WithnallFix strict aliasing of sockaddr structures
2012-08-03 Livio MadaroFix gaddr initialization
2012-07-16 Youness AlaouiMerge remote-tracking branch 'shadeslayer/dribble_mode'
2012-05-29 Olivier CrêteCache GSocketAddress in UdpBsdSocket
2012-03-02 Youness AlaouiFix tcp-bsd/udp-bsd coding style, add robustness and...
2012-03-02 Youness AlaouiFix memory leak with udp-bsd
2012-03-02 Youness AlaouiFix coding style
2012-03-02 Livio MadaroReplace sockets with GSocket
2012-02-24 Livio Madaroset nonblocking mode for socket on Windows
2012-02-13 Madaro Livioudp-bsd: Do not return an error for CONNRESET errors...
2012-02-09 Youness AlaouiMerge branch 'master' of ssh://dhansak/srv/git.collabor...
2011-11-30 Nader MorshedAdd support for windows's compilation through MinGW
2010-07-20 Youness AlaouiMerge remote branch 'tester/misc-fixes' into nice-kakaroto
2010-07-20 Youness AlaouiMerge remote branch 'tester/ipv6' into nice-kakaroto
2010-06-27 Olivier Crêteudp-bsd: Create IPv6 socket if it such an address
2010-05-21 Olivier Crêteudp-bsd: Remove useless check from nice_udp_bsd_socket_new
2010-02-16 Youness AlaouiFix copyright headers for all files
2009-11-10 Youness AlaouiEven for UDP sockets, we should handle EAGAIN errors...
2008-12-08 Youness AlaouiSocket layer refactorising and adding of tcp-bsd, pseud...
2008-11-19 Youness Alaouifix udp-turn closesocket for windows. use sockfd since...
2008-11-17 Youness AlaouiUse the correct size for sockaddr_storage, otherwise...
2008-11-03 Youness AlaouiMerge commit 'tester/src-netbuffer' into nice-kakaroto
2008-11-03 Youness AlaouiMerge commit 'tester/nice-stund' into nice-kakaroto
2008-11-03 Youness Alaouireplace close by closesocket for windows
2008-11-03 Youness AlaouiFix includes for win32 compilation
2008-10-28 Youness Alaouiuse socklen_t where needed, and cast it to size_t as...
2008-10-28 Youness Alaouiremove unnecessary inclusion of socket files in some...
2008-10-08 Youness AlaouiAdd nice_socket_is_reliable to the API
2008-10-07 Youness Alaouiport test-bsd to the new API
2008-10-07 Youness AlaouiMuch better NiceSocket API now, no more need for a...
2008-10-06 Youness AlaouiUpdate udp socket layers to new NiceSocket API
2008-10-06 Youness AlaouiRenaming udp directory to socket