index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-engine
/
broadcaster.c
Age
Commit message (
Expand
)
Author
2011-10-04
Import xine_private.h as needed, not as part of xine_internal.h.
Chris Rankin
2011-10-03
Set CLOEXEC flag on three more sockets.
Chris Rankin
2009-12-01
Fork failure messages shouldn't be debug-only.
Darren Salt
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-01-18
Remove '#include "config.h"' from all public header files.
Darren Salt
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-07-27
Fixed race, reordered broadcaster shutdown sequence to avoid multiple access ...
Kirill Belokurov
2007-04-07
Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.
Darren Salt
2007-04-04
Reorder and pack the structures that are defined inside compilation units ins...
nopadding_no_abi_change
Diego 'Flameeyes' Pettenò
2007-01-19
Err no it was the other way around.
Diego 'Flameeyes' Pettenò
2007-01-19
Extra safety, although it should be good anyway.
Diego 'Flameeyes' Pettenò
2007-01-19
Fix possible strict aliasing breakage.
Diego 'Flameeyes' Pettenò
2006-06-20
Remove need to use -fno-strict-aliasing, by using an union on accept() usage,...
Diego 'Flameeyes' Pettenò
2006-06-18
Fix formatting for int64_t types.
Diego 'Flameeyes' Pettenò
2006-04-21
Add printf format attributes.
Darren Salt
2006-01-27
Adapt the engine to the new list code.
Thibaut Mattern
2004-07-22
since we potentially add a '\n', we cannot fill the string to the limit earlier
Michael Roitzsch
2004-03-14
Update WIN32 port:
František Dvořák
2004-03-03
use the _x_abort() macro instead of abort, since it prints some debug info
Michael Roitzsch
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-26
xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...
Daniel Caujolle-Bert
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-05-16
Fix win32 build and start adding additional plugin support
Tim Champagne
2003-05-15
add broadcaster
Miguel Freitas