summaryrefslogtreecommitdiff
path: root/local
Commit message (Collapse)AuthorAgeFilesLines
* Changed local iface struct to include an embedded NiceAddress.Kai Vehmanen2007-09-183-19/+4
| | | | darcs-hash:20070918151032-77cd4-b2bed5f70964c43537790b3d911eab268fab3f4c.gz
* Updated local module to use the new address API.Kai Vehmanen2007-08-303-7/+24
| | | | darcs-hash:20070830070156-77cd4-c9cc192a0d40577c5d19af56bd22b479a0c6033e.gz
* Updated test coverage of local submodule. Added NICEAPI_EXPORT attributes. ↵Kai Vehmanen2007-06-193-8/+21
| | | | | | Fixed bugs in handling error cases with getifaddrs() darcs-hash:20070619075609-77cd4-b3cd9ca9dc1c41a501d3a9381fea337099101fc9.gz
* Fixed compiler warnings: proper use of const.Kai Vehmanen2007-05-211-1/+1
| | | | darcs-hash:20070521153502-77cd4-9ba19c606f32af8de37099cbb6935e7a5073d440.gz
* add copyright/license notice to each Makefile.amDafydd Harries2007-04-301-0/+7
| | | | darcs-hash:20070430010240-c9803-30fe5cce012707a7d474bad73ecad9818aa2e303.gz
* add copyright/license notice to each .c/.h fileDafydd Harries2007-04-303-0/+108
| | | | darcs-hash:20070430010026-c9803-ac9a84b5aedecb6c91a449bb95a9302da3b2cb54.gz
* make nice_address_to_string() write result into passed-in buffer; define ↵Dafydd Harries2007-03-141-3/+2
| | | | | | constant for buffer size darcs-hash:20070314144042-c9803-efe6600250d3bad6dd392dda7a3734db99f60cb1.gz
* local/: use nice_address_set_from_sockaddr_in ()Dafydd Harries2007-03-141-8/+1
| | | | darcs-hash:20070314141606-c9803-06daed498ad21212956f0d5806c5ac7845628c09.gz
* use ERROR_CFLAGS in subdirectoriesDafydd Harries2007-02-131-1/+1
| | | | darcs-hash:20070213125426-c9803-8de02269faa93c133a9640776940114835f01457.gz
* declare no-parameter functions as taking (void)Dafydd Harries2007-02-121-2/+2
| | | | darcs-hash:20070212161525-c9803-eaaf88f5dcc2dffce6fe6e9081f636bb23838bd4.gz
* use getifaddrs() instead of ioctl() for added portability/IPv6 supportDafydd Harries2007-02-101-33/+23
| | | | darcs-hash:20070210180751-c9803-a2df61f48025dec22d5dc10b0fb0228e38f32785.gz
* consistently use "XXX" (rather than "FIXME")Dafydd Harries2007-02-071-2/+2
| | | | darcs-hash:20070207104315-c9803-2ed68c54a270d87405b5472c14a73a404f8feda3.gz
* use NiceAddress for local interfacesDafydd Harries2007-02-074-13/+16
| | | | darcs-hash:20070207104150-c9803-1348829041d406702a91c55a60c0498e08c96a60.gz
* include common.mk in each Makefile.amDafydd Harries2007-02-051-0/+2
| | | | darcs-hash:20070205123651-c9803-eb7145b523cfff31f4013265d2e2b71b727ffaf0.gz
* tidy up local/ code and export its functionsDafydd Harries2007-02-033-19/+17
| | | | darcs-hash:20070203095751-c9803-2606e0f7ec35e1e4280aaafff2cb0b27287f29bd.gz
* tidy up headers/#includesDafydd Harries2007-01-291-0/+6
| | | | darcs-hash:20070129173049-c9803-6719527a015d994ff576293d155b8d1507a70ea9.gz
* local/Makefile.am: reformatDafydd Harries2007-01-201-3/+3
| | | | darcs-hash:20070120144121-c9803-69446f3b22fb64427da54fea524dfb5216132990.gz
* switch local/ to building shared rather than static libraryDafydd Harries2007-01-201-3/+3
| | | | darcs-hash:20070120144013-c9803-ea8ee18e2aab0bd1e960417ba584f16425c3c5e0.gz
* declare variable holding fd as signed, since socket () can return negative ↵Dafydd Harries2007-01-091-1/+1
| | | | | | values darcs-hash:20070109123233-c9803-baadb2c08dc2cd83da1b7fbc58f6ed202f8af963.gz
* add local.h to sourcesDafydd Harries2007-01-071-1/+1
| | | | darcs-hash:20070107151955-c9803-a833477c4675b51e763705f1cd31d48cadae378a.gz
* add local/Makefile.amDafydd Harries2007-01-051-0/+11
| | | | darcs-hash:20070105205828-c9803-1e2aa08ebf57fc5bdcb47ef4e288171c76b1237b.gz
* add local/ directoryDafydd Harries2006-12-213-0/+124
darcs-hash:20061221015014-c9803-0f6d2d17bdf4525ccdf6a2e8c622f587b32e352e.gz