[glib] (147 commits) Non-fast-forward update to branch benzea/systemd-transient-scope



The branch 'benzea/systemd-transient-scope' 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:

  e9dcbe7... gdesktopappinfo: Move launched applications into transient 
  0e1b07d... gdesktopappinfo: Handle task completion from spawn function
  accc0ec... gdesktopappinfo: Add SourcePath= to transient systemd units
  2a59316... tests: Iterate mainloop during launch test

Commits added to the branch:

  642baa5... glocalfile: Never require G_LOCAL_FILE_STAT_FIELD_ATIME (*)
  88032cb... trash portal: Handle portal failures (*)
  7e27162... Define G_MSVC_SYMBOL_PREFIX correctly for ARM32 (*)
  7b17c57... Merge branch '2019-10-28_Define_G_MSVC_SYMBOL_PREFIX_correc (*)
  b2d0d10... Update Portuguese translation (*)
  940f3ef... Update Portuguese translation (*)
  76dfe08... Update Greek translation (*)
  eb19c32... glist: Clarify that g_list_free() and friends only free an  (*)
  6248039... Merge branch 'wip/issue2205' into 'master' (*)
  298b712... Update Russian translation (*)
  e64293d... utils: Limit the scope of the variable `max` (*)
  af0b0e9... Merge branch 'trash-portal-error' into 'master' (*)
  851241f... gtimezone: Cache timezones based on the identifier they wer (*)
  cd1b09f... Merge branch 'gutils-limit-scope' into 'master' (*)
  45758e0... Merge branch '2204-timezone-caching' into 'master' (*)
  53819d8... Merge branch 'list-free-docs' into 'master' (*)
  f474ec1... gio-tool-trash: Prevent recursion to speed up emptying tras (*)
  f2df054... Merge branch 'wip/oholy/trash-recursion' into 'master' (*)
  a3b5e18... gthreadedresolver: Fix logic in parse_res_text() (*)
  010569b... Update Hebrew translation (*)
  6a903ff... Fix g_module_symbol() under Windows sometimes not succeedin (*)
  2d78865... Merge branch 'fix-win32-g-module-symbol-flaky' into 'master (*)
  8c76bec... gthread: Destroy value after replacing it in g_private_repl (*)
  aa6aa0d... Merge branch '2209-fix-parse-res-text' into 'master' (*)
  58fce4b... guri: Move IP-literal parsing out into a separate function (*)
  17a53f2... guri: Simplify memory management in parse_host() (*)
  7e400a8... guri: Refactor error handling in parse_ip_literal() (*)
  c363c3a... tests: Remove duplicate IPv6 zone ID URI parsing tests (*)
  b43fb9c... guri: Fix URI scope parsing (*)
  d2f3245... tests: Rework test_uri_parsing_absolute to support failure  (*)
  6762312... tests: Add additional URI scope parsing tests (*)
  5464c4d... Merge branch 'ossfuzz-23816-uri-parsing' into 'master' (*)
  b5656d2... gdatetime: Avoid integer overflow creating dates too far in (*)
  281f669... tests: Test date overflow failure with bookmark file parsin (*)
  d536afe... Merge branch 'ossfuzz-22758-date-negative-overflow' into 'm (*)
  7d1e782... CI: Re-enable code coverage reporting for MSYS2 builds (*)
  e0fd2e3... build: Post-release version bump to 2.67.0 (*)
  a36c98f... Merge branch 'add-back-win32-coverage' into 'master' (*)
  c51a8ce... gversionmacros: Add version macros for GLib 2.68 (*)
  06dabe0... Merge branch '2210-private-replace-destroy' into 'master' (*)
  aa0e120... Make libelf dependency optional via meson feature (*)
  854abcd... Merge branch 'optdeps' into 'master' (*)
  51a135a... Merge branch 'version-bump-2.68' into 'master' (*)
  500d065... GDBus tests: Use G_SOURCE_REMOVE, G_SOURCE_CONTINUE (*)
  d65c8c3... GDBus: Add G_DBUS_METHOD_INVOCATION_HANDLED, _UNHANDLED (*)
  38a2aed... GDBus: Use G_DBUS_METHOD_INVOCATION_HANDLED in method imple (*)
  42961e8... Merge branch 'wip/smcv/invocation-handled' into 'master' (*)
  f9fc29f... gtlscertificate: Add support for PKCS #11 backed certificat (*)
  b01521b... gwin32registrykey: Fix returning subkey_name in subkey_iter (*)
  106e78a... GWin32AppInfo: Support verbs other than "open" (*)
  e9c7ebe... Merge branch 'wip/tingping/pkcs11' into 'master' (*)
  37d04c2... Merge branch 'appinfo-shellany' into 'master' (*)
  f01ca92... Update Ukrainian translation (*)
  b4138bd... gtimezone: Split out fallback timezone identification for u (*)
  7e59a4c... gtimezone: Set resolved_identifier earlier (*)
  bd1e2a9... glib-init: Statically assert more facts about standard type (*)
  fca9824... glib-unix: Assert that our portable types correspond to ssi (*)
  605cff6... GSubprocessLauncher: Move cleanup to dispose() (*)
  ce005e8... Merge branch 'wip/smcv/assert-standard-types' into 'master' (*)
  a82556c... gmain: Fix minor typo in documentation (*)
  f0e74a9... gspawn: Handle error opening /dev/null (*)
  2593780... Merge branch 'gmain-docs' into 'master' (*)
  4d00344... tests: Refactor g_uri_escape_string() tests (*)
  a4cba75... guri: Fix UTF-8 validation when escaping URI components (*)
  f53842a... guri: Add additional tests for scope ID parsing (*)
  5017de6... Merge branch 'ossfuzz-26083-uri-escaping' into 'master' (*)
  094eca7... gio: Expose g_file_build_attribute_list_for_copy (*)
  74756a8... glocalfileinfo: Fix use of fstatat() on macOS < 10.10 (*)
  b402316... gmessages: Document that using a custom log writer disables (*)
  3573a2d... Merge branch 'master' into 'master' (*)
  260e80f... GTree: debugging improvements (*)
  2e7931c... GTree: add an ability to iterate over a tree and a node-bas (*)
  6569529... GLib test: test GTree "lower bound" and "upper bound" opera (*)
  78e1431... Merge branch 'log-fatal' into 'master' (*)
  1538a89... Merge branch 'close_subprocess_parent_fds_on_dispose' into  (*)
  7bfd627... Merge branch 'gtree-add-iterators' into 'master' (*)
  3dc6217... Add boxing for GTree (*)
  97956c2... Merge branch 'boxing_gtree_gqueue_gnode' into 'master' (*)
  10b0ece... gmessages: Add API to move info and debug messages to stder (*)
  b17b537... gmessages: Expose our default filtering as API (*)
  f55b278... Merge branch 'wip/smcv/issue2087' into 'master' (*)
  5d97eb9... Merge branch '2203-fstatat-macos' into 'master' (*)
  6cf381e... Merge branch 'spawn-error-handling' into 'master' (*)
  35bb69b... gsocketclient: set IP_BIND_ADDRESS_NO_PORT if binding to lo (*)
  497ea1a... Merge branch 'ip_bind_address_no_port' into 'master' (*)
  d24970b... gsocketclient: fix docs typo (*)
  d971ac7... gsocketclient: fix whitespace error (*)
  290d572... gsocketclient: document Happy Eyeballs (*)
  f0a7b14... gsocketclient: emit RESOLVING/RESOLVED events only once (*)
  14f7b5e... gsocketclient: Crash on error if error is missing (*)
  b88b371... gsocketclient: return best errors possible (*)
  5af7ed8... Update Portuguese translation (*)
  8cefc0a... Update Chinese (Taiwan) translation (*)
  9f8ccee... gspawn: Use close_range() if available to close FDs between (*)
  c12762a... GSubprocessLauncher: allow to close passed FDs (*)
  59b7183... Merge branch 'spawn-close_range' into 'master' (*)
  2306f96... uri: add missing (not)nullable annotations (*)
  88deca5... Merge branch 'uri-nullable' into 'master' (*)
  0dfef13... Merge branch 'add_close_in_parent_flag' into 'master' (*)
  2954754... Update Slovak translation (*)
  bf814a9... gmain: Fix possible locking issue in source unref (*)
  d691c2e... gsignal: Plug g_signal_connect_object leak (*)
  9c73f8b... Merge branch 'benzea/fix-possible-source-locking-issue' int (*)
  f241b96... Merge branch 'wip/fix-handler-leak' into 'master' (*)
  06587fb... Merge branch 'mcatanzaro/#2211' into 'master' (*)
  2996d0d... gfile: Clarify refcount handling for g_file_replace_content (*)
  b2cc8d1... gstrvbuilder: Add a new object to make NULL-terminated stri (*)
  730a395... Merge branch 'strv-builder' into 'master' (*)
  58d5b27... Merge branch 'file-replace-contents-refcounting' into 'mast (*)
  271db1f... ghash: Move initialisation to declaration (*)
  2e7d3dc... tests: Add some additional assertions to avoid scan-build w (*)
  12f8708... tests: Add an assertion to avoid a scan-build warning (*)
  0544efc... tests: Improve signed int handling to silence scan-build wa (*)
  e9c4e19... tests: Add additional keyfile assertions (*)
  5a361ae... Fix signedness warning in glib/tests/base64.c (*)
  fd7f2e6... Fix several signedness problems in glib/tests/checksum.c (*)
  d6eaa74... Fix signedness warnings in glib/tests/convert.c (*)
  019c674... Fix several signedness warnings in glib/tests/array-test.c (*)
  dfa4907... Fix signedness warning in glib/tests/fileutils.c (*)
  31bca17... Merge branch 'fix_warnings' into 'master' (*)
  5b2bee3... Replace __typeof__ with glib_typeof macro (*)
  a1847d0... gatomic: Check if glib_typeof() is defined before using it (*)
  3028e6a... gmem.h: Simplify condition where typeof is available (*)
  0d81443... Use C++11 decltype where possible (*)
  e2e8339... Merge branch 'typeof' into 'master' (*)
  b538cb0... gslice: Inline win32 implementation of g_getenv() to avoid  (*)
  25e634b... gtimezone: Cache default timezone indefinitely (*)
  36e7b48... Revert "gtimezone: Cache timezones based on the identifier  (*)
  59add5e... tests: Add a basic test for GTimeZone caching (*)
  ed00ee3... Merge branch 'wip/antoniof/fallback-timezone-cache-lookup'  (*)
  e591d2e... Merge branch '2225-slice-getenv-win32' into 'master' (*)
  411aa46... Add a test for the 6-days-until-EOM bug (*)
  da00779... Fix the 6-days-until-the-end-of-the-month bug (*)
  b5429b7... Merge branch 'six-days-to-eom' into 'master' (*)
  7b73546... Merge branch 'scan-build-warnings' into 'master' (*)
  c686e1a... Add various missing nullable annotations (*)
  da2be2e... Merge branch 'missing-nullable' into 'master' (*)
  1655dc9... Revert "Use C++11 decltype where possible" (*)
  b67185c... Merge branch 'revert-decltype-changes' into 'master' (*)
  dce24dc... gmacros: Use __typeof__ when compiling with Clang (*)
  30782c4... gtrace: Add G_GNUC_PRINTF annotation (*)
  51f30cc... Merge branch 'wip/pwithnall/credentials-fix' into 'master' (*)
  2d812f1... Merge branch 'clang-fixes' into 'master' (*)
  9056ff2... gdesktopappinfo: Move launched applications into transient 
  693ffe6... gdesktopappinfo: Handle task completion from spawn function
  9fed06f... gdesktopappinfo: Add SourcePath= to transient systemd units
  964169e... tests: Iterate mainloop during launch test

(*) 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]