aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/_p9dialparse.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix or silence various gcc warningsRuss Cox2020-01-121-1/+1
* lib9/p9dialparse: fix segfault on gethostbynameDavid du Colombier2012-09-111-1/+1
* lib9: remove ss_len manipulation in _p9dialparseRuss Cox2012-09-081-3/+0
* lib9: fix announce on OS XRuss Cox2012-09-081-5/+7
* lib9: fix openbsd buildDavid du Colombier2012-06-271-0/+1
* lib9/dial: add support for IPv6David du Colombier2012-06-021-52/+53
* fix type-punned pointer warnings from gccRuss Cox2010-03-101-1/+1
* ignore /net/ prefixes - been long enoughrsc2006-07-231-3/+0
* add dnsrsc2006-02-201-0/+2
* make sure to set p9unixrsc2005-05-071-0/+1
* hard code list of plan 9 services in case they are not in /etc/servicesrsc2005-02-111-3/+33
* Include netinet/in.h to get ntohs prototype.wkj2004-12-291-0/+1
* publish p9dialparsersc2004-06-161-1/+1
* Make things build on FreeBSD again.rsc2003-11-231-3/+5
* Annoying changes to work on Sun boxes.rsc2003-11-231-5/+5
* Various additions and fixes.rsc2003-11-231-0/+151