summaryrefslogtreecommitdiff
path: root/src/xine-utils/xine_check.c
AgeCommit message (Expand)Author
2014-01-04Copyright year update by hg log #4.Torsten Jager
2011-10-11Merge from 1.1.Darren Salt
2011-10-10xine_check: check vasprintf() return valuePetri Hintukainen
2011-10-04Merge from 1.1.Darren Salt
2011-10-03Assign O_CLOEXEC a safe default value if it hasn't been defined already.Chris Rankin
2011-10-01Mark simple file and socket descriptors as uninheritable.Chris Rankin
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-07Make _x_health_check_* functions static.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-07-17Use asprintf() or our implementation of it.Darren Salt
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-05-30Fix up health check to find libX11 and libXv shared objects even if develDarren Salt
2006-04-21Add printf format attributes.Darren Salt
2006-02-14printf() format check & constness fixups.Darren Salt
2005-12-23Correct spelling of "extension".Darren Salt
2005-03-09**BUGFIX**Darren Salt
2004-09-12including <unistd.h>, which has been removed from the global headersMichael Roitzsch
2004-07-04better error checking when testing cdrom and dvd devices, not being ableMichael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2003-12-24Ooops, not even an editor with brace highlighting can compensate my faultsMichael Roitzsch
2003-12-24the access() check is wrong, since R_OK & W_OK & X_OK is always 0, so weMichael Roitzsch
2003-12-18- fix compilation on Debian unstableBastien Nocera
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-25judging from the reaction, this check is supposed to test for SCSI devicesMichael Roitzsch
2003-10-03remove unresolved X11 symbols from xine-lib (xine-lib should always be X11-Michael Roitzsch
2003-09-16The code that checked to see that the cdrom and dvdrom drives wereStephen Torri
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
2003-08-04segfault fix by Frantisek DvorakMiguel Freitas
2003-03-24fix crash on no-mtrr x86 machinesGuenter Bartsch
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-17fixing the xine_check Xv problem (using Xv calls, but no Xv dependency is all...Michael Roitzsch
2003-02-07load Xv extension library by hand to avoid libXv linkingMichael Roitzsch
2002-11-22wrong response on non-linux platforms fixedGuenter Bartsch
2002-11-21Fix typo preventing compile on non-Linux platformsRobin KAY
2002-11-21remove unused xine param defines, add title and explanation fields to xine-checkGuenter Bartsch
2002-11-18Fixed wording in a comment.Stephen Torri
2002-11-11Fix xine_check on non-Linux platformsRobin KAY
2002-11-11Updated so that the function set_hc_result is now private to the file.Stephen Torri
2002-11-11Major thanks to Daniel for guiding me through the wonderful world ofStephen Torri
2002-11-10Clean up code for printing of strings.Stephen Torri
2002-11-10We are not borrowing code. Unnecessary comment from when I was debatig how to doStephen Torri
2002-11-10src/video_out/video_out_xv.c:Stephen Torri
2002-11-04use self-dlsym()'d "xdisplayname" instead of referencing XDisplayName...Siggi Langauf
2002-11-04Clean up code. Provde dlopen for XOpenDisplay, XDisplayName, and XvQueryExten...Stephen Torri