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
/
io_helper.c
Age
Commit message (
Expand
)
Author
2011-10-03
Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke...
Chris Rankin
2011-10-01
Mark simple file and socket descriptors as uninheritable.
Chris Rankin
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2007-11-09
Update 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-11
Assert presence of the buffer, just to avoid getting 'Bad address' errors lat...
Diego 'Flameeyes' Pettenò
2006-09-13
When only one host is present, or with the last host, enable the non-block mo...
Diego 'Flameeyes' Pettenò
2006-07-05
It compiles now.
František Dvořák
2006-07-03
Add a media.network.timeout configuration for a timeout while running select(...
Diego 'Flameeyes' Pettenò
2005-11-14
*BUGFIX*
František Dvořák
2004-09-02
Warnings on WIN32.
František Dvořák
2004-04-30
- better error messages for the io_helper functions
Bastien Nocera
2004-04-10
Permit (but not recommend) stream == NULL in io_helper functions.
František Dvořák
2004-04-09
receiving data from network is kind of critical, we better be careful
Miguel Freitas
2004-04-09
accept unix LF as line termination (don't try to read another char)
Miguel Freitas
2004-04-06
Patch for using timeout in cddb lookup (xine was freezed just because of fire...
František Dvořák
2004-03-14
Update WIN32 port:
František Dvořák
2003-12-05
cleanup 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-16
actually not every engine file uses internals, so we do not need to define
Michael Roitzsch
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-10-07
fix some compiler warnings
Michael Roitzsch
2003-09-25
IPv6 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 the
Bastien Nocera
2003-06-11
Fix io_helper for Win32. The http plugin now works again for Win32
Tim Champagne
2003-06-05
io_helper functions.
Thibaut Mattern