platform/upstream/libnice.git
2014-05-17 Youness AlaouiSignal reliable-transport-writable when ice-tcp socket...
2014-05-17 Youness AlaouiAdd a nice_socket_can_send and nice_socket_set_writable...
2014-05-17 Youness AlaouiCall g_socket_check_connect_result before g_socket_is_c...
2014-05-17 Youness AlaouiBind to a local random port for tcp-bsd
2014-05-17 Youness AlaouiChange argument names for tcp-bsd
2014-05-17 Jakub AdamSet local address of TCP-BSD socket
2014-05-17 Jakub Adamnice_tcp_bsd_socket_new: rename addr -> remote_addr
2014-05-17 Youness AlaouiAdd a bytestream-tcp property that is read-only for now
2014-05-17 Youness AlaouiOnly enable ice-tcp for RFC and OC2007 compatibility...
2014-05-17 Youness AlaouiAdd documentation for ice-udp and ice-tcp properties
2014-05-17 Youness AlaouiOnly generate ms-turn candidates for ice-tcp base host...
2014-05-17 Youness AlaouiMove the rfc4571 handling for OC2007 into udp-turn
2014-05-17 Youness AlaouiDo not parse turn data more than once if we have multip...
2014-05-17 Youness AlaouiDo the recv on relayed socket
2014-05-17 Youness AlaouiError tcp socket when it fails to connect
2014-05-17 Youness AlaouiReturn the right value in agent_socket_send when framing
2014-05-17 Youness AlaouiAllocate request is sent on UDP-TURN-OVER-TCP socket...
2014-05-17 Youness AlaouiOnly create one relay/upnp request for ice-tcp dependin...
2014-05-17 Youness AlaouiOnly use pseudossl for OC2007 if turn type is TLS
2014-05-17 Youness AlaouiWrap socket_send in udp-turn to avoid if/else on reliab...
2014-05-17 Youness AlaouiCheck real received size for pseuddossl handshake
2014-05-17 Youness AlaouiSend reliable-transport-writable on reliable ice-tcp...
2014-05-17 Youness AlaouiAdd some informative debug messaging
2014-05-17 Youness AlaouiAdd support for ICE-TCP
2014-05-17 Youness AlaouiDo not retransmit triggered checks if reliable transport
2014-05-17 Youness AlaouiSmall refactor for conncheck add_pair function
2014-05-17 Youness AlaouiPrint info on selected pair
2014-05-17 Youness AlaouiStore connections in tcp-passive to allow sending
2014-05-17 Youness AlaouiFix RFC4571 n_buffers when reading and frame outgoing...
2014-05-17 Youness AlaouiFix SDP generation for TCP candidates
2014-05-17 Youness AlaouiDo not create a socket_source if fileno is NULL
2014-05-17 Youness AlaouiAdd support for RFC4571 framing (packetized mode) for...
2014-05-17 Youness AlaouiDisable reliable mode for test-fullmode, we already...
2014-05-17 Youness AlaouiAdd RFC4571 framing to ice-tcp for MS-TURN
2014-05-17 Youness AlaouiSet pair->sockptr when discovering peer-reflexive candi...
2014-05-17 Youness AlaouiAdd tcp-passive and tcp-active socket layers with unit...
2014-05-15 Youness AlaouiAdd a nice_socket_recv convenience function similar...
2014-05-15 Youness AlaouiRefactor tcp-bsd to ease integration of tcp-act/tcp...
2014-05-15 Youness AlaouiMake socket reliable in case of tcp-act/tcp-pass and...
2014-05-15 Youness AlaouiFactor out the add_to_be_sent into a helper API for...
2014-05-15 Youness AlaouiDo not allow message_offset to become negative when...
2014-05-15 Youness AlaouiUse reliable TCP for ms-turn since it generates tcp...
2014-05-15 Youness AlaouiDo not return the socket to the app if we use ice-tcp...
2014-05-15 Youness AlaouiAdd support for MS-ICE2 candidate priorization for...
2014-05-15 Youness AlaouiRename turn files and API to be UDP specific
2014-05-15 Youness AlaouiFix crash when discovering peer reflexive candidates...
2014-05-15 Youness Alaouitest-fullmode: protect against ready->connected->ready...
2014-05-15 Youness AlaouiMake OC2007 relay candidates use TCP_ACTIVE and TCP_PAS...
2014-05-15 Youness AlaouiDo not add server-reflexive from TURN if using a TCP...
2014-05-15 Youness AlaouiRemove priority functions from public header file and...
2014-05-15 Youness AlaouiChange priority algorithm for better values
2014-05-15 Youness Alaouitest-priority: Unit test various configurations of...
2014-05-15 Youness AlaouiFix peer reflexive priority depending on transport...
2014-05-15 Youness AlaouiAdd support for ice-tcp priorities, udp-tunneled and...
2014-05-15 Youness AlaouiUse nice_candidate_ice_priority instead of _full varian...
2014-05-15 Youness AlaouiAdd support for MS-TURN in OC2007 compatibility turn...
2014-05-15 Youness AlaouiDo not enable keepalives for tcp candidates
2014-05-15 Youness Alaouido not set socket tos if fileno == NULL
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
next