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