summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Version 0.0.13HEADmasterYouness Alaoui2-4/+12
2010-07-20Merge remote branch 'tester/misc-fixes' into nice-kakarotoYouness Alaoui8-739/+530
2010-07-20Merge remote branch 'tester/ipv6' into nice-kakarotoYouness Alaoui3-34/+71
2010-07-20agent: Creating TURN TCP socket can not failOlivier Crête1-4/+0
2010-07-20agent: Return an error instead of aborting if there was no host candidateOlivier Crête2-4/+8
2010-07-16wtf.. should not set added to -1 since we continue adding other candidates an...Youness Alaoui1-2/+0
2010-07-16Make sure the address of the remote candidate is valid when we add itYouness Alaoui1-17/+20
2010-07-15Please coverity : check if data is not NULL before dereferencing itYouness Alaoui2-2/+3
2010-07-15Verify the content of an array, not if it is thereYouness Alaoui1-1/+1
2010-07-15Rename function crc32 to stun_crc32 to avoid conflict with existing crc32 fun...Youness Alaoui3-3/+3
2010-07-15no need for ntohs when we do nice_address_get_portYouness Alaoui1-2/+2
2010-06-27interfaces: With IPV6, we can have more than one loopback addressOlivier Crête1-4/+4
2010-06-27interfaces: Also return IPv6 addressesOlivier Crête1-25/+50
2010-06-27tcp-bsd: Create IPv6 socket if it such an addressOlivier Crête1-6/+12
2010-06-27udp-bsd: Create IPv6 socket if it such an addressOlivier Crête1-0/+6
2010-05-21g_free is NULL-safeOlivier Crête2-11/+5
2010-05-21discovery: Simplify slist freeingOlivier Crête1-15/+7
2010-05-21agent: Remove useless checks and simplify error handling in priv_add_remote_c...Olivier Crête1-40/+34
2010-05-21discovery: Clean up error handling in discovery_add_relay_candidateOlivier Crête1-31/+23
2010-05-21discovery: Clean up error handling in discovery_add_local_host_candidateOlivier Crête1-28/+18
2010-05-21udp-bsd: Remove useless check from nice_udp_bsd_socket_newOlivier Crête1-4/+0
2010-05-21tcp-bsd: Fix possible leakOlivier Crête1-1/+3
2010-05-21conncheck: Remove useless checks from priv_store_pending_checkOlivier Crête1-16/+10
2010-05-21conncheck: Remove useless return value from priv_add_new_check_pairOlivier Crête1-40/+27
2010-05-21conncheck: Remove useless checks from priv_add_new_turn_refreshOlivier Crête1-26/+20
2010-05-21conncheck: Remove useless checks from priv_add_peer_reflexive_pairOlivier Crête1-24/+22
2010-05-21conncheck: Remove useless checks from priv_add_new_check_pairOlivier Crête1-44/+26
2010-05-21discovery: Remove useless checks from discovery_learn_remote_peer_reflexive_c...Olivier Crête1-59/+50
2010-05-21discovery: Remove useless checks from discovery_add_peer_reflexive_candidateOlivier Crête1-54/+52
2010-05-21discovery: Remove useless checks from discovery_add_reflexive_candidateOlivier Crête1-24/+23
2010-05-21discovery: Remove useless checks from discovery_add_relay_candidateOlivier Crête1-43/+35
2010-05-21discovery: Remove useless checks from discovery_add_local_host_candidateOlivier Crête1-40/+32
2010-05-21discovery: Remove useless checks from priv_add_local_candidate_prunedOlivier Crête1-7/+4
2010-05-21agent: Remove useless checks in io_ctx_newOlivier Crête1-39/+20
2010-05-21component: Remove useless checks in component_set_selected_remote_candidateOlivier Crête1-13/+3
2010-05-21agent: stream_new can't failOlivier Crête1-29/+28
2010-05-21stream: Remove useless checks from stream_newOlivier Crête1-16/+1
2010-05-21agent: Remove useless checks from priv_add_remote_candidateOlivier Crête1-34/+30
2010-05-21agent: Remove useless checks from nice_agent_add_local_addressOlivier Crête1-11/+2
2010-05-21agent: Remove useless checks from nice_agent_add_streamOlivier Crête1-34/+27
2010-05-21agent: Remove useless checks from priv_add_new_candidate_discovery_turnOlivier Crête1-106/+85
2010-05-21agent: Remove useless checks from priv_add_new_candidate_discovery_stunOlivier Crête1-20/+13
2010-05-19Version 0.0.12.1Youness Alaoui1-2/+2
2010-05-19Version 0.0.12Youness Alaoui2-4/+11
2010-05-19Change the compatibility modes from DRAFT19 to RFC5245Youness Alaoui12-33/+46
2010-05-19Check for username/password lenght of socks5 proxy to avoid a buffer overflowYouness Alaoui1-0/+8
2010-05-17Merge remote branch 'sjoerd/master' into nice-kakarotoYouness Alaoui1-0/+6
2010-05-08Keep our GMainContext referencedSjoerd Simons1-0/+6
2010-03-26oups, we need to free the incoming checks only after we process them, not ins...Youness Alaoui1-10/+11
2010-03-18version 0.0.11.1Youness Alaoui1-2/+2