platform/upstream/libnice.git
2014-07-07 Philip Withnallnice: Auto-substitute pkg-config requirements in nice...
2014-07-07 Olivier Crêteinterfaces: License was meant to be the same as the...
2014-06-27 Olivier CrêteRequire automake 1.12
2014-05-17 Olivier Crêteagent: Separate reliability from ice-tcp vs ice-udp
2014-05-17 Olivier Crêteagent: Only deal with pseudotcp if actually using PseudoTCP
2014-05-17 Olivier Crêtediscovery: Make it less likely that a locally assigned...
2014-05-17 Olivier Crêtediscovery: Compare turn server when assigning foundations
2014-05-17 Olivier Crêtediscovery: Use nice_address_equal_no_port()
2014-05-17 Olivier Crêtediscovery: Compare tranports (TCP vs UDP) while assigni...
2014-05-17 Olivier Crêteaddress: add nice_address_equal_no_port() to compare...
2014-05-17 Olivier Crêteagent: Add new-selected-pair-full
2014-05-17 Olivier Crêtesignal
2014-05-17 Olivier CrêteTODO: Update to match current state
2014-05-17 Olivier Crêtegitignore: Add test-driver from recent automake
2014-05-17 Olivier Crêteagent: Add new-candidate-full and new-remote-candidate...
2014-05-17 Olivier Crêtecandidate: Add Boxed type
2014-05-17 Olivier Crêtestunmessage: Accept NULL terminated buffers for fast...
2014-05-17 Olivier Crêtediscovery: Differentiate socket creation failure from...
2014-05-17 Youness AlaouiAdd TCP server reflexive candidates
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
next