Age | Commit message (Expand) | Author |
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 |
2003-02-02 | - remove LOG from audio_out.c, fix backing up the configfile if there's no co... | Bastien Nocera |
2003-02-01 | different method of safe config file writing by Cameron Simpson <cs@zip.com.au>: | Michael Roitzsch |
2003-01-31 | disk-full-aware configfile writing: | Michael Roitzsch |
2003-01-13 | autoscan plugins and config entries are ordered now | Michael Roitzsch |
2002-12-21 | Protect against faulty configuration settings a tad better. | Rocky Bernstein |
2002-10-31 | new syntax for MRLs | Michael Roitzsch |
2002-10-31 | It is not possible to just drop the unregistered config entries when saving. | Michael Roitzsch |
2002-10-26 | Removed trailing white spaces | Stephen Torri |
2002-10-26 | Remove assert(0), left over from testing. | James Courtier-Dutton |
2002-10-23 | input_dvd.c now listens for keyboard events from xine-ui. | James Courtier-Dutton |
2002-09-22 | API review part I | Michael Roitzsch |
2002-09-21 | Rename xine_(load/save/reset)_config to xine_config_(load/save/reset). | Daniel Caujolle-Bert |
2002-09-18 | serialize config access | Michael Roitzsch |
2002-09-18 | do not hand out unclaimed config entries | Guenter Bartsch |
2002-09-15 | Memory leak fixes, using a slightly modified version of the patch from | James Courtier-Dutton |
2002-09-11 | - more programming guidelines in public xine header | Guenter Bartsch |
2002-09-10 | Fix a segfault in XV output. | James Courtier-Dutton |
2002-09-09 | - remove one const Daniel forgot :) | uid86226 |
2002-09-09 | Remove so const abuse ;-) | Daniel Caujolle-Bert |
2002-09-08 | don't load values from the configfile that are already there, update them | Michael Roitzsch |
2002-09-06 | introduce "const" | Michael Roitzsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-06-17 | Add Siggi's idea about option config change on the fly. New "mrl style" | Daniel Caujolle-Bert |
2002-04-29 | Replace all exit(1) with abort(). | James Courtier-Dutton |
2002-04-27 | Add function to unregister configfile callback. | Christian Vogler |
2002-04-11 | Fix configfile corruption reported by Chris Rankin | Ewald Snel |
2002-03-16 | fix memory leak, add dispose() function to config_values_s | Ewald Snel |