summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Address a few type-checking warningswip/lantw/gatomic-freebsd-2Ting-Wei Lan2019-11-181-3/+3
* Run FreeBSD tests onlyTing-Wei Lan2019-11-181-274/+274
* Revert "gatomic: Temporarily disable C11-style atomics on FreeBSD"Ting-Wei Lan2019-11-181-3/+1
* Merge branch '1940-bsd-atomics-failure' into 'master'Simon McVittie2019-11-151-1/+3
|\
| * gatomic: Temporarily disable C11-style atomics on FreeBSDPhilip Withnall2019-11-151-1/+3
* | Merge branch 'mcatanzaro/gtlsconnection-confusion' into 'master'Philip Withnall2019-11-151-8/+13
|\ \ | |/ |/|
| * gtlsconnection: clarify handshake() documentationMichael Catanzaro2019-11-131-8/+13
* | Merge branch 'fix-utf8-pointer-test' into 'master'Philip Withnall2019-11-142-42/+80
|\ \
| * | gunicode: Fix UB in gutf8.c and utf8-pointer testnightuser2019-11-142-42/+80
|/ /
* | Merge branch '1750-more-atomic-intrinsics' into 'master'Sebastian Dröge2019-11-144-66/+94
|\ \
| * | tests: Remove redundant old atomic testPhilip Withnall2019-10-082-64/+0
| * | tests: Test g_atomic_pointer_compare_and_exchange() returning falsePhilip Withnall2019-10-081-0/+6
| * | gatomic: Use new __atomic_*() intrinsics for all atomic operationsPhilip Withnall2019-09-251-2/+88
* | | Merge branch 'fix-macos' into 'master'Philip Withnall2019-11-111-1/+1
|\ \ \
| * | | Add NOTE_REVOKE to the list of the monitoring eventsAlex Samorukov2019-11-111-1/+1
|/ / /
* | | Merge branch 'th/fix-g-param-value-defaults-leak' into 'master'Emmanuele Bassi2019-11-111-0/+1
|\ \ \ | |_|/ |/| |
| * | gparam: fix memory leak in g_param_value_defaults()Thomas Haller2019-11-081-0/+1
|/ /
* | Merge branch 'use-gobject-hole' into 'master'Philip Withnall2019-11-073-6/+128
|\ \
| * | Use the GObject hole on 64bit arches for some flags to improve performanceAlexander Larsson2019-09-023-6/+128
* | | Merge branch 'fix-ghashtable-pretty-printer' into 'master'Philip Withnall2019-11-061-3/+6
|\ \ \
| * | | gdb: Fix GHashTable pretty printer off-by-one errorPhilip Chimento2019-11-051-3/+6
* | | | Merge branch 'os-info-docs-formatting' into 'master'Philip Withnall2019-11-051-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | gutils: Slightly improve docs formatting for g_get_os_info()Philip Withnall2019-11-051-2/+2
|/ / /
* | | Updated Spanish translationDaniel Mustieles2019-11-051-110/+110
* | | Merge branch '1777-sizet-checks' into 'master'Simon McVittie2019-11-051-4/+62
|\ \ \
| * | | build: Check size_t compatibility with various other typesPhilip Withnall2019-11-051-4/+62
* | | | Merge branch '1930-bookmark-file-test-race' into 'master'Simon McVittie2019-11-052-54/+84
|\ \ \ \ | |/ / / |/| | |
| * | | tests: Enable G_TEST_OPTIONS_ISOLATE_DIRS for bookmarkfile testPhilip Withnall2019-11-051-1/+1
| * | | tests: Switch some assertions aroundPhilip Withnall2019-11-051-4/+4
| * | | tests: Fix race conditions in bookmarkfile testsPhilip Withnall2019-11-051-11/+32
| * | | gbookmarkfile: Fix a minor leak on an error pathPhilip Withnall2019-11-051-3/+12
| * | | tests: Use g_assert_*() instead of g_assert() in bookmarkfile testPhilip Withnall2019-11-051-44/+44
|/ / /
* | | Merge branch 'wip/smcv/diagnose-bind-failure' into 'master'Philip Withnall2019-11-041-1/+49
|\ \ \
| * | | gsocket: Improve diagnostics on bind() failureSimon McVittie2019-11-041-1/+49
* | | | Merge branch 'wip/smcv/memcmp-null' into 'master'Philip Withnall2019-11-042-2/+5
|\ \ \ \
| * | | | gbytes: Avoid memcmp (NULL, ., 0) or memcmp (., NULL, 0)Simon McVittie2019-11-041-1/+1
| * | | | gvariant: Avoid memcmp (NULL, ., 0) or memcmp (., NULL, 0)Simon McVittie2019-11-041-1/+4
| |/ / /
* | | | Merge branch 'ci-updates-for-1177' into 'master'Simon McVittie2019-11-042-11/+12
|\ \ \ \
| * | | | ci: Update .gitlab-ci.yml to use the latest Docker imagesPhilip Withnall2019-11-041-7/+7
| * | | | ci: Improve Docker building instructions slightlyPhilip Withnall2019-11-041-4/+5
| |/ / /
* | | | Merge branch 'wip/smcv/cross-ld' into 'master'Philip Withnall2019-11-044-2/+6
|\ \ \ \
| * | | | Make ld executable configurableSimon McVittie2019-11-044-2/+6
| |/ / /
* | | | Merge branch 'wip/smcv/gdbus-server-auth-test' into 'master'Philip Withnall2019-11-041-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | gdbus-server-auth test: Include gcredentialsprivate.hSimon McVittie2019-11-041-0/+7
|/ / /
* | | Merge branch 'wip/smcv/gdbus-127001' into 'master'Philip Withnall2019-11-041-4/+4
|\ \ \
| * | | gdbus-peer: Specifically listen on 127.0.0.1Simon McVittie2019-11-041-4/+4
|/ / /
* | | 2.63.12.63.1Philip Withnall2019-10-312-1/+86
* | | Merge branch 'wip/smcv/issue1923' into 'master'Philip Withnall2019-10-311-2/+4
|\ \ \
| * | | goption: Relax assertion to avoid being broken by kdeinit5Simon McVittie2019-10-311-2/+4
|/ / /
* | | Merge branch 'no-more-automatic-GUnixFDList' into 'master'Philip Withnall2019-10-312-13/+7
|\ \ \