summaryrefslogtreecommitdiff
path: root/gio/gregistrysettingsbackend.c
AgeCommit message (Expand)Author
2020-06-12tree: Fix various typos and outdated terminologyPhilip Withnall
2020-04-27Silence clang errors about -Wformat-nonliteral due to missing intermediate at...Martin Storsjö
2020-04-27gregistrysettings: Fix a mismatched error format stringMartin Storsjö
2019-10-01gregistrysettings: bump key name length to 128Ignacio Casal Quinteiro
2019-06-25uwp: workaround a false positive in certification of glibNirbheek Chauhan
2018-04-25ci: fix warnings and enable --werror for the mingw buildChristoph Reiter
2017-05-29gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2016-02-24Revert "registrybackend: use G_DECLARE_FINAL_TYPE"Ignacio Casal Quinteiro
2016-02-24registrybackend: fix warning about unused variableIgnacio Casal Quinteiro
2016-02-05registrybackend: avoid adding a new child when we return the rootIgnacio Casal Quinteiro
2016-02-05registrybackend: another cleanup creating a registry cache itemIgnacio Casal Quinteiro
2016-02-05registrybackend: use registry_cache_add_item instead of creating manuallyIgnacio Casal Quinteiro
2016-02-05registrybackend: get whether a key is writable or notIgnacio Casal Quinteiro
2016-02-05registrybackend: do convert values to UTF-16Руслан Ижбулатов
2016-02-05registrybackend: fix memory leakРуслан Ижбулатов
2016-02-04registrybackend: remove useless includeIgnacio Casal Quinteiro
2016-02-04registrybackend: do not leak self if there are no itemsIgnacio Casal Quinteiro
2016-02-04registrybackend: handle readability of the keysIgnacio Casal Quinteiro
2016-02-04registrybackend: use unicode calls intead of the ansi onesIgnacio Casal Quinteiro
2016-02-04registrybackend: remove useless get_permission overrideIgnacio Casal Quinteiro
2016-02-03registrybackend: pass the event to the cache updateIgnacio Casal Quinteiro
2016-02-03registrybackend: properly propagate the partial key nameIgnacio Casal Quinteiro
2016-02-02registrybackend: rename touched flag to readableIgnacio Casal Quinteiro
2016-02-02registrybackend: close the key only if successfully openedIgnacio Casal Quinteiro
2016-02-02registrybackend: use ptr_array_new_with_free_funcIgnacio Casal Quinteiro
2016-02-02registrybackend: minor style cleanupIgnacio Casal Quinteiro
2016-02-01registrybackend: avoid signed/unsigned comparison warningsIgnacio Casal Quinteiro
2016-02-01registrybackend: use G_DECLARE_FINAL_TYPEIgnacio Casal Quinteiro
2016-01-26registrybackend: fix warningIgnacio Casal Quinteiro
2016-01-26registrybackend: fix double-free errorIgnacio Casal Quinteiro
2016-01-26registrybackend: remove :( from messagesIgnacio Casal Quinteiro
2016-01-26registrybackend: simplify g_message_win32_errorIgnacio Casal Quinteiro
2016-01-26registrybackend: do not accept 0 as a windows errorIgnacio Casal Quinteiro
2016-01-26registrybackend: do not leak the watch data in case of failureIgnacio Casal Quinteiro
2016-01-26registrybackend: do not leak key and event if it cannot add the watchIgnacio Casal Quinteiro
2016-01-26registrybackend: more style fixesIgnacio Casal Quinteiro
2016-01-26registrybackend: fix possible crash if cache_node is NULLIgnacio Casal Quinteiro
2016-01-26registrybackend: remove space before ++Ignacio Casal Quinteiro
2016-01-26registrybackend: fix possible mem leakIgnacio Casal Quinteiro
2016-01-26registrybackend: use the glib format string macroIgnacio Casal Quinteiro
2016-01-26registrybackend: more cleanupsIgnacio Casal Quinteiro
2016-01-25registrybackend: more cleanupsIgnacio Casal Quinteiro
2016-01-25registrybackend: style fixesIgnacio Casal Quinteiro
2015-05-25Do not use a string literal when a format string is expectedEmmanuele Bassi
2014-11-20GSettings Registry Backend: Init cache_lock EarlierChun-wei Fan
2014-07-31Ensure critial sections are released before returningРуслан Ижбулатов
2014-01-31Updated FSF's addressDaniel Mustieles
2012-11-15win32: misc warning fixesDan Winship
2012-11-15win32: define _WIN32_WINNT globallyDan Winship
2012-01-25e G_SOURCE_CONTINUE/REMOVE internallyMatthias Clasen