summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "gatomic: Temporarily disable C11-style atomics on FreeBSD"wip/pwithnall/1940-atomic-typesPhilip Withnall2019-11-201-3/+1
* gatomic: Check argument width in g_atomic_pointer_compare_and_exchange()Philip Withnall2019-11-201-0/+1
* tests: Use pointers in calls to g_atomic_pointer_compare_and_exchange()Philip Withnall2019-11-201-6/+6
* Merge branch 'wip/ernestask/bz-693576-annotations' into 'master'Philip Withnall2019-11-204-2/+149
|\
| * task: Add return/propagate API for GValueGarrett Regier2019-11-154-0/+147
| * task: Add scope annotation to run_in_thread{,_sync}()Garrett Regier2019-11-051-2/+2
* | Merge branch 'mcatanzaro/copy-session-state' into 'master'Michael Catanzaro2019-11-181-6/+28
|\ \
| * | Improve documentation of g_tls_client_connection_copy_session_state()Michael Catanzaro2019-11-181-6/+28
* | | Merge branch 'mcatanzaro/gtlsconnection-changes' into 'master'Michael Catanzaro2019-11-182-53/+38
|\ \ \ | |/ / |/| |
| * | gtlsclientconnection: use-ssl3 is now ignoredMichael Catanzaro2019-11-181-30/+22
| * | gtlsconnection: add missing G_PARAM_DEPRECATEDMichael Catanzaro2019-11-181-1/+2
| * | gtlsconnection: add missing deprecation annotationMichael Catanzaro2019-11-181-0/+2
| * | gtlsconnection: document rehandshake-mode is no longer supportedMichael Catanzaro2019-11-181-23/+13
|/ /
* | 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
| |/ / /