summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Opt-in to Darwin extensionswip/smcv/darwin-c-sourceSimon McVittie2022-02-211-0/+4
* Merge branch 'wip/pwithnall/ci-cleanups' into 'main'Nirbheek Chauhan2022-02-213-55/+52
|\
| * ci: Drop Android API 21 build jobsPhilip Withnall2022-02-203-31/+0
| * ci: Run the Android API 21 and FreeBSD 12 jobs on a schedulePhilip Withnall2022-02-201-2/+8
| * ci: Factor out a template for jobs which run only on the origin repoPhilip Withnall2022-02-201-11/+13
| * ci: Split .only-default out of .build-linuxPhilip Withnall2022-02-201-6/+15
| * ci: Rename .cross-template to .cross-build-linuxPhilip Withnall2022-02-201-4/+4
| * ci: Rename .build template to .build-linuxPhilip Withnall2022-02-201-9/+9
| * ci: Replace .build-only-schedules template with multiple extensionPhilip Withnall2022-02-201-13/+24
| * ci: Port from YAML anchors to GitLab extendsPhilip Withnall2022-02-201-4/+4
* | Update Turkish translationEmin Tufan Çetin2022-02-211-470/+525
* | Merge branch '1929-dbus-auth-locking' into 'main'Simon McVittie2022-02-213-22/+44
|\ \
| * | glocalfileinfo: Add missing _g_stat_*() methods for win32Philip Withnall2022-02-181-1/+5
| * | tests: Remove extra debugging from gdbus-connection-flushPhilip Withnall2022-02-181-3/+0
| * | tests: Use g_assert_*() rather than g_assert() in gdbus-connection-flush.cPhilip Withnall2022-02-181-16/+16
| * | gdbusauthmechanismsha1: Don’t delete a stale lock file if it’s changedPhilip Withnall2022-02-181-2/+23
* | | Updated Lithuanian translationAurimas Černius2022-02-201-253/+288
| |/ |/|
* | Merge branch 'environment-test-fixes' into 'main'Philip Withnall2022-02-207-81/+121
|\ \
| * | tests: Fix a memory leak in the mainloop testPhilip Withnall2022-02-201-1/+2
| * | tests: Fix a memory leak in the keyfile testPhilip Withnall2022-02-201-0/+1
| * | tests: Fix a memory leak in the fileutils testPhilip Withnall2022-02-201-0/+1
| * | tests: Fix a memory leak in the tls-certificate testPhilip Withnall2022-02-201-1/+1
| * | tests: Fix memory leaks in the g-file-info-filesystem-readonly testPhilip Withnall2022-02-201-0/+29
| * | tests: Fix a memory leak in the resources testPhilip Withnall2022-02-201-0/+2
| * | tests: Use g_assert_*() rather than g_assert() in resources.cPhilip Withnall2022-02-201-63/+63
| * | tests: Fix a leak in environment.c with undefined behaviour tests onPhilip Withnall2022-02-201-4/+10
| * | tests: Use g_assert_*() rather than g_assert() in environment.cPhilip Withnall2022-02-181-12/+12
| |/
* | Merge branch 'document-main-priorities' into 'main'Sebastian Dröge2022-02-201-2/+6
|\ \
| * | gmain: Expand documentation about GSource priorities a littlePhilip Withnall2022-02-201-2/+6
|/ /
* | Merge branch 'empty-argv' into 'main'Philip Withnall2022-02-2014-25/+120
|\ \
| * | gtestutils: Handle empty argv array passed to g_test_init()Philip Withnall2022-02-114-7/+64
| * | gspawn: Clarify that empty argv arrays are not allowed when spawningPhilip Withnall2022-02-112-11/+28
| * | gshell: Mention handling of empty argv arrays in the documentationPhilip Withnall2022-02-111-1/+9
| * | gdesktopappinfo: Add checks for empty argvPhilip Withnall2022-02-111-0/+4
| * | tools: Fix handling of empty argv in various minor GLib toolsPhilip Withnall2022-02-115-5/+8
| * | gapplicationcommandline: Handle the possibility empty args in an examplePhilip Withnall2022-02-111-0/+6
| * | gapplicationcommandline: Fix a typo in a documentation commentPhilip Withnall2022-02-111-1/+1
* | | Update Catalan translationJordi Mas2022-02-201-143/+156
* | | Merge branch 'doc-declare' into 'main'Emmanuele Bassi2022-02-191-0/+35
|\ \ \
| * | | doc: Extend a bit G_DECLARE_* documentation exampleXavier Claessens2022-02-191-0/+35
|/ / /
* | | Update German translationChristian Kirbach2022-02-191-200/+215
* | | Update Romanian translationDaniel Șerbănescu2022-02-191-103/+112
* | | Update Russian translationAleksandr Melman2022-02-181-26/+30
* | | Merge branch 'cleanup-warnings-split-3' into 'main'Philip Withnall2022-02-189-47/+47
|\ \ \
| * | | Fix non-initialized variable in glib/garray.cLoic Le Page2022-02-181-1/+1
| * | | Fix too small array definition in glib/gconvert.c (no room for the '\0')Loic Le Page2022-02-181-1/+1
| * | | Fix non-initialized variable in glib/gdatetime.cLoic Le Page2022-02-181-2/+2
| * | | Fix non-initialized variable in glib/giowin32.cLoic Le Page2022-02-181-4/+4
| * | | Fix non-initialized variable in glib/gmarkup.cLoic Le Page2022-02-181-1/+1
| * | | Fix global variable name hidden by local variables in glib/gslice.cLoic Le Page2022-02-181-34/+34