summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* grefcount: add missing gatomic.hmcatanzaro/glib-2-56-rhel8Fabrice Fontaine2023-01-031-0/+1
* Use macros for refcount types APIEmmanuele Bassi2023-01-032-10/+80
* Add reference counting typesEmmanuele Bassi2023-01-038-0/+361
* gfile: Don’t copy files as private if using default permissionsPhilip Withnall2022-11-141-3/+19
* gfile: Factor out flags when copying filesPhilip Withnall2022-11-141-6/+9
* codegen: Fix a minor Python linting warningPhilip Withnall2022-04-221-1/+1
* codegen: Suppress the old --xml-files option in the --help outputPhilip Withnall2022-04-221-1/+1
* codegen: Add --interface-info-[body|header] modesPhilip Withnall2022-04-223-7/+377
* codegen: Support Since and name changing annotations on annotationsPhilip Withnall2022-04-221-0/+33
* gnetworkmonitornm: Do not re-update cached propertyJulian Andres Klode2021-12-011-22/+0
* gnetworkmonitornm: Stop using removed PropertiesChanged signalJulian Andres Klode2021-12-011-22/+7
* gnetworkmonitornm: Remove double-spaceBastien Nocera2021-12-011-1/+1
* gnetworkmonitornm: Arguments to g-signal's callback are constBastien Nocera2021-12-011-2/+2
* gnetworkmonitornm: Disconnect g-signal from proxyBastien Nocera2021-12-011-2/+10
* gnetworkmonitornm: Consider NM_STATE_CONNECTED_SITE to be availablePhilip Withnall2021-12-011-1/+1
* gnetworkmonitornm: Fix network available detectionFabrice Bellet2021-12-011-3/+36
* Handle an UNKNOWN NetworkManager connectivity as NONEAntonio Larrosa2021-12-011-1/+2
* gnetworkmonitornm: Set a GError properly on an error handling pathPhilip Withnall2021-12-011-0/+2
* gutils: Avoid segfault in g_get_user_database_entryJamie Bainbridge2021-11-021-2/+5
* Add more tests for GHmacMichael Catanzaro2021-07-011-0/+22
* Add a gnutls backend for GHmacColin Walters2021-07-018-8/+258
* ghmac: Split off wrapper functions into ghmac-utils.cColin Walters2021-07-014-112/+147
* gmain: g_main_context_check() can skip updating polled FD sourcesClaudio Saavedra2021-07-012-2/+87
* gmain: Fix possible locking issue in source unrefBenjamin Berg2021-07-011-1/+1
* GMainContext - Move mutex unlocking in destructor right before freeing the mutexSebastian Dröge2021-07-011-1/+1
* GMainContext - Fix memory leaks and memory corruption when freeing sources wh...Sebastian Dröge2021-07-011-1/+34
* GMainContext - Fix GSource iterator if iteration can modify the listSebastian Dröge2021-07-011-2/+6
* Use atomic reference counting for GSourceSebastian Dröge2021-07-011-35/+15
* libcharset: Drop a redundant environment variablePhilip Withnall2021-07-011-5/+1
* glocalfileoutputstream: Add a missing O_CLOEXEC flag to replace()Philip Withnall2021-07-011-3/+12
* glocalfileoutputstream: Fix CREATE_REPLACE_DESTINATION with symlinksPhilip Withnall2021-07-012-21/+149
* glocalfileoutputstream: Factor out a flag checkPhilip Withnall2021-07-011-4/+5
* gbytearray: Do not accept too large byte arraysKrzesimir Nowak2021-07-013-2/+45
* gdatainputstream: replace easy use of g_memdup()Michael Catanzaro2021-07-011-1/+2
* gio: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-07-018-19/+29
* gobject: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-07-014-7/+12
* ghash: Use g_memdup2() instead of g_memdup()Simon McVittie2021-07-011-1/+2
* glib: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-07-018-12/+22
* gstrfuncs: Add internal g_memdup2() functionPhilip Withnall2021-06-234-0/+80
* keyfile settings: Use tighter permissionsMatthias Clasen2021-06-231-2/+3
* Ensure that the keyfile settings backend existsMatthias Clasen2021-06-231-0/+1
* settings: Tweak priorities for keyfile backendMatthias Clasen2021-06-231-1/+1
* portal: Add a getter for dconf accessMatthias Clasen2021-06-232-0/+19
* key file: Handle filename being NULLMatthias Clasen2021-06-231-1/+2
* gkeyfilesettingsbackend: Add a code comment to clarify thingsPhilip Withnall2021-06-231-0/+4
* keyfile settings: Accept unquoted stringsMatthias Clasen2021-06-232-0/+36
* settings: Prefer the keyfile backend when sandboxedMatthias Clasen2021-06-231-1/+8
* settings: Add support for defaults to keyfile backendMatthias Clasen2021-06-231-6/+132
* settings: Register the keyfile backend as extensionMatthias Clasen2021-06-231-4/+7
* settings: Make the keyfile backend parameterlessMatthias Clasen2021-06-232-55/+199