Age | Commit message (Expand) | Author |
2008-11-20 | Fix using of the pointers, leak fixes in configfile. | František Dvořák |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use asprintf() rather than malloc() + sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-01-01 | Skip deleted keys - should any ever occur! - while saving the config. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-08-17 | Fix C++ breakage introduced in cset 290f0d28f8fc. | Darren Salt |
2007-08-12 | Extend config key translation to allow front ends to provide an additional list. | Darren Salt |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-02-22 | Revert the const mark on xine_config_register_enum, as that breaks C++ fronte... | Diego 'Flameeyes' Pettenò |
2007-02-20 | Reduce warnings to one, that seems to be caused by GCC counting compatibility... | Diego 'Flameeyes' Pettenò |
2007-02-19 | Make the enum functions accept the strict parameter, const char* array rather... | Diego 'Flameeyes' Pettenò |
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt |
2006-09-26 | Fix _x_config_change_opt function to actually sanity check all the pointers, ... | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2005-08-21 | **BUGFIX** | Darren Salt |
2005-07-21 | - change frontend_lock and config_lock to recursive mutexes to fix | Miguel Freitas |
2005-07-17 | **BUGFIX** | Darren Salt |
2005-02-07 | Stupid me, sorry about that. | Thibaut Mattern |
2005-01-30 | First part of the plugin loader changes | Thibaut Mattern |
2005-01-05 | input.http_no_proxy -> media.network.http_no_proxy | Darren Salt |
2004-12-20 | remove all local names beginning with double underscore, because C99 | Michael Roitzsch |
2004-12-13 | add dvb.adapter to the conversion list | Mike Lampard |
2004-12-13 | readd translation for dxr3.playback.alt_play_mode, | Michael Roitzsch |
2004-12-13 | Don't list key translations where new == old, and don't recursively | Darren Salt |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-09-12 | including <unistd.h>, which has been removed from the global headers | Michael Roitzsch |
2004-07-22 | frontends could have crashed xine-lib by passing a too long filename | Michael Roitzsch |
2004-06-19 | rename part of config entry keys from "plugin" to "subsection", because for | Michael Roitzsch |
2004-05-07 | * fix config file loading: enums are read as numbers, although written as str... | Michael Roitzsch |
2004-03-16 | prevent segfaults (patch from Debian bug #228751, posted by Michel Daenzer) | Siggi Langauf |
2004-03-16 | implicit changes to the configuration are now disabled by default and have | Michael Roitzsch |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |
2004-01-16 | fix 'unsavable' config file: if config file contain garbage (non printable ch... | Daniel Caujolle-Bert |
2003-12-09 | update copyright year (and we have to do it again in 3 weeks... ;-) ) | Daniel Caujolle-Bert |
2003-12-07 | get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac... | Daniel Caujolle-Bert |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-11-02 | configfile beautification: | Michael Roitzsch |
2003-10-26 | * refactor config entry sort functions | Michael Roitzsch |
2003-10-21 | remove this config relic, sticky_str was removes more than year ago. | Daniel Caujolle-Bert |
2003-10-20 | Clog the security hole in RIP input plugin. Streams may be saved only into on... | František Dvořák |
2003-07-31 | introduce config file versioning | Michael Roitzsch |
2003-07-12 | - adding support for the Intel compiler icc | Michael Roitzsch |
2003-07-10 | when two concurrent threads want to create the same config entry, both | Michael Roitzsch |
2003-03-25 | do not enter callbacks with config lock held at least for numeric config entries | Michael Roitzsch |
2003-02-28 | Xine assert() replacement: | Stephen Torri |