summaryrefslogtreecommitdiffstats
path: root/libmpdemux/network.h
Commit message (Expand)AuthorAgeFilesLines
* enable seeking in http streamsattila2004-02-171-1/+1
* ftp support. The change on connect2Server is needed bcs we need 2albeu2003-08-151-1/+1
* Networking support under MinGW.diego2003-06-111-2/+6
* removed some wrappers, now the configure checks for inet_pton. patch by Joey ...alex2003-04-091-14/+0
* GCC warning fixesbertrand2002-10-291-0/+2
* inet_aton fallback support by Joey Parrish <joey@yunamusic.com>bertrand2002-08-291-0/+14
* Added the bandwidth variable. Used to set the max download bandwidthbertrand2002-07-051-0/+1
* Added a function prototype for reuse outside of network.cbertrand2002-06-171-0/+4
* fixed MP3 ICY detection, return detected file format for open_streamalex2002-02-161-1/+1
* Moved network related code from open.c to network.cbertrand2002-01-191-7/+1
* Added support for the environment variable http_proxy.bertrand2002-01-141-0/+1
* Kept the HTTP connection open after autodetect, sobertrand2002-01-081-0/+8
* Added a data field in the streaming_ctrl_t struct, to store anybertrand2001-12-111-0/+1
* Added the connect2Server prototype.bertrand2001-12-101-0/+2
* Moved the network related include files from network.c to network.hbertrand2001-12-101-0/+8
* Removed my buffer hack to use cache2.bertrand2001-11-201-23/+10
* libdemuxer...arpi2001-10-201-0/+49