summaryrefslogtreecommitdiff
path: root/agent/address.c
Commit message (Expand)AuthorAgeFilesLines
* 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