summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.74.72.74.7glib-2-74Philip Withnall2023-04-142-1/+20
* Merge branch 'backport-3359-win32-strcmp-glib-2-74' into 'glib-2-74'Marco Trevisan2023-04-051-1/+1
|\
| * GWin32AppInfo: Fix g_str_has_prefix() checkLuca Bacci2023-04-051-1/+1
|/
* Merge branch 'backport-3317-win32-null-checks-glib-2-74' into 'glib-2-74'Philip Withnall2023-03-131-0/+6
|\
| * GWin32AppInfo: Add NULL string checksLuca Bacci2023-03-101-0/+6
|/
* Merge branch 'skip-test-under-sandbox-2.74' into 'glib-2-74'Philip Withnall2023-03-061-3/+3
|\
| * tests: Skip assert-msg-test.py if gdb failsMatt Turner2023-03-031-3/+3
|/
* Merge branch 'translation-47-fix-string-break-glib-2-74' into 'glib-2-74'Simon McVittie2023-03-021-1/+1
|\
| * gdbus: Fix an accidental string freeze breakPhilip Withnall2023-03-021-1/+1
|/
* Merge branch 'backport-3297-use-after-free-gdbus-method-invocation-glib-2-74'...Simon McVittie2023-03-022-12/+14
|\
| * gdbusconnection: Make GDBusMethodInvocation transfer a bit clearerPhilip Withnall2023-02-231-1/+1
| * gdbusinterfaceskeleton: Fix a use-after-free of a GDBusMethodInvocationPhilip Withnall2023-02-231-3/+6
| * gdbusinterfaceskeleton: Remove an unnecessary helper struct memberPhilip Withnall2023-02-231-8/+7
* | Merge branch 'backport-3272-gdbus-auth-buffering-glib-2-74' into 'glib-2-74'Simon McVittie2023-03-021-19/+31
|\ \
| * | gdbus: Never buffer reads during server authenticationMarius Vollmer2023-02-231-19/+31
|/ /
* | 2.74.62.74.6Philip Withnall2023-02-232-1/+12
|/
* Update German translationTim Sabsch2023-02-181-136/+137
* Merge branch 'backport-3237-wspawnve-win32-glib-2-74' into 'glib-2-74'Philip Withnall2023-01-261-1/+1
|\
| * Fix safe_wspawnve #defineHernan Martinez2023-01-261-1/+1
|/
* Update Georgian translationEkaterine Papava2023-01-251-1477/+1578
* 2.74.52.74.5Philip Withnall2023-01-192-1/+26
* Merge branch 'backport-3213-variant-text-performance-glib-2-74' into 'glib-2-74'Philip Withnall2023-01-183-27/+46
|\
| * gvariant: Remove some unnecessary type assertions on a hot pathPhilip Withnall2023-01-181-2/+0
| * gvariant: Remove redundant g_variant_serialised_n_children() callsPhilip Withnall2023-01-181-2/+6
| * gvariant: Optimise g_variant_print() for nested maybesPhilip Withnall2023-01-181-14/+32
| * gvariant: Factor out some common calls to g_variant_get_type_string()Philip Withnall2023-01-181-9/+8
|/
* Merge branch 'backport-3178-mtime-fix-glib-2-74' into 'glib-2-74'Marco Trevisan2023-01-171-0/+1
|\
| * glocalfileinfo: Don't reset mtime tv_sec when setting tv_usecMaxim Mikityanskiy2023-01-051-0/+1
* | Merge branch 'backport-3200-write-limits-glib-2-74' into 'glib-2-74'Marco Trevisan2023-01-171-1/+7
|\ \
| * | gfileutils: Use 'write' with 'count' <= max value of its return typeCCode2023-01-161-1/+7
|/ /
* | Merge branch 'backport-3194-regex-invalid-memory-access-glib-2-74' into 'glib...Marco Trevisan2023-01-142-2/+36
|\ \
| * | gregex: Prevent invalid memory access for unmatched subpatternsPhilip Withnall2023-01-122-2/+36
|/ /
* | Merge branch 'backport-3160-win32-app-info-glib-2-74' into 'glib-2-74'Emmanuele Bassi2023-01-051-6/+25
|\ \ | |/ |/|
| * GWin32AppInfo: Fix use-after-freeLuca Bacci2022-12-221-2/+6
| * GWin32AppInfo: Check for local file path firstLuca Bacci2022-12-221-4/+19
* | Update Abkhazian translationNart Tlisha2023-01-051-17/+17
|/
* Merge branch 'cherry-pick-03cb4261' into 'glib-2-74'Marco Trevisan2022-12-221-0/+1
|\
| * gthread-posix: need to #include <errno.h>Michael Catanzaro2022-12-211-0/+1
|/
* 2.74.42.74.4Philip Withnall2022-12-212-1/+52
* Merge branch 'backport-3113-action-crashes' into 'glib-2-74'Philip Withnall2022-12-2113-170/+1370
|\
| * tests: Release GApplication a little later to avoid assertion failuresPhilip Withnall2022-12-141-1/+13
| * tests: Add basic GApplicationCommandLine unit testsPhilip Withnall2022-12-082-0/+93
| * gapplication: Validate types of well-known platform data keysPhilip Withnall2022-12-083-4/+50
| * gapplication: Document that command line options must be validatedPhilip Withnall2022-12-082-0/+5
| * gfdonotificationbackend: Validate actions before activating themPhilip Withnall2022-12-082-2/+236
| * tests: Add stub tests for GFdoNotificationBackendPhilip Withnall2022-12-082-0/+104
| * gfdonotificationbackend: Don’t remove notification if invoking action failsPhilip Withnall2022-12-081-21/+36
| * gapplication: Validate actions activated over D-BusPhilip Withnall2022-12-082-0/+465
| * gactiongroupexporter: Validate actions activated or changed over D-BusPhilip Withnall2022-12-082-1/+241
| * tests: Move a helper function around in the actions testPhilip Withnall2022-12-081-38/+38