network plugin: Fix many bugs, especially `hton*' and `ntoh*' related.
[collectd.git] / src / network.c
2007-01-13 Florian Forsternetwork plugin: Fix many bugs, especially `hton*' and...
2007-01-13 Florian ForsterMerge branch 'master' into ff/plugins-ng
2007-01-13 Florian Forsternetwork plugin: Changed the old network code to work...
2006-12-22 Florian ForsterMerge branch 'fs/mbmon'
2006-12-22 Florian ForsterMerge branch 'ls/sensors'
2006-12-21 Florian ForsterMerge branch 'sh/email'
2006-12-21 Florian ForsterMerge branch 'collectd-3.10'
2006-12-21 Florian ForsterBug#404018: Close the file descriptor when binding...
2006-12-21 Florian ForsterBug#404018: Break out of the `while (loop)'-loop when...
2006-07-10 Florian ForsterMerge branch 'master' into ff/processes
2006-07-09 Florian ForsterMerge branch 'install-config'
2006-07-09 Florian ForsterMerge branch 'collectd-3.9'
2006-07-09 Florian Forsternetwork: Be more verbose when `network_create_socket...
2006-04-14 octoUpdated all copyright-entries in header files.
2006-04-14 octoMerged `branches/log-mode' to `trunk'
2006-04-13 octoApplied patch by Christophe Kalt which adds the log...
2006-04-11 octoRemoved an annoying debug message. I don't need to...
2006-03-13 octoMerged 494:495 from `trunk' to `tags/collectd-3.8.1'
2006-03-10 octoAssure that `IPV6_ADD_MEMBERSHIP' is defined.
2006-02-02 octoMake `AI_ADDRCONFIG' and `AI_PASSIVE' conditional ...
2006-01-30 octoFixed the TTL option. Changed it's name to `TimeToLive...
2006-01-30 octoAdded the `MulticastTTL' option so users can set a...
2006-01-30 octoInitialize `addrlen' before using. This might be the...
2006-01-29 octoUpdated `configure.in'
2006-01-29 octoFixed problems with the new `network.c' code:
2006-01-29 octoFirst version of `network.c' running..
2006-01-29 octoAdded `network.c' and `network.h' to the sourced for...
2006-01-29 octoCompleted the new network code. Let the bugfixing begin ;)
2006-01-29 octoAdded `network.c' which will replace `multicast.c'...