platform/upstream/libnice.git
2014-07-25 Olivier CrêteRevert "agent: Separate reliability from ice-tcp vs...
2014-07-25 Youness AlaouiChange test-icetcp to be more robust against ready...
2014-07-25 Youness AlaouiCast the current time for pseudotcp timeout calculation...
2014-07-24 Olivier Crêteagent: Print libnice debug messages when setting G_MESS...
2014-07-23 Olivier Crêtepseudotcp: Use different g_log domain for pseudotcp
2014-07-23 Olivier Crêtedebug: Make debug messages ready for g_log()
2014-07-23 Youness AlaouiFix timer for TURN CreatePermission.
2014-07-23 Livio MadaroCheck error code 438 for TURN Nonce expired
2014-07-23 Youness AlaouiDo not access component if it was destroyed when callin...
2014-07-23 Youness AlaouiUse sockaddr for stun_usage_bind_process in unit test
2014-07-16 Philip Withnallagent: Use AC_CHECK_HEADERS to check for netdb.h
2014-07-12 Olivier Crêteinterfaces: Add missing brackets
2014-07-12 Youness Alaouiagent: Fix infinite loop when the peer closes a TCP...
2014-07-12 Olivier Crêtetcp-passive: Relay the tcp writable callback up
2014-07-07 Philip Withnallagent: Fix an old-style function definition in the...
2014-07-07 Philip Withnallagent: Add debugging when parsing addresses
2014-07-07 Philip Withnallagent: Switch to GetAdapterAddresses() to find local...
2014-07-07 Philip Withnallagent: Use getaddrinfo() to parse addresses from strings
2014-07-07 Philip Withnallagent: Use getnameinfo() instead of inet_ntop() to...
2014-07-07 Olivier Crêteoutputstream: Always try sending
2014-07-07 Olivier Crêteoutputstream: Fix reference leak
2014-07-07 Olivier Crêteagent: Factor our writability signal
2014-07-07 Olivier Crêteintrospection: Rename gir file to match library version
2014-07-07 Philip Withnallsocket: Avoid g_main_context_ref(NULL) calls using...
2014-07-07 Philip Withnallexamples: Remove unnecessary dynamic type casts
2014-07-07 Philip Withnallagent: Add a missing precondition assertion
2014-07-07 Philip Withnalldocs: Remove some private symbols from the documentatio...
2014-07-07 Philip Withnallagent: Add a missing field documentation comment
2014-07-07 Philip Withnallagent: Fix typos in documentation
2014-07-07 Philip Withnallbuild: Add the lcov directory to .gitignore
2014-07-07 Philip Withnallagent: Add missing #includes to candidate.h
2014-07-07 Philip Withnallagent: Mark nice_agent_attach_recv() as (skip)
2014-07-07 Philip Withnallagent: Fix a typo in a documentation comment
2014-07-07 Philip Withnallagent: Add missing (element-type) annotations to gtk...
2014-07-07 Philip Withnallagent: Fix badly formatted gtk-doc comments
2014-07-07 Philip Withnallbuild: Add GObject introspection support
2014-07-07 Philip Withnallnice: Expose UPnP support in nice.pc.in
2014-07-07 Philip Withnallnice: Auto-substitute pkg-config requirements in nice...
2014-07-07 Olivier Crêteinterfaces: License was meant to be the same as the...
2014-06-27 Olivier CrêteRequire automake 1.12
2014-05-17 Olivier Crêteagent: Separate reliability from ice-tcp vs ice-udp
2014-05-17 Olivier Crêteagent: Only deal with pseudotcp if actually using PseudoTCP
2014-05-17 Olivier Crêtediscovery: Make it less likely that a locally assigned...
2014-05-17 Olivier Crêtediscovery: Compare turn server when assigning foundations
2014-05-17 Olivier Crêtediscovery: Use nice_address_equal_no_port()
2014-05-17 Olivier Crêtediscovery: Compare tranports (TCP vs UDP) while assigni...
2014-05-17 Olivier Crêteaddress: add nice_address_equal_no_port() to compare...
2014-05-17 Olivier Crêteagent: Add new-selected-pair-full
2014-05-17 Olivier Crêtesignal
2014-05-17 Olivier CrêteTODO: Update to match current state
2014-05-17 Olivier Crêtegitignore: Add test-driver from recent automake
2014-05-17 Olivier Crêteagent: Add new-candidate-full and new-remote-candidate...
2014-05-17 Olivier Crêtecandidate: Add Boxed type
2014-05-17 Olivier Crêtestunmessage: Accept NULL terminated buffers for fast...
2014-05-17 Olivier Crêtediscovery: Differentiate socket creation failure from...
2014-05-17 Youness AlaouiAdd TCP server reflexive candidates
2014-05-17 Youness AlaouiSignal reliable-transport-writable when ice-tcp socket...
2014-05-17 Youness AlaouiAdd a nice_socket_can_send and nice_socket_set_writable...
2014-05-17 Youness AlaouiCall g_socket_check_connect_result before g_socket_is_c...
2014-05-17 Youness AlaouiBind to a local random port for tcp-bsd
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 AlaouiAdd a bytestream-tcp property that is read-only for now
2014-05-17 Youness AlaouiOnly enable ice-tcp for RFC and OC2007 compatibility...
2014-05-17 Youness AlaouiAdd documentation for ice-udp and ice-tcp properties
2014-05-17 Youness AlaouiOnly generate ms-turn candidates for ice-tcp base host...
2014-05-17 Youness AlaouiMove the rfc4571 handling for OC2007 into udp-turn
2014-05-17 Youness AlaouiDo not parse turn data more than once if we have multip...
2014-05-17 Youness AlaouiDo the recv on relayed socket
2014-05-17 Youness AlaouiError tcp socket when it fails to connect
2014-05-17 Youness AlaouiReturn the right value in agent_socket_send when framing
2014-05-17 Youness AlaouiAllocate request is sent on UDP-TURN-OVER-TCP socket...
2014-05-17 Youness AlaouiOnly create one relay/upnp request for ice-tcp dependin...
2014-05-17 Youness AlaouiOnly use pseudossl for OC2007 if turn type is TLS
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 AlaouiSend reliable-transport-writable on reliable ice-tcp...
2014-05-17 Youness AlaouiAdd some informative debug messaging
2014-05-17 Youness AlaouiAdd support for ICE-TCP
2014-05-17 Youness AlaouiDo not retransmit triggered checks if reliable transport
2014-05-17 Youness AlaouiSmall refactor for conncheck add_pair function
2014-05-17 Youness AlaouiPrint info on selected pair
2014-05-17 Youness AlaouiStore connections in tcp-passive to allow sending
2014-05-17 Youness AlaouiFix RFC4571 n_buffers when reading and frame outgoing...
2014-05-17 Youness AlaouiFix SDP generation for TCP candidates
2014-05-17 Youness AlaouiDo not create a socket_source if fileno is NULL
2014-05-17 Youness AlaouiAdd support for RFC4571 framing (packetized mode) for...
2014-05-17 Youness AlaouiDisable reliable mode for test-fullmode, we already...
2014-05-17 Youness AlaouiAdd RFC4571 framing to ice-tcp for MS-TURN
2014-05-17 Youness AlaouiSet pair->sockptr when discovering peer-reflexive candi...
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 AlaouiMake socket reliable in case of tcp-act/tcp-pass and...
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...
2014-05-15 Youness AlaouiUse reliable TCP for ms-turn since it generates tcp...
2014-05-15 Youness AlaouiDo not return the socket to the app if we use ice-tcp...
2014-05-15 Youness AlaouiAdd support for MS-ICE2 candidate priorization for...
next