aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tcp.c
Commit message (Expand)AuthorAge
* Avoid u_ BSD type names.Gravatar diego2008-12-27
* Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
* Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
* Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Add missing stream.h #include, fixes the warning:Gravatar diego2008-05-15
* Remove the need for code using stream to export an mp_input_check_interrupt()Gravatar albeu2008-04-09
* Make functions static if they aren't referenced externally.Gravatar zuxy2007-10-27
* (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop conditionGravatar reimar2007-09-19
* Fix a few typosGravatar reimar2007-09-19
* winsocks expects an int in milliseconds instead of struct timeval to setGravatar ivo2007-03-01
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* Use defined() syntax instead without ().Gravatar reimar2007-02-04
* Add timeout to tcp connections, avoid hanging forever.Gravatar rtogni2007-02-04
* Cosmetics: recommit patch changing return values to definesGravatar reimar2006-08-26
* Recreate tcp.c as partial copy from network.cGravatar reimar2006-08-26
* remove to allow readding as copy from network.cGravatar reimar2006-08-26
* missing header for struct timevalGravatar rfelker2006-08-20
* isolated tcp socket code from network.c to a dedicated fileGravatar ben2006-08-05