log stream/network.h @ 33599:6d690eac34eb

age author description
2011-03-17 cehoyos Allow setting custom http header.
2010-09-09 diego Move mime_type_table extern declaration to network.h, where it belongs.
2010-06-27 reimar Use MSG_NOSIGNAL flag if available for send().
2010-06-18 diego Move extern variable declarations for network.c to network.h.
2010-02-22 diego Declare functions from network.c in network.h.
2010-02-22 diego Move struct streaming_control from network.h to stream.h, where it is used.
2010-02-22 diego Remove commented-out declaration of non-existing function streaming_start.
2010-01-30 diego Add license header to all files missing it in the stream subdirectory.
2009-02-01 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
2009-02-01 diego Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.
2008-10-12 diego Move socklen_t typedef from config.h to stream/network.h.
2008-09-01 diego Move '#define closesocket close' preprocessor directive to a common place
2008-08-31 diego Revert moving closesocket definition and network headers to network.h.
2008-08-29 diego Move duplicated '#define closesocket close' into network.h along with
2008-08-29 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
2008-03-10 diego Remove useless #include.
2008-02-22 diego Add MPLAYER_ prefix to multiple inclusion guards.
2007-12-31 diego Add explanatory comments to the #endif part of multiple inclusion guards.
2007-07-02 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
2006-08-05 ben isolated tcp socket code from network.c to a dedicated file
2006-07-31 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/network.h@7c540b88e2da