aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/network.c
Commit message (Expand)AuthorAge
* Forgotten reindentGravatar reimar2008-11-02
* Add a noicyx:// protocol to allow easier testing for misconfigured servers.Gravatar reimar2008-11-02
* 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
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* mime_type_table is const as wellGravatar reimar2007-12-02
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750Gravatar rtogni2007-06-29
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* Force lavf on flv streams. Closes bugzilla #354Gravatar rtogni2006-12-15
* Close fd on error.Gravatar reimar2006-12-09
* Change demuxer for "application/octet-stream" http streams fromGravatar eugeni2006-09-15
* isolated tcp socket code from network.c to a dedicated fileGravatar ben2006-08-05
* kill a warning in getsockopt()Gravatar ben2006-08-05
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31