Changelog for
udpcast-20110710-1.3.i386.rpm :
Sun Jul 10 14:00:00 2011 Alain Knaff
- fixed some -Wextra compilation warnings
- new --no-progress flag to suppress progress display
- print most debug messages to log, if available
- properly handle Control-C signal
- --receive-timeout parameter for receiver timeout during transmission
- \"real\" daemon mode
Sat Jan 30 13:00:00 2010 Alain Knaff
- In busybox, call the executables udp-receiver and udp-sender, the
same as outside of busybox
Wed Dec 30 13:00:00 2009 Alain Knaff
- new \"--ignore-lost-data\" mode
- Lift limit in number of supported network interfaces
Sat Oct 31 13:00:00 2009 Alain Knaff
- Support for start-timeout also on sender
Sun Sep 20 14:00:00 2009 Alain Knaff
- Fixed slice management bug introduced with streaming
Sat Sep 12 14:00:00 2009 Alain Knaff
- Restored block alignment enforcement (needed when reading data from a pipe)
- Fixed division-by-zero error on zero-sized transmissions
- only make data blocks as big as needed
Tue Sep 1 14:00:00 2009 Alain Knaff
- \"Streaming\" mode
- On receiver, make failure to send hello packet not fatal
- More efficient transmission on small files
- Allow pointopoint mode to be \"used\" (ignored) together with async,
as long as a dataMcastAddress is supplied
Sat Dec 13 13:00:00 2008 Alain Knaff
- Fixed compilation on pre-historic compilers
Sun Nov 30 13:00:00 2008 Alain Knaff
- Fix a couple of compiler warnings
Sun Nov 16 13:00:00 2008 Alain Knaff
- Configurable statistics printout period
- Do not print uncompressed offset is pipe is in use, or offset not seekable
Thu Sep 11 14:00:00 2008 Alain Knaff
- Added distclean target to make Debian build easier
- Adapted to new name of mingw compiler, and other Mingw adaptations
- Removed obsolete m486 flag
- Fixed parameter types for getsockopt
- If there are no participants after autostart delay, do not
transmit but exit right away
Fri May 2 14:00:00 2008 Richard W.M. Jones - 20071228-3
- Remove \'-s\' flag from Makefile.
- Remove unused udpcast_version macro.
- Use configure macro.
- Fix the license, GPLv2+ and BSD.
- BuildRequires perl.
Mon Apr 21 14:00:00 2008 Richard W.M. Jones - 20071228-2
- BR m4.
Mon Apr 21 14:00:00 2008 Richard W.M. Jones - 20071228-1
- Initial packaging for Fedora.
Fri Jun 1 14:00:00 2007 Alain Knaff
- Patch to fix parallel make & make DESTDIR=/tmp/xxx install
- Address gcc4 warnings
- Remove some #define fn udpc_fn lines
Wed May 30 14:00:00 2007 Jan Oelschlaegel
- Adapt to Solaris 10 x86 (added includes and configure checks)
- Tested on Linux and Solaris 10 (maybe some other OS are broken now...)
Fri Mar 23 13:00:00 2007 Alain Knaff
- Fixed typoes in socklib.c
Tue Mar 6 13:00:00 2007 Alain Knaff
- Fix issue with pipes and no destination file on receiver
Sun Feb 18 13:00:00 2007 Alain Knaff
- Documentation fix
Mon Feb 5 13:00:00 2007 Alain Knaff
- Adapt to busybox 1.4.1 (Config.in)
Wed Jan 31 13:00:00 2007 Alain Knaff
- Added #include to make it compile under (K)ubuntu
- Fix uninitialized variable in udp-receiver
Mon Jan 29 13:00:00 2007 Alain Knaff
- Adapt to busybox 1.3.2
Wed Dec 20 13:00:00 2006 Alain Knaff
- Adapt to new busybox 1.3.0
Sat Dec 16 13:00:00 2006 Alain Knaff
- Added startTimeout flag: abort if sender does not start within specified
time
- Darwin build fixes patch
- Refactoring to postpone file creation until sender is located
Fri Oct 20 14:00:00 2006 Alain Knaff
- Fix usage message to use full names for --mcast-data-address and
mcast-rdv-address
Thu Sep 21 14:00:00 2006 Alain Knaff
- Include uio.h into socklib.h, needed with older include files for iovec
- Avoid variable name \"log\", apparently, for older compilers, this shadows the
name of a built-in
Wed Sep 20 14:00:00 2006 Alain Knaff
- Added missing format string to printMyIp
Sun Sep 17 14:00:00 2006 Alain Knaff
- If --rexmit-hello-interval set on sender, still only display prompt
once on receiver
- Improved logging (on sender, offer option to periodically log
instantaneous bandwidth, log retransmission, and added datestamp to
all log)
- Enable autoconf (configure) in order to make it easier to compile it
on other Unices
- Reorganized cmd.html file to make it cleaner HTML (all the man stuff
now in separate files)
- Fix a buffer overrun on Windows
Sat Mar 25 13:00:00 2006 Alain Knaff
- Separate commandline spec file and mkimage spec file