[glib] (211 commits) Non-fast-forward update to branch task-trace



The branch 'task-trace' 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:

  ed76fe7... Bump the libsysprof-capture dependency
  731796e... trace: Add support for integer counters
  7f28100... Make the gtrace-private.h header usable in gio
  f6f8ff2... gio: Include sysprof tracing support
  2620bf9... gio: Add some tracing to GTask

Commits added to the branch:

  8c76bec... gthread: Destroy value after replacing it in g_private_repl (*)
  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'  (*)
  4590b49... gio: Fix some remaining DocBook syntax in a documentation c (*)
  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' (*)
  8f0b968... 2.67.0 (*)
  3b10a07... Improve docstrings of 'g_strstr_len' and 'g_strrstr_len' (f (*)
  5339082... Merge branch 'improve-g_strrstr_len-docstring' into 'master (*)
  96ccf06... gmain: g_main_context_check() can skip updating polled FD s (*)
  ec22242... Merge branch 'g_main_context_check_skipping_pollrec_updates (*)
  1d28fd5... Fix race in socketclient-slow test (*)
  159a9c2... gio: Fix various typos of the name ‘D-Bus’ (*)
  98f2607... Merge branch 'dbus-typos' into 'master' (*)
  4926948... Merge branch 'app-info-docs' into 'master' (*)
  2d008e4... Merge branch 'mcatanzaro/#2221' into 'master' (*)
  70279f8... gdbus: Cope with sending fds in a message that takes multip (*)
  fc1f496... gdbus: Document the intended semantics of handles and fds (*)
  e5cee9c... gio/tests/gdbus-peer: Exercise fds attached to a large mess (*)
  5b0a7ed... Merge branch 'wip/smcv/dbus-fd-convention' into 'master' (*)
  35ffbf9... Merge branch 'wip/smcv/big-dbus-write-with-fds' into 'maste (*)
  c2b8fa8... gsocketclient: fix crash when async connection step fails (*)
  b04a359... Merge branch 'mcatanzaro/#2233' into 'master' (*)
  db2cb16... docs: Add missing annotation glossary (*)
  2993bb8... docs: Fix xinclude directives (*)
  e174460... Build gdbus-objectmanager-example docs unconditionally (*)
  c63da52... glib/tests/fileutils: Make more use of g_assert_no_errno() (*)
  b3b4ad4... gio/tests/live-g-file: Use g_assert_no_errno() (*)
  3468369... gio/tests/appmonitor: Use g_assert_no_errno() (*)
  3f9f7da... gio/tests/gsettings: Use g_assert_no_errno() (*)
  782c1b4... gio/tests/gsettings: Assert that g_chmod succeeds (*)
  f53aaea... gio/tests/gsettings: Assert that temporary directory ends u (*)
  087fdf8... glib/tests/fileutils: Fix expectations when running as root (*)
  7fd0d1c... Merge branch 'wip/smcv/assert-no-errno' into 'master' (*)
  f2e347d... Merge branch 'wip/smcv/fileutils-test-as-root' into 'master (*)
  86b910e... Merge branch 'issue-2236' into 'master' (*)
  4f2b1e2... gobject: Standardise on the term ‘instantiatable’ (*)
  1f6c737... Suggest braces around empty body in ‘if’ statements (*)
  e1b5afb... gtype: Fix typo in API comment (*)
  98f0a5a... gtype: Add g_type_interface_instantiatable_prerequisite() (*)
  3f2a8d5... closure: Support generic marshals for interface returns (*)
  458e3b7... value: Allow automatic transforms to/from interfaces (*)
  52357aa... Add a binding test involving interfaces (*)
  0b1f909... Add a test for signals returning interface types (*)
  5719d2c... Merge branch 'wip/otte/interface-types' into 'master' (*)
  c1e0e6a... glocalfileinfo: Use a single timeout source at a time for h (*)
  e1e32e9... Merge branch 'wip/carlosg/shared-hidden-cache-timeout' into (*)
  add3be2... gscanner: Avoid undefined behaviour copying between union m (*)
  63dfcee... Merge branch 'scanner-undefined-behaviour' into 'master' (*)
  482e10d... guri: Normalize uri segments if they are encoded (*)
  a879c46... gdbus: Add FD support for gdbus call (*)
  c1a11c0... Merge branch 'master' into 'master' (*)
  64f478d... guri: Add G_URI_FLAGS_SCHEME_NORMALIZE This flag enables op (*)
  9da213e... docs: Add note about uri normalization for equality (*)
  b8927cc... Merge branch 'wip/tingping/guri-normalize' into 'master' (*)
  234a8cd... Fix broken link syntax in g_vasprintf (*)
  a8bc604... Merge branch 'string-precision-missing-link' into 'master' (*)
  e801143... Fix signedness warning in glib/test/tree.c (*)
  b3244be... Fix signedness warning in glib/tests/hash.c (*)
  8fc0080... Fix signedness warnings in glib/tests/logging.c (*)
  fbb492b... Fix signedness warning in glib/tests/node.c (*)
  d15260e... Fix signedness warnings in glib/tests/markup-escape.c (*)
  700a9d4... Fix signedness warnings in glib/tests/once.c (*)
  be5d48f... Fix various warnings in glib/tests/gvariant.c (*)
  76b84c5... Fix signedness warnings in glib/tests/pattern.c (*)
  9464721... Fix signedness warning in glib/tests/protocol.c (*)
  a175882... Fix signedness warnings in glib/tests/queue.c (*)
  101a604... Fix signedness warnings in glib/tests/rcbox.c (*)
  cc041eb... Fix signedness warning in glib/tests/regex.c (*)
  a7fdca4... Fix signedness warning in glib/tests/scannerapi.c (*)
  d29270d... Fix signedness warning in glib/tests/markup-collect.c (*)
  43a30e4... Fix signedness warning in glib/test/tree.c (*)
  0c81ed3... Fix missing initializer warnings in glib/tests/gvariant.c (*)
  2292960... Fix signedness warning in glib/tests/spawn-multithreaded.c (*)
  93dd614... Fixing missing initializer in glib/test/markup-collect.c (*)
  6c74ab7... Fix signedness warning in glib/tests/markup-collect.c (*)
  24c60ce... Fix missing initializer warnings in glib/tests/markup-colle (*)
  7ea0528... Fix signedness warnings in glib/tests/markup-subparser.c (*)
  2eb66a2... Fix missing initializer warning in glib/tests/markup-subpar (*)
  043cf25... Fix missing initializer warnings in glib/tests/markup-subpa (*)
  75ba0e5... Fix signedness warnings in glib/tests/option-context.c (*)
  913d222... Fix ‘static’ is not at beginning of declaration in glib/tes (*)
  8045b77... Fixing missing initializer warnings in glib/tests/option-co (*)
  5444b7e... Fixing signedness warning in glib/tests/mainloop.c (*)
  e7c1b2a... Fixing missing initializer warnings in glib/tests/mainloop. (*)
  895da99... fuzzing: Fix minor Coverity warning about return values (*)
  43d9844... gtestutils: Mark a return value as explicitly ignored (*)
  e4721df... Merge branch 'coverity-return-values' into 'master' (*)
  ddef9ba... Merge branch 'instantiatable' into 'master' (*)
  332bc17... Merge branch 'fix_more_warnings' into 'master' (*)
  c97827c... Merge branch 'fix_warnings' into 'master' (*)
  0639eae... Bump the libsysprof-capture dependency
  83ff1fc... trace: Add support for integer counters
  9923bd3... Make the gtrace-private.h header usable in gio
  5b0caa3... gio: Include sysprof tracing support
  c2cbe7e... gio: Add some tracing to GTask

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