platform/upstream/libnice.git
2014-10-09 Olivier Crêteagent: Remove extra post condition
2014-10-09 Olivier Crêteudp-turn: Don't dereference priv before check that...
2014-10-09 Olivier Crêteagent: Pass all packets that are not acceptable STUN...
2014-10-09 Olivier Crêteagent: Re-emit gathering done after a new relay has...
2014-10-09 Olivier Crêtepseudotcp: Print unsigned int with %u not %d
2014-10-09 Olivier Crêteagent: Add function to retrieve the current component...
2014-10-09 Olivier Crêteagent: Make the stun-pacing-timer app configurable
2014-10-09 Olivier Crêtepseudotcp: Set default RTO to 1 second
2014-10-09 Olivier Crêteconncheck: Computer STUN retransmission timeout (RTO...
2014-10-09 Olivier Crêtediscovery: Remove extra \n in g_debug()
2014-10-09 Olivier Crêteagent: Only add pairs once on gathering done
2014-10-09 Olivier Crêteconncheck: Insert the candidates sorted after setting...
2014-10-09 Olivier Crêteconncheck: Insert peer reflexive pair sorted
2014-10-09 Olivier Crêteconncheck: Don't remove elements in the conncheck list...
2014-10-09 Olivier Crêteagent: Avoid leaking UPnP mappings between streams
2014-10-09 Olivier Crêteagent: Avoid restarting the GUPnP client on every gather
2014-10-09 Olivier Crêteagent: Ignore UPnP mappings after the UPnP discovery...
2014-10-09 Olivier Crêtecomponent: On ICE restart reset selected pair priority...
2014-10-09 Philip Withnallagent: Add some preconditions to public API
2014-10-09 Philip Withnallbuild: Update .gitignore
2014-10-09 Olivier Crêteoutputstream: Fix double unref
2014-10-09 Olivier Crêteagent: Remove socket source on HUP
2014-10-09 Olivier Crêteagent: Declare the stream to be CONNECTED only if a...
2014-10-08 Olivier Crêtenice.pc: Include ${includedir} directly
2014-09-26 Philip Withnallagent: Document interaction between closing and removin...
2014-09-26 Philip Withnalltests: Add more helgrind suppressions
2014-09-26 Philip Withnallagent: Delay some assignments until the agent is locked
2014-09-25 Philip Withnallagent: Warn if a Component is freed without first being...
2014-09-25 Philip Withnallagent: Close Streams before freeing them
2014-09-25 Philip Withnalltests: Add a Valgrind suppression file
2014-09-25 Philip Withnalltests: Fix various memory leaks in the unit tests
2014-09-25 Philip Withnallagent: Check STUN buffer is non-NULL before getting...
2014-09-25 Philip Withnallagent: Fix a leak of a GCancellable and its GSource
2014-09-25 Philip Withnallagent: Fix a minor leak in an error handling path
2014-09-25 Philip Withnalltests: Move a closure from the heap to the stack
2014-09-24 Olivier Crêteconncheck: Don't use CandidateRefresh after freeing it
2014-09-23 Philip Withnallsocket: Fix a leak on the slow TURN packet handling...
2014-09-23 Philip Withnallagent: Eliminate a memset() for local variable initiali...
2014-09-23 Philip Withnallagent: Use g_slist_free_full() to reduce code
2014-09-23 Philip Withnallagent: Add some preconditions to internal API
2014-09-23 Philip Withnallagent: Add some preconditions to public API
2014-09-22 Olivier Crêteagent: Clear GSource timeout also for GUPnP timeout
2014-09-22 Philip Withnallagent: Drop valid but unmatched STUN packets
2014-09-22 Philip Withnallagent: Remove dangling pointers on NiceSocket destruction
2014-09-22 Philip Withnallagent: Factor out state transition to FAILED for Candid...
2014-09-22 Philip Withnallagent: Factor out free function for IncomingCheck
2014-09-22 Philip Withnallagent: Improve comments for container element types
2014-09-19 Philip Withnallagent: Clear existing GSource timeouts before adding...
2014-09-19 Philip Withnallagent: Add names to timer GSources
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-09-01 Philip Withnallstun: Make a warning message more prominent
2014-09-01 Olivier Crêteagent: Put one StunAgent per Component
2014-09-01 Olivier Crêteconncheck: Fetch stream once instead of twice
2014-09-01 Philip Withnallagent: Agent can reach EOS after having received something
2014-08-27 Philip Withnallagent: Fix locking when calling component_free()
2014-08-27 Philip Withnallagent: Split component_free() into component_[close...
2014-08-25 Philip Withnallagent: Fix initialisation of the agent mutex for old...
2014-08-25 Philip Withnalltests: Fix test-build-io-stream for EOS changes
2014-08-25 Philip Withnallagent: Add missing bracket
2014-08-23 Philip Withnallagent: Add missing stream-closed checks for pseudo-TCP
2014-08-23 Philip Withnallagent: Return 0 on EOS from nice_input_stream_read()
2014-08-21 Philip Withnallpseudotcp: Ensure shutdown member is not overwritten
2014-08-21 Philip Withnallpseudotcp: Fix EOS return from recv() in non-FIN–ACK...
2014-08-21 Philip Withnallpseudotcp: Ensure socket is closed after shutdown in...
2014-08-21 Philip Withnallpseudotcp: Add a PseudoTcpSocket:support-fin-ack property
2014-08-21 Philip Withnalltests: Fix race conditions in test-thread
2014-08-21 Philip Withnallagent: Close pseudo-TCP streams when closing G[IO|Input...
2014-08-21 Philip Withnalldocs: Ignore some undocumentable/non-public API
2014-08-21 Philip Withnallpseudotcp: Add pseudo_tcp_socket_shutdown() support
2014-08-21 Philip Withnallpseudotcp: Shorten the TIME-WAIT state timeout dramatically
2014-08-21 Philip Withnalltests: Add a new segment-by-segment test framework...
2014-08-21 Philip Withnallpseudotcp: Add optional FIN–ACK and RST support
2014-08-21 Philip Withnallagent: Handle EPIPE from pseudo_tcp_socket_send()
2014-08-21 Philip Withnallagent: Don’t clear the PseudoTcpSocket on error
2014-08-21 Philip Withnallpseudotcp: Fix a typo in some documentation
2014-08-21 Philip Withnallpseudotcp: Factor out state change functions for ESTABL...
2014-08-21 Philip Withnallpseudotcp: Split out some state checks
2014-08-21 Philip Withnallpseudotcp: Tidy up buffer size handling in queue_connec...
2014-08-21 Philip Withnallpseudotcp: Store segment flags in SSegment
2014-08-21 Philip Withnallpseudotcp: Allow the ‘current’ time to be set
2014-08-21 Philip Withnallpseudotcp: Add socket state to debug messages
2014-08-21 Philip Withnallpseudotcp: Put TCP flags in an enum
2014-08-21 Philip Withnallpseudotcp: Put TCP options in an enum
2014-08-21 Philip Withnalltests: Improve debug output of pseudotcp tests slightly
2014-08-21 Philip Withnalltests: Add setlocale() call to test-pseudotcp.c
2014-08-21 Philip Withnalltests: Add a logging domain for the unit tests
2014-08-21 Philip Withnallsocket: Gracefully return from send() if the socket...
2014-08-21 Philip Withnallagent: Ensure Component.selected_pair is cleaned when...
2014-08-21 Philip Withnallagent: Factor out common clean up code in Component
2014-08-21 Philip Withnallagent: Tidy up a few variable references
2014-08-21 Philip Withnallagent: Rearchitect message handling to use GErrors...
2014-08-21 Philip Withnallpseudotcp: Fix the type of an argument to apply_option()
2014-08-21 Philip Withnallpseudotcp: Add pseudo_tcp_socket_is_closed_remotely()
2014-08-21 Philip Withnallpseudotcp: Add pseudo_tcp_socket_is_closed()
2014-08-21 Philip Withnallpseudotcp: Factor out state changes and validate them
2014-08-21 Olivier Crêteagent: Factor out peer reflexive priority calculation
2014-08-21 Olivier Crêteagent: Add "keepalive-conncheck" property to make keepa...
2014-08-18 Olivier Crêtenicesink: Check for signal present before removing it
2014-08-18 Philip Withnallstun: Fix definition of ssize_t on Windows
next