platform/upstream/libnice.git
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
2014-08-18 Philip Withnallbuild: Add README.win32 to EXTRA_DIST
2014-08-14 Philip Withnallsocket: Remove dead code
2014-08-13 Youness Alaouinicesink: Block until component is writable if in relia...
2014-08-13 Youness AlaouiFix bug in the ice-tcp unit test
2014-08-12 Olivier Crêteconncheck: Go to connected only if the component was...
2014-08-11 Olivier Crêteoutputstream: Fix ref leak
2014-08-11 Olivier Crêtecomponent: Fix ref leak
2014-08-08 Philip Withnallagent: Expand documentation for nice_interfaces_get_ip_...
2014-08-08 Youness AlaouiSet candidate pairs from discovered peer-reflx tcp...
2014-07-31 Youness AlaouiFix retransmission timers for reliable sockets
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
next