platform/upstream/libnice.git
2014-05-15 Youness AlaouiAdd support for tcp candidates in sdp generation
2014-05-15 Youness AlaouiAdd candidate type to debug
2014-05-15 Youness AlaouiAdd a sockptr to CandidateCheckPair, will be required...
2014-05-15 Youness AlaouiDo not attach to sockets with fileno == NULL (requires...
2014-05-15 Youness AlaouiOnly check selected pair for writability in gio outputs...
2014-05-15 Jakub AdamDo not retransmit connection checks on reliable transport
2014-05-15 Jakub AdamUse local candidate foundation as CANDIDATE-IDENTIFIER...
2014-05-15 Jakub AdamDisable TURN refresh in MSOC compatibility mode
2014-05-15 Youness AlaouiIf allow_partial, then allow a return 0 from the socket
2014-05-15 Youness AlaouiOnce a ice-tcp connection is established, it should...
2014-05-15 Youness AlaouiGenerate valid TCP connection check pairs
2014-05-15 Youness AlaouiRefactor discovery/agent to add support for non-udp...
2014-05-15 Youness AlaouiFix indentation for _set_remote_candidates_locked
2014-05-15 Youness AlaouiSmall refactoring of agent, loop on component id from 1
2014-05-15 Youness AlaouiAdd support for MS-TURN in tcp-turn
2014-05-15 Youness AlaouiAdd support for MS Office Communicator pseudossl compat...
2014-05-15 Youness AlaouiFactor out pseudotcp so it's not used if the transport...
2014-05-15 Youness AlaouiAdd a nice_socket_send_reliable API for internal use.
2014-05-15 Youness Alaouiturn: In case of error, don't just pass through the...
2014-05-15 Youness AlaouiReturn number of sent messages in socket_send_messages...
2014-05-15 Youness AlaouiFix return value of send_messages in socks5
2014-05-15 Youness AlaouiAllow tcp-bsd to act as reliable or non reliable transp...
2014-05-15 Youness AlaouiAdd a socket type for socket layer
2014-05-15 Youness AlaouiSome refactoring to allow for ice-tcp (non pseudotcp...
2014-05-15 Youness AlaouiFix documentation in preparation for ice-tcp support
2014-05-15 Youness AlaouiAdd ICE-TCP candidate transport types
2014-05-15 Youness AlaouiSmall documentation fix
2014-05-12 Olivier Crêteagent: Use 1280 instead of 65536 buffer size to send...
2014-05-05 Olivier CrêteVersion 0.1.7.1
2014-05-05 Olivier CrêteVersion 0.1.7 0.1.7
2014-05-02 Olivier Crêtestunmessage: Revert another function to use sockaddr
2014-04-29 Olivier Crêtethreaded-example: Make sure the foundation string is...
2014-04-29 Olivier CrêteVersion 0.1.6.1
2014-04-29 Olivier CrêteVersion 0.1.6 0.1.6
2014-04-28 Youness AlaouiFix udp-turn returning wrong message length in socket_r...
2014-04-25 Philip Withnallagent: Add a missing forward declaration
2014-04-25 Philip Withnallagent: Simplify gathering-done stage of UPnP handling
2014-04-25 Philip Withnallagent: Tidy up upnp_mapping handling
2014-04-25 Philip Withnallagent: Document units for NiceAgent::upnp-timeout property
2014-04-25 Olivier Crêtestunagent: Only declare the long term key valid if...
2014-04-25 Olivier Crêteexample: Prevent possible non-NULL terminated string
2014-04-25 Olivier Crêteaddress: Correctly identify ipv6 link local
2014-04-25 Guillaume Desmottesadd nice_agent_forget_relays()
2014-04-25 Olivier Crêtecomponent: Clear turn local candidates when clearing...
2014-04-25 Olivier Crêteagent: Make the TurnServer structure refcounted
2014-04-25 Olivier Crêtediscovery: Use g_slist_free_full for candidate refresh...
2014-04-25 Olivier Crêtediscovery: Use g_slist_free_full for discovery list
2014-04-25 Olivier Crêtediscovery: Remove never used and leaked msn_turn_*...
2014-04-25 Olivier Crêtediscovery: Remove never used and leaked msn_turn_*...
2014-04-25 Olivier Crêteagent: Factor out creating the TurnServer structure
2014-04-25 Olivier Crêtediscovery: Remove duplicated element between CandidateR...
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
next