aboutsummaryrefslogtreecommitdiff
path: root/src/print_ipv6_addr.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-06Little style fixes for the last commitMichael Stapelberg1-15/+15
2010-04-06ipv6: provide format strings for ipv6 up and ipv6 downChristian Dietrich1-31/+32
2010-01-04ipv6: cache the result of the DNS query only, the socket needs to be ↵Michael Stapelberg1-29/+42
re-created every time
2010-01-01ipv6: reuse the existing socket for further lookupsMichael Stapelberg1-23/+35
This reduces network overhead if you do not run a local caching nameserver.
2009-10-11Breaks configfiles! Major refactoring of i3status, see belowMichael Stapelberg1-0/+99
We finally switched to libconfuse for a configuration file format which does not require much work for the programmer nor for the user. Plus, it avoids the Not-Invented-Here syndrome of yet another config file format. Furthermore, as a consequence of providing format strings for every "module" (ipv6, wireless, …), we directly print the output and thus we needed to drop support for wmii. This allowed us to get rid of quite some complexity. Documentation about the new configuration file and options will follow. This commit is the beginning of what will be i3status v2.0.