summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gmacros: Guard C++ code with extern "C++"wip/kalev/decltype-extern-CplusplusKalev Lember2021-02-081-0/+2
* Merge branch 'giochannel-check' into 'master'Sebastian Dröge2021-02-082-4/+6
|\
| * io-channel test: Add coverage for g_io_channel_set_line_term(., ., -1)Simon McVittie2021-02-081-2/+4
| * giochannel: Don't store negative line_term_len in GIOChannel structSimon McVittie2021-02-081-1/+1
| * giochannel: Fix length_size bounds checkJan Alexander Steffens (heftig)2021-02-071-1/+1
* | Merge branch 'wip/tlspassword' into 'master'Simon McVittie2021-02-082-1/+56
|\ \ | |/ |/|
| * tls-interaction: Add test coverage for various ways to set the passwordSimon McVittie2021-02-081-0/+55
| * gtlspassword: Fix inverted assertionSimon McVittie2021-02-081-1/+1
|/
* Update Turkish translationEmin Tufan Çetin2021-02-071-561/+660
* Update Swedish translationAnders Jonsson2021-02-051-493/+586
* 2.67.32.67.3Philip Withnall2021-02-042-1/+93
* Merge branch '2319-memdup' into 'master'Philip Withnall2021-02-0433-101/+206
|\
| * giochannel: Forbid very long line terminator stringsPhilip Withnall2021-02-041-4/+13
| * gtlspassword: Forbid very long TLS passwordsPhilip Withnall2021-02-041-2/+7
| * gsocket: Use gsize to track native sockaddr’s sizePhilip Withnall2021-02-041-6/+9
| * gkeyfilesettingsbackend: Handle long keys when converting pathsPhilip Withnall2021-02-041-11/+9
| * gwin32: Use gsize internally in g_wcsdup()Philip Withnall2021-02-043-24/+48
| * gdatainputstream: Handle stop_chars_len internally as gsizePhilip Withnall2021-02-041-8/+16
| * gwinhttpfile: Avoid arithmetic overflow when calculating a sizePhilip Withnall2021-02-041-4/+4
| * glib: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-0411-20/+20
| * gobject: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-044-7/+7
| * gio: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-048-19/+19
| * gstrfuncs: Add g_memdup2() functionPhilip Withnall2021-02-044-0/+58
* | Merge branch 'wip/sadiq/fix-memory-leak' into 'master'Sebastian Dröge2021-02-041-0/+1
|\ \ | |/ |/|
| * gapplication: Fix a memory leakMohammed Sadiq2021-02-041-0/+1
|/
* Merge branch 'master' into 'master'Sebastian Dröge2021-02-041-1/+1
|\
| * gdatetime: Add math library supportPrasanth R2021-02-031-1/+1
* | Merge branch 'atomic-take2' into 'master'Sebastian Dröge2021-02-031-0/+20
|\ \
| * | atomic: Fix type check of g_atomic_pointer_compare_and_exchange()Xavier Claessens2021-02-031-3/+11
| * | Revert "atomic: Fix type error with clang++"Xavier Claessens2021-02-031-0/+12
|/ /
* | Merge branch 'wip/gdbus-even-when-setcap' into 'master'Philip Withnall2021-02-031-3/+33
|\ \
| * | gdbus: Use DBUS_SESSION_BUS_ADDRESS if AT_SECURE but not setuidwip/gdbus-even-when-setcapSimon McVittie2021-02-021-2/+24
| * | gdbus: Rename a variable to be less misleadingSimon McVittie2021-02-021-3/+3
| * | gdbus: Improve readability by avoiding ternary operatorSimon McVittie2021-02-021-2/+10
* | | Merge branch 'carlosgc/uri-host-nullable' into 'master'Philip Withnall2021-02-031-1/+1
|\ \ \
| * | | guri: Mark g_uri_get_host as nullableCarlos Garcia Campos2021-02-031-1/+1
* | | | Merge branch 'fix_more_warnings' into 'master'Sebastian Dröge2021-02-025-9/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix signedness warnings in gio/ghttpproxy.c:g_http_proxy_connect()Emmanuel Fleury2021-02-021-3/+6
| * | | Fix several missing initializer warnings in gio/gapplication.c:g_application_...Emmanuel Fleury2021-02-011-3/+3
| * | | Fix missing initializer warning in gio/gdbusobjectmanagerserver.cEmmanuel Fleury2021-02-011-1/+2
| * | | Fix missing initializer warning in gio/gdbusconnection.c:g_dbus_connection_re...Emmanuel Fleury2021-02-011-1/+2
| * | | Fix missing initializer warning in gio/gdelayedsettingsbackend.c:delayed_back...Emmanuel Fleury2021-02-011-1/+1
* | | | Merge branch 'atomic-typeof' into 'master'Sebastian Dröge2021-02-028-16/+77
|\ \ \ \ | |_|/ / |/| | |
| * | | glib_typeof: It is an API break that should be opt-inXavier Claessens2021-01-275-4/+6
| * | | atomic: Fix type error with clang++Xavier Claessens2021-01-271-12/+0
| * | | Use C++11 decltype where possibleXavier Claessens2021-01-273-0/+71
* | | | Merge branch 'fix/unix-stream-pollable-detection' into 'master'Sebastian Dröge2021-02-028-32/+282
|\ \ \ \
| * | | | gunix: Fix {Input,Output}Stream pollable detectionOle André Vadla Ravnås2021-02-028-32/+282
* | | | | Merge branch 'key-file-get-comment-nullable' into 'master'Philip Withnall2021-02-021-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Mark g_key_file_get_comment() key parameter as nullableSebastian Dröge2021-02-021-1/+1
|/ / / /