summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Normalize C source files to end with exactly one newlinewip/smcv/trailing-newlinesSimon McVittie2020-04-2165-77/+2
* Merge branch 'wip/oholy/fast-content-type' into 'master'Philip Withnall2020-04-141-2/+8
|\
| * gfile: Fallback to fast-content-type if content-type is not setOndrej Holy2020-04-071-2/+8
* | Merge branch 'tap' into 'master'Philip Withnall2020-04-093-5/+8
|\ \
| * | gio: use TAPTestRunner in the memory monitor testsRoss Burton2020-04-093-5/+8
| |/
* | Merge branch 'checks-asserts' into 'master'Philip Withnall2020-04-094-5/+27
|\ \
| * | Meson: Add glib_checks and glib_asserts optionsXavier Claessens2020-04-094-5/+27
| |/
* | Merge branch 'update-gvdb' into 'master'Sebastian Dröge2020-04-093-8/+131
|\ \
| * \ Merge remote-tracking branch 'gvdb/master' into update-gvdbPhilip Withnall2020-04-093-8/+131
| |\ \ |/ / /
| * | gvdb-builder: Initialise some memory to zero in the bloom filterPhilip Withnall2020-03-181-0/+2
| * | Merge branch 'fix-symlink-issue'Philip Withnall2020-02-071-1/+1
| |\ \
| | * | Do not replace file destinationJan-Michael Brummer2020-02-071-1/+1
| |/ /
| * | Merge branch 'dilyan.palauzov/gvdb-add-out-doc' into HEADPhilip Withnall2019-07-231-1/+1
| |\ \
| | * | Add (out) to an (optional) parameterДилян Палаузов2019-07-231-1/+1
| |/ /
| * | Merge branch 'mcatanzaro/fix-write-contents-async' into 'master'Philip Withnall2019-06-281-1/+3
| |\ \
| | * | Fix gvdb_table_write_contents_async()Michael Catanzaro2019-06-271-1/+3
| |/ /
| * | Merge branch 'mcatanzaro/sign-compare' into 'master'Philip Withnall2019-06-241-4/+4
| |\ \
| | * | Fix -Wsign-compare warningMichael Catanzaro2019-06-221-4/+4
| * | | Merge branch 'mcatanzaro/fb-free' into 'master'Philip Withnall2019-06-241-3/+9
| |\ \ \ | | |/ / | |/| |
| | * | Don't free FileBuilder in serialize functionMichael Catanzaro2019-06-221-3/+9
| |/ /
| * | Merge branch 'mcatanzaro/write-contents-async' into 'master'Philip Withnall2019-06-212-0/+113
| |\ \
| | * | Add some g_return checks to gvdb_table_write_contents()Michael Catanzaro2019-06-211-0/+4
| | * | Add gvdb_table_write_contents_async()Michael Catanzaro2019-06-212-0/+109
| * | | Remove trailing whitespaceMichael Catanzaro2019-06-211-1/+1
| |/ /
| * | Merge branch 'mcatanzaro/license' into 'master'Philip Withnall2019-06-211-0/+504
| |\ \
| | * | Add COPYING file to indicate the licenseMichael Catanzaro2019-06-201-0/+504
| |/ /
* | | Merge branch '1841-cancellable-race-fix' into 'master'Philip Withnall2020-04-092-2/+122
|\ \ \
| * | | gcancellable: Fix minor race between GCancellable and GCancellableSourcePhilip Withnall2020-02-292-0/+120
| * | | tests: Use g_assert_*() in cancellable test rather than g_assert()Philip Withnall2020-02-281-2/+2
* | | | Merge branch 'override-dependency' into 'master'Philip Withnall2020-04-095-4/+33
|\ \ \ \ | |_|_|/ |/| | |
| * | | Meson: Override every dependency glib providesXavier Claessens2020-04-055-4/+33
|/ / /
* | | Merge branch 'gmarkup-more-unit-tests' into 'master'Philip Withnall2020-04-033-0/+11
|\ \ \
| * | | gmarkup tests: tab character escape/unescapeSébastien Wilmet2020-04-033-0/+11
* | | | Merge branch 'wip/oholy/gio-tool-docs' into 'master'Sebastian Dröge2020-04-031-2/+10
|\ \ \ \
| * | | | docs: Mention new gio tool optionsOndrej Holy2020-04-021-2/+10
* | | | | Merge branch 'sync-valgrind' into 'master'Sebastian Dröge2020-04-031-133/+136
|\ \ \ \ \
| * | | | | glib: Update internal copy of valgrind.h from Valgrind 3.15 releasePhilip Withnall2020-04-031-133/+136
* | | | | | Merge branch '2081-dbus-error-messages' into 'master'Sebastian Dröge2020-04-031-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | gdbusmessage: Fix swapped signatures in error messagesPhilip Withnall2020-04-031-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'dbus-signal-sender-nullability' into 'master'Sebastian Dröge2020-04-031-2/+4
|\ \ \ \ \
| * | | | | gdbusconnection: Clarify nullability of SignalInstance.senderPhilip Withnall2020-04-031-2/+4
| |/ / / /
* | | | | Merge branch 'fix-buildtype-usage' into 'master'Sebastian Dröge2020-04-032-7/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | meson: Use the b_vscrt option for selecting the CRTNirbheek Chauhan2020-04-032-5/+13
| * | | | meson: Fix check for builtype argumentsNirbheek Chauhan2020-04-031-2/+6
| |/ / /
* | | | Merge branch 'wip/tintou/gdbussignalcallback' into 'master'Philip Withnall2020-04-031-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | gdbusconnection: GDBusSignalCallback can have a NULL sender_nameCorentin Noël2020-04-031-1/+2
|/ / /
* | | Merge branch 'mingw-arch' into 'master'Sebastian Dröge2020-04-011-2/+2
|\ \ \
| * | | Fix arch detection ifdefs in glib/valgrind.hMartin Storsjö2020-03-311-2/+2
* | | | Merge branch 'fno-common-extern' into 'master'Sebastian Dröge2020-04-012-2/+2
|\ \ \ \
| * | | | Add missing 'extern' to the dllexport version of GLIB_VAR/GOBJECT_VARMartin Storsjö2020-03-312-2/+2
| |/ / /