index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream
/
udp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-2
/
+2
*
Use memset to make sure all parts of struct sockaddr_in are always initialized.
reimar
2009-02-25
1
-0
/
+1
*
Restructure network tests: Always check for both inet_aton and inet_pton.
diego
2009-02-01
1
-7
/
+5
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
1
-5
/
+5
*
HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
diego
2009-02-01
1
-2
/
+2
*
Move '#define closesocket close' preprocessor directive to a common place
diego
2008-09-01
1
-1
/
+1
*
Revert moving closesocket definition and network headers to network.h.
diego
2008-08-31
1
-1
/
+11
*
Move duplicated '#define closesocket close' into network.h along with
diego
2008-08-29
1
-11
/
+1
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
1
-9
/
+9
*
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
diego
2008-08-01
1
-2
/
+2
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
1
-2
/
+2
*
Use standard license headers with standard formatting.
diego
2008-05-14
1
-13
/
+16
*
Fix a few typos
reimar
2007-09-19
1
-1
/
+1
*
Fix UDP select timeout.
diego
2007-08-12
1
-2
/
+2
*
optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan ...
nicodvb
2007-03-08
1
-0
/
+6
*
Fix mingw compilation
reimar
2006-08-26
1
-1
/
+1
*
missing header for struct timeval
rfelker
2006-08-20
1
-0
/
+1
*
kill a warning in getsockopt()
ben
2006-08-05
1
-1
/
+2
*
removed udp socket creation code from rtp stack to a new dedicated udp helper...
ben
2006-08-04
1
-0
/
+191