summaryrefslogtreecommitdiff
path: root/agent/address.c
Commit message (Expand)AuthorAgeFilesLines
* agent: Remove unused inet_pton() functionPhilip Withnall2015-08-181-31/+0
* Do not compare scope for IPv6 address when scope is 0Youness Alaoui2015-05-051-2/+4
* agent: Use AC_CHECK_HEADERS to check for netdb.hPhilip Withnall2014-07-161-1/+1
* agent: Use getaddrinfo() to parse addresses from stringsPhilip Withnall2014-07-071-12/+19
* address: add nice_address_equal_no_port() to compare addresses ignoring portsOlivier Crête2014-05-171-0/+20
* address: Correctly identify ipv6 link localOlivier Crête2014-04-241-1/+1
* agent: Define IN6_ARE_ADDR_EQUAL macro when building under MinGWPhilip Withnall2014-04-031-0/+8
* Fix strict aliasing of sockaddr structuresPhilip Withnall2013-12-181-6/+11
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-181-6/+7
* Add nice_address_ip_version API to NiceAddressYouness Alaoui2013-02-011-0/+14
* Fixed size of memcpyFilippo Della Betta2012-03-081-2/+2
* Fixed warnings on Visual Studio platformFilippo Della Betta2012-02-171-1/+2
* Fix copyright headers for all filesYouness Alaoui2010-02-161-3/+4
* removing unused variable ret in nice_address_to_stringYouness Alaoui2009-11-121-5/+2
* fix some warnings by removing gtk-doc comment where not neededYouness Alaoui2009-02-231-11/+0
* use the correct len for tcp-turn and memset the sockaddr to 0Youness Alaoui2008-11-171-0/+1
* use g_return_val_if_reached whenever possibleYouness Alaoui2008-11-041-7/+7
* Fix inet_ntop_win32 to correctly fill in the in_addr and to return the correc...Youness Alaoui2008-11-041-10/+17
* WSAAddressToString and WSAStringToAddress are not the same as inet_pton and i...Youness Alaoui2008-11-041-37/+54
* fix error with 'not all code paths return a value'Youness Alaoui2008-11-031-4/+5
* Add an else to HAVE_CONFIG_H in order to define NICEAPI_EXPORT. Also removed ...Youness Alaoui2008-11-031-0/+2
* make nice_address_init part of the APIYouness Alaoui2008-10-301-0/+6
* Move address into the agent's dirYouness Alaoui2008-10-301-0/+343
* split address code into separate directoryDafydd Harries2007-02-031-117/+0
* add port to address struct; compare it in address_is_equalDafydd Harries2007-02-021-1/+1
* add "nice" prefix to agent, candidate, addressDafydd Harries2007-01-291-18/+18
* split address code into separate fileDafydd Harries2007-01-231-0/+117