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
/
tcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stream/tcp.c: Prefer the use of inet_ntop over inet_ntoa
attila
2010-11-02
1
-3
/
+3
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
1
-1
/
+0
*
Merge svn changes up to r30663
Uoti Urpala
2010-03-10
1
-0
/
+8
|
\
|
*
Make sure we do not try to use IPv6 with winsock2, we end up connecting
reimar
2010-02-20
1
-0
/
+8
*
|
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
1
-2
/
+18
|
\
|
|
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
1
-2
/
+18
*
|
Merge svn changes up to r29412
Uoti Urpala
2009-07-07
1
-1
/
+2
|
\
|
|
*
Replace incorrect use of strncpy by av_strlcpy.
reimar
2009-06-26
1
-1
/
+2
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-17
/
+17
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
1
-17
/
+17
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
1
-10
/
+10
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
1
-10
/
+10
|
/
*
Restructure network tests: Always check for both inet_aton and inet_pton.
diego
2009-02-01
1
-6
/
+4
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
1
-8
/
+8
*
HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
diego
2009-02-01
1
-2
/
+2
*
Avoid u_ BSD type names.
diego
2008-12-27
1
-1
/
+1
*
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
/
+12
*
Move duplicated '#define closesocket close' into network.h along with
diego
2008-08-29
1
-12
/
+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
*
Add missing stream.h #include, fixes the warning:
diego
2008-05-15
1
-0
/
+1
*
Remove the need for code using stream to export an mp_input_check_interrupt()
albeu
2008-04-09
1
-2
/
+1
*
Make functions static if they aren't referenced externally.
zuxy
2007-10-27
1
-2
/
+2
*
(Re)move idiotic checks, ret can't be < 0 or > 0 if the loop condition
reimar
2007-09-19
1
-3
/
+2
*
Fix a few typos
reimar
2007-09-19
1
-3
/
+3
*
winsocks expects an int in milliseconds instead of struct timeval to set
ivo
2007-03-01
1
-4
/
+12
*
Fix a few gcc warnings, approved by Diego and Reimar.
rathann
2007-02-05
1
-0
/
+1
*
Use defined() syntax instead without ().
reimar
2007-02-04
1
-1
/
+1
*
Add timeout to tcp connections, avoid hanging forever.
rtogni
2007-02-04
1
-0
/
+7
*
Cosmetics: recommit patch changing return values to defines
reimar
2006-08-26
1
-11
/
+11
*
Recreate tcp.c as partial copy from network.c
reimar
2006-08-26
1
-0
/
+242
*
remove to allow readding as copy from network.c
reimar
2006-08-26
1
-291
/
+0
*
missing header for struct timeval
rfelker
2006-08-20
1
-0
/
+1
*
isolated tcp socket code from network.c to a dedicated file
ben
2006-08-05
1
-0
/
+290