Mercurial > mplayer.hg
log stream/udp.c @ 30337:98086c4f3cb4
age | author | description |
---|---|---|
Wed, 13 May 2009 02:58:57 +0000 | diego | whitespace cosmetics: Remove all trailing whitespace. |
Wed, 25 Feb 2009 12:51:20 +0000 | reimar | Use memset to make sure all parts of struct sockaddr_in are always initialized. |
Sun, 01 Feb 2009 14:38:28 +0000 | diego | Restructure network tests: Always check for both inet_aton and inet_pton. |
Sun, 01 Feb 2009 13:42:27 +0000 | diego | Convert HAVE_WINSOCK2_H into a 0/1 definition. |
Sun, 01 Feb 2009 13:33:35 +0000 | diego | HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value. |
Mon, 01 Sep 2008 07:31:57 +0000 | diego | Move '#define closesocket close' preprocessor directive to a common place |
Sun, 31 Aug 2008 13:59:54 +0000 | diego | Revert moving closesocket definition and network headers to network.h. |