summaryrefslogtreecommitdiff
path: root/src/xine-engine/io_helper.c
AgeCommit message (Expand)Author
2011-10-03Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke...Chris Rankin
2011-10-01Mark simple file and socket descriptors as uninheritable.Chris Rankin
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-05-05- Fix _x_io_select exiting when the select has been interrupted (EINTR errno)hadess@cookie.hadess.net
2006-11-11Assert presence of the buffer, just to avoid getting 'Bad address' errors lat...Diego 'Flameeyes' Pettenò
2006-09-13When only one host is present, or with the last host, enable the non-block mo...Diego 'Flameeyes' Pettenò
2006-07-05It compiles now.František Dvořák
2006-07-03Add a media.network.timeout configuration for a timeout while running select(...Diego 'Flameeyes' Pettenò
2005-11-14*BUGFIX*František Dvořák
2004-09-02Warnings on WIN32.František Dvořák
2004-04-30- better error messages for the io_helper functionsBastien Nocera
2004-04-10Permit (but not recommend) stream == NULL in io_helper functions.František Dvořák
2004-04-09receiving data from network is kind of critical, we better be carefulMiguel Freitas
2004-04-09accept unix LF as line termination (don't try to read another char)Miguel Freitas
2004-04-06Patch for using timeout in cddb lookup (xine was freezed just because of fire...František Dvořák
2004-03-14Update WIN32 port:František Dvořák
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-07fix some compiler warningsMichael Roitzsch
2003-09-25IPv6 patch from Njål T. Borch <Njaal.Borch@njaal.net>Daniel Caujolle-Bert
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
2003-06-11Fix io_helper for Win32. The http plugin now works again for Win32Tim Champagne
2003-06-05io_helper functions.Thibaut Mattern