Age | Commit message (Expand) | Author |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-02-10 | Merge from 1.1. | Darren Salt |
2009-02-10 | Fix broken size checks in various input plugins (ref. CVE-2008-5239). | Darren Salt |
2009-01-05 | Merge security fixes from 1.1. | Darren Salt |
2009-01-04 | Fix for CVE-2008-5239 | Matthias Hopf |
2007-12-30 | Merge from 1.1 (except po/*; translators needed for this). | Darren Salt |
2007-12-29 | Crashes when accessing files via Gnome-VFS | Philippe Troin |
2007-12-22 | Merge -headers-reshuffle branch into main. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Transform ignore_scheme into an array of arrays, padded at 8 bytes. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the input plugins interface version to 18 as they got updated. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all input plugins to the new identifier/description interface. | Diego 'Flameeyes' Pettenò |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-06-09 | Convert all input plugins to use void * as type for the buf parameter of read... | Diego 'Flameeyes' Pettenò |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-01-19 | Make get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò |
2007-01-18 | Make get_description function return a const char * rather than just a char *... | Diego 'Flameeyes' Pettenò |
2006-09-08 | Try to match input plugin block size. | Thibaut Mattern |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-03-17 | - ignore http locations as gnome-vfs seems to sucks at accessing | Bastien Nocera |
2005-10-14 | input plugin time seeking patch. | Miguel Freitas |
2005-05-29 | - Send the XINE_MSG_FILE_EMPTY UI message when trying to play an empty | Bastien Nocera |
2005-05-13 | **BUGFIX** | Bastien Nocera |
2005-02-07 | Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries. | Thibaut Mattern |
2005-02-06 | Added a plugin_node_t pointer to the input plugin struct. | Thibaut Mattern |
2004-10-30 | - make use of the net buffer control in gnome-vfs, to speed it up a bit | Bastien Nocera |
2004-09-17 | Warning patch for Win32 - casted off_t to intmax_t for printing. | František Dvořák |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-02 | - work around the gnome-vfs sftp: method having a max read size of 256k | Bastien Nocera |
2004-03-01 | - oops, we're leaking! | Bastien Nocera |
2004-03-01 | - fix a crash when using the gnome-vfs plugin with newer gnome-vfs versions | Bastien Nocera |
2003-12-14 | API version bounce | Siggi Langauf |
2003-10-20 | (...) forNUC__ only | Daniel Caujolle-Bert |
2003-10-07 | - blacklist more schemes, avoiding warnings | Bastien Nocera |
2003-08-10 | apply Frantisek patches to handle end of streams better | Miguel Freitas |
2003-07-26 | - patch by Frantisek Dvorak <valtri@atlas.cz> to fix possible crash on EOS | Bastien Nocera |
2003-07-19 | Fix gcc specific marco format. | Robin KAY |
2003-06-24 | - the gnome-vfs input was a bit too keen on trying to open some files | Bastien Nocera |
2003-06-08 | - only ignore real local files (ie. file:///) ("local" in gnome-vfs terms mea... | Bastien Nocera |
2003-04-26 | bump up input plugin interface version number | Guenter Bartsch |
2003-04-13 | Input plugin api change: | Thibaut Mattern |
2003-03-03 | Remove pthread_cancel() support, these threads are never pthread_cancelled | Ewald Snel |
2003-02-23 | - quit if we can't initialise gnome-vfs | Bastien Nocera |
2003-02-14 | make it compile | Guenter Bartsch |
2003-02-13 | fixed gnome-vfs plugin to be used for remote locations (other than http) | Bastien Nocera |