log tcp.c @ 6378:a5b3f5d68db6 libavformat

age author description
Sat, 14 Aug 2010 20:34:51 +0000 rbultje Print error messages in case of connection failure or name resolution failure libavformat
Sun, 27 Jun 2010 14:16:46 +0000 mru Make ff_url_split() public libavformat
Tue, 01 Jun 2010 07:46:23 +0000 mstorsjo Declare the url_write buffer parameter as const libavformat
Fri, 26 Mar 2010 16:04:38 +0000 mstorsjo Don't report EINTR from select as an error, retry select instead libavformat
Sun, 14 Mar 2010 23:59:48 +0000 aurel move ff_url_split() and ff_url_join() declarations to internal.h libavformat
Mon, 08 Mar 2010 09:03:25 +0000 mstorsjo Rename url_split to ff_url_split libavformat
Fri, 05 Mar 2010 22:38:48 +0000 mstorsjo Don't explicitly initialize networking in the tcp and udp protocols libavformat
Wed, 27 Jan 2010 22:31:13 +0000 rbultje Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). libavformat
Mon, 11 Jan 2010 17:32:40 +0000 rbultje Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsj libavformat
Wed, 15 Jul 2009 05:52:49 +0000 diego Use ff_neterrno instead of errno in tcp.c. libavformat
Tue, 03 Mar 2009 17:04:51 +0000 rbultje Add url_get_file_handle(), which is used to get the file descriptor libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Fri, 26 Sep 2008 02:12:37 +0000 bcoudurier only include sys/select.h if present, fix mingw compilation libavformat
Wed, 24 Sep 2008 22:11:53 +0000 bcoudurier include sys/select.h to get select, according to posix 2001, libavformat