aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ftutil.c
Commit message (Collapse)AuthorAgeLines
* Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths.Jelmer Vernooij2016-12-31-7/+7
| | | | | | | This constant is always available and meant to be used with getnameinfo(). This fixes the build on Debian GNU/kFreeBSD.
* Fix some clang static analyzer warningsdequis2016-12-26-1/+1
| | | | Nothing interesting.
* Reindent everything to K&R style with tabsIndent2015-02-20-60/+50
| | | | | | | 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.
* dcc: Fix some invalid memory accesses reported by ASANdequis2014-10-27-1/+1
| | | | ASAN <3
* Take the local address from the IM/IRC connection when setting up a listeningWilmer van der Gaast2010-07-25-1/+11
| | | | | socket for file transfers.
* Small cleanup. The max_packet_size variable doesn't seem to be readWilmer van der Gaast2010-03-17-37/+40
| | | | | anywhere, and reworked string handling in ft_listen() a little bit.
* More hints for getaddrinfo().ulim2008-08-12-4/+0
| | | | | Hopefully solves a problem on FreeBSD.
* Added lib/ftutil.[ch].ulim2008-08-12-0/+135
yes, that was supposed to happen in the last commit ;)