summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement G_ANALYZER_NORETURN for Coveritymcatanzaro/coverity-noreturnMichael Catanzaro2021-04-081-0/+3
* Merge branch 'fix-glib-unavailable-macro' into 'master'Philip Withnall2021-04-081-12/+29
|\
| * gmacros.h: Fix stringification in some macrosGaël Bonithon2021-04-081-2/+4
| * gmacros.h: Complete the use of GLIB_AVAILABLE_MACRO_IN_*Gaël Bonithon2021-04-081-10/+25
* | Merge branch 'fix_more_warnings' into 'master'Philip Withnall2021-04-085-74/+77
|\ \ | |/ |/|
| * Fix signedness warning in glib/gdate.cEmmanuel Fleury2021-04-081-1/+1
| * Fix several signedness warnings in gio/tests/actions.cEmmanuel Fleury2021-04-081-2/+2
| * Fix multiple missing initializer warnings in gio/tests/actions.cEmmanuel Fleury2021-04-081-15/+15
| * Fix missing initializer warning in gio/tests/gdbus-peer-object-manager.cEmmanuel Fleury2021-04-081-0/+1
| * Fix several missing initializer warnings in gio/tests/gdbus-peer.cEmmanuel Fleury2021-04-081-2/+4
| * Fix multiple missing initializer warning in gio/tests/g-file.cEmmanuel Fleury2021-04-081-54/+54
|/
* Merge branch 'fix-annotation' into 'master'Sebastian Dröge2021-04-082-5/+5
|\
| * Fix annotation of count argumentsdemotomohiro2021-04-072-5/+5
* | Merge branch 'gmacros-use-g-gnuc-check-version' into 'master'Sebastian Dröge2021-04-081-25/+23
|\ \
| * | gmacros.h: use G_GNUC_CHECK_VERSIONAleksandr Mezin2021-04-071-25/+23
|/ /
* | Merge branch 'ebassi/test-tap-lines' into 'master'Philip Withnall2021-04-071-1/+14
|\ \
| * | Split g_test_log() messages that contain multiple linesEmmanuele Bassi2021-04-071-1/+14
|/ /
* | Merge branch 'fix_more_warnings' into 'master'Philip Withnall2021-04-073-16/+16
|\ \
| * | Fix several signedness warnings in gio/tests/network-address.cEmmanuel Fleury2021-04-071-5/+5
| * | Fix several missing initializer warnings in gio/tests/gsubprocess.cEmmanuel Fleury2021-04-071-4/+4
| * | Fix signedness warning in gio/tests/converter-stream.c:g_expander_converter_c...Emmanuel Fleury2021-04-071-1/+1
| * | Fix several signedness warnings in gio/tests/converter-stream.c:g_compressor_...Emmanuel Fleury2021-04-071-3/+3
| * | Fix signedness warning in gio/tests/converter-stream.c:test_expander()Emmanuel Fleury2021-04-071-1/+1
| * | Fix several signedness warnings in gio/tests/converter-stream.c:test_compress...Emmanuel Fleury2021-04-071-1/+1
| * | Fix several signedness warnings in gio/tests/converter-stream.c:test_converte...Emmanuel Fleury2021-04-071-1/+1
|/ /
* | Merge branch 'benzea/fix-socks-eof' into 'master'Sebastian Dröge2021-04-071-0/+50
|\ \ | |/ |/|
| * gsocks5proxy: Handle EOF when reading from a streamBenjamin Berg2021-04-061-0/+50
|/
* Merge branch 'mcatanzaro/coverity' into 'master'Philip Withnall2021-04-055-5/+14
|\
| * gfileenumerator: fix leak in error pathmcatanzaro/coverityMichael Catanzaro2021-04-011-1/+4
| * gdbusobjectmanagerservice: fix leak in error pathMichael Catanzaro2021-04-011-3/+2
| * gdbusauth: fix error leakMichael Catanzaro2021-04-011-0/+1
| * gapplication: fix arguments leak in error pathMichael Catanzaro2021-04-011-1/+6
| * Fix small file leak in fuzzing driverMichael Catanzaro2021-04-011-0/+1
* | Merge branch 'fix_more_warnings' into 'master'Sebastian Dröge2021-04-057-17/+27
|\ \
| * | Fix several signedness warnings in gio/tests/converter-stream.c:main()Emmanuel Fleury2021-04-051-1/+1
| * | Fix signedness warning in gio/tests/contenttype.cEmmanuel Fleury2021-04-051-1/+1
| * | Fix several signedness warnings in gio/tests/contexts.cEmmanuel Fleury2021-04-051-3/+4
| * | Fix signedness warning in gio/gsettings-tool.cEmmanuel Fleury2021-04-051-5/+10
| * | Fix unecessary assert with always true assertions in gio/gresource-tool.cEmmanuel Fleury2021-04-051-4/+5
| * | Fix signedness warning in gio/gunixsocketaddress.cEmmanuel Fleury2021-04-051-1/+2
| * | Fix signedness warning in gio/giomodule.cEmmanuel Fleury2021-04-051-2/+4
|/ /
* | Update British English translationBruce Cowan2021-04-021-142/+135
|/
* Merge branch 'th/gdbus-cleanup' into 'master'Philip Withnall2021-04-011-36/+27
|\
| * gdbus: simplify error handling in g_dbus_connection_send_message_unlocked()th/gdbus-cleanupThomas Haller2021-03-311-14/+5
| * gdbus: refactor duplicate code for freeing FilterDataThomas Haller2021-03-311-22/+22
|/
* Merge branch '2055-correct-date-format-utf8' into 'master'Philip Withnall2021-03-318-33/+341
|\
| * Add private functions to correctly convert datetime when LC_TIME is not UTF8Frederic Martinsons2021-03-277-6/+318
| * Reorganize headers inclusion alphabeticallyFrederic Martinsons2021-03-271-5/+3
| * Correct FIXME by implementing a function for converting two digits yearFrederic Martinsons2021-03-271-22/+20
* | Merge branch 'remove-shgetfileinfo' into 'master'Philip Withnall2021-03-311-9/+178
|\ \