platform/upstream/libnice.git
2014-04-25 Olivier Crêtediscovery: Store NiceCandidate in CandidateRefresh
2014-04-25 Olivier Crêtecomponent: Make detach_source close the socket
2014-04-25 Olivier Crêtecomponent: Make is possible to remove a socket
2014-04-25 Guillaume Desmottesfactor out: component_clean_turn_servers()
2014-04-25 Olivier Crêtestream: No need to pass RNG to stream_restart()
2014-04-25 Olivier Crêteconncheck: Only print debug message if actually freeing...
2014-04-25 Olivier Crêteconncheck: Don't fail a stream that has on-going discovery
2014-04-25 Olivier Crêteagent: Add nice_agent_restart_stream() to restart a...
2014-04-25 Olivier Crêtestream: Clear connchecks on restart inside stream
2014-04-25 Olivier Crêteconncheck: Use g_slist_free_full() for conncheck list
2014-04-25 Olivier Crêteconncheck: Make conn_check_free_item() static
2014-04-25 Olivier Crêteconncheck: Only stop conncheck timer if no stream has...
2014-04-25 Olivier Crêteconncheck: Remove useless return value on conn_check_pr...
2014-04-25 Olivier Crêteconncheck: Factor out stopping connectivity checks
2014-04-24 Olivier Crêtecomponent: Remove return value from *_restart() functio...
2014-04-24 Olivier Crêtecomponent: socket has been renamed nicesock
2014-04-24 Youness AlaouiAdd more debug info when adding relays
2014-04-24 Youness AlaouiProtect test-dribble against read->connected->ready...
2014-04-24 Youness AlaouiReturn the correct originating IP on TURN
2014-04-23 Guillaume Desmottesadd nice_component_state_to_string()
2014-04-17 Philip Withnallpseudotcp: Fix partial acknowledgement of segments
2014-04-17 Philip Withnallpseudotcp: Fix an assertion on an invalid calculated RTT
2014-04-17 Philip Withnalltests: Add a test-pseudotcp-fuzzy test for fuzzing...
2014-04-16 Philip Withnallagent: Fix leaks if a component is removed during a...
2014-04-16 Olivier Crêtestun: Restore argument type to stun_usage_bind_process...
2014-04-15 Philip Withnallagent: Factor out a tiny bit of common code
2014-04-15 Philip Withnallagent: Limit printed length of uname and password in...
2014-04-15 Philip Withnallagent: Fix a leak in nice_output_stream_write() with...
2014-04-09 Olivier Crêtetcp-bsd: Don't clear error that hasn't been set
2014-04-09 Olivier Crêteagent: Don't return the socket to the app in any reliab...
2014-04-09 Youness AlaouiNo need to strdup foundation in new_selected_pair since...
2014-04-09 Olivier Crêtepseudotcp: Also cause Writable callback to be emitted...
2014-04-04 Youness AlaouiFix TCP TURN for Google compatibility. Message length...
2014-04-04 Youness AlaouiSmall cleaning of tcp-bsd.c
2014-04-04 Jakub AdamFix possible segfault in stun_message_validate_buffer_l...
2014-04-03 Philip Withnallbuild: Check for [s]size_t before redefining them on...
2014-04-03 Philip Withnallagent: Define IN6_ARE_ADDR_EQUAL macro when building...
2014-04-02 Olivier Crêtepseudotcp: Validate option lengths
2014-04-01 Olivier CrêteRemove all traces of compile time marshallers
2014-03-31 Olivier Crêteagent: Use generic marshaller
2014-03-31 Olivier CrêteInitialize variables to reduce unexpected behavior...
2014-03-31 Olivier CrêteRename variables that shadow global definitions
2014-03-31 Olivier Crêtestun: Use struct sockaddr_storage * for any pointer...
2014-03-31 Olivier Crêtestun tests: Fix a bunch of issues found by more aggress...
2014-03-31 Olivier CrêteDon't mix gsize vs size_t, seems like they're not alway...
2014-03-31 Olivier Crêtecandidate: Use explicit 64-bit constants to make 32...
2014-03-31 Olivier Crêtepseudotcp: Don't mix "long" and guint, one is signed...
2014-03-30 Olivier Crêtetcp-turn: Don't access output message after freeing it
2014-03-30 Olivier Crêteturn: Don't overwrite source, destroy it first
2014-03-30 Olivier Crêteturn: Don't access list node after freeing it
2014-03-30 Olivier Crêtecomponent: Set dummy callback from cancellable GSource
2014-03-30 Olivier Crêteagent: Make it possible to set the relays after gathering
2014-03-30 Olivier Crêteagent: Prevent nice_agent_set_port_range() from being...
2014-03-30 Olivier Crêteagent: Prevent gather from being called multiple times
2014-03-30 Olivier Crêteagent: Refactor nice_agent_set_relay_info()
2014-03-30 Olivier Crêteturn: Put timeouts on the specific main context
2014-03-27 Olivier Crêteturn: Don't try to process empty messages
2014-03-27 Olivier Crêteagent: Bail out early on empty message
2014-03-27 Olivier Crêteagent: Don't overwrite the size of the GInputBuffer...
2014-03-27 Olivier Crêtepseudotcp: Also accept NiceInputMessage array with...
2014-03-27 Olivier Crêtetest-fullmode: Don't use gmainloop when not required
2014-03-27 Olivier Crêtetest-fullmode: Do #if instead of #ifdef as we set it...
2014-03-27 Olivier Crêtetest-fullmode: Only wait for data on component 1
2014-03-27 Olivier Crêtetcp-bsd: Use default main context if none specified
2014-03-27 Olivier Crêteturn-tcp: Don't corrupt messages
2014-03-15 Olivier Crêteagent: Free every parameter
2014-03-15 Olivier Crêteagent: Create a custom pointer GType to recognize the...
2014-03-07 Philip Withnallagent: Improve documentation for NiceAgent::new-candidate
2014-03-07 Olivier CrêteNEWS: Remove superfluous empty lines
2014-03-07 Olivier CrêteVersion 0.1.5.1
2014-03-07 Olivier CrêteVersion 0.1.5 0.1.5
2014-03-07 Olivier Crêteconfigure: Remove -Wunsafe-loop-optimizations, it cause...
2014-03-07 Olivier Crêtetests: Add private header to tarball
2014-03-07 Olivier Crêtetests: Don't verify the message content with not in...
2014-03-07 Olivier Crêteagent: Enforce limits on the size buffers, because...
2014-03-06 Olivier Crêtedoc: Update doc generation
2014-03-06 Olivier Crêteiostream: De-gtkdoc the comments, as it's not public API
2014-03-06 Philip Withnallagent: Remove unused #include
2014-03-06 Philip Withnallagent: Ensure the pending signal queue is cleared on...
2014-03-04 Philip Withnallagent: Fix a potential re-entrancy situation
2014-02-25 Olivier Crêtetests: Use dynamically allocated port for test-new...
2014-02-25 Olivier Crêtetests: Fix horribly raciness in test-new-dribble
2014-02-25 Olivier Crêtetests: Split racy "closing" into a test for stopping...
2014-02-25 Olivier Crêtetest: Use a less racy way to know if the test is ready...
2014-02-25 Olivier Crêteoutputstream: Add a cancellable to get out of blocking...
2014-02-25 Olivier Crêtecomponent: Add a GCancellable to get of out blocking...
2014-02-25 Olivier Crêtecomponent: Keep its own context at all times
2014-02-25 Olivier CrêteIgnore .trs and .log file from newer automake
2014-02-25 Olivier Crêteagent: Delay signal emission after the lock has been...
2014-02-24 Olivier Crêteagent: Replace recursive mutex with non-recursive
2014-02-24 Olivier Crêteagent: Delay signal emission after the lock has been...
2014-02-24 Olivier Crêteiostream: remove re-entrant call into NiceAgent
2014-02-24 Olivier Crêteoutputstream: If tcp, only check for space in the Pseud...
2014-02-24 Philip Withnallagent: Expand documentation for a couple of NiceAgent...
2014-02-24 Philip Withnallagent: Fix inlining of nice_debug() if NDEBUG is defined
2014-02-24 Philip Withnallagent: Assert on re-entrant reads
2014-02-24 Philip Withnallagent: Improve debug output
2014-02-24 Philip Withnallagent: Add nice_input_message_iter_compare()
2014-02-21 Olivier Crêtedocs: Remove NiceIOStream, nothing specific to document
2014-02-21 Olivier Crêteagent: returning 0 valid messages is valid, it means EOF
next