aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ftutil.h
Commit message (Collapse)AuthorAgeLines
* Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths.Jelmer Vernooij2016-12-31-11/+1
| | | | | | | This constant is always available and meant to be used with getnameinfo(). This fixes the build on Debian GNU/kFreeBSD.
* Reindent everything to K&R style with tabsIndent2015-02-20-1/+2
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Take the local address from the IM/IRC connection when setting up a listeningWilmer van der Gaast2010-07-25-1/+1
| | | | | socket for file transfers.
* Small cleanup. The max_packet_size variable doesn't seem to be readWilmer van der Gaast2010-03-17-0/+12
| | | | | anywhere, and reworked string handling in ft_listen() a little bit.
* More hints for getaddrinfo().ulim2008-08-12-0/+4
| | | | | Hopefully solves a problem on FreeBSD.
* Added lib/ftutil.[ch].ulim2008-08-12-0/+24
yes, that was supposed to happen in the last commit ;)