summaryrefslogtreecommitdiff
path: root/local
Commit message (Expand)AuthorAgeFilesLines
* Updated test coverage of local submodule. Added NICEAPI_EXPORT attributes. Fi...Kai Vehmanen2007-06-193-8/+21
* Fixed compiler warnings: proper use of const.Kai Vehmanen2007-05-211-1/+1
* add copyright/license notice to each Makefile.amDafydd Harries2007-04-301-0/+7
* add copyright/license notice to each .c/.h fileDafydd Harries2007-04-303-0/+108
* make nice_address_to_string() write result into passed-in buffer; define cons...Dafydd Harries2007-03-141-3/+2
* local/: use nice_address_set_from_sockaddr_in ()Dafydd Harries2007-03-141-8/+1
* use ERROR_CFLAGS in subdirectoriesDafydd Harries2007-02-131-1/+1
* declare no-parameter functions as taking (void)Dafydd Harries2007-02-121-2/+2
* use getifaddrs() instead of ioctl() for added portability/IPv6 supportDafydd Harries2007-02-101-33/+23
* consistently use "XXX" (rather than "FIXME")Dafydd Harries2007-02-071-2/+2
* use NiceAddress for local interfacesDafydd Harries2007-02-074-13/+16
* include common.mk in each Makefile.amDafydd Harries2007-02-051-0/+2
* tidy up local/ code and export its functionsDafydd Harries2007-02-033-19/+17
* tidy up headers/#includesDafydd Harries2007-01-291-0/+6
* local/Makefile.am: reformatDafydd Harries2007-01-201-3/+3
* switch local/ to building shared rather than static libraryDafydd Harries2007-01-201-3/+3
* declare variable holding fd as signed, since socket () can return negative va...Dafydd Harries2007-01-091-1/+1
* add local.h to sourcesDafydd Harries2007-01-071-1/+1
* add local/Makefile.amDafydd Harries2007-01-051-0/+11
* add local/ directoryDafydd Harries2006-12-213-0/+124