summaryrefslogtreecommitdiff
path: root/src/xine-engine/configfile.c
AgeCommit message (Expand)Author
2004-09-12including <unistd.h>, which has been removed from the global headersMichael Roitzsch
2004-07-22frontends could have crashed xine-lib by passing a too long filenameMichael Roitzsch
2004-06-19rename part of config entry keys from "plugin" to "subsection", because forMichael Roitzsch
2004-05-07* fix config file loading: enums are read as numbers, although written as str...Michael Roitzsch
2004-03-16prevent segfaults (patch from Debian bug #228751, posted by Michel Daenzer)Siggi Langauf
2004-03-16implicit changes to the configuration are now disabled by default and haveMichael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-01-16fix 'unsavable' config file: if config file contain garbage (non printable ch...Daniel Caujolle-Bert
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-02configfile beautification:Michael Roitzsch
2003-10-26* refactor config entry sort functionsMichael Roitzsch
2003-10-21remove this config relic, sticky_str was removes more than year ago.Daniel Caujolle-Bert
2003-10-20Clog the security hole in RIP input plugin. Streams may be saved only into on...František Dvořák
2003-07-31introduce config file versioningMichael Roitzsch
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-07-10when two concurrent threads want to create the same config entry, bothMichael Roitzsch
2003-03-25do not enter callbacks with config lock held at least for numeric config entriesMichael Roitzsch
2003-02-28Xine 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-01different method of safe config file writing by Cameron Simpson <cs@zip.com.au>:Michael Roitzsch
2003-01-31disk-full-aware configfile writing:Michael Roitzsch
2003-01-13autoscan plugins and config entries are ordered nowMichael Roitzsch
2002-12-21Protect against faulty configuration settings a tad better.Rocky Bernstein
2002-10-31new syntax for MRLsMichael Roitzsch
2002-10-31It is not possible to just drop the unregistered config entries when saving.Michael Roitzsch
2002-10-26Removed trailing white spacesStephen Torri
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-23input_dvd.c now listens for keyboard events from xine-ui.James Courtier-Dutton
2002-09-22API review part IMichael Roitzsch
2002-09-21Rename xine_(load/save/reset)_config to xine_config_(load/save/reset).Daniel Caujolle-Bert
2002-09-18serialize config accessMichael Roitzsch
2002-09-18do not hand out unclaimed config entriesGuenter Bartsch
2002-09-15Memory leak fixes, using a slightly modified version of the patch fromJames Courtier-Dutton
2002-09-11- more programming guidelines in public xine headerGuenter Bartsch
2002-09-10Fix a segfault in XV output.James Courtier-Dutton
2002-09-09- remove one const Daniel forgot :)uid86226
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert
2002-09-08don't load values from the configfile that are already there, update themMichael Roitzsch
2002-09-06introduce "const"Michael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-06-17Add Siggi's idea about option config change on the fly. New "mrl style"Daniel Caujolle-Bert
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-27Add function to unregister configfile callback.Christian Vogler
2002-04-11Fix configfile corruption reported by Chris RankinEwald Snel
2002-03-16fix memory leak, add dispose() function to config_values_sEwald Snel