[glib] (252 commits) Non-fast-forward update to branch keyfile-backend-dir-permissions



The branch 'keyfile-backend-dir-permissions' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  b8e97ae... keyfile settings: Use tighter permissions

Commits added to the branch:

  7bed7ea... Add missing introspection annotations to gvdb_table_get_nam (*)
  a44329c... Fix type of length returned by gvdb_table_get_names() (*)
  084e1d8... Preallocate a GPtrArray to avoid some reallocations later o (*)
  2d462bf... Merge branch '1454-follow-ups' into 'master' (*)
  e1bcd75... build: Use weak bindings in gvdb to fix linking with LLD (*)
  1fb31a1... Merge branch 'wip/lantw/use-weak-symbols-in-gvdb' into 'mas (*)
  e244a78... gio: don't use O_PATH file descriptors with OpenURI portal (*)
  9dc0d6b... gio: don't pass O_PATH descriptors to the document portal (*)
  56a5cd1... trash test: Don't assume that ~/.local exists (*)
  1328276... trash test: Don't rely on being able to determine mount poi (*)
  7aa8353... gio/tests/gdbus-proxy: Make `proxy_ready` test start the se (*)
  63038d1... gio/tests/gdbus-proxy: test_proxy: check the server is prop (*)
  e3e4a09... gvariant-parser: Add explicit unsigned-to-signed casts (*)
  2327cc4... docs: Convert CONTRIBUTING.md to actually be Markdown (*)
  1afeaa6... docs: Drop signatures at the bottom of CONTRIBUTING.md (*)
  91493db... docs: Rewrite CONTRIBUTING.md to update it (*)
  df5b482... gio: Support "help" in extension point env vars (*)
  8f71892... Document "help" for extensions (*)
  ab40b24... Merge branch 'gio-extension-point-help' into 'master' (*)
  3806c34... Merge branch '1655-int-signedness-casts' into 'master' (*)
  7035462... Merge branch 'contributing-docs' into 'master' (*)
  6a2cfde... gtypes: Define signed integer minimum values in terms of ma (*)
  5c05af9... build: Add -Wno-pedantic flag to compiler arguments (*)
  85b5a72... Merge branch '1662-no-pedantry' into 'master' (*)
  2821ff0... Merge branch '1663-minint32-cxx-win32' into 'master' (*)
  57c779d... gdir: shutup a warning when building with msvc (*)
  72329ea... Merge branch 'fix-gdir-warning-msvc' into 'master' (*)
  042b8dc... Introduce new GPollableReturn enum (*)
  0bcc177... Add writev() / writev_all() API to GOutputStream and GPolla (*)
  89da9eb... Change to g_warning() into assertions in GOutputStream (*)
  c39264d... Implement GOutputStream::writev_fn() for GLocalFileOutputSt (*)
  90d9e4a... Implement GOutputStream::writev() and GPollableOutputStream (*)
  63ea8d1... Simplify some code in GUnixOutputStream (*)
  f0a11b2... Add g_socket_send_message_with_timeout() (*)
  cc7f2f6... Add (type GSocketMsgFlags) to int-typed flags parameters in (*)
  9ae40d9... Rename timeout variables in gsocket.[ch] to include the uni (*)
  e6f5a50... Implement GOutputStream::writev_fn() and GPollableOutputStr (*)
  708aa8f... Add some tests for g_output_stream_writev() and its async v (*)
  61520ae... Add test for async read/write(v)/close on GSocketConnection (*)
  fe71a19... Add test for blocking read/write/writev on GSocket*Streams (*)
  b94940d... Add test for blocking and non-blocking and async read/write (*)
  b4a5157... Fix compiler warning about uninitialized variable in giomod (*)
  bd75dff... Fix compiler warning about uninitialized variable in deskto (*)
  791819c... Merge branch 'writev' into 'master' (*)
  f5541d8... Merge branch 'compiler-warnings' into 'master' (*)
  22b3a5e... Use win32 io channel on windows for the protocol test (*)
  b847725... gio: make g_document_portal_add_documents() fall back to re (*)
  a8af286... gtypemodule: Cast *_init functions to void(*)(void) first (*)
  6db5101... Merge branch '1666-typemodule-casts' into 'master' (*)
  4b2a60c... gnetworkaddress: fix use-after-free for network address (*)
  aa3f7ea... Merge branch 'wip/chergert/fix-network-address-crash' into  (*)
  cd7bba9... gdbusproxy: Add G_DBUS_DEBUG=proxy support (*)
  1275ddb... Merge branch 'gdbus-proxy-test-fixes' into 'master' (*)
  cc95f81... Merge branch '424-gdbus-proxy-debugging' into 'master' (*)
  50d628d... Update Swedish translation (*)
  eb589e2... tests: Ensure GCancellable is cancelled before operation is (*)
  2d46dff... 2.59.1 (*)
  09eb87a... gvariant: Fix a mistake in docs (*)
  f0720c7... Update Hungarian translation (*)
  337889e... Update Galician translation (*)
  5a79548... Updated Spanish translation (*)
  79d5e14... Merge branch 'docs' into 'master' (*)
  80f2c96... Merge branch 'portals-no-o-path' into 'master' (*)
  140b820... Merge branch 'trash-mount-points-master' into 'master' (*)
  9402940... Fixing signedness warning in sindent():gtester.c (*)
  5ca8c2f... Fixing signedness in g_ptr_array_maybe_expand():garray.c (*)
  bfedf0f... Fixing signedness in gdataset.c (*)
  b8efd0d... Fixing signedness in digest_to_string:glib/gchecksum.c (*)
  3384ed3... Fixing signedness warnings in glib/gdatetime.c (*)
  a419146... Fixing signedness in g_ptr_array_insert():glib/garray.c (*)
  6e49b36... Fixing signedness in glib/gdate.c (*)
  31b0ba1... gdbusmessage: Fix check on upper limit of message size (*)
  0a1730d... gfile: Fix leak in g_file_query_default_handler() (*)
  f72a5d6... gfile: Add g_file_query_default_handler_async() (*)
  cec5778... gappinfo: Add launch_uris_async() and launch_uris_finish()  (*)
  904bb26... gappinfo: Use g_app_info_launch_uris_async() for async call (*)
  051c6ba... gio-tool-open: Use g_app_info_launch_default_for_uri_async( (*)
  92881ba... Merge branch '1642-message-blob-size' into 'master' (*)
  08e5c89... Merge branch 'wip/oholy/gappinfo-async' into 'master' (*)
  566e1d6... gdbus: Avoid printing null strings (*)
  2a9ddc6... Merge branch 'wip/ernestask/gcc-9-null-directive-argument'  (*)
  d553d92... gsocketclient: Fix criticals (*)
  9308836... Merge branch 'wip/tingping/gsocketclient-criticals' into 'm (*)
  2934dfa... gmarkup: Optimize g_markup_escape_text() (*)
  799b667... Merge branch 'wip/sadiq/fixes' into 'master' (*)
  9d89ed0... gkeyfilesettingsbackend: Add a code comment to clarify thin (*)
  f829b65... gsettings: Clarify ownership transfer in a few places (*)
  5beed06... glib.supp: Add suppressions from gsettings test (*)
  caf5103... gsettingsbackend: Fix a minor memory leak (*)
  6c14e9a... tests: Fix a minor memory leak in the gsettings test (*)
  52b8947... Merge branch 'settings-test-cleanups-subset' into 'master' (*)
  4cd8fcc... Fixing missing initializer in g_static_rec_mutex_init() (*)
  5d78256... Silencing cast-function-type warnings (*)
  097dc30... Merge branch 'fixing_warnings' into 'master' (*)
  4631cd8... gobject: Change assertions to read values via atomics (*)
  630fa82... gthread: Rework to avoid holding a mutex half the time (*)
  9babfec... docs: Ignore more version macros (*)
  bca4ff7... Support the trash portal (*)
  5360fd0... Merge branch '1224-tsan-fixes' into 'master' (*)
  fc6044a... Define enum types for Unicode enums (*)
  66f3016... Merge branch 'ignore-more-decorators' into 'master' (*)
  0cf55f4... gtypes: add g-i annotations for G_MININT macros. Fixes #167 (*)
  11729cd... Fix g_get_user_special_dir() on macOS (*)
  d706e75... Updated Lithuanian translation (*)
  edb1817... Update Hungarian translation (*)
  7827b83... Update Polish translation (*)
  1ed7a35... Merge branch 'fix-gi-minint-macro-values' into 'master' (*)
  5d719c7... Merge branch 'script-enum' into 'master' (*)
  1f7d5b8... Merge branch 'trash-portal' into 'master' (*)
  bc1443b... 2.59.2 (*)
  bb73a22... Win32: gio/gsocket.c: Set WSAEWOULDBLOCK on G_POLLABLE_RETU (*)
  22c168d... Merge branch 'socket.win32' into 'master' (*)
  f2d51ad... Merge branch 'fix-protocol-test-win32' into 'master' (*)
  9f75cc9... macros: Try to use the standard __func__ first in G_STRFUNC (*)
  2bcce9b... Merge branch '535-strfunc' into 'master' (*)
  0fcd5ac... gvariant-parser: Fix parsing of G_MININT* values in GVarian (*)
  c927c59... gvariant-parser: Fix error handling when type coalescing fa (*)
  82c3e92... Merge branch 'macos-user-dirs' into 'master' (*)
  cffed58... tests: Tag socket-service test as ‘flaky’ (*)
  0f8a4f6... Merge branch 'socket-service-flaky' into 'master' (*)
  6f3d57d... gtask: Return cancelled tasks asynchronously (*)
  381af21... gio/tests/task: Ensure that cancelled tasks are returned as (*)
  0af468e... Merge branch 'wip/rishi/gtask-return-cancelled' into 'maste (*)
  5cef089... gspawn: Fix minor typo in documentation (*)
  47e8f52... gspawn: Tiny improvement to formatting of documentation (*)
  01cff0e... Merge branch 'spawn-docs-typo-fix' into 'master' (*)
  5b0fdfd... gnetworkaddress: Fix incorrect error propagation when resol (*)
  5827cef... tests: Unmark network-address test as flaky (*)
  ed57fae... tests: Use fewer magic numbers in network-address tests (*)
  6d8c8f5... Merge branch 'wip/tingping/network-address-errors' into 'ma (*)
  97b41e1... Update French translation (*)
  4dd1582... gsocketclient: Ensure task is always returned on cancel (*)
  0f7839f... Update Catalan translation (*)
  30ccfac... gsocketlistener: Fix multiple returns of GTask when accepti (*)
  d3523df... Merge branch 'gdbus-peer-fix-multiple-returns' into 'master (*)
  cc12f3f... gio tests: Install test1.overlay file when building install (*)
  f773b35... Merge branch 'test1-overlay' into 'master' (*)
  5d1aaf5... gio/tests/task: Run the worker indefinitely until it's canc (*)
  e13b3a9... gio/tests/task: Add comments documenting how the test works (*)
  6199d8b... Merge branch 'wip/rishi/gtask-return-cancellation-test' int (*)
  c832910... gnetworkaddress: Factor out initializing address list into  (*)
  085081e... gnetworkaddress: Never end enumeration before resolving com (*)
  9a6ec14... gstring: fully document semantics of @len for g_string_inse (*)
  df5592f... Merge branch 'wip/tingping/network-address-fixes' into 'mas (*)
  b841c9a... Merge branch 'gstring-docs' into 'master' (*)
  8a5228b... Update Turkish translation (*)
  16dc979... Update Turkish translation (*)
  fb37239... testsuite: use binary mode for stdout on Windows (*)
  ccbadcf... GWinHTTPVfs: use URI parser for parsing URIs (*)
  294d818... Use OS-dependent separator for G_RESOURCE_OVERLAYS (*)
  14aae26... autoptr test: Use OS-dependent path separator (*)
  00908bc... network-address test: Disable scope ID tests on Windows (*)
  3ffa7ed... GDate test: Disable Julian epoch test on Windows (*)
  1e74b58... GLib test: Adjust to follow the implementation (*)
  1f5d7ee... socket test: Adjust for Windows-specific sendto() error (*)
  f150de2... socket test: Bind Windows UDP sockets before calling recv() (*)
  01642d6... GSubprocess test: Use LINEEND more (*)
  4bc1aa2... GSubprocess test: Add PATH to the envtable that is passed t (*)
  1cc78bf... GSubprocess test: Adjust the cwd test to pass on Windows (*)
  07a1a80... installed tests: Allow tests to set environment variables (*)
  1ecaae6... installed-tests: Install the slow-connect-preload.so librar (*)
  95899c1... Merge branch 'socketclient-slow-install-preload-library' in (*)
  0f26836... Merge branch 'w32-testsuite-fixes-gsubprocess' into 'master (*)
  c5c9b29... Merge branch 'w32-testsuite-fixes-general' into 'master' (*)
  983a40b... tests: Mark gdbus-peer test as flaky (*)
  ea1235c... Update Brazilian Portuguese translation (*)
  0c16230... GWin32VolumeMonitor: Sort the volumes correctly (*)
  3e77699... gpollableoutputstream: Fix the description of the interface (*)
  7c7bd56... Merge branch 'alatiera/pollable-typo' into 'master' (*)
  29bde32... Merge branch 'ossfuzz-12686-variant-parse-negative-ints' in (*)
  843a042... Merge branch 'w32-mount-sort' into 'master' (*)
  fbb97b4... Merge branch 'gdbus-peer-flaky' into 'master' (*)
  c00724d... socket test: Use loopback for connecting, not 0.0.0.0 (*)
  888aa4c... tests: Use g_assert_*() rather than g_assert() in GSettings (*)
  786753a... tests: keyfile writability not affected by file mode for ro (*)
  4cf8fd0... Merge branch 'tests-as-root' into 'master' (*)
  067992f... gdbus: Fix a potential use-after-free on connection close.  (*)
  11309b7... Revert "tests: Mark gdbus-peer test as flaky". See #1686 (*)
  cca7ab2... Merge remote-tracking branch 'gvdb/master' into update-gvdb (*)
  37f9b61... Merge branch 'gdbus-fix-use-after-free' into 'master' (*)
  032c76e... Update Indonesian translation (*)
  0a2d4f6... Updated Slovenian translation (*)
  eac2b1a... Merge branch 'wip/tingping/socket-cancellation' into 'maste (*)
  055526b... Update Kazakh translation (*)
  f4effa3... Updated Danish translation (*)
  8423e59... 2.59.3 (*)
  f011be9... Initialize a variable (*)
  9530883... Merge branch 'unused-warning' into 'master' (*)
  b72b4e2... Merge branch 'w32-testsuite-fixes-socket' into 'master' (*)
  321f914... gerror: Add a missing precondition assertion in documentati (*)
  aa6aa8b... Merge branch 'gerror-docs-omission' into 'master' (*)
  45655b8... glib-compile-resources: Fixes #1675 (*)
  9aab306... Merge branch 'fix_cname' into 'master' (*)
  8e3fc7d... gio: Also support modules built with MSVC (*)
  2d6c4b2... meson: Add gobjectenumtypes.h to gioenumtypes_dep (*)
  ffe5cda... Merge branch 'fix-gio-modules-msvc' into 'master' (*)
  b1033dd... Update Catalan translation (*)
  2aea9c8... tests: Fix flaky socket-service test caused by GTask schedu (*)
  f25c3f2... tests: Fix unlikely race in socket-service test (*)
  07414e1... tests: Unmark socket-service test as flaky (*)
  f703bed... docs: Populate CODEOWNERS file (*)
  8620198... Merge branch 'code-owners' into 'master' (*)
  4d12174... Merge branch '1679-socket-service-flaky' into 'master' (*)
  779448e... Update Italian translation (*)
  7321f24... glib-compile-resources: Fix a minor leak (*)
  5eb9f9f... Merge branch 'glib-compile-resources-leak' into 'master' (*)
  fef1ce3... gtask: Separate GTask fields memory locations to avoid data (*)
  e06fe74... glib.supp: Add more variations of existing suppressions (*)
  04528e6... Merge branch 'valgrind-suppressions' into 'master' (*)
  6e7e5ff... gthreadedresolver: Fix initialisation on FreeBSD (*)
  d7c93e3... Merge branch 'tsan-gtask' into 'master' (*)
  78a2dd9... Merge branch 'threaded-resolver-freebsd' into 'master' (*)
  7bf49c8... Fix size of preallocated array (*)
  25942f0... Merge branch 'array-size' into 'master' (*)
  2b1bcbc... Merge remote-tracking branch 'gvdb/master' into update-gvdb (*)
  dc6b5f8... Merge branch 'update-gvdb' into 'master' (*)
  d054667... Update French translation (*)
  5c97cf6... Merge branch 'ossfuzz-11578-variant-text-type-detection' in (*)
  86e099c... gbase64: Convert a precondition from g_error() to g_return_ (*)
  ff76f69... gbase64: Allow g_base64_encode (NULL, 0) and g_base64_decod (*)
  f9dfddf... gbase64: Fix an impossible condition (*)
  387e762... tests: Add base64 tests from §(Test Vectors) of RFC 4648 (*)
  2484d1c... gbase64: Remove an unnecessary condition (*)
  cdcb6c2... Merge branch '1698-base64-encoding' into 'master' (*)
  c96bfd5... build: Move tests/refcount/closures to gobject/tests/closur (*)
  15958c3... tests: Port closure-refcount to use g_test_run() (*)
  b4aadf6... tests: Port closure-refcount to g_test_message() from g_pri (*)
  3aec6a3... tests: Minor GObject cleanup in closure-refcount (*)
  31664e6... tests: Remove unnecessary static attributes from variables (*)
  d6e9111... tests: Fix some code formatting in closure-refcount (*)
  85c02df... tests: Use g_assert_*() in closure-refcount, rather than g_ (*)
  5a2a7f7... tests: Port closure-refcount from g_thread_create() to g_th (*)
  86f4a02... tests: Fix thread safety in closure-refcount test (*)
  1ae54da... tests: Continue closure-refcount test until all three threa (*)
  80af199... gsocketclient: Fix critical on cancellation (*)
  f0fcb68... tests: Unmark gsocketclient-slow as flaky (*)
  0d63ee0... Merge branch 'wip/tingping/socket-client-slow-fix' into 'ma (*)
  5967b45... gthreadedresolver: Remove unused thread pool (*)
  8f1cbda... Merge branch 'wip/tingping/threaded-resolver-unused-pool' i (*)
  7536bac... Merge branch 'refcount-fixups' into 'master' (*)
  acf32b1... Update German translation (*)
  70cfc9d... Update Korean translation (*)
  d687a45... tests: Fix closure-refcount to preserve old semantics (*)
  6575a9a... Updated Czech translation (*)
  fe01ce2... Merge branch 'krnowak/closures-fix' into 'master' (*)
  6b165f0... Update Serbian translation (*)
  59954ad... Update Romanian translation (*)
  f90e1f3... Update Serbian translation (*)
  175f024... docs: Add Ting-Wei Lan as a BSD/kqueue code reviewer (*)
  1f793e9... Merge branch 'code-owners-more' into 'master' (*)
  5e4da71... keyfile settings: Use tighter permissions
  54317c9... tests: Run /gsettings/keyfile test in a temporary directory

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]