summaryrefslogtreecommitdiffstats
path: root/stream/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* stream/tcp.c: Prefer the use of inet_ntop over inet_ntoaattila2010-11-021-3/+3
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30663Uoti Urpala2010-03-101-0/+8
|\
| * Make sure we do not try to use IPv6 with winsock2, we end up connectingreimar2010-02-201-0/+8
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-2/+18
|\|
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-2/+18
* | Merge svn changes up to r29412Uoti Urpala2009-07-071-1/+2
|\|
| * Replace incorrect use of strncpy by av_strlcpy.reimar2009-06-261-1/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-17/+17
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-17/+17
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-10/+10
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-10/+10
|/
* Restructure network tests: Always check for both inet_aton and inet_pton.diego2009-02-011-6/+4
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-8/+8
* HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.diego2009-02-011-2/+2
* Avoid u_ BSD type names.diego2008-12-271-1/+1
* Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-1/+1
* Revert moving closesocket definition and network headers to network.h.diego2008-08-311-1/+12
* Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-12/+1
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-9/+9
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-2/+2
* Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* Add missing stream.h #include, fixes the warning:diego2008-05-151-0/+1
* Remove the need for code using stream to export an mp_input_check_interrupt()albeu2008-04-091-2/+1
* Make functions static if they aren't referenced externally.zuxy2007-10-271-2/+2
* (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop conditionreimar2007-09-191-3/+2
* Fix a few typosreimar2007-09-191-3/+3
* winsocks expects an int in milliseconds instead of struct timeval to setivo2007-03-011-4/+12
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-051-0/+1
* Use defined() syntax instead without ().reimar2007-02-041-1/+1
* Add timeout to tcp connections, avoid hanging forever.rtogni2007-02-041-0/+7
* Cosmetics: recommit patch changing return values to definesreimar2006-08-261-11/+11
* Recreate tcp.c as partial copy from network.creimar2006-08-261-0/+242
* remove to allow readding as copy from network.creimar2006-08-261-291/+0
* missing header for struct timevalrfelker2006-08-201-0/+1
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-0/+290