summaryrefslogtreecommitdiff
path: root/local
AgeCommit message (Expand)AuthorFilesLines
2008-10-28Removing useless and unused NiceInterface stuff... maybe we should later at s...Youness Alaoui4-256/+0
2007-09-18Changed local iface struct to include an embedded NiceAddress.Kai Vehmanen3-19/+4
2007-08-30Updated local module to use the new address API.Kai Vehmanen3-7/+24
2007-06-19Updated test coverage of local submodule. Added NICEAPI_EXPORT attributes. Fi...Kai Vehmanen3-8/+21
2007-05-21Fixed compiler warnings: proper use of const.Kai Vehmanen1-1/+1
2007-04-30add copyright/license notice to each Makefile.amDafydd Harries1-0/+7
2007-04-30add copyright/license notice to each .c/.h fileDafydd Harries3-0/+108
2007-03-14make nice_address_to_string() write result into passed-in buffer; define cons...Dafydd Harries1-3/+2
2007-03-14local/: use nice_address_set_from_sockaddr_in ()Dafydd Harries1-8/+1
2007-02-13use ERROR_CFLAGS in subdirectoriesDafydd Harries1-1/+1
2007-02-12declare no-parameter functions as taking (void)Dafydd Harries1-2/+2
2007-02-10use getifaddrs() instead of ioctl() for added portability/IPv6 supportDafydd Harries1-33/+23
2007-02-07consistently use "XXX" (rather than "FIXME")Dafydd Harries1-2/+2
2007-02-07use NiceAddress for local interfacesDafydd Harries4-13/+16
2007-02-05include common.mk in each Makefile.amDafydd Harries1-0/+2
2007-02-03tidy up local/ code and export its functionsDafydd Harries3-19/+17
2007-01-29tidy up headers/#includesDafydd Harries1-0/+6
2007-01-20local/Makefile.am: reformatDafydd Harries1-3/+3
2007-01-20switch local/ to building shared rather than static libraryDafydd Harries1-3/+3
2007-01-09declare variable holding fd as signed, since socket () can return negative va...Dafydd Harries1-1/+1
2007-01-07add local.h to sourcesDafydd Harries1-1/+1
2007-01-05add local/Makefile.amDafydd Harries1-0/+11
2006-12-21add local/ directoryDafydd Harries3-0/+124