summaryrefslogtreecommitdiffstats
path: root/stream/network.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-10/+10
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-1/+1
* Forgotten reindentreimar2008-11-021-1/+1
* Add a noicyx:// protocol to allow easier testing for misconfigured servers.reimar2008-11-021-0/+1
* Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-3/+1
* Revert moving closesocket definition and network headers to network.h.diego2008-08-311-0/+8
* Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-8/+0
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-1/+1
* Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
* mime_type_table is const as wellreimar2007-12-021-1/+1
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750rtogni2007-06-291-1/+1
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-051-2/+0
* Force lavf on flv streams. Closes bugzilla #354rtogni2006-12-151-0/+4
* Close fd on error.reimar2006-12-091-1/+2
* Change demuxer for "application/octet-stream" http streams fromeugeni2006-09-151-1/+1
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-207/+1
* kill a warning in getsockopt()ben2006-08-051-1/+2
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+657