summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gmetrics: Run metrics timeouts on dedicated threadhalfline/debug-metricsRay Strode2023-04-121-1/+19
* gmem: Change out how memory is allocated in GLibRay Strode2023-04-121-19/+11
* glist: Add debug metrics for gnome-shellRay Strode2023-04-123-6/+237
* garray: track array allocationsRay Strode2023-04-121-2/+233
* gmain: Add debug metrics for gnome-shellRay Strode2023-04-128-34/+641
* gsignal: Add debug metrics for gnome-shellRay Strode2023-04-121-1/+98
* gsignal: add g_signal_name_unlocked helperRay Strode2023-04-121-5/+16
* gobject: Add debug metrics for gnome-shellRay Strode2023-04-121-3/+128
* ghash: Add debug metrics for gnome-shellRay Strode2023-04-121-0/+116
* gmetrics: Add debug api for print metricsRay Strode2023-04-1211-3/+7207
* ghash: Allow tweaking hash table shift by environment variableRay Strode2023-03-311-2/+2
* Revert "Revert "gmain: Warn when g_source_remove() fails""Ray Strode2023-03-311-0/+2
* gobject: Don't crash if debug hash doesn't match expectationsRay Strode2021-12-151-2/+1
* Add g_source_set_dispose_function() for setting a dispose function for GSourceSebastian Dröge2021-12-152-0/+77
* gdatainputstream: replace easy use of g_memdup()Michael Catanzaro2021-07-141-1/+2
* gio: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-07-148-19/+29
* gobject: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-07-144-7/+12
* ghash: Use g_memdup2() instead of g_memdup()Simon McVittie2021-07-141-1/+2
* glib: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-07-146-9/+16
* gstrfuncs: Add internal g_memdup2() functionPhilip Withnall2021-07-144-0/+80
* gsignal: Plug g_signal_connect_object leakRay Strode2020-10-141-0/+1
* gfile: Limit access to files when copyingOndrej Holy2020-10-141-5/+6
* gdbus-codegen: honor "Property.EmitsChangedSignal" annotationsThomas Jost2020-10-144-11/+56
* codegen: Change pointer casting to remove type-punning warningsRobert Ancell2020-10-141-11/+11
* credentials: Invalid Linux struct ucred means "no information"Simon McVittie2020-10-141-3/+39
* GDBus: prefer getsockopt()-style credentials-passing APIsSimon McVittie2020-10-142-2/+43
* gcredentialsprivate: Document the various private macrosSimon McVittie2020-10-141-0/+59
* Add back g_memmoverpm-build2020-10-141-2/+0
* Revert "gmain: Warn when g_source_remove() fails"rpm-build2020-10-141-2/+0
* 2.56.12.56.1Matthias Clasen2018-04-062-2/+22
* Updated Slovenian translationMatej Urbančič2018-03-271-790/+984
* Spell Portuguese month and weekday names in lowercasePiotr Drąg2018-03-271-16/+16
* gpollfilemonitor: Fix use-after-free caused by leaking GSourceTing-Wei Lan2018-03-261-0/+2
* gthreadedresolver: Fix compilation with res_nclose() but no res_nquery()Sebastian2018-03-261-0/+4
* glib-mkenums: Don't go into an infinite loop trying to find a matching {Sam Spilsbury2018-03-211-0/+2
* glib-mkenums: Don't treat typedef enum _SomeIdentifier {} as syntax errorSam Spilsbury2018-03-211-1/+1
* Remove duplicated option in gio.xmlFrank Dana2018-03-211-4/+0
* Update Slovak translationDušan Kazik2018-03-171-618/+867
* Fix Visual Studio projectsChun-wei Fan2018-03-166-11/+16
* gapplication: Tighten up application ID validationPhilip Withnall2018-03-132-53/+46
* tests: Use modern test assertions in GApplication testPhilip Withnall2018-03-131-21/+21
* gobject_gdb.py: 'address' is a property of gdb.Value not a functionMichael Olbrich2018-03-131-1/+1
* gdatetime: Add missing #define WEEKDAY_FULL_IS_LOCALERafal Luzynski2018-03-131-0/+1
* tests: Compare month names case-insensitivelyRafal Luzynski2018-03-131-1/+5
* tests: Update month namesRafal Luzynski2018-03-131-3/+3
* Updated Spanish translationDaniel Mustieles2018-03-131-69/+68
* 2.56.02.56.0Matthias Clasen2018-03-123-3/+52
* tests: Skip the gdatetime month names test when running uninstalledPhilip Withnall2018-03-121-0/+11
* tests: Ensure gettext strings are loaded in UTF-8 in gdatetime.cPhilip Withnall2018-03-121-0/+2
* gdatetime: Fix locale handling for nl_langinfo() callsPhilip Withnall2018-03-121-21/+30