Always report only once per the session: Error writing PID ...
[udpgate.git] / src / network.c
2005-06-26 shortAlways report only once per the session: Error writing...
2005-06-20 shortUpdate 'SERVER_INADDR', hopefully final.
2004-06-12 short+Verbose message for dropping data packets before a...
2004-06-08 shortFixed probe port number.
2004-06-05 shortTry probing the server indefinitely from commandline.
2004-06-05 shortCosmetic: +'probe' assertion check.
2004-06-05 shortCosmetic: network_start() split.
2004-06-01 shortCosmetic: Prevent false positive: might be used uniniti...
2004-05-23 shortnetwork_stop(): Fixed forgotten removal of a foreign...
2004-05-23 shortFixed uninitialized recvfrom(2) 'fromlen'.
2004-05-23 shortFixed socket(2) call compatibility to specify also...
2004-05-23 shortCosmetic.
2004-05-23 short+User notification of the probe timeout.
2004-05-23 short/etc/sysconfig/udpgate configuration file read/write...
2004-05-21 shortCommand-line version implemented.
2004-05-21 shortFixed "Detected Host IP" notifications.
2004-05-21 shortFixed timeout-related crashes.
2004-05-21 short(*network_notify_hostip)() no longer gets 'hostip_string'.
2004-05-21 shortFixed probe reply parsing from the right socket.
2004-05-20 short+Implemented -v|--verbose functionality.
2004-05-20 shortFixed some fatal networking bugs during the first run.
2004-05-20 shortNetwork probing connected with the packet assembly...
2004-05-20 short+IPv4 probing skeleton with packet assembly/disassembly.
2004-05-20 shortproject rename: udpfoward -> udpgate
2004-05-14 shortFixed SERVER_IPADDR endianity.
2004-05-14 shortFixed bogus "Error removing PID file" message.
2004-05-14 shortFixed forgotten PID file removal during "Stop".
2004-05-14 shortFixed g_source_attach() error checking.
2004-05-12 shortUntested network daemon code implemented.