platform/upstream/libnice.git
2016-10-26 Jakub Adamms-ice: legacy FINGERPRINT mode
2016-10-26 Jakub Adamstun: add STUN_COMPATIBILITY_MSICE2
2016-10-26 Jakub Adamms-ice: calculate FINGERPRINT according to [MS-ICE2]
2016-10-26 Jakub Adamstun: add STUN_USAGE_ICE_COMPATIBILITY_MSICE2
2016-06-23 Fabrice Belletconncheck: invoke the debug dump in more places
2016-06-23 Fabrice Belletconncheck: fix pair socket assignment
2016-06-23 Fabrice Belletconncheck: fix tick counter used for debug stats
2016-06-23 Fabrice Belletagent: remove unused agent property
2016-06-23 Fabrice Bellettest-turn: wait for gathering done sequentially
2016-06-21 Olivier Crêteagent: Don't ask upnp to remove not yet allocated candi...
2016-06-21 Jakub Adamagent: read from the correct TCP-TURN socket
2016-06-20 Fabrice Belletconncheck: dump timer status in the stream check list
2016-06-20 Fabrice Belletconncheck: use strncmp instead of strcmp
2016-06-20 Fabrice Bellettests: fix io-stream when built with optimizations
2016-06-20 Fabrice Belletstun: avoid expensive call to sprintf in debug-related...
2016-06-20 Fabrice Belletagent: rework gathering failures on auto-generated IPs
2016-06-20 Fabrice Belletconncheck: state is connected when a pair is nominated
2016-06-20 Fabrice Bellettest-send-recv: reduce deadlock timeout
2016-06-20 Fabrice Belletpseudotcp-fuzzy: fix this test
2016-06-20 Fabrice Belletpseudotcp: accept several FIN segments
2016-06-20 Fabrice Belletbuild: fix build in alternate builddir
2016-06-06 Olivier Crêteconncheck: Remove pairs before freeing candidate
2016-06-06 Olivier Crêtestun timer: Do 7 retransmissions as recommended
2016-06-06 Olivier Crêtetimer: Maximum retransmission should include the origin...
2016-06-03 Olivier Crêtepseudotcp: it's still a GObject
2016-06-03 Olivier Crêtepseudotcp: Make sure duplicate ack representing losses...
2016-06-03 Olivier Crêtepseudotcp: Implement NewReno timestamp heuristic
2016-06-03 Olivier Crêtepseudotcp: Set min RTO to 1 second
2016-06-03 Olivier Crêtepseudotcp: Implement full NewReno
2016-06-03 Olivier Crêtepseudotcp: Make debug more useful
2016-06-03 Olivier Crêtepseudotcp: Separate default and maximum MTU
2016-06-03 Olivier Crêtepseudotcp: close local socket on initial transmission...
2016-06-03 Olivier Crêtepseudotcp: Export more symbols for PseudoTCP
2016-06-03 Olivier Crêtepseudotcp: Make structs definitions private
2016-06-03 Philip Withnallpseudotcp: Correct behaviour of buffer size methods...
2016-06-03 Philip Withnallpseudotcp: Fix EOS checks in high packet loss situations
2016-06-03 Philip Withnallpseudotcp: Propagate error codes from transmit() to...
2016-06-03 Philip Withnallpseudotcp: Add more debug info on closing down a pseudo...
2016-06-03 Philip Withnallpseudotcp: Fix pseudo_tcp_socket_recv() in state TCP_CL...
2016-06-03 Philip Withnallpseudotcp: Fix retransmission of segments before handli...
2016-06-02 Olivier Crêtesocket: Assert trying to use free'd socket
2016-06-02 Misha Uliutincomponent: Fix set TCP selected remote candidate
2016-06-02 Olivier Crêteagent: Parse TURN packet on the right socket
2016-06-02 Olivier Crêtetests: Add TURN test
2016-06-01 Jakub Adamconncheck: mark discovered pairs with TCP passive as...
2016-06-01 Jakub Adamtest-icetcp: don't be sensitive to the signal order
2016-05-31 Olivier CrêteRevert "WIP"
2016-05-31 Olivier CrêteWIP
2016-05-31 Jakub Adamconncheck: fix pruning conn checks with TCP active...
2016-05-30 Olivier Crêteagent: Remove socket on read error
2016-05-30 Olivier Crêtecomponent: Add API to cleanly remove a base socket
2016-05-30 Olivier Crêteagent: Fix udp-turn-over-tcp
2016-05-30 Olivier Crêteagent: Add force-relay property to force messages throu...
2016-05-30 Olivier Crêteconncheck: Start conncheck on server reply if needed
2016-05-30 Olivier CrêteReplace g_malloc/g_new with g_alloca where possible
2016-05-27 Fabrice Belletconncheck: explain some corner cases
2016-05-27 Fabrice Belletconncheck: add a debug dump of the whole stream check...
2016-05-27 Olivier Crêteconncheck: fix the replay of early incoming connchecks
2016-05-27 Fabrice Belletstun: fix ice role conflict handling
2016-05-27 Olivier Crêteconncheck: Make previous commit compile
2016-05-27 Olivier Crêtediscovery: Make sure each candidate has a unique priority
2016-05-27 Olivier Crêteagent: Restrict transitions to gathering
2016-05-27 Olivier Crêteconncheck: fix TCP active relay handling
2016-05-27 Olivier Crêteagent: ignore gathering failures on auto-generated IPs
2016-05-26 Olivier Crêtecandidate: Give lower priority to TCP relayed candidates
2016-05-26 Olivier Crêteudp-turn: Fix binding timeout leak
2016-05-26 Olivier Crêteconncheck: Update selected pair if necessary
2016-05-26 Olivier Crêteconncheck: Don't reset keepalive timer on next keepalive
2016-05-26 Olivier Crêteconncheck: Separate valid and succeded states
2016-05-26 Olivier Crêteudp-turn: Don't expose GSocket
2016-05-26 Olivier Crêteconncheck: Make very frequent debug verbose-only
2016-05-26 Olivier Crêtedebug: Enable based on G_MESSAGES_DEBUG
2016-05-26 Olivier Crêteagent: Don't emit signal in the middle of recv call
2016-05-26 Olivier Crêteagent: Update type of peer-reflexive candidate on trick...
2016-05-26 Olivier Crêteagent: Only try to use the address of the same family...
2016-05-26 Olivier Crêtestun turn usage: Only send the username if short term...
2016-05-26 Olivier Crêteturn: Cache the nonce & realm to remove useless round...
2016-05-26 Olivier Crêteconncheck: Stay READY if a new nominated pairs comes in
2016-05-26 Olivier Crêteconncheck: Deduplicate conncheck stopping code
2016-05-26 Olivier CrêteReset to connecting if reconnected after failed
2016-05-20 Olivier Crêteagent: Add warning on ignored result
2016-04-04 Fabrice Belletconncheck: display controlling mode of stun requests
2016-04-04 Fabrice Belletagent: remove newline from debug output
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-04-04 Fabrice Belletconncheck: implement a "triggered queue" list
2016-03-06 Olivier Crêteagent: Fix argument order
2016-03-05 Fabrice Belletice: fix the debug of the presence of the controlling...
2016-03-02 Jakub Adamagent: fix relay candidate discovery on hosts having...
2016-03-01 Philip Withnallbuild: Update autogen.sh from GNOME template
2016-03-01 Olivier Crêtecomponent.c: Fix memory leak
2016-03-01 Philip Withnallagent: Use provided CandidatePair rather than re-findin...
2016-03-01 Philip Withnallsimple-example: transmission can begin earlier than...
2016-03-01 Philip Withnalltest-new-dribble: wait until ragent reaches state completed
2016-03-01 Philip Withnallconncheck: reorder the connection list when priorities...
2016-03-01 Philip Withnallconncheck: fix keepalive stun agent initialisation
2016-03-01 Philip Withnallconncheck: foundations are shared across streams
2016-03-01 Philip Withnalltest-priority: ignore the local preference
2016-03-01 Philip Withnallconncheck: nominate only one matching pair
2016-03-01 Philip Withnallconncheck: add more debug information
next