February 1, 2009
View bad5537

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.

Diego Biurrun authored on 2009/02/01 11:00:19
January 20, 2009
View 406792e

cosmetics: Remove pointless period after copyright statement non-sentences.

Diego Biurrun authored on 2009/01/20 00:46:40
January 14, 2009
View b250f9c

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.

Aurelien Jacobs authored on 2009/01/14 08:44:16
December 12, 2008
View c0a8f8d

Add sys/time.h header #include, fixes compilation on OS/2. patch by Dave Yeo, daveryeo telus net

Dave Yeo authored on 2008/12/12 15:55:48
December 8, 2008
View 36b5328

bind to the multicast address if possible

Jindřich Makovička authored on 2008/12/08 02:29:09
November 17, 2008
View ce09d56

Get rid of MSG_DONTWAIT using a more standard way to use a socket in a non blocked mode. Patch by Jindrich Makovicka: makovick gmail

Jindřich Makovička authored on 2008/11/17 16:50:25
November 15, 2008
View 7d08429

check for interrupt when receiving from socket

Jindřich Makovička authored on 2008/11/15 04:33:22
November 13, 2008
View 236bb1a

Allow the UDP socket buffer size to be adjusted using a 'buffer_size' URL option.

Jindřich Makovička authored on 2008/11/13 06:40:53
August 25, 2008
View a9e0294

Fix udp.c compilation with recent glibc (>= 2.8)

Luca Abeni authored on 2008/08/25 15:20:00
August 24, 2008
View e6c1381

Fix memleak on some OSes in case network initialization fails. See "[PATCH] tcp.c/udp.c memleak?" for discussion.

Ronald S. Bultje authored on 2008/08/24 02:39:56
May 11, 2008
View 397db8a

Fix type of dest_addr_len to respect return value of udp_set_url. Patch by Luca Abeni.

Luca Abeni authored on 2008/05/11 19:53:21
April 17, 2008
View 3adfb37

doxy header for udp protocol

Luca Barbato authored on 2008/04/17 01:52:35
April 15, 2008
View 35b74c3

Remove the "multicast=" tag from UDP and RTP URLs

Luca Abeni authored on 2008/04/15 20:23:07
February 11, 2008
View 03c09e4

Do not use GNU-specific (or BSD-specific or whatever they may be) constants which are completely unneeded anyway. Note that 3 is a cheap integer bound for log10(1<<CHAR_BIT).

D Richard Felker III authored on 2008/02/11 12:30:42
November 22, 2007
View 087b327

Include os_support.h only when needed

Luca Abeni authored on 2007/11/22 01:33:06