Merge branch 'upstream' into tizen
[platform/upstream/libnice.git] / socket /
2022-07-12 Sangchul LeeMerge branch 'upstream' into tizen 98/277698/1 accepted/tizen/unified/20220715.141349 submit/tizen/20220714.013603
2022-07-12 Sangchul LeeMerge tag '0.1.19' into upstream
2022-02-17 Sangchul LeeMerge branch 'upstream' into tizen 35/271235/1
2022-02-17 Sangchul LeeMerge tag '0.1.18' into upstream upstream/0.1.18
2022-02-17 Sangchul LeeInitialize git
2021-11-26 Olivier Crêtetcp-active: Fix use-after-free in error case
2021-11-22 Fabrice Belletconncheck: don't ignore local socket errors
2021-11-02 Olivier CrêteRemove g_assert_cmp* macros outside of the unit tests
2021-08-13 YoungHun KimUse dlog to debug agent 28/262428/20 accepted/tizen/unified/20210824.123845 submit/tizen/20210818.024548
2021-05-09 Ole André Vadla... tcp-bsd: Handle send before connect() completes
2021-05-03 Olivier Crêteudp-turn: Remove request before freeing it
2021-04-20 Fabrice Belletudp-turn: don't allocate large arrays on the stack
2020-12-07 Fabrice Belletagent: report duplicated port in udp bsd sockets too
2020-08-20 HyunilMerge branch 'upstream' into tizen 52/241452/1
2020-08-20 HyunilImported Upstream version 0.1.17 50/241450/1 upstream/0.1.17
2020-08-18 Olivier Crêteagent: Actually fail gathering on UDP port unavailability
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-05-22 Tim-Philipp MüllerRemove autotools build
2020-05-06 Olivier CrêteUse g_assert_cmp.int() to get better debug logs on...
2020-03-11 HyunilImported Upstream version 0.1.16 43/227343/1 upstream/0.1.16
2020-03-02 Fabrice Belletconncheck: refactor local and remote candidates validation
2020-02-13 Olivier Crêteudp-bsd: Check all return value
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...
2019-07-04 Fabrice Bellettcp-bsd: fix a heap-use-after-free
2019-07-04 Fabrice Belletsocket: fix a heap use-after-free on the send queue
2019-06-05 alexAssign source out of the for loop
2019-06-05 alexFix regression introduced by https://gitlab.freedesktop...
2019-01-22 Olivier Crêteturn: Replace magic numbers with define
2019-01-04 Jakub Adamudp-turn: Avoid potential integer overflow
2019-01-04 Jakub Adamudp-turn: Fix unaligned memory access on ARM
2018-12-27 Olivier CrêteMakefiles: Add meson.build files to tarball
2018-12-18 Jakub Adamudp-bsd: Fix recv with small buffer on Windows
2018-12-14 Nirbheek ChauhanFix build with MSVC
2018-12-14 Tim-Philipp MüllerAdd support for Meson build system
2018-11-21 Olivier Crêtetcp-passive: Clear connection on child closing
2018-11-20 Jakub Adamtcp-bsd: Restore global locks
2018-11-19 Olivier Crêteudp-turn: Create locked version of realm&nonce cache...
2018-11-16 Olivier Crêteudp-bsd: Protect the GSocketAddress cache with a mutex
2018-10-31 Jakub Adamudp-turn: handle multiple RFC4571 frames received in...
2018-10-31 Jakub Adamudp-turn: don't re-iterate incoming TURN control messages
2018-10-31 Olivier Crêteudp-turn: Start function with lock instead of unlock
2018-10-28 Olivier Crêteudp-turn: Restore global locks
2018-10-28 Olivier Crêteudp-turn: Rename misleading function, it's a timeout
2018-10-28 Olivier Crêteudp-turn: Factor our SendRequest destruction
2018-10-28 Olivier Crêteudp-turn: Restore synchronized seconds timeout
2018-10-28 Juan NavarroUse per-agent locks and GWeakRefs in callbacks from...
2018-06-18 Nicolas DufresneFix queue_clear replaced by queue_free error
2018-06-12 Nicolas DufresneFix cast-function-type warning introduced in GCC 8
2017-04-04 Olivier Crêteudp-turn: Add some const to internal APIs
2017-04-04 Olivier CrêteMake clang-analyzer happy
2017-04-03 Olivier CrêteVersion 0.1.14 0.1.14
2017-04-03 Olivier Crêtestun: Use unions fix alignment issues
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
2016-05-30 Olivier CrêteReplace g_malloc/g_new with g_alloca where possible
2016-05-26 Olivier Crêteudp-turn: Fix binding timeout leak
2016-05-26 Olivier Crêteudp-turn: Don't expose GSocket
2016-05-26 Olivier Crêteturn: Cache the nonce & realm to remove useless round...
2016-04-04 Jakub Adamsocket: refactor nice_socket_is_base_of()
2016-04-04 Jakub Adamsocket: fix wrong function called in nice_socket_is_bas...
2016-03-01 Philip Withnallconncheck: add more debug information
2015-09-11 Jakub Adamsocket: add nice_socket_is_base_of()
2015-09-02 Philip Withnallms-turn: don't wait for a reply to STUN_SEND request
2015-09-02 Jakub Adamms-turn: don't wait for a reply to STUN_SEND request
2015-08-29 Philip WithnallCreating TCP sockets with TCP_NODELAY option set to...
2015-08-29 Philip WithnallCreating TCP sockets with TCP_NODELAY option set to...
2015-08-19 Philip Withnallsocket: Handle ECONNRESET as EWOULDBLOCK on Windows
2015-08-19 Philip Withnallsocket: Close base socket for a TCP passive socket...
2015-08-18 Philip Withnallsocket: Close base socket for a TCP passive socket...
2015-08-18 Philip Withnallsocket: Handle ECONNRESET as EWOULDBLOCK on Windows
2015-06-24 Olivier CrêteSplit "verbose" on-every-packet messages to a verbose log
2014-10-09 Olivier Crêteudp-turn: Don't dereference priv before check that...
2014-09-23 Philip Withnallsocket: Fix a leak on the slow TURN packet handling...
2014-09-02 Philip Withnallsocket: Return early from socket functions if the socke...
2014-09-02 Philip Withnallsocket: Fix return values of socket_send_messages in...
2014-08-21 Philip Withnallsocket: Gracefully return from send() if the socket...
2014-08-14 Philip Withnallsocket: Remove dead code
2014-07-25 Olivier CrêteRevert "agent: Separate reliability from ice-tcp vs...
2014-07-23 Youness AlaouiFix timer for TURN CreatePermission.
2014-07-12 Olivier Crêtetcp-passive: Relay the tcp writable callback up
2014-07-07 Philip Withnallsocket: Avoid g_main_context_ref(NULL) calls using...
2014-05-17 Olivier Crêteagent: Separate reliability from ice-tcp vs ice-udp
2014-05-17 Youness AlaouiAdd a nice_socket_can_send and nice_socket_set_writable...
2014-05-17 Youness AlaouiChange argument names for tcp-bsd
2014-05-17 Jakub AdamSet local address of TCP-BSD socket
2014-05-17 Jakub Adamnice_tcp_bsd_socket_new: rename addr -> remote_addr
2014-05-17 Youness AlaouiMove the rfc4571 handling for OC2007 into udp-turn
2014-05-17 Youness AlaouiWrap socket_send in udp-turn to avoid if/else on reliab...
2014-05-17 Youness AlaouiCheck real received size for pseuddossl handshake
2014-05-17 Youness AlaouiStore connections in tcp-passive to allow sending
2014-05-17 Youness AlaouiAdd tcp-passive and tcp-active socket layers with unit...
2014-05-15 Youness AlaouiAdd a nice_socket_recv convenience function similar...
2014-05-15 Youness AlaouiRefactor tcp-bsd to ease integration of tcp-act/tcp...
2014-05-15 Youness AlaouiFactor out the add_to_be_sent into a helper API for...
2014-05-15 Youness AlaouiDo not allow message_offset to become negative when...
next